Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/github_api: github_api-0.11.3.ebuild ChangeLog
Date: Tue, 26 Aug 2014 20:16:48
Message-Id: 20140826201642.8D4C23EE9@oystercatcher.gentoo.org
1 blueness 14/08/26 20:16:42
2
3 Modified: github_api-0.11.3.ebuild ChangeLog
4 Log:
5 Keyword ~ppc ~ppc64, bug #521036
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.2 dev-ruby/github_api/github_api-0.11.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild?r1=1.1&r2=1.2
15
16 Index: github_api-0.11.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- github_api-0.11.3.ebuild 26 Aug 2014 10:55:45 -0000 1.1
23 +++ github_api-0.11.3.ebuild 26 Aug 2014 20:16:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild,v 1.2 2014/08/26 20:16:42 blueness Exp $
29
30 EAPI=5
31 USE_RUBY="ruby19 ruby20 ruby21"
32 @@ -16,7 +16,7 @@
33
34 LICENSE="MIT"
35 SLOT="0"
36 -KEYWORDS="~amd64"
37 +KEYWORDS="~amd64 ~ppc ~ppc64"
38 IUSE=""
39
40 ruby_add_rdepend "
41
42
43
44 1.4 dev-ruby/github_api/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/ChangeLog?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/ChangeLog?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/github_api/ChangeLog?r1=1.3&r2=1.4
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/github_api/ChangeLog,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- ChangeLog 26 Aug 2014 10:55:45 -0000 1.3
57 +++ ChangeLog 26 Aug 2014 20:16:42 -0000 1.4
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ruby/github_api
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/ChangeLog,v 1.3 2014/08/26 10:55:45 mrueg Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/ChangeLog,v 1.4 2014/08/26 20:16:42 blueness Exp $
63 +
64 + 26 Aug 2014; Anthony G. Basile <blueness@g.o> github_api-0.11.3.ebuild:
65 + Keyword ~ppc ~ppc64, bug #521036
66
67 *github_api-0.11.3 (26 Aug 2014)