Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (65f1ef189f86132d5ce25cb962872b7e0468f0fc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (65f1ef189f86132d5ce25cb962872b7e0468f0fc)
  • Date: Sun, 25 Jun 2006 08:25:32 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

editors/gobby/DETAILS | 14 +++++++++-----
editors/gobby/HISTORY | 2 +-
editors/gobby/PREPARE | 1 +
libs/obby/DETAILS | 14 ++++++++++++--
libs/obby/HISTORY | 2 +-
libs/obby/PREPARE | 1 +
libs/obby/obby-0.3.0.tar.gz.sig |binary
net/net6/DETAILS | 14 ++++++++++++--
net/net6/HISTORY | 2 +-
net/net6/PREPARE | 1 +
net/net6/net6-1.2.2.tar.gz.sig |binary
net/sobby/DETAILS | 13 +++++++++++--
net/sobby/HISTORY | 2 +-
net/sobby/PREPARE | 1 +
net/sobby/sobby-0.3.0.tar.gz.sig |binary
15 files changed, 52 insertions(+), 15 deletions(-)

New commits:
commit 65f1ef189f86132d5ce25cb962872b7e0468f0fc
Merge: 0b74bb00d849c27126a0b969c4072750a75215f8
4e23da0daa2d40e877f4541e73eea187b8ee3fd2
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire

commit 0b74bb00d849c27126a0b969c4072750a75215f8
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

obby, net6: devel versions need SOURCE_URL in their test block

commit 26fc7b834b631c96281f62a73ba99e89ac726b0f
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

sobby: added stable version on authors request

commit 4256de485189646f11ed8fae193a40aab563b945
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

gobby: readded stable version on authors request

commit 2fbade86ac37dc1703f92177cd3ddf1a235637b6
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

obby: added stable version on authors request

commit 4797c53d7e731052346997ce1c4b1d0e943eb4d7
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

net6: added stable version on authors request

diff --git a/editors/gobby/DETAILS b/editors/gobby/DETAILS
index f5cfcfe..368762e 100755
--- a/editors/gobby/DETAILS
+++ b/editors/gobby/DETAILS
@@ -1,13 +1,17 @@
SPELL=gobby
- VERSION=0.4.0rc2
- BUILD_API=2
+if [[ "${GOBBY_DEVEL}" == "y" ]]
+then VERSION=0.4.0rc2
+else VERSION=0.3.1
+fi
+
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.sig
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://releases.0x539.de/${SPELL}/${SOURCE}
SOURCE2_URL=${SOURCE_URL}.sig
- SOURCE_GPG=0x539.gpg:${SOURCE}.sig
- SOURCE2_IGNORE=signature
+ SOURCE_GPG=0x539.gpg:${SOURCE}.sig
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ BUILD_API=2
WEB_SITE=http://gobby.0x539.de/index.html
ENTERED=20050930
UPDATED=20050930
diff --git a/editors/gobby/HISTORY b/editors/gobby/HISTORY
index 572dd16..cc315eb 100644
--- a/editors/gobby/HISTORY
+++ b/editors/gobby/HISTORY
@@ -1,5 +1,5 @@
2006-06-25 Pieter Lenaerts <e-type AT sourcemage.org>
- * DETAILS: version 0.4.0rc2
+ * add PREPARE, edit DETAILS: added 0.4.0rc2 devel version

2006-03-26 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: version 0.3.0
diff --git a/editors/gobby/PREPARE b/editors/gobby/PREPARE
new file mode 100755
index 0000000..10f5b3b
--- /dev/null
+++ b/editors/gobby/PREPARE
@@ -0,0 +1 @@
+config_query GOBBY_DEVEL "Use devel version?" n
diff --git a/libs/obby/DETAILS b/libs/obby/DETAILS
index ac018d9..bc710e9 100755
--- a/libs/obby/DETAILS
+++ b/libs/obby/DETAILS
@@ -1,13 +1,23 @@
SPELL=obby
+
+if [[ "${OBBY_DEVEL}" == "y" ]] ; then
VERSION=0.4.0rc2
- BUILD_API=2
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.sig
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://releases.0x539.de/${SPELL}/${SOURCE}
SOURCE2_URL=${SOURCE_URL}.sig
SOURCE_GPG=0x539.gpg:${SOURCE}.sig
SOURCE2_IGNORE=signature
+
+else
+ VERSION=0.3.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://releases.0x539.de/${SPELL}/${SOURCE}
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+fi
+
+ BUILD_API=2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://gobby.0x539.de/index.html
ENTERED=20050930
UPDATED=20050930
diff --git a/libs/obby/HISTORY b/libs/obby/HISTORY
index c494500..d02cc28 100644
--- a/libs/obby/HISTORY
+++ b/libs/obby/HISTORY
@@ -1,5 +1,5 @@
2006-06-25 Pieter Lenaerts <e-type AT sourcemage.org>
- * DETAILS: updated to 0.4.0rc2
+ * add PREPARE, edit DETAILS: added 0.4.0rc2 devel version

2006-03-26 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: updated to 0.3.0
diff --git a/libs/obby/PREPARE b/libs/obby/PREPARE
new file mode 100755
index 0000000..f181340
--- /dev/null
+++ b/libs/obby/PREPARE
@@ -0,0 +1 @@
+config_query OBBY_DEVEL "Use devel version?" n
diff --git a/libs/obby/obby-0.3.0.tar.gz.sig b/libs/obby/obby-0.3.0.tar.gz.sig
new file mode 100644
index 0000000..d78b1d9
Binary files /dev/null and b/libs/obby/obby-0.3.0.tar.gz.sig differ
diff --git a/net/net6/DETAILS b/net/net6/DETAILS
index 74cb5a9..abd02f0 100755
--- a/net/net6/DETAILS
+++ b/net/net6/DETAILS
@@ -1,13 +1,23 @@
SPELL=net6
+
+if [[ "${NET6_DEVEL}" == "y" ]] ; then
VERSION=1.3.0rc2
- BUILD_API=2
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.sig
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://releases.0x539.de/${SPELL}/${SOURCE}
SOURCE2_URL=${SOURCE_URL}.sig
SOURCE_GPG=0x539.gpg:${SOURCE}.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
+
+else
+ VERSION=1.2.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://releases.0x539.de/${SPELL}/${SOURCE}
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+fi
+
+ BUILD_API=2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://gobby.0x539.de/index.html
ENTERED=20050930
UPDATED=20050930
diff --git a/net/net6/HISTORY b/net/net6/HISTORY
index ffa633b..01f1f1e 100644
--- a/net/net6/HISTORY
+++ b/net/net6/HISTORY
@@ -1,5 +1,5 @@
2006-06-25 Pieter Lenaerts <e-type AT sourcemage.org>
- * DETAILS: updated to 1.3.0rc2
+ * add PREPARE, edit DETAILS: added 1.3.0rc2 devel version

2006-03-26 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: updated to 1.2.2
diff --git a/net/net6/PREPARE b/net/net6/PREPARE
new file mode 100755
index 0000000..307be6d
--- /dev/null
+++ b/net/net6/PREPARE
@@ -0,0 +1 @@
+config_query NET6_DEVEL "Use devel version?" n
diff --git a/net/net6/net6-1.2.2.tar.gz.sig b/net/net6/net6-1.2.2.tar.gz.sig
new file mode 100644
index 0000000..c1820f5
Binary files /dev/null and b/net/net6/net6-1.2.2.tar.gz.sig differ
diff --git a/net/sobby/DETAILS b/net/sobby/DETAILS
index c1cdd93..d688e59 100755
--- a/net/sobby/DETAILS
+++ b/net/sobby/DETAILS
@@ -1,13 +1,22 @@
SPELL=sobby
+
+if [[ "${SOBBY_DEVEL}" == "y" ]] ; then
VERSION=0.4.0rc1
- BUILD_API=2
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.sig
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=http://releases.0x539.de/${SPELL}/${SOURCE}
SOURCE2_URL=${SOURCE_URL}.sig
SOURCE_GPG=0x539.gpg:${SOURCE}.sig
SOURCE2_IGNORE=signature
+
+else VERSION=0.3.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL=http://releases.0x539.de/${SPELL}/${SOURCE}
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+fi
+
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ BUILD_API=2

WEB_SITE=http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/wiki/WikiStart
ENTERED=20060625
UPDATED=20060625
diff --git a/net/sobby/HISTORY b/net/sobby/HISTORY
index 9f4a0d6..6f53cd5 100644
--- a/net/sobby/HISTORY
+++ b/net/sobby/HISTORY
@@ -1,2 +1,2 @@
2006-06-25 Pieter Lenaerts <e-type AT sourcemage.org>
- * DETAILS, DEPENDS, HISTORY: created spell
+ * PREPARE, DETAILS, DEPENDS, HISTORY: created spell
diff --git a/net/sobby/PREPARE b/net/sobby/PREPARE
new file mode 100755
index 0000000..0d5ae2e
--- /dev/null
+++ b/net/sobby/PREPARE
@@ -0,0 +1 @@
+config_query SOBBY_DEVEL "Use devel version?" n
diff --git a/net/sobby/sobby-0.3.0.tar.gz.sig
b/net/sobby/sobby-0.3.0.tar.gz.sig
new file mode 100644
index 0000000..5e265c5
Binary files /dev/null and b/net/sobby/sobby-0.3.0.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (65f1ef189f86132d5ce25cb962872b7e0468f0fc), Pieter Lenaerts, 06/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page