diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-12-25 06:50:10 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-12-25 06:50:10 +0000 |
commit | 4296d73d0f7c5a5e26883075d6a05f8a1a1f935b (patch) | |
tree | 2f2027a2deb0834ee5701fde522ae4bdf9df069a /dev-ruby/atomic | |
parent | Version bump (bug #495268). (diff) | |
download | gentoo-2-4296d73d0f7c5a5e26883075d6a05f8a1a1f935b.tar.gz gentoo-2-4296d73d0f7c5a5e26883075d6a05f8a1a1f935b.tar.bz2 gentoo-2-4296d73d0f7c5a5e26883075d6a05f8a1a1f935b.zip |
Cleanup.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/atomic')
-rw-r--r-- | dev-ruby/atomic/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/atomic/atomic-1.1.13.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-ruby/atomic/ChangeLog b/dev-ruby/atomic/ChangeLog index af01bd406f90..e89dea40e0e0 100644 --- a/dev-ruby/atomic/ChangeLog +++ b/dev-ruby/atomic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/atomic # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/atomic/ChangeLog,v 1.10 2013/12/08 16:27:00 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/atomic/ChangeLog,v 1.11 2013/12/25 06:50:10 graaff Exp $ + + 25 Dec 2013; Hans de Graaff <graaff@gentoo.org> -atomic-1.1.13.ebuild: + Cleanup. 08 Dec 2013; Johannes Huber <johu@gentoo.org> atomic-1.1.14.ebuild: add ~x86, bug #487178 diff --git a/dev-ruby/atomic/atomic-1.1.13.ebuild b/dev-ruby/atomic/atomic-1.1.13.ebuild deleted file mode 100644 index 85d4d4f40110..000000000000 --- a/dev-ruby/atomic/atomic-1.1.13.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.13.ebuild,v 1.1 2013/08/16 06:12:06 mrueg 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" -IUSE="" - -each_ruby_configure() { - ${RUBY} -Cext extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext - cp ext/atomic_reference$(get_modname) lib/ || die -} |