summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-08-02 05:57:55 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-08-02 05:57:55 +0000
commit5bdb9c814b03aa8f92d5c9bbd3936059811cb82e (patch)
tree278c04d62237d261e34ced2bd8cbbfbf3b41bcb4 /dev-ruby/thread_safe
parentNon-maintainer commit wrt bug #469124 (diff)
downloadgentoo-2-5bdb9c814b03aa8f92d5c9bbd3936059811cb82e.tar.gz
gentoo-2-5bdb9c814b03aa8f92d5c9bbd3936059811cb82e.tar.bz2
gentoo-2-5bdb9c814b03aa8f92d5c9bbd3936059811cb82e.zip
Add missing dep, thanks to Jonathan Geisler. Fixes bug #479336. Cleanup.
(Portage version: 2.1.13.2/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/thread_safe')
-rw-r--r--dev-ruby/thread_safe/ChangeLog6
-rw-r--r--dev-ruby/thread_safe/thread_safe-0.1.0.ebuild22
-rw-r--r--dev-ruby/thread_safe/thread_safe-0.1.2.ebuild4
3 files changed, 8 insertions, 24 deletions
diff --git a/dev-ruby/thread_safe/ChangeLog b/dev-ruby/thread_safe/ChangeLog
index 0524ca007760..cab2d63b07dd 100644
--- a/dev-ruby/thread_safe/ChangeLog
+++ b/dev-ruby/thread_safe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/thread_safe
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.3 2013/08/02 05:57:54 mrueg Exp $
+
+ 02 Aug 2013; Manuel Rüger <mrueg@gentoo.org> -thread_safe-0.1.0.ebuild,
+ thread_safe-0.1.2.ebuild:
+ Add missing dep, thanks to Jonathan Geisler. Fixes bug #479336. Cleanup.
*thread_safe-0.1.2 (25 Jul 2013)
diff --git a/dev-ruby/thread_safe/thread_safe-0.1.0.ebuild b/dev-ruby/thread_safe/thread_safe-0.1.0.ebuild
deleted file mode 100644
index a56de170065c..000000000000
--- a/dev-ruby/thread_safe/thread_safe-0.1.0.ebuild
+++ /dev/null
@@ -1,22 +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/thread_safe/thread_safe-0.1.0.ebuild,v 1.1 2012/12/26 20:18:36 graaff Exp $
-
-EAPI=4
-# 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=""
diff --git a/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild b/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild
index 40d6f86a06f2..17ef7dfbc1b4 100644
--- a/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.1.2.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/thread_safe/thread_safe-0.1.2.ebuild,v 1.1 2013/07/25 15:04:14 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild,v 1.2 2013/08/02 05:57:54 mrueg Exp $
EAPI=5
# jruby → there is code for this in ext but that requires compiling java.
@@ -20,3 +20,5 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
+
+ruby_add_rdepend "dev-ruby/atomic"