Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Eric Sandall : 046600ce26582e41a2cbf7764bad4abe0522b76a

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Eric Sandall : 046600ce26582e41a2cbf7764bad4abe0522b76a
  • Date: Thu, 25 May 2006 23:39:31 -0500

GIT changes to test grimoire by Eric Sandall :
046600ce26582e41a2cbf7764bad4abe0522b76a <sandalle AT sourcemage.org>:

libs/bglibs/BUILD | 8 +++-----
libs/bglibs/DETAILS | 21 ++++++++++-----------
libs/bglibs/HISTORY | 10 ++++++++++
libs/bglibs/bglibs.gpg |binary
4 files changed, 23 insertions(+), 16 deletions(-)

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

* DETAILS: Updated to 1.041 (Bug #11846)
Changed LICENSE to LICENSE[0]
Removed UPDATED
Changed SOURCE_URL to use /archive so links don't break on version
updates
(Bug #11846)
SOURCE_GPG is an UPSTREAM_KEY
* BUILD: Actually removed -j1 from make
* bglibs.gpg: Added from devel Perforce (didn't make it to test)

diff --git a/libs/bglibs/BUILD b/libs/bglibs/BUILD
index 1b75bda..47c156c 100755
--- a/libs/bglibs/BUILD
+++ b/libs/bglibs/BUILD
@@ -1,8 +1,6 @@
-
-echo "gcc ${CFLAGS}" >conf-cc &&
-echo "gcc -g -L." >conf-ld &&
+echo "gcc ${CFLAGS}" > conf-cc &&
+echo "gcc -g -L." > conf-ld &&
sedit "s:/usr/local:$INSTALL_ROOT/usr:" conf-bin &&
sedit "s:/usr/local/bglibs/lib:$INSTALL_ROOT/usr/lib/bglibs:" conf-lib &&
sedit "s:/usr/local/bglibs/include:$INSTALL_ROOT/usr/include/bglibs:"
conf-include &&
-make -j1
-
+make
diff --git a/libs/bglibs/DETAILS b/libs/bglibs/DETAILS
index 975b962..a1311c2 100755
--- a/libs/bglibs/DETAILS
+++ b/libs/bglibs/DETAILS
@@ -1,18 +1,17 @@
SPELL=bglibs
- VERSION=1.027
- SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE2=${SOURCE}.sig
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://untroubled.org/${SPELL}/${SOURCE}
- SOURCE2_URL[0]=http://untroubled.org/${SPELL}/${SOURCE2}
- SOURCE_GPG=bglibs.gpg:${SOURCE2}
+ VERSION=1.041
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://untroubled.org/$SPELL/archive/$SOURCE
+ SOURCE2_URL[0]=http://untroubled.org/$SPELL/archive/$SOURCE2
SOURCE2_IGNORE=signature
- WEB_SITE=http://untroubled.org/bglibs/
- ENTERED=20041030
- UPDATED=20041030
- LICENSE=GPL
+ SOURCE_GPG=bglibs.gpg:${SOURCE2}:UPSTREAM_KEY
+ LICENSE[0]=GPL
BUILD_API=2
KEYWORDS="libs"
+ WEB_SITE=http://untroubled.org/bglibs/
+ ENTERED=20041030
SHORT="Bruce Guenter Libraries Collection"
cat << EOF
Bruce Guenter Libraries Collection
diff --git a/libs/bglibs/HISTORY b/libs/bglibs/HISTORY
index f4c0309..cf2ab90 100644
--- a/libs/bglibs/HISTORY
+++ b/libs/bglibs/HISTORY
@@ -1,3 +1,13 @@
+2006-05-25 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.041 (Bug #11846)
+ Changed LICENSE to LICENSE[0]
+ Removed UPDATED
+ Changed SOURCE_URL to use /archive so links don't break on version
updates
+ (Bug #11846)
+ SOURCE_GPG is an UPSTREAM_KEY
+ * BUILD: Actually removed -j1 from make
+ * bglibs.gpg: Added from devel Perforce (didn't make it to test)
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/libs/bglibs/bglibs.gpg b/libs/bglibs/bglibs.gpg
new file mode 100644
index 0000000..4a52ff9
Binary files /dev/null and b/libs/bglibs/bglibs.gpg differ



  • [SM-Commit] GIT changes to test grimoire by Eric Sandall : 046600ce26582e41a2cbf7764bad4abe0522b76a, Eric Sandall, 05/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page