summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2007-02-25 21:16:36 +0400
committerGeorge Sherwood2007-02-25 21:16:36 +0400
commit9187130c3850da1d7e6b8140c38a161151879564 (patch)
tree6ca7ecc3ccdfd1b7b5e2e14742fdcc440ab02fd3
parent2b2fa22921e37334a2c8b6983466b6f9dc17acb1 (diff)
bitlbee: Added a devel version 1.1.
-rwxr-xr-xchat-irc/bitlbee/DETAILS4
-rw-r--r--chat-irc/bitlbee/HISTORY4
-rwxr-xr-xchat-irc/bitlbee/PREPARE1
-rw-r--r--chat-irc/bitlbee/bitlbee-1.1dev.tar.gz.sigbin0 -> 280 bytes
4 files changed, 9 insertions, 0 deletions
diff --git a/chat-irc/bitlbee/DETAILS b/chat-irc/bitlbee/DETAILS
index 1e191b3412..64d6577128 100755
--- a/chat-irc/bitlbee/DETAILS
+++ b/chat-irc/bitlbee/DETAILS
@@ -1,5 +1,9 @@
SPELL=bitlbee
+if [ "$BITLBEE_DEVEL" == "y" ]; then
+ VERSION=1.1dev
+else
VERSION=1.0.3
+fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://get.bitlbee.org/src/$SOURCE
diff --git a/chat-irc/bitlbee/HISTORY b/chat-irc/bitlbee/HISTORY
index 61059b3419..eb69ef5db4 100644
--- a/chat-irc/bitlbee/HISTORY
+++ b/chat-irc/bitlbee/HISTORY
@@ -1,3 +1,7 @@
+2007-02-25 George Sherwood <george@beernabeer.com>
+ * DETAILS: Added a devel version 1.1
+ * PREPARE: Added for devel version query
+
2006-06-25 George Sherwood <george@beernabeer.com>
* DETAILS: Updated to 1.0.3
diff --git a/chat-irc/bitlbee/PREPARE b/chat-irc/bitlbee/PREPARE
new file mode 100755
index 0000000000..7e7d0c26d0
--- /dev/null
+++ b/chat-irc/bitlbee/PREPARE
@@ -0,0 +1 @@
+config_query BITLBEE_DEVEL "Build the devel version?" n
diff --git a/chat-irc/bitlbee/bitlbee-1.1dev.tar.gz.sig b/chat-irc/bitlbee/bitlbee-1.1dev.tar.gz.sig
new file mode 100644
index 0000000000..9fc539499c
--- /dev/null
+++ b/chat-irc/bitlbee/bitlbee-1.1dev.tar.gz.sig
Binary files differ