summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-08-16 06:12:06 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-08-16 06:12:06 +0000
commitf7d7cacf29426bd598c065a7bfe6f5fe1be8bb31 (patch)
tree717382756711a7ce4cbb54d03efe865525bdd7d2 /dev-ruby/atomic
parentVersion bump. (diff)
downloadgentoo-2-f7d7cacf29426bd598c065a7bfe6f5fe1be8bb31.tar.gz
gentoo-2-f7d7cacf29426bd598c065a7bfe6f5fe1be8bb31.tar.bz2
gentoo-2-f7d7cacf29426bd598c065a7bfe6f5fe1be8bb31.zip
Version bump. Cleanup.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/atomic')
-rw-r--r--dev-ruby/atomic/ChangeLog8
-rw-r--r--dev-ruby/atomic/atomic-1.1.13.ebuild (renamed from dev-ruby/atomic/atomic-1.1.10.ebuild)2
-rw-r--r--dev-ruby/atomic/atomic-1.1.8.ebuild28
3 files changed, 8 insertions, 30 deletions
diff --git a/dev-ruby/atomic/ChangeLog b/dev-ruby/atomic/ChangeLog
index c8bb817738ae..e04b35c0ccd0 100644
--- a/dev-ruby/atomic/ChangeLog
+++ b/dev-ruby/atomic/ChangeLog
@@ -1,6 +1,12 @@
# 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.5 2013/08/03 17:41:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/atomic/ChangeLog,v 1.6 2013/08/16 06:12:06 mrueg Exp $
+
+*atomic-1.1.13 (16 Aug 2013)
+
+ 16 Aug 2013; Manuel Rüger <mrueg@gentoo.org> +atomic-1.1.13.ebuild,
+ -atomic-1.1.10.ebuild, -atomic-1.1.8.ebuild:
+ Version bump. Cleanup.
*atomic-1.1.12 (03 Aug 2013)
diff --git a/dev-ruby/atomic/atomic-1.1.10.ebuild b/dev-ruby/atomic/atomic-1.1.13.ebuild
index 6f2cec358155..85d4d4f40110 100644
--- a/dev-ruby/atomic/atomic-1.1.10.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.13.ebuild
@@ -1,6 +1,6 @@
# 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.10.ebuild,v 1.1 2013/07/12 05:03:51 graaff Exp $
+# $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.
diff --git a/dev-ruby/atomic/atomic-1.1.8.ebuild b/dev-ruby/atomic/atomic-1.1.8.ebuild
deleted file mode 100644
index 95e925629d3f..000000000000
--- a/dev-ruby/atomic/atomic-1.1.8.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.8.ebuild,v 1.1 2013/04/28 06:27:02 graaff Exp $
-
-EAPI=5
-# 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
-}