graaff 15/06/25 05:43:22 Modified: ChangeLog Added: hiera-3.0.1.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.35 dev-ruby/hiera/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 11 Apr 2015 07:58:59 -0000 1.34 +++ ChangeLog 25 Jun 2015 05:43:22 -0000 1.35 @@ -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.34 2015/04/11 07:58:59 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.35 2015/06/25 05:43:22 graaff Exp $ + +*hiera-3.0.1 (25 Jun 2015) + + 25 Jun 2015; Hans de Graaff <[email protected]> +hiera-3.0.1.ebuild: + Version bump. 11 Apr 2015; Hans de Graaff <[email protected]> hiera-2.0.0.ebuild: Add ruby19, ruby22. 1.1 dev-ruby/hiera/hiera-3.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/hiera-3.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera/hiera-3.0.1.ebuild?rev=1.1&content-type=text/plain Index: hiera-3.0.1.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-3.0.1.ebuild,v 1.1 2015/06/25 05:43:22 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" 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 }
