Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/certificate_authority: ChangeLog certificate_authority-0.1.6.ebuild
Date: Mon, 01 Jun 2015 06:00:00
Message-Id: 20150601055954.84DD6A0A@oystercatcher.gentoo.org
1 jer 15/06/01 05:59:54
2
3 Modified: ChangeLog certificate_authority-0.1.6.ebuild
4 Log:
5 Mark ~ppc64 (bug #550798).
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 dev-ruby/certificate_authority/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/certificate_authority/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/certificate_authority/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/certificate_authority/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/certificate_authority/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 10 May 2015 06:40:51 -0000 1.1
23 +++ ChangeLog 1 Jun 2015 05:59:54 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/certificate_authority
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/certificate_authority/ChangeLog,v 1.1 2015/05/10 06:40:51 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/certificate_authority/ChangeLog,v 1.2 2015/06/01 05:59:54 jer Exp $
29 +
30 + 01 Jun 2015; Jeroen Roovers <jer@g.o>
31 + certificate_authority-0.1.6.ebuild:
32 + Mark ~ppc64 (bug #550798).
33
34 *certificate_authority-0.1.6 (10 May 2015)
35
36
37
38
39 1.2 dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild?r1=1.1&r2=1.2
44
45 Index: certificate_authority-0.1.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- certificate_authority-0.1.6.ebuild 10 May 2015 06:40:51 -0000 1.1
52 +++ certificate_authority-0.1.6.ebuild 1 Jun 2015 05:59:54 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild,v 1.1 2015/05/10 06:40:51 graaff Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild,v 1.2 2015/06/01 05:59:54 jer Exp $
58
59 EAPI=5
60 USE_RUBY="ruby19 ruby20 ruby21"
61 @@ -17,7 +17,7 @@
62
63 LICENSE="MIT"
64 SLOT="0"
65 -KEYWORDS="~amd64"
66 +KEYWORDS="~amd64 ~ppc64"
67 IUSE=""
68
69 ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*"