graaff 15/03/04 07:10:42 Modified: ChangeLog Added: hiera-eyaml-2.0.7.ebuild Log: Version bump. Fix broken tests. Fix broken dependencies. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.3 dev-ruby/hiera-eyaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 12 Feb 2015 05:24:33 -0000 1.2 +++ ChangeLog 4 Mar 2015 07:10:42 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/hiera-eyaml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog,v 1.2 2015/02/12 05:24:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml/ChangeLog,v 1.3 2015/03/04 07:10:42 graaff Exp $ + +*hiera-eyaml-2.0.7 (04 Mar 2015) + + 04 Mar 2015; Hans de Graaff <[email protected]> +hiera-eyaml-2.0.7.ebuild: + Version bump. Fix broken tests. Fix broken dependencies. 12 Feb 2015; Patrick Lauer <[email protected]> hiera-eyaml-2.0.6.ebuild: Whitespace 1.1 dev-ruby/hiera-eyaml/hiera-eyaml-2.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.7.ebuild?rev=1.1&content-type=text/plain Index: hiera-eyaml-2.0.7.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-eyaml/hiera-eyaml-2.0.7.ebuild,v 1.1 2015/03/04 07:10:42 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md CHANGES.md PLUGINS.md" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="Encrypted YAML backend for hiera" HOMEPAGE="https://github.com/TomPoulton/hiera-eyaml" SRC_URI="https://github.com/TomPoulton/hiera-eyaml/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" ruby_add_rdepend ">=dev-ruby/highline-1.6.19" ruby_add_rdepend "dev-ruby/trollop:2" ruby_add_bdepend "test? ( dev-util/cucumber dev-ruby/hiera-eyaml-plaintext )" all_ruby_prepare() { # Fix highline dependency to be compatible with more versions. sed -i -e '/highline/ s/~>/>=/' \ -e '/gem.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die } each_ruby_test() { ${RUBY} -S cucumber --format progress features || die }
