graaff 15/07/25 07:31:27 Modified: ChangeLog github_api-0.11.3.ebuild Added: github_api-0.11.3-r1.ebuild Log: Create stable candidate. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.7 dev-ruby/github_api/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/github_api/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 7 Jun 2015 17:52:49 -0000 1.6 +++ ChangeLog 25 Jul 2015 07:31:27 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/github_api # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/ChangeLog,v 1.6 2015/06/07 17:52:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/ChangeLog,v 1.7 2015/07/25 07:31:27 graaff Exp $ + +*github_api-0.11.3-r1 (25 Jul 2015) + + 25 Jul 2015; Hans de Graaff <[email protected]> github_api-0.11.3.ebuild, + +github_api-0.11.3-r1.ebuild: + Create stable candidate. 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.4 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.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild?r1=1.3&r2=1.4 Index: github_api-0.11.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- github_api-0.11.3.ebuild 5 Mar 2015 03:21:59 -0000 1.3 +++ github_api-0.11.3.ebuild 25 Jul 2015 07:31:27 -0000 1.4 @@ -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/github_api/github_api-0.11.3.ebuild,v 1.3 2015/03/05 03:21:59 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild,v 1.4 2015/07/25 07:31:27 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" 1.1 dev-ruby/github_api/github_api-0.11.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.11.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.11.3-r1.ebuild?rev=1.1&content-type=text/plain Index: github_api-0.11.3-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/github_api/github_api-0.11.3-r1.ebuild,v 1.1 2015/07/25 07:31:27 graaff 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 ~ppc ~ppc64 ~x86" 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 )"
