graaff 14/05/24 05:55:36 Modified: ChangeLog Added: hiera-1.3.3.ebuild Log: Version bump. Add ruby21. Drop sparc due to missing keyword on dependencies, bug 465948. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.22 dev-ruby/hiera/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 5 Apr 2014 17:56:45 -0000 1.21 +++ ChangeLog 24 May 2014 05:55:36 -0000 1.22 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/hiera # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.21 2014/04/05 17:56:45 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.22 2014/05/24 05:55:36 graaff Exp $ + +*hiera-1.3.3 (24 May 2014) + + 24 May 2014; Hans de Graaff <[email protected]> +hiera-1.3.3.ebuild: + Version bump. Add ruby21. Drop sparc due to missing keyword on dependencies, + bug 465948. 05 Apr 2014; Manuel RĂ¼ger <[email protected]> hiera-1.2.1-r1.ebuild, hiera-1.2.1.ebuild: 1.1 dev-ruby/hiera/hiera-1.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/hiera-1.3.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/hiera-1.3.3.ebuild?rev=1.1&content-type=text/plain Index: hiera-1.3.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/hiera-1.3.3.ebuild,v 1.1 2014/05/24 05:55:36 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="A simple pluggable Hierarchical Database" HOMEPAGE="http://projects.puppetlabs.com/" LICENSE="Apache-2.0" SLOT="0" IUSE="" KEYWORDS="~amd64 ~hppa ~ppc ~x86" ruby_add_bdepend "test? ( dev-ruby/mocha )" ruby_add_rdepend "dev-ruby/json" all_ruby_prepare() { # Our json package is either the compiled version or the pure # version. Fix gemspec accordingly. sed -i -e 's/json_pure/json/' ../metadata || die }
