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/http-form_data: http-form_data-1.0.1.ebuild ChangeLog
Date: Mon, 01 Jun 2015 06:00:37
Message-Id: 20150601060032.A767BA19@oystercatcher.gentoo.org
1 jer 15/06/01 06:00:32
2
3 Modified: http-form_data-1.0.1.ebuild ChangeLog
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/http-form_data/http-form_data-1.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-form_data/http-form_data-1.0.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-form_data/http-form_data-1.0.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-form_data/http-form_data-1.0.1.ebuild?r1=1.1&r2=1.2
15
16 Index: http-form_data-1.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-form_data/http-form_data-1.0.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- http-form_data-1.0.1.ebuild 30 May 2015 04:41:22 -0000 1.1
23 +++ http-form_data-1.0.1.ebuild 1 Jun 2015 06:00:32 -0000 1.2
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/http-form_data/http-form_data-1.0.1.ebuild,v 1.1 2015/05/30 04:41:22 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-form_data/http-form_data-1.0.1.ebuild,v 1.2 2015/06/01 06:00:32 jer Exp $
29
30 EAPI=5
31 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
32 @@ -17,7 +17,7 @@
33
34 LICENSE="MIT"
35 SLOT="1.0"
36 -KEYWORDS="~amd64"
37 +KEYWORDS="~amd64 ~ppc64"
38 IUSE=""
39
40 all_ruby_prepare() {
41
42
43
44 1.2 dev-ruby/http-form_data/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-form_data/ChangeLog?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-form_data/ChangeLog?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/http-form_data/ChangeLog?r1=1.1&r2=1.2
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-form_data/ChangeLog,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ChangeLog 30 May 2015 04:41:22 -0000 1.1
57 +++ ChangeLog 1 Jun 2015 06:00:32 -0000 1.2
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ruby/http-form_data
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-form_data/ChangeLog,v 1.1 2015/05/30 04:41:22 graaff Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-form_data/ChangeLog,v 1.2 2015/06/01 06:00:32 jer Exp $
63 +
64 + 01 Jun 2015; Jeroen Roovers <jer@g.o> http-form_data-1.0.1.ebuild:
65 + Mark ~ppc64 (bug #550798).
66
67 *http-form_data-1.0.1 (30 May 2015)