summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-03-07 01:42:38 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-03-07 01:42:38 +0000
commit8184af2b9e5985632b9bdd27d0a7bb2eb21c88fd (patch)
treed160886bc4e6751bdaff3a1c645b178862b4c843 /dev-ruby/bunny
parentRemove old (diff)
downloadgentoo-2-8184af2b9e5985632b9bdd27d0a7bb2eb21c88fd.tar.gz
gentoo-2-8184af2b9e5985632b9bdd27d0a7bb2eb21c88fd.tar.bz2
gentoo-2-8184af2b9e5985632b9bdd27d0a7bb2eb21c88fd.zip
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/bunny')
-rw-r--r--dev-ruby/bunny/ChangeLog6
-rw-r--r--dev-ruby/bunny/bunny-0.6.0-r1.ebuild30
-rw-r--r--dev-ruby/bunny/bunny-1.0.7.ebuild32
3 files changed, 5 insertions, 63 deletions
diff --git a/dev-ruby/bunny/ChangeLog b/dev-ruby/bunny/ChangeLog
index ccb7dc7a40b5..a05f0161d946 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.24 2014/02/17 06:48:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.25 2014/03/07 01:42:38 mrueg Exp $
+
+ 07 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -bunny-0.6.0-r1.ebuild,
+ -bunny-1.0.7.ebuild:
+ Cleanup old.
*bunny-1.1.3 (17 Feb 2014)
diff --git a/dev-ruby/bunny/bunny-0.6.0-r1.ebuild b/dev-ruby/bunny/bunny-0.6.0-r1.ebuild
deleted file mode 100644
index 7438e807aa5d..000000000000
--- a/dev-ruby/bunny/bunny-0.6.0-r1.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.6.0-r1.ebuild,v 1.3 2012/08/11 07:44:04 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="README.rdoc"
-
-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-1.0.7.ebuild b/dev-ruby/bunny/bunny-1.0.7.ebuild
deleted file mode 100644
index 987da6e35311..000000000000
--- a/dev-ruby/bunny/bunny-1.0.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-1.0.7.ebuild,v 1.1 2013/12/25 07:50:59 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20"
-
-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
-}