Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (e1a4a92f8c83f811392823bc36a4688b48d7a83e)
  • Date: Sat, 7 Oct 2006 11:23:58 -0500

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

chat-im/gaim/DETAILS | 6 +++---
chat-im/gaim/HISTORY | 4 ++++
chat-im/gaim/INSTALL | 4 +++-
3 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit e1a4a92f8c83f811392823bc36a4688b48d7a83e
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

Updated gaim svn to 20061007.

diff --git a/chat-im/gaim/DETAILS b/chat-im/gaim/DETAILS
index d22fb76..122e941 100755
--- a/chat-im/gaim/DETAILS
+++ b/chat-im/gaim/DETAILS
@@ -1,12 +1,12 @@
SPELL=gaim
if [ "$GAIM_CVS" == "y" ]; then
- VERSION=svn-20060812
+ VERSION=svn-20061007
SOURCE=$SPELL-$VERSION.tar.bz2
-# SOURCE_URL[0]=svn_https://svn.sourceforge.net/svnroot/gaim/trunk:gaim
+# SOURCE_URL[0]=svn_https://svn.sourceforge.net/svnroot/gaim/trunk:gaim
SOURCE_URL[0]=http://www.beernabeer.com/$SOURCE
# FORCE_DOWNLOAD=1
# SOURCE_IGNORE=volatile
-
SOURCE_HASH=sha512:456ad89188215956e45bbfe882c5118e97ca10e8a198276a15cc47d1c0066cf45c4443772d6db5b081b4f5e171df505d98f9a775a007a83b346bf9dc05cbf333

+
SOURCE_HASH=sha512:53212f274f24d809158c10c7caa9a58a09a4105b6bfb9d50186edabc73709460969bef044eaa9eb5d9d170c7240b098ff10cccea9a88c940ed361daa43188e9f

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
else
VERSION=1.5.0
diff --git a/chat-im/gaim/HISTORY b/chat-im/gaim/HISTORY
index 1daff0f..2f5a33f 100644
--- a/chat-im/gaim/HISTORY
+++ b/chat-im/gaim/HISTORY
@@ -1,3 +1,7 @@
+2006-10-07 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated svn to 20061007
+ * INSTALL: For svn don't copy *.pl
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/chat-im/gaim/INSTALL b/chat-im/gaim/INSTALL
index d7fc32f..ea1ba8e 100755
--- a/chat-im/gaim/INSTALL
+++ b/chat-im/gaim/INSTALL
@@ -1,3 +1,5 @@
make_normal &&
-default_install &&
+default_install
+if [ "$GAIM_CVS" == "n" ]; then
cp plugins/*.pl ${INSTALL_ROOT}/usr/lib/gaim
+fi



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (e1a4a92f8c83f811392823bc36a4688b48d7a83e), George Sherwood, 10/07/2006

Archive powered by MHonArc 2.6.24.

Top of Page