Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/plist: plist-3.0.0.ebuild ChangeLog
Date: Mon, 04 Jan 2010 11:42:05
Message-Id: E1NRlJz-0004JQ-Vd@stork.gentoo.org
1 fauli 10/01/04 11:42:03
2
3 Modified: plist-3.0.0.ebuild ChangeLog
4 Log:
5 Transfer Prefix keywords
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 dev-ruby/plist/plist-3.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/plist-3.0.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/plist-3.0.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/plist-3.0.0.ebuild?r1=1.1&r2=1.2
14
15 Index: plist-3.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.0.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- plist-3.0.0.ebuild 19 Jun 2007 01:25:14 -0000 1.1
22 +++ plist-3.0.0.ebuild 4 Jan 2010 11:42:03 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.0.0.ebuild,v 1.1 2007/06/19 01:25:14 nichoj Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.0.0.ebuild,v 1.2 2010/01/04 11:42:03 fauli Exp $
29
30 inherit ruby gems
31
32 @@ -11,7 +11,7 @@
33
34 LICENSE="MIT"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
38 IUSE=""
39
40 DEPEND=">=dev-lang/ruby-1.8.5"
41
42
43
44 1.2 dev-ruby/plist/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/ChangeLog?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/ChangeLog?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/plist/ChangeLog?r1=1.1&r2=1.2
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ChangeLog 19 Jun 2007 01:25:14 -0000 1.1
57 +++ ChangeLog 4 Jan 2010 11:42:03 -0000 1.2
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ruby/plist
60 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.1 2007/06/19 01:25:14 nichoj Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.2 2010/01/04 11:42:03 fauli Exp $
64 +
65 + 04 Jan 2010; Christian Faulhammer <fauli@g.o> plist-3.0.0.ebuild:
66 + Transfer Prefix keywords
67
68 *plist-3.0.0 (19 Jun 2007)