summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Lenaerts2006-06-25 14:54:16 +0200
committerPieter Lenaerts2006-06-25 14:54:16 +0200
commit4256de485189646f11ed8fae193a40aab563b945 (patch)
tree9fce62282f614fb71242673ea85cfa93d529e412
parent2fbade86ac37dc1703f92177cd3ddf1a235637b6 (diff)
gobby: readded stable version on authors request
-rwxr-xr-xeditors/gobby/DETAILS14
-rw-r--r--editors/gobby/HISTORY2
-rwxr-xr-xeditors/gobby/PREPARE1
3 files changed, 11 insertions, 6 deletions
diff --git a/editors/gobby/DETAILS b/editors/gobby/DETAILS
index f5cfcfe4ec..368762e508 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 572dd168c2..cc315eb03b 100644
--- a/editors/gobby/HISTORY
+++ b/editors/gobby/HISTORY
@@ -1,5 +1,5 @@
2006-06-25 Pieter Lenaerts <e-type@sourcemage.org>
- * DETAILS: version 0.4.0rc2
+ * add PREPARE, edit DETAILS: added 0.4.0rc2 devel version
2006-03-26 Pieter Lenaerts <e-type@sourcemage.org>
* DETAILS: version 0.3.0
diff --git a/editors/gobby/PREPARE b/editors/gobby/PREPARE
new file mode 100755
index 0000000000..10f5b3b67a
--- /dev/null
+++ b/editors/gobby/PREPARE
@@ -0,0 +1 @@
+config_query GOBBY_DEVEL "Use devel version?" n