diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-15 01:25:23 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-15 01:25:23 +0000 |
commit | ad9df1c3da1850f3d8e17ed6460a21ab585f07f1 (patch) | |
tree | fa9bfea71cea923456e69ea029177f5d4b15380f /dev-ruby/atomic | |
parent | Cleanup old. (diff) | |
download | gentoo-2-ad9df1c3da1850f3d8e17ed6460a21ab585f07f1.tar.gz gentoo-2-ad9df1c3da1850f3d8e17ed6460a21ab585f07f1.tar.bz2 gentoo-2-ad9df1c3da1850f3d8e17ed6460a21ab585f07f1.zip |
Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/atomic')
-rw-r--r-- | dev-ruby/atomic/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/atomic/atomic-1.1.14-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/atomic/atomic-1.1.14.ebuild | 28 |
3 files changed, 5 insertions, 57 deletions
diff --git a/dev-ruby/atomic/ChangeLog b/dev-ruby/atomic/ChangeLog index 26d3aa49acb0..4e9db9cc1c91 100644 --- a/dev-ruby/atomic/ChangeLog +++ b/dev-ruby/atomic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/atomic # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/atomic/ChangeLog,v 1.13 2014/03/22 07:03:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/atomic/ChangeLog,v 1.14 2014/05/15 01:25:23 mrueg Exp $ + + 15 May 2014; Manuel Rüger <mrueg@gentoo.org> -atomic-1.1.14-r1.ebuild, + -atomic-1.1.14.ebuild: + Cleanup old. *atomic-1.1.16 (22 Mar 2014) diff --git a/dev-ruby/atomic/atomic-1.1.14-r1.ebuild b/dev-ruby/atomic/atomic-1.1.14-r1.ebuild deleted file mode 100644 index dd4c73a2d5f6..000000000000 --- a/dev-ruby/atomic/atomic-1.1.14-r1.ebuild +++ /dev/null @@ -1,28 +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/atomic/atomic-1.1.14-r1.ebuild,v 1.1 2013/12/27 02:24:09 mrueg Exp $ - -EAPI=5 -# jruby → there is code for this in ext but that requires compiling java. -USE_RUBY="ruby18 ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" - -inherit multilib ruby-fakegem - -DESCRIPTION="An atomic reference implementation for JRuby, Rubinius, and MRI" -HOMEPAGE="https://github.com/headius/ruby-atomic" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86" -IUSE="" - -each_ruby_configure() { - ${RUBY} -Cext extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext - cp ext/atomic_reference$(get_modname) lib/ || die -} diff --git a/dev-ruby/atomic/atomic-1.1.14.ebuild b/dev-ruby/atomic/atomic-1.1.14.ebuild deleted file mode 100644 index f1ec220b71ab..000000000000 --- a/dev-ruby/atomic/atomic-1.1.14.ebuild +++ /dev/null @@ -1,28 +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/atomic/atomic-1.1.14.ebuild,v 1.4 2013/12/08 16:27:00 johu Exp $ - -EAPI=5 -# jruby → there is code for this in ext but that requires compiling java. -USE_RUBY="ruby18 ruby19 ruby20" - -RUBY_FAKEGEM_TASK_DOC="" - -inherit multilib ruby-fakegem - -DESCRIPTION="An atomic reference implementation for JRuby, Rubinius, and MRI" -HOMEPAGE="https://github.com/headius/ruby-atomic" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86" -IUSE="" - -each_ruby_configure() { - ${RUBY} -Cext extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext - cp ext/atomic_reference$(get_modname) lib/ || die -} |