Skip to Content.
Sympa Menu

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

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 (f427146194a08f60c7d57166fe1589188609148d)
  • Date: Wed, 6 Sep 2006 03:35:19 -0500

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

dev/null |binary
editors/gobby/DEPENDS | 6 +-----
editors/gobby/DETAILS | 13 +++----------
editors/gobby/HISTORY | 4 ++++
editors/gobby/PREPARE | 1 -
editors/gobby/gobby-0.4.1.tar.gz.sig |binary
libs/obby/DEPENDS | 4 +++-
libs/obby/DETAILS | 17 ++---------------
libs/obby/HISTORY | 5 +++++
libs/obby/PREPARE | 1 -
libs/obby/obby-0.3.0.tar.gz.sig | 0
libs/obby/obby-0.4.1.tar.gz.sig |binary
net/net6/DEPENDS | 4 +++-
net/net6/DETAILS | 17 ++---------------
net/net6/HISTORY | 5 +++++
net/net6/PREPARE | 1 -
net/net6/net6-1.2.2.tar.gz.sig | 0
net/net6/net6-1.3.1.tar.gz.sig |binary
net/sobby/DEPENDS | 6 +++++-
net/sobby/DETAILS | 16 ++--------------
net/sobby/HISTORY | 4 ++++
net/sobby/PREPARE | 1 -
net/sobby/sobby-0.3.0.tar.gz.sig | 0
net/sobby/sobby-0.4.1.tar.gz.sig |binary
24 files changed, 39 insertions(+), 66 deletions(-)

New commits:
commit f427146194a08f60c7d57166fe1589188609148d
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

net6: where september :)

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

sobby: updated, added deps, removed devel version

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

gobby updated

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

obby: removed devel version, added deps, updated

commit 7f288eee0393053a11869e425729d253fbb18c59
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

net6 updated, added deps + removed devel version

diff --git a/editors/gobby/DEPENDS b/editors/gobby/DEPENDS
index df5a480..a03de2f 100755
--- a/editors/gobby/DEPENDS
+++ b/editors/gobby/DEPENDS
@@ -2,8 +2,4 @@ depends obby &&
depends howl &&
depends libxml++ &&
depends gtkmm2 &&
-depends gtksourceview #&&
-#optional_depends "some_gnome_spell" \
-# "--with-gnome=yes" \
-# "--with-gnome=no" \
-# "integrate into the gnome desktop environment?"
+depends gtksourceview
diff --git a/editors/gobby/DETAILS b/editors/gobby/DETAILS
index 368762e..7889b48 100755
--- a/editors/gobby/DETAILS
+++ b/editors/gobby/DETAILS
@@ -1,20 +1,13 @@
SPELL=gobby
-if [[ "${GOBBY_DEVEL}" == "y" ]]
-then VERSION=0.4.0rc2
-else VERSION=0.3.1
-fi
-
+ VERSION=0.4.1
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE2=${SOURCE}.sig
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=gurus.gpg:${SOURCE}.sig
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
BUILD_API=2
WEB_SITE=http://gobby.0x539.de/index.html
ENTERED=20050930
- UPDATED=20050930
+ PATCHLEVEL=0
LICENSE[0]=GPL
KEYWORDS="editors"
SHORT="collaborative editor"
diff --git a/editors/gobby/HISTORY b/editors/gobby/HISTORY
index cc315eb..1d3e90a 100644
--- a/editors/gobby/HISTORY
+++ b/editors/gobby/HISTORY
@@ -1,3 +1,7 @@
+2006-09-06 Pieter Lenaerts <e-type AT sourcemage.org>
+ * removed PREPARE: devel version == stable version
+ * DETAILS: removed devel version, updated to 0.4.1
+
2006-06-25 Pieter Lenaerts <e-type AT sourcemage.org>
* add PREPARE, edit DETAILS: added 0.4.0rc2 devel version

diff --git a/editors/gobby/PREPARE b/editors/gobby/PREPARE
deleted file mode 100755
index 10f5b3b..0000000
--- a/editors/gobby/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query GOBBY_DEVEL "Use devel version?" n
diff --git a/editors/gobby/gobby-0.4.1.tar.gz.sig
b/editors/gobby/gobby-0.4.1.tar.gz.sig
new file mode 100644
index 0000000..70c0e59
Binary files /dev/null and b/editors/gobby/gobby-0.4.1.tar.gz.sig differ
diff --git a/libs/obby/DEPENDS b/libs/obby/DEPENDS
index 4b72830..8466843 100755
--- a/libs/obby/DEPENDS
+++ b/libs/obby/DEPENDS
@@ -1,2 +1,4 @@
-depends net6 &&
+depends net6 &&
+depends libgcrypt &&
+depends gnutls &&
depends -sub GMP_CXX gmp
diff --git a/libs/obby/DETAILS b/libs/obby/DETAILS
index bc710e9..6c900f4 100755
--- a/libs/obby/DETAILS
+++ b/libs/obby/DETAILS
@@ -1,26 +1,13 @@
SPELL=obby
-
-if [[ "${OBBY_DEVEL}" == "y" ]] ; then
- VERSION=0.4.0rc2
- SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE2=${SOURCE}.sig
- 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
+ VERSION=0.4.1
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
+ PATCHLEVEL=0
LICENSE[0]=GPL
KEYWORDS="libs"
SHORT="library which provides synced document buffers"
diff --git a/libs/obby/HISTORY b/libs/obby/HISTORY
index d02cc28..be4e622 100644
--- a/libs/obby/HISTORY
+++ b/libs/obby/HISTORY
@@ -1,3 +1,8 @@
+2006-09-06 Pieter Lenaerts <e-type AT sourcemage.org>
+ * PREPARE, DETAILS: devel version == stable version
+ * DEPENDS: added dependencies gnutls and libgcrypt
+ * DETAILS: updated to 0.4.1, removed UPDATED
+
2006-06-25 Pieter Lenaerts <e-type AT sourcemage.org>
* add PREPARE, edit DETAILS: added 0.4.0rc2 devel version

diff --git a/libs/obby/PREPARE b/libs/obby/PREPARE
deleted file mode 100755
index f181340..0000000
--- a/libs/obby/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index d78b1d9..0000000
Binary files a/libs/obby/obby-0.3.0.tar.gz.sig and /dev/null differ
diff --git a/libs/obby/obby-0.4.1.tar.gz.sig b/libs/obby/obby-0.4.1.tar.gz.sig
new file mode 100644
index 0000000..8134a5a
Binary files /dev/null and b/libs/obby/obby-0.4.1.tar.gz.sig differ
diff --git a/net/net6/DEPENDS b/net/net6/DEPENDS
index 17ef68c..8d10909 100755
--- a/net/net6/DEPENDS
+++ b/net/net6/DEPENDS
@@ -1 +1,3 @@
-depends libsigc++3
+depends libsigc++3 &&
+depends gnutls &&
+depends libgcrypt
diff --git a/net/net6/DETAILS b/net/net6/DETAILS
index abd02f0..0918519 100755
--- a/net/net6/DETAILS
+++ b/net/net6/DETAILS
@@ -1,26 +1,13 @@
SPELL=net6
-
-if [[ "${NET6_DEVEL}" == "y" ]] ; then
- VERSION=1.3.0rc2
- SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE2=${SOURCE}.sig
- 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
+ VERSION=1.3.1
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
+ PATCHLEVEL=0
LICENSE[0]=LGPL
KEYWORDS="net"
SHORT="TCP protocol abstraction for C++"
diff --git a/net/net6/HISTORY b/net/net6/HISTORY
index 01f1f1e..b2c98fb 100644
--- a/net/net6/HISTORY
+++ b/net/net6/HISTORY
@@ -1,3 +1,8 @@
+2006-09-06 Pieter Lenaerts <e-type AT sourcemage.org>
+ * removed PREPARE, edit DETAILS: stable version is same as devel
version
+ * DEPENDS: added gnutls and libgcrypt dependencies
+ * updated to 1.3.1
+
2006-06-25 Pieter Lenaerts <e-type AT sourcemage.org>
* add PREPARE, edit DETAILS: added 1.3.0rc2 devel version

diff --git a/net/net6/PREPARE b/net/net6/PREPARE
deleted file mode 100755
index 307be6d..0000000
--- a/net/net6/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index c1820f5..0000000
Binary files a/net/net6/net6-1.2.2.tar.gz.sig and /dev/null differ
diff --git a/net/net6/net6-1.3.1.tar.gz.sig b/net/net6/net6-1.3.1.tar.gz.sig
new file mode 100644
index 0000000..b35a52c
Binary files /dev/null and b/net/net6/net6-1.3.1.tar.gz.sig differ
diff --git a/net/sobby/DEPENDS b/net/sobby/DEPENDS
index e772e73..6301ce5 100755
--- a/net/sobby/DEPENDS
+++ b/net/sobby/DEPENDS
@@ -1 +1,5 @@
-depends obby
+depends obby &&
+depends gnutls &&
+depends libgcrypt &&
+depends glibmm &&
+depends glib2
diff --git a/net/sobby/DETAILS b/net/sobby/DETAILS
index d688e59..24eaf5d 100755
--- a/net/sobby/DETAILS
+++ b/net/sobby/DETAILS
@@ -1,25 +1,13 @@
SPELL=sobby
-
-if [[ "${SOBBY_DEVEL}" == "y" ]] ; then
- VERSION=0.4.0rc1
- SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE2=${SOURCE}.sig
- 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
+ VERSION=0.4.1
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
+ PATCHLEVEL=0
LICENSE[0]=GPL
SHORT="standalone obby server"
cat << EOF
diff --git a/net/sobby/HISTORY b/net/sobby/HISTORY
index 6f53cd5..b20ba13 100644
--- a/net/sobby/HISTORY
+++ b/net/sobby/HISTORY
@@ -1,2 +1,6 @@
+2006-09-06 Pieter Lenaerts <e-type AT sourcemage.org>
+ * removed devel version, added dependencies
+ * updated to 0.4.1
+
2006-06-25 Pieter Lenaerts <e-type AT sourcemage.org>
* PREPARE, DETAILS, DEPENDS, HISTORY: created spell
diff --git a/net/sobby/PREPARE b/net/sobby/PREPARE
deleted file mode 100755
index 0d5ae2e..0000000
--- a/net/sobby/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 5e265c5..0000000
Binary files a/net/sobby/sobby-0.3.0.tar.gz.sig and /dev/null differ
diff --git a/net/sobby/sobby-0.4.1.tar.gz.sig
b/net/sobby/sobby-0.4.1.tar.gz.sig
new file mode 100644
index 0000000..c46bf90
Binary files /dev/null and b/net/sobby/sobby-0.4.1.tar.gz.sig differ



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

Archive powered by MHonArc 2.6.24.

Top of Page