graaff 15/05/25 05:05:05 Modified: ChangeLog Added: rash-0.4.0-r2.ebuild Log: Make hashie dependency more lenient to match versions still in the tree. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.13 dev-ruby/rash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rash/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rash/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rash/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 27 Apr 2015 06:00:55 -0000 1.12 +++ ChangeLog 25 May 2015 05:05:05 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rash # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.12 2015/04/27 06:00:55 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.13 2015/05/25 05:05:05 graaff Exp $ + +*rash-0.4.0-r2 (25 May 2015) + + 25 May 2015; Hans de Graaff <[email protected]> +rash-0.4.0-r2.ebuild: + Make hashie dependency more lenient to match versions still in the tree. 27 Apr 2015; Hans de Graaff <[email protected]> rash-0.4.0-r1.ebuild: Add ruby22. Depend on the correct slot. 1.1 dev-ruby/rash/rash-0.4.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rash/rash-0.4.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rash/rash-0.4.0-r2.ebuild?rev=1.1&content-type=text/plain Index: rash-0.4.0-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r2.ebuild,v 1.1 2015/05/25 05:05:05 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_EXTRADOC="README.rdoc" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="Rash is an extension to Hashie" HOMEPAGE="https://github.com/tcocca/rash" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_rdepend ">=dev-ruby/hashie-2.0.0:0" all_ruby_prepare() { rm Gemfile || die sed -i -e '/[Bb]undler/d' Rakefile || die sed -i -e '/hashie/ s/2.0.0/2.0/' ${RUBY_FAKEGEM_GEMSPEC} || die }
