diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-10-06 13:03:18 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-10-06 13:03:18 +0000 |
commit | 172b61d1a632402fa5c3c71f8fc26520a5cf6d19 (patch) | |
tree | 3b13e8ce0b1fec4ad30489940e49bf0c4fe6b522 /net-irc/rbot | |
parent | Provided by ruby 1.8, removing (diff) | |
download | historical-172b61d1a632402fa5c3c71f8fc26520a5cf6d19.tar.gz historical-172b61d1a632402fa5c3c71f8fc26520a5cf6d19.tar.bz2 historical-172b61d1a632402fa5c3c71f8fc26520a5cf6d19.zip |
Change dep to ruby 1.8
Package-Manager: portage-2.0.53_rc3
Diffstat (limited to 'net-irc/rbot')
-rw-r--r-- | net-irc/rbot/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/rbot/Manifest | 14 | ||||
-rw-r--r-- | net-irc/rbot/rbot-0.9.7.ebuild | 13 |
3 files changed, 8 insertions, 24 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog index 7e811cc754b1..4987d56d1a23 100644 --- a/net-irc/rbot/ChangeLog +++ b/net-irc/rbot/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2005/09/17 15:48:26 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.12 2005/10/06 13:03:18 caleb Exp $ + + 06 Oct 2005; Caleb Tennis <caleb@gentoo.org> rbot-0.9.7.ebuild: + Change dep to ruby 1.8 17 Sep 2005; Sven Wegener <swegener@gentoo.org> rbot-0.9.7.ebuild: Only install html API documentation with USE=doc diff --git a/net-irc/rbot/Manifest b/net-irc/rbot/Manifest index d0b181cce40c..48d5a8f5feeb 100644 --- a/net-irc/rbot/Manifest +++ b/net-irc/rbot/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 1591aa7df0ba5e1c38c90f9733766e8a ChangeLog 1595 +MD5 8576e264b3174f29f0c2fbf51dd31a2c ChangeLog 1684 MD5 b54404b694144667970666b4bcdaf706 files/digest-rbot-0.9.7 62 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 fb972b28ca4a5035f1ad59016768392b rbot-0.9.7.ebuild 1162 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDLDsCI1lqEGTUzyQRAqcgAJwK6nNVnxGBCR7/DAUf9DxWRV2mtwCgmcHv -+ySxBeOWnpnPF0Jr9Rr1I4k= -=rd2r ------END PGP SIGNATURE----- +MD5 65a37925c459ef399040d69ccac32b97 rbot-0.9.7.ebuild 1062 diff --git a/net-irc/rbot/rbot-0.9.7.ebuild b/net-irc/rbot/rbot-0.9.7.ebuild index 57356d82de8d..f2ec5923ff6a 100644 --- a/net-irc/rbot/rbot-0.9.7.ebuild +++ b/net-irc/rbot/rbot-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.7.ebuild,v 1.8 2005/09/17 15:49:00 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.7.ebuild,v 1.9 2005/10/06 13:03:18 caleb Exp $ DESCRIPTION="rbot is a ruby IRC bot" HOMEPAGE="http://www.linuxbrit.co.uk/rbot/" @@ -11,16 +11,7 @@ SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~amd64" IUSE="doc spell" -RDEPEND="|| ( - >=virtual/ruby-1.8 - ( - =virtual/ruby-1.6* - || ( - dev-ruby/shim-ruby18 - dev-ruby/rexml - ) - ) - ) +RDEPEND=">=virtual/ruby-1.8 dev-ruby/ruby-bdb spell? ( app-text/ispell )" DEPEND="${RDEPEND} |