[Lunar-commits] r15000 - moonbase/trunk/chat/weechat
Moritz Heiber
moe at lunar-linux.org
Tue May 24 21:03:14 UTC 2005
Author: moe
Date: 2005-05-24 21:03:12 +0000 (Tue, 24 May 2005)
New Revision: 15000
Removed:
moonbase/trunk/chat/weechat/BUILD
Modified:
moonbase/trunk/chat/weechat/DEPENDS
moonbase/trunk/chat/weechat/DETAILS
Log:
woot! A new weechat with perl and python plugin support!
Deleted: moonbase/trunk/chat/weechat/BUILD
Modified: moonbase/trunk/chat/weechat/DEPENDS
===================================================================
--- moonbase/trunk/chat/weechat/DEPENDS 2005-05-24 20:18:09 UTC (rev 14999)
+++ moonbase/trunk/chat/weechat/DEPENDS 2005-05-24 21:03:12 UTC (rev 15000)
@@ -1 +1,11 @@
-depends ncurses
+depends ncurses &&
+
+optional_depends "perl" \
+ "--enable-perl" \
+ "--disable-perl" \
+ "to compile the perl plugin" &&
+
+optional_depends "Python" \
+ "--enable-python" \
+ "--disable-python" \
+ "to compile the Python plugin"
Modified: moonbase/trunk/chat/weechat/DETAILS
===================================================================
--- moonbase/trunk/chat/weechat/DETAILS 2005-05-24 20:18:09 UTC (rev 14999)
+++ moonbase/trunk/chat/weechat/DETAILS 2005-05-24 21:03:12 UTC (rev 15000)
@@ -1,11 +1,11 @@
MODULE=weechat
- VERSION=devel
+ VERSION=0.1.2.1
SOURCE=${MODULE}-${VERSION}.tar.bz2
SOURCE_URL=http://weechat.flashtux.org/download/
+ SOURCE_VFY=sha1:ccfba791732c0b5512c51b47f41f63d5c0b64640
ENTERED=20050223
- UPDATED=20050223
+ UPDATED=20050524
SHORT="WeeChat is very light and neat IRC client"
cat << EOF
-WeeChat is very light and neat IRC client. This is the
-unstable development version.
+WeeChat is very light and neat IRC client.
EOF
More information about the Lunar-commits
mailing list