From b9c11a44aff282ee6180049ae62bacc0ea0bd15e Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 7 Apr 2012 08:06:38 +0000 Subject: Remove old versions. (Portage version: 2.1.10.49/cvs/Linux x86_64) --- dev-ruby/bunny/ChangeLog | 8 ++++++-- dev-ruby/bunny/bunny-0.7.4.ebuild | 30 ------------------------------ dev-ruby/bunny/bunny-0.7.5.ebuild | 30 ------------------------------ 3 files changed, 6 insertions(+), 62 deletions(-) delete mode 100644 dev-ruby/bunny/bunny-0.7.4.ebuild delete mode 100644 dev-ruby/bunny/bunny-0.7.5.ebuild (limited to 'dev-ruby/bunny') diff --git a/dev-ruby/bunny/ChangeLog b/dev-ruby/bunny/ChangeLog index 2f1810f0aa02..e21b6ffe0b9f 100644 --- a/dev-ruby/bunny/ChangeLog +++ b/dev-ruby/bunny/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/bunny -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.9 2011/10/15 04:42:08 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.10 2012/04/07 08:06:38 graaff Exp $ + + 07 Apr 2012; Hans de Graaff -bunny-0.7.4.ebuild, + -bunny-0.7.5.ebuild: + Remove old versions. *bunny-0.7.8 (15 Oct 2011) diff --git a/dev-ruby/bunny/bunny-0.7.4.ebuild b/dev-ruby/bunny/bunny-0.7.4.ebuild deleted file mode 100644 index a4a0301ce982..000000000000 --- a/dev-ruby/bunny/bunny-0.7.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-0.7.4.ebuild,v 1.1 2011/07/30 07:28:50 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" - -# Tests require a live AMQP server. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.textile" - -inherit ruby-fakegem - -DESCRIPTION="Another synchronous Ruby AMQP client" -HOMEPAGE="http://github.com/celldee/bunny" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r examples || die -} diff --git a/dev-ruby/bunny/bunny-0.7.5.ebuild b/dev-ruby/bunny/bunny-0.7.5.ebuild deleted file mode 100644 index ffac5a5d1fd6..000000000000 --- a/dev-ruby/bunny/bunny-0.7.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-0.7.5.ebuild,v 1.1 2011/09/14 07:18:35 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" - -# Tests require a live AMQP server. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.textile" - -inherit ruby-fakegem - -DESCRIPTION="Another synchronous Ruby AMQP client" -HOMEPAGE="http://github.com/celldee/bunny" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r examples || die -} -- cgit v1.2.3-65-gdbad