graaff 14/05/27 06:01:51 Modified: ChangeLog Added: locale-2.0.5-r4.ebuild Log: Add revision bump compatible with rake 10 and ruby20. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.60 dev-ruby/locale/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/locale/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/locale/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/locale/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/locale/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 16 May 2014 18:14:39 -0000 1.59 +++ ChangeLog 27 May 2014 06:01:51 -0000 1.60 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/locale # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/ChangeLog,v 1.59 2014/05/16 18:14:39 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/ChangeLog,v 1.60 2014/05/27 06:01:51 graaff Exp $ + +*locale-2.0.5-r4 (27 May 2014) + + 27 May 2014; Hans de Graaff <[email protected]> +locale-2.0.5-r4.ebuild: + Add revision bump compatible with rake 10 and ruby20. 16 May 2014; Hans de Graaff <[email protected]> locale-2.1.0-r1.ebuild: Add ruby21. 1.1 dev-ruby/locale/locale-2.0.5-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/locale/locale-2.0.5-r4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/locale/locale-2.0.5-r4.ebuild?rev=1.1&content-type=text/plain Index: locale-2.0.5-r4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.0.5-r4.ebuild,v 1.1 2014/05/27 06:01:51 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_TASK_DOC="rerdoc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc" RUBY_FAKEGEM_TASK_TEST="test" inherit ruby-fakegem DESCRIPTION="A pure ruby library which provides basic APIs for localization." HOMEPAGE="http://locale.rubyforge.org/" LICENSE="|| ( Ruby GPL-2 )" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos" SLOT="0" IUSE="" ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )" RUBY_PATCHES=( "${FILESDIR}/${PN}-language-fixes.patch" ) all_ruby_prepare() { # Avoid automagic dependency on allison, bug 334937 sed -i -e '/allison/ s:^:#:' Rakefile || die sed -i -e 's:rake/rdoctask:rdoc/task:' \ -e '/gempackagetask/d' \ -e '/GemPackageTask/,/end/ d' Rakefile || die } each_ruby_prepare() { case ${RUBY} in *jruby) # Remove broken test. It's not clear if the test or code is # broken... https://github.com/mutoh/locale/issues/2 rm test/test_detect_general.rb || die ;; *) ;; esac } all_ruby_install() { all_fakegem_install insinto /usr/share/doc/${PF} doins -r samples || die }
