graaff 15/05/21 05:07:16 Modified: ChangeLog Added: mixlib-shellout-2.1.0.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.15 dev-ruby/mixlib-shellout/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 17 Apr 2015 00:11:20 -0000 1.14 +++ ChangeLog 21 May 2015 05:07:16 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/mixlib-shellout # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.14 2015/04/17 00:11:20 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.15 2015/05/21 05:07:16 graaff Exp $ + +*mixlib-shellout-2.1.0 (21 May 2015) + + 21 May 2015; Hans de Graaff <[email protected]> + +mixlib-shellout-2.1.0.ebuild: + Version bump. *mixlib-shellout-2.0.1 (17 Apr 2015) 1.1 dev-ruby/mixlib-shellout/mixlib-shellout-2.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-2.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-2.1.0.ebuild?rev=1.1&content-type=text/plain Index: mixlib-shellout-2.1.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/mixlib-shellout/mixlib-shellout-2.1.0.ebuild,v 1.1 2015/05/21 05:07:16 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRA_DOC="CHANGELOG.md README.md" inherit ruby-fakegem DESCRIPTION="Run external commands on Unix or Windows" HOMEPAGE="https://github.com/opscode/mixlib-shellout" SRC_URI="https://github.com/opscode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" each_ruby_prepare() { # Make sure we actually use the right interpreter for testing sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb || die }
