mrueg 14/08/16 14:01:49 Modified: childprocess-0.5.3.ebuild ChangeLog Added: childprocess-0.5.3-r1.ebuild Removed: childprocess-0.4.2.ebuild childprocess-0.5.1.ebuild Log: Cleanup old. Add -r1 with ruby21, keep -r0 without it. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.5 dev-ruby/childprocess/childprocess-0.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3.ebuild?r1=1.4&r2=1.5 Index: childprocess-0.5.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- childprocess-0.5.3.ebuild 13 Aug 2014 18:48:19 -0000 1.4 +++ childprocess-0.5.3.ebuild 16 Aug 2014 14:01:49 -0000 1.5 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3.ebuild,v 1.4 2014/08/13 18:48:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3.ebuild,v 1.5 2014/08/16 14:01:49 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" 1.52 dev-ruby/childprocess/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 15 Aug 2014 17:32:59 -0000 1.51 +++ ChangeLog 16 Aug 2014 14:01:49 -0000 1.52 @@ -1,6 +1,13 @@ # ChangeLog for dev-ruby/childprocess # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.51 2014/08/15 17:32:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.52 2014/08/16 14:01:49 mrueg Exp $ + +*childprocess-0.5.3-r1 (16 Aug 2014) + + 16 Aug 2014; Manuel Rüger <[email protected]> +childprocess-0.5.3-r1.ebuild, + -childprocess-0.4.2.ebuild, -childprocess-0.5.1.ebuild, + childprocess-0.5.3.ebuild: + Cleanup old. Add -r1 with ruby21, keep -r0 without it. 15 Aug 2014; Raúl Porcel <[email protected]> childprocess-0.3.9.ebuild: sparc stable wrt #493780 1.1 dev-ruby/childprocess/childprocess-0.5.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3-r1.ebuild?rev=1.1&content-type=text/plain Index: childprocess-0.5.3-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.3-r1.ebuild,v 1.1 2014/08/16 14:01:49 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="yard" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="A simple and reliable solution for controlling external programs running in the background" HOMEPAGE="https://github.com/jarib/childprocess" LICENSE="MIT" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:2 )" ruby_add_rdepend "virtual/ruby-ffi" all_ruby_prepare() { # Remove bundler support rm Gemfile || die sed -i -e "/[Bb]undler/d" Rakefile || die sed -i -e "/[Cc]overalls/d" spec/spec_helper.rb || die sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die }
