Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/pkg-config: pkg-config-1.1.4-r1.ebuild ChangeLog
Date: Thu, 05 Dec 2013 09:57:24
Message-Id: 20131205095719.0AB4D2004B@flycatcher.gentoo.org
1 naota 13/12/05 09:57:18
2
3 Modified: pkg-config-1.1.4-r1.ebuild ChangeLog
4 Log:
5 Add ruby20 support
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
8
9 Revision Changes Path
10 1.2 dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: pkg-config-1.1.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pkg-config-1.1.4-r1.ebuild 5 Oct 2013 10:43:08 -0000 1.1
23 +++ pkg-config-1.1.4-r1.ebuild 5 Dec 2013 09:57:18 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild,v 1.1 2013/10/05 10:43:08 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.4-r1.ebuild,v 1.2 2013/12/05 09:57:18 naota Exp $
29
30 EAPI=5
31 -USE_RUBY="ruby18 ruby19"
32 +USE_RUBY="ruby18 ruby19 ruby20"
33
34 RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
35
36
37
38
39 1.21 dev-ruby/pkg-config/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?rev=1.21&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?rev=1.21&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?r1=1.20&r2=1.21
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v
48 retrieving revision 1.20
49 retrieving revision 1.21
50 diff -u -r1.20 -r1.21
51 --- ChangeLog 5 Oct 2013 10:43:08 -0000 1.20
52 +++ ChangeLog 5 Dec 2013 09:57:18 -0000 1.21
53 @@ -1,6 +1,9 @@
54 # ChangeLog for dev-ruby/pkg-config
55 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.20 2013/10/05 10:43:08 mrueg Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.21 2013/12/05 09:57:18 naota Exp $
58 +
59 + 05 Dec 2013; Naohiro Aota <naota@g.o> pkg-config-1.1.4-r1.ebuild:
60 + Add ruby20 support
61
62 *pkg-config-1.1.4-r1 (05 Oct 2013)