summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-07-25 15:04:14 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-07-25 15:04:14 +0000
commit31722f47453d4cf799c3daff597d281a14c5d5d7 (patch)
treebe0853b2c0406f6e7fd1193c5a17a338b53b6672 /dev-ruby/thread_safe
parentVersion bump (diff)
downloadgentoo-2-31722f47453d4cf799c3daff597d281a14c5d5d7.tar.gz
gentoo-2-31722f47453d4cf799c3daff597d281a14c5d5d7.tar.bz2
gentoo-2-31722f47453d4cf799c3daff597d281a14c5d5d7.zip
Version bump
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/thread_safe')
-rw-r--r--dev-ruby/thread_safe/ChangeLog10
-rw-r--r--dev-ruby/thread_safe/thread_safe-0.1.2.ebuild22
2 files changed, 29 insertions, 3 deletions
diff --git a/dev-ruby/thread_safe/ChangeLog b/dev-ruby/thread_safe/ChangeLog
index 9aa6b33c9dda..0524ca007760 100644
--- a/dev-ruby/thread_safe/ChangeLog
+++ b/dev-ruby/thread_safe/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for dev-ruby/thread_safe
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.1 2012/12/26 20:18:36 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.2 2013/07/25 15:04:14 mrueg Exp $
+
+*thread_safe-0.1.2 (25 Jul 2013)
+
+ 25 Jul 2013; Manuel Rüger <mrueg@gentoo.org> +thread_safe-0.1.2.ebuild:
+ Version bump
*thread_safe-0.1.0 (26 Dec 2012)
26 Dec 2012; Hans de Graaff <graaff@gentoo.org> +thread_safe-0.1.0.ebuild,
+metadata.xml:
Initial import. Dependency for forthcoming dev-ruby/rails:4.
-
diff --git a/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild b/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild
new file mode 100644
index 000000000000..40d6f86a06f2
--- /dev/null
+++ b/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild,v 1.1 2013/07/25 15:04:14 mrueg Exp $
+
+EAPI=5
+# jruby → there is code for this in ext but that requires compiling java.
+# ruby18 → test errors, unclear if this works with ruby18.
+USE_RUBY="ruby19"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A collection of thread-safe versions of common core Ruby classes"
+HOMEPAGE="https://github.com/headius/thread_safe"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""