graaff 14/03/29 10:21:50 Modified: ChangeLog Added: thread_safe-0.3.1.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.12 dev-ruby/thread_safe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 28 Feb 2014 06:54:33 -0000 1.11 +++ ChangeLog 29 Mar 2014 10:21:50 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/thread_safe # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.11 2014/02/28 06:54:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.12 2014/03/29 10:21:50 graaff Exp $ + +*thread_safe-0.3.1 (29 Mar 2014) + + 29 Mar 2014; Hans de Graaff <[email protected]> +thread_safe-0.3.1.ebuild: + Version bump. *thread_safe-0.2.0 (28 Feb 2014) 1.1 dev-ruby/thread_safe/thread_safe-0.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.1.ebuild?rev=1.1&content-type=text/plain Index: thread_safe-0.3.1.ebuild =================================================================== # Copyright 1999-2014 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.3.1.ebuild,v 1.1 2014/03/29 10:21:50 graaff Exp $ EAPI=5 # jruby → there is code for this in ext but that requires compiling java. USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" 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 ~arm ~hppa ~x86" IUSE="" # Higher atomic dependency since earlier versions crash on ruby20 while # running thread_safe tests. ruby_add_rdepend ">=dev-ruby/atomic-1.1.16" each_ruby_prepare(){ sed -i -e "/[Bb]undler/d" Rakefile || die }
