diff options
author | 2014-01-04 16:20:39 +0000 | |
---|---|---|
committer | 2014-01-04 16:20:39 +0000 | |
commit | aad1ae510d6ed2effb2bc6a3849c662b42187b16 (patch) | |
tree | 80c8828d452e97cfbab3336a96e41c46ca932ba5 /dev-ruby | |
parent | Stable for HPPA (bug #496770). (diff) | |
download | gentoo-2-aad1ae510d6ed2effb2bc6a3849c662b42187b16.tar.gz gentoo-2-aad1ae510d6ed2effb2bc6a3849c662b42187b16.tar.bz2 gentoo-2-aad1ae510d6ed2effb2bc6a3849c662b42187b16.zip |
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/thread_safe/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/thread_safe/thread_safe-0.1.2.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/thread_safe/thread_safe-0.1.3.ebuild | 23 |
3 files changed, 6 insertions, 49 deletions
diff --git a/dev-ruby/thread_safe/ChangeLog b/dev-ruby/thread_safe/ChangeLog index e6bc87849f74..df476eaf0525 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.8 2013/12/08 16:27:23 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.9 2014/01/04 16:20:38 mrueg Exp $ + + 04 Jan 2014; Manuel Rüger <mrueg@gentoo.org> -thread_safe-0.1.2.ebuild, + -thread_safe-0.1.3.ebuild: + Cleanup old. 08 Dec 2013; Johannes Huber <johu@gentoo.org> thread_safe-0.1.3-r1.ebuild: add ~x86, bug #487178 diff --git a/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild b/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild deleted file mode 100644 index 17ef7dfbc1b4..000000000000 --- a/dev-ruby/thread_safe/thread_safe-0.1.2.ebuild +++ /dev/null @@ -1,24 +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/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. -# 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="" - -ruby_add_rdepend "dev-ruby/atomic" diff --git a/dev-ruby/thread_safe/thread_safe-0.1.3.ebuild b/dev-ruby/thread_safe/thread_safe-0.1.3.ebuild deleted file mode 100644 index 2e22b7b0fd81..000000000000 --- a/dev-ruby/thread_safe/thread_safe-0.1.3.ebuild +++ /dev/null @@ -1,23 +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/thread_safe/thread_safe-0.1.3.ebuild,v 1.1 2013/09/11 13:02:11 mrueg Exp $ - -EAPI=5 -# jruby → there is code for this in ext but that requires compiling java. -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="" - -ruby_add_rdepend "dev-ruby/atomic" |