graaff 15/04/27 05:30:11 Modified: ChangeLog Added: open4-1.3.4.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.19 dev-ruby/open4/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/open4/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/open4/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/open4/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/open4/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 28 Dec 2014 00:45:58 -0000 1.18 +++ ChangeLog 27 Apr 2015 05:30:11 -0000 1.19 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/open4 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/open4/ChangeLog,v 1.18 2014/12/28 00:45:58 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/open4/ChangeLog,v 1.19 2015/04/27 05:30:11 graaff Exp $ + +*open4-1.3.4 (27 Apr 2015) + + 27 Apr 2015; Hans de Graaff <[email protected]> +open4-1.3.4.ebuild: + Version bump. 28 Dec 2014; Manuel RĂ¼ger <[email protected]> open4-1.3.3.ebuild: Add ruby2.2 target. 1.1 dev-ruby/open4/open4-1.3.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/open4/open4-1.3.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/open4/open4-1.3.4.ebuild?rev=1.1&content-type=text/plain Index: open4-1.3.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/open4/open4-1.3.4.ebuild,v 1.1 2015/04/27 05:30:11 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README" inherit ruby-fakegem DESCRIPTION="Open3::popen3 with exit status" HOMEPAGE="https://github.com/ahoward/open4" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest )" all_ruby_prepare() { mv rakefile Rakefile || die } all_ruby_install() { all_fakegem_install insinto /usr/share/doc/${PF}/samples doins samples/* } each_ruby_test() { ${RUBY} -Ilib -Itest/lib test/*.rb || die }
