summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-07-12 05:00:53 +0000
committerHans de Graaff <graaff@gentoo.org>2013-07-12 05:00:53 +0000
commit91eee508736ad951488f7469c691d547acb7faf5 (patch)
tree3c2f5740fe16383774f78d214787b4d73c285f5d /dev-ruby
parentStable for amd64, wrt bug #476220 (diff)
downloadgentoo-2-91eee508736ad951488f7469c691d547acb7faf5.tar.gz
gentoo-2-91eee508736ad951488f7469c691d547acb7faf5.tar.bz2
gentoo-2-91eee508736ad951488f7469c691d547acb7faf5.zip
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/atomic/ChangeLog5
-rw-r--r--dev-ruby/atomic/atomic-1.0.1.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-ruby/atomic/ChangeLog b/dev-ruby/atomic/ChangeLog
index 232c66fc7231..4bb99f80080b 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.2 2013/04/28 06:27:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/atomic/ChangeLog,v 1.3 2013/07/12 05:00:53 graaff Exp $
+
+ 12 Jul 2013; Hans de Graaff <graaff@gentoo.org> -atomic-1.0.1.ebuild:
+ Cleanup.
*atomic-1.1.8 (28 Apr 2013)
diff --git a/dev-ruby/atomic/atomic-1.0.1.ebuild b/dev-ruby/atomic/atomic-1.0.1.ebuild
deleted file mode 100644
index af452b249c2f..000000000000
--- a/dev-ruby/atomic/atomic-1.0.1.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/atomic/atomic-1.0.1.ebuild,v 1.1 2012/12/26 18:56:41 graaff Exp $
-
-EAPI=4
-# jruby → there is code for this in ext but that requires compiling java.
-USE_RUBY="ruby18 ruby19"
-
-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 -Cext
- cp ext/atomic_reference$(get_modname) lib/ || die
-}