mrueg 14/07/25 13:41:23 Modified: httparty-0.13.1.ebuild ChangeLog Log: Add ruby20 support. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 dev-ruby/httparty/httparty-0.13.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.13.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.13.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.13.1.ebuild?r1=1.1&r2=1.2 Index: httparty-0.13.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.13.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- httparty-0.13.1.ebuild 3 May 2014 06:18:28 -0000 1.1 +++ httparty-0.13.1.ebuild 25 Jul 2014 13:41:23 -0000 1.2 @@ -1,11 +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/httparty/httparty-0.13.1.ebuild,v 1.1 2014/05/03 06:18:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.13.1.ebuild,v 1.2 2014/07/25 13:41:23 mrueg Exp $ EAPI=5 # jruby → testsuite fails (seems like a testuite bug) -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby20" # We have a custom test function, but don't null this out so that the # deps are still added 1.31 dev-ruby/httparty/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 26 May 2014 05:42:43 -0000 1.30 +++ ChangeLog 25 Jul 2014 13:41:23 -0000 1.31 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/httparty # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.30 2014/05/26 05:42:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.31 2014/07/25 13:41:23 mrueg Exp $ + + 25 Jul 2014; Manuel Rüger <[email protected]> httparty-0.13.1.ebuild: + Add ruby20 support. 26 May 2014; Manuel Rüger <[email protected]> -httparty-0.13.0.ebuild: Cleanup old.
