graaff 15/04/19 18:22:49 Modified: ChangeLog hpricot-0.8.6-r2.ebuild Log: Drop jruby. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.72 dev-ruby/hpricot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 7 Apr 2015 18:57:22 -0000 1.71 +++ ChangeLog 19 Apr 2015 18:22:49 -0000 1.72 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hpricot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.71 2015/04/07 18:57:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.72 2015/04/19 18:22:49 graaff Exp $ + + 19 Apr 2015; Hans de Graaff <[email protected]> hpricot-0.8.6-r2.ebuild: + Drop jruby. 07 Apr 2015; Hans de Graaff <[email protected]> hpricot-0.8.6-r3.ebuild: Avoid unneeded dependency on git. 1.17 dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild?r1=1.16&r2=1.17 Index: hpricot-0.8.6-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- hpricot-0.8.6-r2.ebuild 17 Jan 2015 19:39:57 -0000 1.16 +++ hpricot-0.8.6-r2.ebuild 19 Apr 2015 18:22:49 -0000 1.17 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild,v 1.16 2015/01/17 19:39:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild,v 1.17 2015/04/19 18:22:49 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" @@ -29,8 +29,7 @@ # Probably needs the same jdk as JRuby but I'm not sure how to express # that just yet. DEPEND+=" - dev-util/ragel - ruby_targets_jruby? ( >=virtual/jdk-1.5 )" + dev-util/ragel" all_ruby_prepare() { sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
