mrueg 14/11/25 11:24:13 Modified: css_parser-1.3.5-r1.ebuild ChangeLog Log: Drop jruby target. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.4 dev-ruby/css_parser/css_parser-1.3.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/css_parser/css_parser-1.3.5-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/css_parser/css_parser-1.3.5-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/css_parser/css_parser-1.3.5-r1.ebuild?r1=1.3&r2=1.4 Index: css_parser-1.3.5-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/css_parser-1.3.5-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- css_parser-1.3.5-r1.ebuild 20 May 2014 17:58:10 -0000 1.3 +++ css_parser-1.3.5-r1.ebuild 25 Nov 2014 11:24:13 -0000 1.4 @@ -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/css_parser/css_parser-1.3.5-r1.ebuild,v 1.3 2014/05/20 17:58:10 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/css_parser-1.3.5-r1.ebuild,v 1.4 2014/11/25 11:24:13 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOC_DIR="doc" @@ -38,12 +38,6 @@ } -each_ruby_prepare() { - if [[ ${RUBY} == */jruby ]]; then - sed -i -e '/add_development_dependency/i s.add_dependency("jruby-openssl")' "${RUBY_FAKEGEM_GEMSPEC}" || die - fi -} - each_ruby_test() { ${RUBY} -Ilib test/*.rb || die } 1.8 dev-ruby/css_parser/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/css_parser/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/css_parser/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/css_parser/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 20 May 2014 17:58:10 -0000 1.7 +++ ChangeLog 25 Nov 2014 11:24:13 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/css_parser # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/ChangeLog,v 1.7 2014/05/20 17:58:10 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/ChangeLog,v 1.8 2014/11/25 11:24:13 mrueg Exp $ + + 25 Nov 2014; Manuel RĂ¼ger <[email protected]> css_parser-1.3.5-r1.ebuild: + Drop jruby target. 20 May 2014; Hans de Graaff <[email protected]> css_parser-1.3.5-r1.ebuild: Add ruby21. Drop ruby18.
