Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.5.0.ebuild
Date: Sat, 04 Dec 2010 16:41:53
Message-Id: 20101204164136.4EF1320054@flycatcher.gentoo.org
1 grobian 10/12/04 16:41:36
2
3 Modified: ChangeLog i18n-0.5.0.ebuild
4 Log:
5 Added Prefix keywords
6
7 (Portage version: 2.2.01.17304-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.24 dev-ruby/i18n/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 4 Dec 2010 09:36:39 -0000 1.23
23 +++ ChangeLog 4 Dec 2010 16:41:36 -0000 1.24
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/i18n
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.23 2010/12/04 09:36:39 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.24 2010/12/04 16:41:36 grobian Exp $
29 +
30 + 04 Dec 2010; Fabian Groffen <grobian@g.o> i18n-0.5.0.ebuild:
31 + Added Prefix keywords
32
33 *i18n-0.5.0 (04 Dec 2010)
34
35
36
37
38 1.2 dev-ruby/i18n/i18n-0.5.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.5.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.5.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.5.0.ebuild?r1=1.1&r2=1.2
43
44 Index: i18n-0.5.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.5.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- i18n-0.5.0.ebuild 4 Dec 2010 09:36:39 -0000 1.1
51 +++ i18n-0.5.0.ebuild 4 Dec 2010 16:41:36 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.5.0.ebuild,v 1.1 2010/12/04 09:36:39 graaff Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.5.0.ebuild,v 1.2 2010/12/04 16:41:36 grobian Exp $
57
58 EAPI=2
59
60 @@ -22,7 +22,7 @@
61
62 LICENSE="MIT"
63 SLOT="$(get_version_component_range 1-2)"
64 -KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86 ~ppc-macos ~x64-solaris ~x86-solaris"
65 +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
66 IUSE=""
67
68 DEPEND=""