summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-04-07 08:06:38 +0000
committerHans de Graaff <graaff@gentoo.org>2012-04-07 08:06:38 +0000
commitb9c11a44aff282ee6180049ae62bacc0ea0bd15e (patch)
tree8374e8b2383ce4115e84901c9ab5e23a496ec01c /dev-ruby/bunny
parentmarked x86 per bug 410561 (diff)
downloadgentoo-2-b9c11a44aff282ee6180049ae62bacc0ea0bd15e.tar.gz
gentoo-2-b9c11a44aff282ee6180049ae62bacc0ea0bd15e.tar.bz2
gentoo-2-b9c11a44aff282ee6180049ae62bacc0ea0bd15e.zip
Remove old versions.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/bunny')
-rw-r--r--dev-ruby/bunny/ChangeLog8
-rw-r--r--dev-ruby/bunny/bunny-0.7.4.ebuild30
-rw-r--r--dev-ruby/bunny/bunny-0.7.5.ebuild30
3 files changed, 6 insertions, 62 deletions
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 <graaff@gentoo.org> -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
-}