Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (f2916386323b34e0a25511f60288422aeda659b1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (f2916386323b34e0a25511f60288422aeda659b1)
  • Date: Mon, 29 Jun 2009 13:35:57 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-apps/pan/DEPENDS | 6 ++++--
gnome2-apps/pan/DETAILS | 2 +-
gnome2-apps/pan/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit f2916386323b34e0a25511f60288422aeda659b1
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

pan: Added git version which is finally being updated.

diff --git a/gnome2-apps/pan/DEPENDS b/gnome2-apps/pan/DEPENDS
index a57ff70..bc3ecb4 100755
--- a/gnome2-apps/pan/DEPENDS
+++ b/gnome2-apps/pan/DEPENDS
@@ -1,8 +1,10 @@
if [ "$REL" == "cvs" ]; then
depends subversion &&
- depends automake
+ depends automake-1.9 &&
+ depends -sub "2.4" gmime
+else
+depends -sub "2.2" gmime
fi &&
-depends -sub "2.2" gmime &&
depends gtk+2 &&
depends pcre &&
depends g++ &&
diff --git a/gnome2-apps/pan/DETAILS b/gnome2-apps/pan/DETAILS
index a933318..2ab5642 100755
--- a/gnome2-apps/pan/DETAILS
+++ b/gnome2-apps/pan/DETAILS
@@ -6,7 +6,7 @@ if [ "$REL" == "cvs" ]; then
VERSION=cvs
fi
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=svn://svn.gnome.org/svn/pan2/trunk:pan2
+ SOURCE_URL[0]=git://github.com/lostcoder/pan2.git:pan2-git
FORCE_DOWNLOAD=ON
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
diff --git a/gnome2-apps/pan/HISTORY b/gnome2-apps/pan/HISTORY
index a9da232..2af1a93 100644
--- a/gnome2-apps/pan/HISTORY
+++ b/gnome2-apps/pan/HISTORY
@@ -1,3 +1,7 @@
+2009-06-20 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Changed from svn to git version which is being updated
+ * DEPENDS: Added depends gmime -sub 2.4 and automake-1.9 for devel
+
2008-11-18 George Sherwood <gsherwood AT sourcemage.org>
* DEPENDS: Added gmime sub depends on 2.2 branch




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (f2916386323b34e0a25511f60288422aeda659b1), George Sherwood, 06/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page