Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/gherkin: gherkin-2.12.2.ebuild ChangeLog
Date: Wed, 22 Jul 2015 18:28:14
Message-Id: 20150722182810.83667BE@oystercatcher.gentoo.org
1 zlogene 15/07/22 18:28:10
2
3 Modified: gherkin-2.12.2.ebuild ChangeLog
4 Log:
5 add ~x86 keyword wrt bug #553470
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)
8
9 Revision Changes Path
10 1.6 dev-ruby/gherkin/gherkin-2.12.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gherkin/gherkin-2.12.2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gherkin/gherkin-2.12.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gherkin/gherkin-2.12.2.ebuild?r1=1.5&r2=1.6
15
16 Index: gherkin-2.12.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.12.2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- gherkin-2.12.2.ebuild 18 Jul 2015 11:24:25 -0000 1.5
23 +++ gherkin-2.12.2.ebuild 22 Jul 2015 18:28:10 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.12.2.ebuild,v 1.5 2015/07/18 11:24:25 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.12.2.ebuild,v 1.6 2015/07/22 18:28:10 zlogene Exp $
29
30 EAPI=5
31 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
32 @@ -18,7 +18,7 @@
33 LICENSE="MIT"
34 SRC_URI="https://github.com/cucumber/gherkin/archive/v${PV}.tar.gz -> ${P}-git.tgz"
35
36 -KEYWORDS="~amd64 ~arm ~hppa ~ppc64"
37 +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
38 SLOT="0"
39 IUSE="doc test"
40
41
42
43
44 1.92 dev-ruby/gherkin/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gherkin/ChangeLog?rev=1.92&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gherkin/ChangeLog?rev=1.92&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gherkin/ChangeLog?r1=1.91&r2=1.92
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v
53 retrieving revision 1.91
54 retrieving revision 1.92
55 diff -u -r1.91 -r1.92
56 --- ChangeLog 18 Jul 2015 11:24:25 -0000 1.91
57 +++ ChangeLog 22 Jul 2015 18:28:10 -0000 1.92
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ruby/gherkin
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.91 2015/07/18 11:24:25 jer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/ChangeLog,v 1.92 2015/07/22 18:28:10 zlogene Exp $
63 +
64 + 22 Jul 2015; Mikle Kolyada <zlogene@g.o> gherkin-2.12.2.ebuild:
65 + add ~x86 keyword wrt bug #553470
66
67 18 Jul 2015; Jeroen Roovers <jer@g.o> gherkin-2.12.2.ebuild:
68 Mark ~hppa ~ppc64 (bug #553470).