mrueg 14/08/02 01:21:27 Modified: http-cookie-1.0.2.ebuild ChangeLog Log: Add ruby21 support. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/http-cookie/http-cookie-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild?r1=1.2&r2=1.3 Index: http-cookie-1.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- http-cookie-1.0.2.ebuild 3 May 2014 07:10:03 -0000 1.2 +++ http-cookie-1.0.2.ebuild 2 Aug 2014 01:21:27 -0000 1.3 @@ -1,10 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.2 2014/05/03 07:10:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.3 2014/08/02 01:21:27 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" inherit ruby-fakegem @@ -20,5 +21,10 @@ ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0" all_ruby_prepare() { - sed -i -e "/simplecov/d" Rakefile || die + sed -i -e "/simplecov/d" -e "/bundler/d" Rakefile || die +} + +each_ruby_test() { + ${RUBY} -Ilib test/test_http_cookie.rb || die + ${RUBY} -Ilib test/test_http_cookie_jar.rb || die } 1.3 dev-ruby/http-cookie/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 3 May 2014 07:10:03 -0000 1.2 +++ ChangeLog 2 Aug 2014 01:21:27 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/http-cookie # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.2 2014/05/03 07:10:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.3 2014/08/02 01:21:27 mrueg Exp $ + + 02 Aug 2014; Manuel RĂ¼ger <[email protected]> http-cookie-1.0.2.ebuild: + Add ruby21 support. 03 May 2014; Hans de Graaff <[email protected]> http-cookie-1.0.2.ebuild: Add missing dependency on dev-ruby/domain_name.
