summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-01-02 16:06:59 +0000
committerSven Wegener <swegener@gentoo.org>2006-01-02 16:06:59 +0000
commit2637d99c50b5302363fdfad5ef35b5091d341e80 (patch)
treee3cdf345642be22de1e75bf5e12fd38c8ad307c6 /net-irc/rbot
parentMarked ~amd64. Included a permissions fix to resolve bug #117308. (diff)
downloadgentoo-2-2637d99c50b5302363fdfad5ef35b5091d341e80.tar.gz
gentoo-2-2637d99c50b5302363fdfad5ef35b5091d341e80.tar.bz2
gentoo-2-2637d99c50b5302363fdfad5ef35b5091d341e80.zip
Version bump, bug #117402.
(Portage version: 2.0.53)
Diffstat (limited to 'net-irc/rbot')
-rw-r--r--net-irc/rbot/ChangeLog9
-rw-r--r--net-irc/rbot/Manifest2
-rw-r--r--net-irc/rbot/files/digest-rbot-0.9.91
-rw-r--r--net-irc/rbot/rbot-0.9.9.ebuild30
4 files changed, 40 insertions, 2 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog
index 4987d56d1a23..4b13bd2deaf4 100644
--- a/net-irc/rbot/ChangeLog
+++ b/net-irc/rbot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/rbot
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.12 2005/10/06 13:03:18 caleb Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.13 2006/01/02 16:06:59 swegener Exp $
+
+*rbot-0.9.9 (02 Jan 2006)
+
+ 02 Jan 2006; Sven Wegener <swegener@gentoo.org> +rbot-0.9.9.ebuild:
+ Version bump, bug #117402.
06 Oct 2005; Caleb Tennis <caleb@gentoo.org> rbot-0.9.7.ebuild:
Change dep to ruby 1.8
diff --git a/net-irc/rbot/Manifest b/net-irc/rbot/Manifest
index 48d5a8f5feeb..9f0e805d15ec 100644
--- a/net-irc/rbot/Manifest
+++ b/net-irc/rbot/Manifest
@@ -1,4 +1,6 @@
MD5 8576e264b3174f29f0c2fbf51dd31a2c ChangeLog 1684
MD5 b54404b694144667970666b4bcdaf706 files/digest-rbot-0.9.7 62
+MD5 765f679b6c4ef1e3d11808e432f16104 files/digest-rbot-0.9.9 59
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 65a37925c459ef399040d69ccac32b97 rbot-0.9.7.ebuild 1062
+MD5 37f459ecaa95d35a271d8bc1d553f875 rbot-0.9.9.ebuild 1060
diff --git a/net-irc/rbot/files/digest-rbot-0.9.9 b/net-irc/rbot/files/digest-rbot-0.9.9
new file mode 100644
index 000000000000..3dd50e8f7275
--- /dev/null
+++ b/net-irc/rbot/files/digest-rbot-0.9.9
@@ -0,0 +1 @@
+MD5 c9688dcc272a718defa4ed9059f5540e rbot-0.9.9.tgz 110506
diff --git a/net-irc/rbot/rbot-0.9.9.ebuild b/net-irc/rbot/rbot-0.9.9.ebuild
new file mode 100644
index 000000000000..a8df23e6b1db
--- /dev/null
+++ b/net-irc/rbot/rbot-0.9.9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.9.ebuild,v 1.1 2006/01/02 16:06:59 swegener Exp $
+
+inherit ruby
+
+DESCRIPTION="rbot is a ruby IRC bot"
+HOMEPAGE="http://www.linuxbrit.co.uk/rbot/"
+SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tgz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+IUSE="doc spell"
+
+RDEPEND=">=virtual/ruby-1.8
+ dev-ruby/ruby-bdb
+ spell? ( app-text/ispell )"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ ruby_src_install
+ sed -i -e "s:${D}:/:" "${D}"/usr/lib/ruby/site_ruby/*/rbot/pkgconfig.rb
+}
+
+pkg_postinst() {
+ einfo
+ einfo "Default configuration file location has changed from /etc/rbot to ~/.rbot"
+ einfo
+}