mrueg 14/08/26 10:55:45 Modified: github_api-0.10.2.ebuild ChangeLog Added: github_api-0.11.3.ebuild Log: Version bump. Rekeywording for ppc, ppc64 in bug #521036 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/github_api/github_api-0.10.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.10.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.10.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.10.2.ebuild?r1=1.2&r2=1.3 Index: github_api-0.10.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/github_api/github_api-0.10.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- github_api-0.10.2.ebuild 15 Aug 2014 14:33:30 -0000 1.2 +++ github_api-0.10.2.ebuild 26 Aug 2014 10:55:45 -0000 1.3 @@ -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/github_api/github_api-0.10.2.ebuild,v 1.2 2014/08/15 14:33:30 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/github_api-0.10.2.ebuild,v 1.3 2014/08/26 10:55:45 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_DOC="" 1.3 dev-ruby/github_api/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/github_api/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 15 Aug 2014 14:33:30 -0000 1.2 +++ ChangeLog 26 Aug 2014 10:55:45 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/github_api # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/ChangeLog,v 1.2 2014/08/15 14:33:30 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/ChangeLog,v 1.3 2014/08/26 10:55:45 mrueg Exp $ + +*github_api-0.11.3 (26 Aug 2014) + + 26 Aug 2014; Manuel RĂ¼ger <[email protected]> +github_api-0.11.3.ebuild, + github_api-0.10.2.ebuild: + Version bump. Rekeywording for ppc, ppc64 in bug #521036 15 Aug 2014; Anthony G. Basile <[email protected]> github_api-0.10.2.ebuild: Keyword ~ppc ~ppc64, bug #511424 1.1 dev-ruby/github_api/github_api-0.11.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild?rev=1.1&content-type=text/plain Index: github_api-0.11.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild,v 1.1 2014/08/26 10:55:45 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="A Ruby wrapper for the GitHub REST API v3" HOMEPAGE="https://github.com/peter-murach/github" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_rdepend " >=dev-ruby/addressable-2.3 >=dev-ruby/descendants_tracker-0.0.1 >=dev-ruby/faraday-0.8 <dev-ruby/faraday-0.10 >=dev-ruby/hashie-1.2 >=dev-ruby/multi_json-1.7.5 <dev-ruby/multi_json-2.0 >=dev-ruby/nokogiri-1.6.0 dev-ruby/oauth2" ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )"
