Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (69902122bc52b8f8d4e0188e1bb35dff0bacba2d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (69902122bc52b8f8d4e0188e1bb35dff0bacba2d)
  • Date: Fri, 18 Aug 2006 16:40:26 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

chat-irc/irssi/BUILD | 7 +------
chat-irc/irssi/CONFIGURE | 5 +++--
chat-irc/irssi/DETAILS | 2 +-
chat-irc/irssi/HISTORY | 5 +++++
4 files changed, 10 insertions(+), 9 deletions(-)

New commits:
commit 25a07ed0ce54a08114681d7db4b1d48fa5f267bf
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

- use config_query_option instead of config_query
- removed UPDATED, added PATCHLEVEL

diff --git a/chat-irc/irssi/BUILD b/chat-irc/irssi/BUILD
index 386d98f..5ac913a 100755
--- a/chat-irc/irssi/BUILD
+++ b/chat-irc/irssi/BUILD
@@ -1,7 +1,2 @@
-if [[ $IRSSI_BOT == y ]]; then
- OPTS="--with-bot $OPTS"
-fi &&
-if [[ $IRSSI_PROXY == y ]]; then
- OPTS="--with-proxy $OPTS"
-fi &&
+OPTS="$IRSSI_OPTS $OPTS" &&
default_build
diff --git a/chat-irc/irssi/CONFIGURE b/chat-irc/irssi/CONFIGURE
index 160abef..ee492eb 100755
--- a/chat-irc/irssi/CONFIGURE
+++ b/chat-irc/irssi/CONFIGURE
@@ -1,2 +1,3 @@
-config_query IRSSI_BOT "build with irssi-bot" n &&
-config_query IRSSI_PROXY "build with irssi-proxy (to use irssi as a
bouncer)" n
+config_query_option IRSSI_OPTS "build with irssi-bot" n "--with-bot" &&
+config_query_option IRSSI_OPTS \
+ "build with irssi-proxy (to use irssi as a bouncer)" n "--with-proxy"
diff --git a/chat-irc/irssi/DETAILS b/chat-irc/irssi/DETAILS
index b50e91f..0c626f9 100755
--- a/chat-irc/irssi/DETAILS
+++ b/chat-irc/irssi/DETAILS
@@ -15,6 +15,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_IGNORE=volatile
else
VERSION=0.8.10a
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-0.8.10
SOURCE_URL[0]=http://www.irssi.org/files/${SOURCE}
@@ -25,7 +26,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
fi
WEB_SITE=http://www.irssi.org
ENTERED=20011126
- UPDATED=20020217
LICENSE[0]=GPL
KEYWORDS="irc chat"
SHORT="irssi - a textmode irc client"
diff --git a/chat-irc/irssi/HISTORY b/chat-irc/irssi/HISTORY
index 0a89294..9138818 100644
--- a/chat-irc/irssi/HISTORY
+++ b/chat-irc/irssi/HISTORY
@@ -1,4 +1,9 @@
2006-08-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE: changed to use config_query_option instead of
+ config_query
+ * DETAILS: removed UPDATED, added PATCHLEVEL
+
+2006-08-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: added optional dependency on dante (for SOCKS5 support)
* BUILD, CONFIGURE: added to optionally enable irssi-bot and
irssi-proxy




Archive powered by MHonArc 2.6.24.

Top of Page