summaryrefslogtreecommitdiffstats
path: root/chat-irc/irssi/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/irssi/DETAILS')
-rwxr-xr-xchat-irc/irssi/DETAILS35
1 files changed, 15 insertions, 20 deletions
diff --git a/chat-irc/irssi/DETAILS b/chat-irc/irssi/DETAILS
index 58ba98363b..4c97e5a624 100755
--- a/chat-irc/irssi/DETAILS
+++ b/chat-irc/irssi/DETAILS
@@ -1,40 +1,35 @@
SPELL=irssi
-if [[ "${IRSSI_SVN}" = "y" ]];
-then
- if [[ "${IRSSI_SVN_AUTOUPDATE}" == "y" ]];
- then
+if [[ $IRSSI_SVN == y ]]; then
+ if [[ $IRSSI_SVN_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
fi
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
FORCE_DOWNLOAD=ON
SOURCE_HINTS=old_svn_compat
SOURCE_URL[0]=svn://svn.irssi.org/repos/irssi/trunk:irssi-svn
SOURCE_IGNORE=volatile
else
- VERSION=0.8.12
+ VERSION=0.8.14
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.irssi.org/files/${SOURCE}
- SOURCE2=${SOURCE}.sig
- SOURCE2_URL[0]=http://www.irssi.org/files/${SOURCE2}
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://www.irssi.org/files/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=http://www.irssi.org/files/$SOURCE2
SOURCE2_IGNORE=signature
- SOURCE_GPG="irssi.gpg:${SOURCE}.sig:VERIFIED_UPSTREAM_KEY"
+ SOURCE_GPG=irssi.gpg:$SOURCE.sig:VERIFIED_UPSTREAM_KEY
fi
WEB_SITE=http://www.irssi.org
ENTERED=20011126
LICENSE[0]=GPL
KEYWORDS="irc chat"
- SHORT="irssi - a textmode irc client"
+ SHORT="textmode irc client"
cat << EOF
-irssi - a textmode irc client
-Irssi is a modular IRC client that currently has
-only text mode user interface, but 80-90% of the
-code isn't text mode specific, so other UIs could
-be created pretty easily. Also, Irssi isn't really
-even IRC specific anymore, there's already a working
-SILC module available. Support for other protocols
-like ICQ could be created some day too.
+Irssi is a modular IRC client that currently has only text mode user interface,
+but 80-90% of the code isn't text mode specific, so other UIs could be created
+pretty easily. Also, Irssi isn't really even IRC specific anymore, there's
+already a working SILC module available. Support for other protocols like ICQ
+could be created some day too.
EOF