diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-02-23 08:38:10 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-02-23 08:38:10 +0000 |
commit | c02ff610c6db5ca8d74dd91e369665c1fd81d079 (patch) | |
tree | 7263f9492244bb4dc8f3b29218d8f0035ec2a63c /dev-ruby/amq-protocol | |
parent | Stable for sparc, wrt bug #458122 (diff) | |
download | gentoo-2-c02ff610c6db5ca8d74dd91e369665c1fd81d079.tar.gz gentoo-2-c02ff610c6db5ca8d74dd91e369665c1fd81d079.tar.bz2 gentoo-2-c02ff610c6db5ca8d74dd91e369665c1fd81d079.zip |
Cleanup.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/amq-protocol')
-rw-r--r-- | dev-ruby/amq-protocol/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/amq-protocol/amq-protocol-0.9.0.ebuild | 32 | ||||
-rw-r--r-- | dev-ruby/amq-protocol/amq-protocol-0.9.4.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/amq-protocol/amq-protocol-0.9.5.ebuild | 26 |
4 files changed, 6 insertions, 88 deletions
diff --git a/dev-ruby/amq-protocol/ChangeLog b/dev-ruby/amq-protocol/ChangeLog index 6fa7831d9528..54cbc7b8b433 100644 --- a/dev-ruby/amq-protocol/ChangeLog +++ b/dev-ruby/amq-protocol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/amq-protocol -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amq-protocol/ChangeLog,v 1.6 2012/12/14 15:44:55 graaff Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amq-protocol/ChangeLog,v 1.7 2013/02/23 08:38:09 graaff Exp $ + + 23 Feb 2013; Hans de Graaff <graaff@gentoo.org> -amq-protocol-0.9.0.ebuild, + -amq-protocol-0.9.4.ebuild, -amq-protocol-0.9.5.ebuild: + Cleanup. *amq-protocol-1.0.1 (14 Dec 2012) diff --git a/dev-ruby/amq-protocol/amq-protocol-0.9.0.ebuild b/dev-ruby/amq-protocol/amq-protocol-0.9.0.ebuild deleted file mode 100644 index 4a1fd033fb9c..000000000000 --- a/dev-ruby/amq-protocol/amq-protocol-0.9.0.ebuild +++ /dev/null @@ -1,32 +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/amq-protocol/amq-protocol-0.9.0.ebuild,v 1.1 2012/05/09 17:53:43 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.textile" - -RUBY_FAKEGEM_TASK_TEST="" - -inherit versionator ruby-fakegem - -DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby." -HOMEPAGE="http://github.com/ruby-amqp/amq-protocol" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/rspec:2 )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/bundler/d' spec/spec_helper.rb || die -} - -each_ruby_test() { - ${RUBY} -S rspec spec || die -} diff --git a/dev-ruby/amq-protocol/amq-protocol-0.9.4.ebuild b/dev-ruby/amq-protocol/amq-protocol-0.9.4.ebuild deleted file mode 100644 index adab95930b93..000000000000 --- a/dev-ruby/amq-protocol/amq-protocol-0.9.4.ebuild +++ /dev/null @@ -1,28 +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/amq-protocol/amq-protocol-0.9.4.ebuild,v 1.2 2012/07/29 07:01:55 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -inherit versionator ruby-fakegem - -DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby." -HOMEPAGE="http://github.com/ruby-amqp/amq-protocol" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/rspec:2 )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/bundler/d' spec/spec_helper.rb || die -} diff --git a/dev-ruby/amq-protocol/amq-protocol-0.9.5.ebuild b/dev-ruby/amq-protocol/amq-protocol-0.9.5.ebuild deleted file mode 100644 index 0dbc36acb2e3..000000000000 --- a/dev-ruby/amq-protocol/amq-protocol-0.9.5.ebuild +++ /dev/null @@ -1,26 +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/amq-protocol/amq-protocol-0.9.5.ebuild,v 1.1 2012/10/02 06:03:38 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -inherit versionator ruby-fakegem - -DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby." -HOMEPAGE="http://github.com/ruby-amqp/amq-protocol" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/bundler/d' spec/spec_helper.rb || die -} |