summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-12-25 07:49:13 +0000
committerHans de Graaff <graaff@gentoo.org>2013-12-25 07:49:13 +0000
commit18a14f42c3b8d26f272a8dee4484e0b7c014f9c7 (patch)
tree74930bd236303bd99207f7546b269dff963ec55b /dev-ruby/bunny
parentCleanup. (diff)
downloadgentoo-2-18a14f42c3b8d26f272a8dee4484e0b7c014f9c7.tar.gz
gentoo-2-18a14f42c3b8d26f272a8dee4484e0b7c014f9c7.tar.bz2
gentoo-2-18a14f42c3b8d26f272a8dee4484e0b7c014f9c7.zip
Cleanup.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/bunny')
-rw-r--r--dev-ruby/bunny/ChangeLog6
-rw-r--r--dev-ruby/bunny/bunny-0.7.9.ebuild30
-rw-r--r--dev-ruby/bunny/bunny-0.8.0.ebuild30
3 files changed, 5 insertions, 61 deletions
diff --git a/dev-ruby/bunny/ChangeLog b/dev-ruby/bunny/ChangeLog
index 61b9efc6fa35..c47a291c7a22 100644
--- a/dev-ruby/bunny/ChangeLog
+++ b/dev-ruby/bunny/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/bunny
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.18 2013/12/05 07:32:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.19 2013/12/25 07:49:13 graaff Exp $
+
+ 25 Dec 2013; Hans de Graaff <graaff@gentoo.org> -bunny-0.7.9.ebuild,
+ -bunny-0.8.0.ebuild:
+ Cleanup.
*bunny-1.0.5 (05 Dec 2013)
diff --git a/dev-ruby/bunny/bunny-0.7.9.ebuild b/dev-ruby/bunny/bunny-0.7.9.ebuild
deleted file mode 100644
index 5bbae0f11ebc..000000000000
--- a/dev-ruby/bunny/bunny-0.7.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-0.7.9.ebuild,v 1.2 2012/05/12 12:44:22 hollow Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ruby19"
-
-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.8.0.ebuild b/dev-ruby/bunny/bunny-0.8.0.ebuild
deleted file mode 100644
index 9076db15d2bc..000000000000
--- a/dev-ruby/bunny/bunny-0.8.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-0.8.0.ebuild,v 1.1 2012/08/04 14:51:40 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ruby19"
-
-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
-}