summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-03-27 06:09:04 +0000
committerHans de Graaff <graaff@gentoo.org>2015-03-27 06:09:04 +0000
commit67430aa879e8bb95c3cb02afa70f9fb274071d05 (patch)
treea2f8bfeff0ccd5b9b4003ea44d496b8ebb8538ac /dev-ruby/bunny
parentStable for HPPA (bug #544056). (diff)
downloadgentoo-2-67430aa879e8bb95c3cb02afa70f9fb274071d05.tar.gz
gentoo-2-67430aa879e8bb95c3cb02afa70f9fb274071d05.tar.bz2
gentoo-2-67430aa879e8bb95c3cb02afa70f9fb274071d05.zip
Cleanup.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/bunny')
-rw-r--r--dev-ruby/bunny/ChangeLog8
-rw-r--r--dev-ruby/bunny/bunny-1.3.1.ebuild32
-rw-r--r--dev-ruby/bunny/bunny-1.4.0.ebuild32
-rw-r--r--dev-ruby/bunny/bunny-1.4.1.ebuild32
4 files changed, 6 insertions, 98 deletions
diff --git a/dev-ruby/bunny/ChangeLog b/dev-ruby/bunny/ChangeLog
index 1a3d8bf33194..e9ef203395ce 100644
--- a/dev-ruby/bunny/ChangeLog
+++ b/dev-ruby/bunny/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/bunny
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.37 2014/12/10 06:32:04 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.38 2015/03/27 06:09:04 graaff Exp $
+
+ 27 Mar 2015; Hans de Graaff <graaff@gentoo.org> -bunny-1.3.1.ebuild,
+ -bunny-1.4.0.ebuild, -bunny-1.4.1.ebuild:
+ Cleanup.
*bunny-1.6.3 (10 Dec 2014)
diff --git a/dev-ruby/bunny/bunny-1.3.1.ebuild b/dev-ruby/bunny/bunny-1.3.1.ebuild
deleted file mode 100644
index 59fa75b14a20..000000000000
--- a/dev-ruby/bunny/bunny-1.3.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-1.3.1.ebuild,v 1.1 2014/06/23 05:45:06 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Tests require a live AMQP server.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another synchronous Ruby AMQP client"
-HOMEPAGE="http://github.com/celldee/bunny"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/amq-protocol-1.9.2"
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples || die
-}
diff --git a/dev-ruby/bunny/bunny-1.4.0.ebuild b/dev-ruby/bunny/bunny-1.4.0.ebuild
deleted file mode 100644
index fbb531ee95a7..000000000000
--- a/dev-ruby/bunny/bunny-1.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-1.4.0.ebuild,v 1.1 2014/08/16 06:19:07 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Tests require a live AMQP server.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another synchronous Ruby AMQP client"
-HOMEPAGE="http://github.com/celldee/bunny"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/amq-protocol-1.9.2"
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples || die
-}
diff --git a/dev-ruby/bunny/bunny-1.4.1.ebuild b/dev-ruby/bunny/bunny-1.4.1.ebuild
deleted file mode 100644
index 6a1413170252..000000000000
--- a/dev-ruby/bunny/bunny-1.4.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-1.4.1.ebuild,v 1.1 2014/09/23 05:24:14 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Tests require a live AMQP server.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another synchronous Ruby AMQP client"
-HOMEPAGE="http://github.com/celldee/bunny"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/amq-protocol-1.9.2"
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples || die
-}