Gentoo Archives: gentoo-commits

From: "Alex Legler (a3li)" <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-inifile: ChangeLog ruby-inifile-2.0.0.ebuild
Date: Sat, 22 Aug 2009 22:31:09
Message-Id: E1Mez74-0008OJ-T5@stork.gentoo.org
1 a3li 09/08/22 22:31:06
2
3 Modified: ChangeLog ruby-inifile-2.0.0.ebuild
4 Log:
5 Remove ruby16 from USE_RUBY
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-ruby/ruby-inifile/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 6 Oct 2006 04:36:44 -0000 1.1
22 +++ ChangeLog 22 Aug 2009 22:31:06 -0000 1.2
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-ruby/ruby-inifile
25 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.1 2006/10/06 04:36:44 pclouds Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.2 2009/08/22 22:31:06 a3li Exp $
29 +
30 + 22 Aug 2009; Alex Legler <a3li@g.o> ruby-inifile-2.0.0.ebuild:
31 + Remove ruby16 from USE_RUBY
32
33 *ruby-inifile-2.0.0 (06 Oct 2006)
34
35
36
37
38 1.2 dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild?r1=1.1&r2=1.2
43
44 Index: ruby-inifile-2.0.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- ruby-inifile-2.0.0.ebuild 6 Oct 2006 04:36:44 -0000 1.1
51 +++ ruby-inifile-2.0.0.ebuild 22 Aug 2009 22:31:06 -0000 1.2
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2006 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild,v 1.1 2006/10/06 04:36:44 pclouds Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0.ebuild,v 1.2 2009/08/22 22:31:06 a3li Exp $
58
59 inherit ruby
60
61 @@ -10,7 +10,7 @@
62
63 SLOT="0"
64 IUSE=""
65 -USE_RUBY="ruby16 ruby18"
66 +USE_RUBY="ruby18"
67 LICENSE="Ruby"
68 KEYWORDS="~x86 ~amd64"
69 S=${WORKDIR}/${PN}