diff options
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/amq-protocol/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/amq-protocol/amq-protocol-1.0.1.ebuild | 26 | ||||
-rw-r--r-- | dev-ruby/amq-protocol/amq-protocol-1.2.0.ebuild | 26 | ||||
-rw-r--r-- | dev-ruby/amq-protocol/amq-protocol-1.3.0.ebuild | 26 |
4 files changed, 5 insertions, 79 deletions
diff --git a/dev-ruby/amq-protocol/ChangeLog b/dev-ruby/amq-protocol/ChangeLog index 5eac2ff16b4e..b5a61ffced40 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amq-protocol/ChangeLog,v 1.10 2013/05/23 04:45:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amq-protocol/ChangeLog,v 1.11 2013/09/10 18:51:17 graaff Exp $ + + 10 Sep 2013; Hans de Graaff <graaff@gentoo.org> -amq-protocol-1.0.1.ebuild, + -amq-protocol-1.2.0.ebuild, -amq-protocol-1.3.0.ebuild: + Cleanup. *amq-protocol-1.6.0 (23 May 2013) diff --git a/dev-ruby/amq-protocol/amq-protocol-1.0.1.ebuild b/dev-ruby/amq-protocol/amq-protocol-1.0.1.ebuild deleted file mode 100644 index cddf28ec8e58..000000000000 --- a/dev-ruby/amq-protocol/amq-protocol-1.0.1.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-1.0.1.ebuild,v 1.1 2012/12/14 15:44: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" - -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-1.2.0.ebuild b/dev-ruby/amq-protocol/amq-protocol-1.2.0.ebuild deleted file mode 100644 index 387d1f30801b..000000000000 --- a/dev-ruby/amq-protocol/amq-protocol-1.2.0.ebuild +++ /dev/null @@ -1,26 +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/amq-protocol/amq-protocol-1.2.0.ebuild,v 1.1 2013/02/23 08:48:59 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -inherit 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 -} diff --git a/dev-ruby/amq-protocol/amq-protocol-1.3.0.ebuild b/dev-ruby/amq-protocol/amq-protocol-1.3.0.ebuild deleted file mode 100644 index ffb3615b87bd..000000000000 --- a/dev-ruby/amq-protocol/amq-protocol-1.3.0.ebuild +++ /dev/null @@ -1,26 +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/amq-protocol/amq-protocol-1.3.0.ebuild,v 1.1 2013/04/27 11:22:40 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -inherit 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/ s:^:#:' -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die -} |