mrueg 14/10/08 12:32:38 Modified: ChangeLog Added: mixlib-shellout-1.6.0.ebuild Log: Version bump. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.10 dev-ruby/mixlib-shellout/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 22 Jul 2014 06:04:59 -0000 1.9 +++ ChangeLog 8 Oct 2014 12:32:38 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/mixlib-shellout # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.9 2014/07/22 06:04:59 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.10 2014/10/08 12:32:38 mrueg Exp $ + +*mixlib-shellout-1.6.0 (08 Oct 2014) + + 08 Oct 2014; Manuel RĂ¼ger <[email protected]> +mixlib-shellout-1.6.0.ebuild: + Version bump. *mixlib-shellout-1.4.0 (22 Jul 2014) 1.1 dev-ruby/mixlib-shellout/mixlib-shellout-1.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.6.0.ebuild?rev=1.1&content-type=text/plain Index: mixlib-shellout-1.6.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.6.0.ebuild,v 1.1 2014/10/08 12:32:38 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_EXTRA_DOC="README.md" inherit ruby-fakegem DESCRIPTION="Run external commands on Unix or Windows" HOMEPAGE="http://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 }
