graaff 15/03/29 07:07:12 Modified: ChangeLog http-cookie-1.0.2.ebuild Added: http-cookie-1.0.2-r1.ebuild Log: Create stable candidate. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.6 dev-ruby/http-cookie/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 10 Feb 2015 09:27:18 -0000 1.5 +++ ChangeLog 29 Mar 2015 07:07:12 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/http-cookie # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.5 2015/02/10 09:27:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.6 2015/03/29 07:07:12 graaff Exp $ + +*http-cookie-1.0.2-r1 (29 Mar 2015) + + 29 Mar 2015; Hans de Graaff <[email protected]> http-cookie-1.0.2.ebuild, + +http-cookie-1.0.2-r1.ebuild: + Create stable candidate. 10 Feb 2015; Agostino Sarubbo <[email protected]> http-cookie-1.0.2.ebuild: Add ~ppc, wrt bug #522056 1.6 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.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild?rev=1.6&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.5&r2=1.6 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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- http-cookie-1.0.2.ebuild 10 Feb 2015 09:27:18 -0000 1.5 +++ http-cookie-1.0.2.ebuild 29 Mar 2015 07:07:12 -0000 1.6 @@ -1,9 +1,9 @@ # Copyright 1999-2015 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.5 2015/02/10 09:27:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.6 2015/03/29 07:07:12 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" 1.1 dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild?rev=1.1&content-type=text/plain Index: http-cookie-1.0.2-r1.ebuild =================================================================== # Copyright 1999-2015 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-r1.ebuild,v 1.1 2015/03/29 07:07:12 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" inherit ruby-fakegem DESCRIPTION="A ruby library to handle HTTP cookies" HOMEPAGE="https://github.com/sparklemotion/http-cookie" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0" all_ruby_prepare() { 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 }
