diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-09-14 07:12:20 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-09-14 07:12:20 +0000 |
commit | f6022542a9c07ae84ddf52656c1b3443cb56aeee (patch) | |
tree | b3a2b2f0271ad0301082122d94a09ca782e6d8e9 /dev-ruby/bunny | |
parent | x86 stable, see bug 381223 (diff) | |
download | gentoo-2-f6022542a9c07ae84ddf52656c1b3443cb56aeee.tar.gz gentoo-2-f6022542a9c07ae84ddf52656c1b3443cb56aeee.tar.bz2 gentoo-2-f6022542a9c07ae84ddf52656c1b3443cb56aeee.zip |
Remove old versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/bunny')
-rw-r--r-- | dev-ruby/bunny/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/bunny/bunny-0.6.0.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/bunny/bunny-0.7.1.ebuild | 30 | ||||
-rw-r--r-- | dev-ruby/bunny/bunny-0.7.3.ebuild | 30 | ||||
-rw-r--r-- | dev-ruby/bunny/bunny-0.7.ebuild | 30 |
5 files changed, 5 insertions, 110 deletions
diff --git a/dev-ruby/bunny/ChangeLog b/dev-ruby/bunny/ChangeLog index 89e11417cc6f..ead04ac72806 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.6 2011/07/30 07:28:50 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.7 2011/09/14 07:12:20 graaff Exp $ + + 14 Sep 2011; Hans de Graaff <graaff@gentoo.org> -bunny-0.6.0.ebuild, + -bunny-0.7.ebuild, -bunny-0.7.1.ebuild, -bunny-0.7.3.ebuild: + Remove old versions. *bunny-0.7.4 (30 Jul 2011) diff --git a/dev-ruby/bunny/bunny-0.6.0.ebuild b/dev-ruby/bunny/bunny-0.6.0.ebuild deleted file mode 100644 index 59c35b125de2..000000000000 --- a/dev-ruby/bunny/bunny-0.6.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-0.6.0.ebuild,v 1.1 2010/07/03 08:36:01 hollow Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Another synchronous Ruby AMQP client" -HOMEPAGE="http://github.com/celldee/bunny" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/dev-ruby/bunny/bunny-0.7.1.ebuild b/dev-ruby/bunny/bunny-0.7.1.ebuild deleted file mode 100644 index 77d02242734b..000000000000 --- a/dev-ruby/bunny/bunny-0.7.1.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.1.ebuild,v 1.1 2011/07/20 05:39:47 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.3.ebuild b/dev-ruby/bunny/bunny-0.7.3.ebuild deleted file mode 100644 index 1b719a0832a0..000000000000 --- a/dev-ruby/bunny/bunny-0.7.3.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.3.ebuild,v 1.1 2011/07/29 04:49:20 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.ebuild b/dev-ruby/bunny/bunny-0.7.ebuild deleted file mode 100644 index f39bab9aa824..000000000000 --- a/dev-ruby/bunny/bunny-0.7.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.ebuild,v 1.1 2011/07/19 04:01:44 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 -} |