Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/github_api: ChangeLog github_api-0.11.3.ebuild github_api-0.11.3-r1.ebuild
Date: Sat, 25 Jul 2015 07:31:33
Message-Id: 20150725073127.4E83BBC@oystercatcher.gentoo.org
1 graaff 15/07/25 07:31:27
2
3 Modified: ChangeLog github_api-0.11.3.ebuild
4 Added: github_api-0.11.3-r1.ebuild
5 Log:
6 Create stable candidate.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.7 dev-ruby/github_api/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/github_api/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 7 Jun 2015 17:52:49 -0000 1.6
24 +++ ChangeLog 25 Jul 2015 07:31:27 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/github_api
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/ChangeLog,v 1.6 2015/06/07 17:52:49 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/ChangeLog,v 1.7 2015/07/25 07:31:27 graaff Exp $
30 +
31 +*github_api-0.11.3-r1 (25 Jul 2015)
32 +
33 + 25 Jul 2015; Hans de Graaff <graaff@g.o> github_api-0.11.3.ebuild,
34 + +github_api-0.11.3-r1.ebuild:
35 + Create stable candidate.
36
37 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
38 Add github to remote-id in metadata.xml
39
40
41
42 1.4 dev-ruby/github_api/github_api-0.11.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild?rev=1.4&view=markup
45 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
46 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
47
48 Index: github_api-0.11.3.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- github_api-0.11.3.ebuild 5 Mar 2015 03:21:59 -0000 1.3
55 +++ github_api-0.11.3.ebuild 25 Jul 2015 07:31:27 -0000 1.4
56 @@ -1,9 +1,9 @@
57 # Copyright 1999-2015 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $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 $
60 +# $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 $
61
62 EAPI=5
63 -USE_RUBY="ruby19 ruby20 ruby21"
64 +USE_RUBY="ruby19 ruby20"
65
66 RUBY_FAKEGEM_RECIPE_TEST="rspec"
67 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
68
69
70
71 1.1 dev-ruby/github_api/github_api-0.11.3-r1.ebuild
72
73 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
74 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
75
76 Index: github_api-0.11.3-r1.ebuild
77 ===================================================================
78 # Copyright 1999-2015 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $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 $
81
82 EAPI=5
83 USE_RUBY="ruby19 ruby20 ruby21"
84
85 RUBY_FAKEGEM_RECIPE_TEST="rspec"
86 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
87 RUBY_FAKEGEM_EXTRADOC="README.md"
88
89 inherit ruby-fakegem
90
91 DESCRIPTION="A Ruby wrapper for the GitHub REST API v3"
92 HOMEPAGE="https://github.com/peter-murach/github"
93
94 LICENSE="MIT"
95 SLOT="0"
96 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
97 IUSE=""
98
99 ruby_add_rdepend "
100 >=dev-ruby/addressable-2.3
101 >=dev-ruby/descendants_tracker-0.0.1
102 >=dev-ruby/faraday-0.8
103 <dev-ruby/faraday-0.10
104 >=dev-ruby/hashie-1.2
105 >=dev-ruby/multi_json-1.7.5
106 <dev-ruby/multi_json-2.0
107 >=dev-ruby/nokogiri-1.6.0
108 dev-ruby/oauth2"
109
110 ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )"