Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e979fa321cf7660cfee440a52470bdd21b99e935)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e979fa321cf7660cfee440a52470bdd21b99e935)
  • Date: Mon, 6 Oct 2008 21:49:36 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

e-17/exchange/DETAILS | 8 ++++----
e-17/exchange/HISTORY | 5 +++++
e-17/exchange/PRE_BUILD | 2 --
3 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit e979fa321cf7660cfee440a52470bdd21b99e935
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

exchange: Use -$VERSION for checkout

commit e8a0cd5629f53c5d26c1638324ea38c943cd9106
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

exchange: This is using git, not svn

commit 37807b8d76d7fcd6c0506dc0b412de72c6bf8298
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

exchange: exchange.pc.in added

diff --git a/e-17/exchange/DETAILS b/e-17/exchange/DETAILS
index 3343c0d..ec49ea1 100755
--- a/e-17/exchange/DETAILS
+++ b/e-17/exchange/DETAILS
@@ -2,11 +2,11 @@
if [ "$EXCHANGE_CVS_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
else
- VERSION=svn
+ VERSION=git
fi
- SOURCE=$SPELL-svn.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=git://staff.get-e.org/users/mcalamelli/$SPELL:$SPELL
+ SOURCE=$SPELL-git.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+
SOURCE_URL[0]=git://staff.get-e.org/users/mcalamelli/$SPELL:$SPELL-$VERSION
FORCE_DOWNLOAD="on"
SOURCE_IGNORE=volatile
WEB_SITE=http://staff.get-e.org/
diff --git a/e-17/exchange/HISTORY b/e-17/exchange/HISTORY
index da7bfe3..32ccb4c 100644
--- a/e-17/exchange/HISTORY
+++ b/e-17/exchange/HISTORY
@@ -1,3 +1,8 @@
+2008-10-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: svn -> git, my bad
+ Use -$VERSION for checkout
+ * PRE_BUILD: exchange.pc.in added :)
+
2008-10-05 Eric Sandall <sandalle AT sourcemage.org>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e-17/exchange/PRE_BUILD b/e-17/exchange/PRE_BUILD
index 48226eb..8684ce4 100755
--- a/e-17/exchange/PRE_BUILD
+++ b/e-17/exchange/PRE_BUILD
@@ -1,5 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-sedit '/exchange.pc/d' configure.ac &&
-sedit '/exchange.pc/d' Makefile.am &&
NOCONFIGURE=ON ./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e979fa321cf7660cfee440a52470bdd21b99e935), Eric Sandall, 10/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page