prometheanfire 15/04/05 02:29:30 Modified: ChangeLog Added: hiera-2.0.0.ebuild Log: bup (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.33 dev-ruby/hiera/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 12 Mar 2015 06:52:17 -0000 1.32 +++ ChangeLog 5 Apr 2015 02:29:30 -0000 1.33 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/hiera # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.32 2015/03/12 06:52:17 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.33 2015/04/05 02:29:30 prometheanfire Exp $ + +*hiera-2.0.0 (05 Apr 2015) + + 05 Apr 2015; Matthew Thode <[email protected]> +hiera-2.0.0.ebuild: + bup 12 Mar 2015; Hans de Graaff <[email protected]> -hiera-1.2.1.ebuild: Cleanup. 1.1 dev-ruby/hiera/hiera-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/hiera-2.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/hiera-2.0.0.ebuild?rev=1.1&content-type=text/plain Index: hiera-2.0.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/hiera-2.0.0.ebuild,v 1.1 2015/04/05 02:29:30 prometheanfire Exp $ EAPI=5 USE_RUBY="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 ~sparc ~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 }
