Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Path-Class: Path-Class-0.350.0.ebuild ChangeLog
Date: Sat, 31 Jan 2015 14:15:38
Message-Id: 20150131141533.DBA4A10C35@oystercatcher.gentoo.org
1 zlogene 15/01/31 14:15:33
2
3 Modified: Path-Class-0.350.0.ebuild ChangeLog
4 Log:
5 Add ~x86-fbsd keyword
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
8
9 Revision Changes Path
10 1.2 dev-perl/Path-Class/Path-Class-0.350.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Path-Class/Path-Class-0.350.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Path-Class/Path-Class-0.350.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Path-Class/Path-Class-0.350.0.ebuild?r1=1.1&r2=1.2
15
16 Index: Path-Class-0.350.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/Path-Class-0.350.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- Path-Class-0.350.0.ebuild 9 Dec 2014 21:09:46 -0000 1.1
23 +++ Path-Class-0.350.0.ebuild 31 Jan 2015 14:15:33 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/Path-Class-0.350.0.ebuild,v 1.1 2014/12/09 21:09:46 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/Path-Class-0.350.0.ebuild,v 1.2 2015/01/31 14:15:33 zlogene Exp $
30
31 EAPI=5
32
33 @@ -11,7 +11,7 @@
34 DESCRIPTION="Cross-platform path specification manipulation"
35
36 SLOT="0"
37 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
38 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
39 IUSE="test"
40
41 RDEPEND="
42
43
44
45 1.57 dev-perl/Path-Class/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Path-Class/ChangeLog?rev=1.57&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Path-Class/ChangeLog?rev=1.57&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Path-Class/ChangeLog?r1=1.56&r2=1.57
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/ChangeLog,v
54 retrieving revision 1.56
55 retrieving revision 1.57
56 diff -u -r1.56 -r1.57
57 --- ChangeLog 9 Dec 2014 21:09:46 -0000 1.56
58 +++ ChangeLog 31 Jan 2015 14:15:33 -0000 1.57
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-perl/Path-Class
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/ChangeLog,v 1.56 2014/12/09 21:09:46 dilfridge Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/ChangeLog,v 1.57 2015/01/31 14:15:33 zlogene Exp $
65 +
66 + 31 Jan 2015; Mikle Kolyada <zlogene@g.o> Path-Class-0.350.0.ebuild:
67 + Add ~x86-fbsd keyword
68
69 *Path-Class-0.350.0 (09 Dec 2014)