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/facter: facter-1.6.4.ebuild ChangeLog
Date: Sun, 01 Jan 2012 21:06:22
Message-Id: 20120101210608.3A6E22004B@flycatcher.gentoo.org
1 grobian 12/01/01 21:06:08
2
3 Modified: facter-1.6.4.ebuild ChangeLog
4 Log:
5 Drop Prefix keywords, the dependencies are too non-Prefix and non-Linux incompatible
6
7 (Portage version: 2.2.01.20048-prefix/cvs/SunOS i386)
8
9 Revision Changes Path
10 1.3 dev-ruby/facter/facter-1.6.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-1.6.4.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-1.6.4.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-1.6.4.ebuild?r1=1.2&r2=1.3
15
16 Index: facter-1.6.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.6.4.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- facter-1.6.4.ebuild 15 Dec 2011 16:02:44 -0000 1.2
23 +++ facter-1.6.4.ebuild 1 Jan 2012 21:06:08 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.6.4.ebuild,v 1.2 2011/12/15 16:02:44 matsuu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.6.4.ebuild,v 1.3 2012/01/01 21:06:08 grobian Exp $
30
31 EAPI="4"
32
33 @@ -18,7 +18,7 @@
34 LICENSE="Apache-2.0"
35 SLOT="0"
36 IUSE=""
37 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
38 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
39
40 RDEPEND="${RDEPEND}
41 sys-apps/dmidecode
42
43
44
45 1.48 dev-ruby/facter/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.48&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.48&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.47&r2=1.48
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
54 retrieving revision 1.47
55 retrieving revision 1.48
56 diff -u -r1.47 -r1.48
57 --- ChangeLog 28 Dec 2011 08:37:52 -0000 1.47
58 +++ ChangeLog 1 Jan 2012 21:06:08 -0000 1.48
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-ruby/facter
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.47 2011/12/28 08:37:52 graaff Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.48 2012/01/01 21:06:08 grobian Exp $
65 +
66 + 01 Jan 2012; Fabian Groffen <grobian@g.o> facter-1.6.4.ebuild:
67 + Drop Prefix keywords, the dependencies are too non-Prefix and non-Linux
68 + incompatible
69
70 28 Dec 2011; Hans de Graaff <graaff@g.o> facter-1.6.0.ebuild:
71 Drop ruby19 from stable version.