diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-03-31 01:28:54 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-03-31 01:28:54 +0000 |
commit | 7812715413fb180a346d1c2c97ee5ac929115e8b (patch) | |
tree | 50e9ff4f632c9c9992a10f8f119bebaff0cb4957 /dev-ruby/celluloid | |
parent | Version bump. (diff) | |
download | gentoo-2-7812715413fb180a346d1c2c97ee5ac929115e8b.tar.gz gentoo-2-7812715413fb180a346d1c2c97ee5ac929115e8b.tar.bz2 gentoo-2-7812715413fb180a346d1c2c97ee5ac929115e8b.zip |
Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/celluloid')
-rw-r--r-- | dev-ruby/celluloid/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/celluloid/celluloid-0.15.2-r1.ebuild | 31 |
2 files changed, 5 insertions, 33 deletions
diff --git a/dev-ruby/celluloid/ChangeLog b/dev-ruby/celluloid/ChangeLog index 819a249a27a1..011dbb448eba 100644 --- a/dev-ruby/celluloid/ChangeLog +++ b/dev-ruby/celluloid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/celluloid -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.7 2013/11/18 01:52:10 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.8 2014/03/31 01:28:54 mrueg Exp $ + + 31 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -celluloid-0.15.2-r1.ebuild: + Cleanup old. *celluloid-0.15.2-r2 (18 Nov 2013) diff --git a/dev-ruby/celluloid/celluloid-0.15.2-r1.ebuild b/dev-ruby/celluloid/celluloid-0.15.2-r1.ebuild deleted file mode 100644 index 3ab1b3564c00..000000000000 --- a/dev-ruby/celluloid/celluloid-0.15.2-r1.ebuild +++ /dev/null @@ -1,31 +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/celluloid/celluloid-0.15.2-r1.ebuild,v 1.1 2013/11/11 15:43:09 mrueg Exp $ - -EAPI=5 -# rbx or jruby recommended, but only in 1.9 mode. -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Celluloid provides a simple and natural way to build fault-tolerant concurrent programs in Ruby" -HOMEPAGE="https://github.com/celluloid/celluloid" -SRC_URI="https://github.com/celluloid/celluloid/archive/v${PV}.tar.gz -> ${P}-git.tgz" -IUSE="" -SLOT="0" - -LICENSE="MIT" -KEYWORDS="~amd64" - -ruby_add_rdepend ">=dev-ruby/timers-1.0.0" - -all_ruby_prepare() { - rm Gemfile .rspec || die - - sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die -} |