diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-20 12:19:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-20 12:19:44 +0000 |
commit | a2413d088b86ca13a6e9edfd76d6a2b9cb98863a (patch) | |
tree | 23cb36e50c6e76a1298fbe0c33f84f8e978eb3ae /net-irc/rbot | |
parent | Remove masks for net-p2p/{g2gui,bittorrent-stats} and net-firewall/firestorm ... (diff) | |
download | gentoo-2-a2413d088b86ca13a6e9edfd76d6a2b9cb98863a.tar.gz gentoo-2-a2413d088b86ca13a6e9edfd76d6a2b9cb98863a.tar.bz2 gentoo-2-a2413d088b86ca13a6e9edfd76d6a2b9cb98863a.zip |
stable x86, remove old
(Portage version: 2.1.2-r10)
Diffstat (limited to 'net-irc/rbot')
-rw-r--r-- | net-irc/rbot/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/rbot/files/digest-rbot-0.9.10 | 3 | ||||
-rw-r--r-- | net-irc/rbot/files/digest-rbot-0.9.7 | 1 | ||||
-rw-r--r-- | net-irc/rbot/rbot-0.9.10-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/rbot/rbot-0.9.10.ebuild | 35 | ||||
-rw-r--r-- | net-irc/rbot/rbot-0.9.7.ebuild | 45 |
6 files changed, 7 insertions, 87 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog index 3bbf260f5b98..734aadca1822 100644 --- a/net-irc/rbot/ChangeLog +++ b/net-irc/rbot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/rbot # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.18 2007/01/05 20:45:17 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.19 2007/02/20 12:19:44 armin76 Exp $ + + 20 Feb 2007; Raúl Porcel <armin76@gentoo.org> -rbot-0.9.7.ebuild, + -rbot-0.9.10.ebuild, rbot-0.9.10-r1.ebuild: + stable x86, remove old 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> rbot-0.9.7.ebuild, rbot-0.9.10.ebuild, rbot-0.9.10-r1.ebuild: diff --git a/net-irc/rbot/files/digest-rbot-0.9.10 b/net-irc/rbot/files/digest-rbot-0.9.10 deleted file mode 100644 index 8c161c9d85d7..000000000000 --- a/net-irc/rbot/files/digest-rbot-0.9.10 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 886cc08498daa67ef275ca64d0a4ca70 rbot-0.9.10.tgz 385108 -RMD160 34b4240b1117c3f4a9e6a5c34f6e8435b0dfe56d rbot-0.9.10.tgz 385108 -SHA256 4429b2338fe008b763c811beffb0c23bdd457bb831aad1ca9df3272ae9ba909a rbot-0.9.10.tgz 385108 diff --git a/net-irc/rbot/files/digest-rbot-0.9.7 b/net-irc/rbot/files/digest-rbot-0.9.7 deleted file mode 100644 index 010af2471c4c..000000000000 --- a/net-irc/rbot/files/digest-rbot-0.9.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 857087fc5ba6da5255879f80be36e6ec rbot-0.9.7.tar.gz 387334 diff --git a/net-irc/rbot/rbot-0.9.10-r1.ebuild b/net-irc/rbot/rbot-0.9.10-r1.ebuild index b7350f85f888..dd0e232c165d 100644 --- a/net-irc/rbot/rbot-0.9.10-r1.ebuild +++ b/net-irc/rbot/rbot-0.9.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.10-r1.ebuild,v 1.2 2007/01/05 20:45:17 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.10-r1.ebuild,v 1.3 2007/02/20 12:19:44 armin76 Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.gem" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd" IUSE="spell" RDEPEND=">=virtual/ruby-1.8 diff --git a/net-irc/rbot/rbot-0.9.10.ebuild b/net-irc/rbot/rbot-0.9.10.ebuild deleted file mode 100644 index 263b57a03d28..000000000000 --- a/net-irc/rbot/rbot-0.9.10.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.10.ebuild,v 1.3 2007/01/05 20:45:17 flameeyes Exp $ - -inherit ruby - -DESCRIPTION="rbot is a ruby IRC bot" -HOMEPAGE="http://www.linuxbrit.co.uk/rbot/" - -if [[ ${PV} != *_pre* ]]; then - SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tgz" -else - SRC_URI="mirror://gentoo/${P}.tgz" - S="${WORKDIR}/${PN}-${PV%%_*}" -fi - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="spell" - -RDEPEND=">=virtual/ruby-1.8 - dev-ruby/ruby-bdb" -DEPEND="${RDEPEND}" - -src_install() { - ruby_src_install - sed -i -e "s:${D}:/:" "${D}"/usr/lib/ruby/site_ruby/*/rbot/pkgconfig.rb -} - -pkg_postinst() { - elog - elog "Default configuration file location has changed from /etc/rbot to ~/.rbot" - elog -} diff --git a/net-irc/rbot/rbot-0.9.7.ebuild b/net-irc/rbot/rbot-0.9.7.ebuild deleted file mode 100644 index eb95c97d3856..000000000000 --- a/net-irc/rbot/rbot-0.9.7.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 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.10 2007/01/05 20:45:17 flameeyes Exp $ - -DESCRIPTION="rbot is a ruby IRC bot" -HOMEPAGE="http://www.linuxbrit.co.uk/rbot/" -SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" - -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} - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - - sed -i -e s:rbotconf:/etc/rbot: ${S}/rbot.rb || die "sed failed" -} - -src_install() { - local SITERUBY="$(ruby -r rbconfig -e 'print Config::CONFIG["sitelibdir"]')" - - newbin rbot.rb rbot || die "newbin failed" - - insinto "${SITERUBY}" - doins -r rbot || die "doins failed" - - insinto /etc/rbot - doins rbotconf/* || die "doins failed" - - dodoc AUTHORS ChangeLog INSTALL REQUIREMENTS TODO - use doc && dohtml -r doc/* -} - -pkg_postinst() { - elog - elog "Now edit your /etc/rbot/conf.rbot" - elog -} |