Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-InstallPaths: ChangeLog ExtUtils-InstallPaths-0.10.0.ebuild
Date: Sun, 03 May 2015 08:19:45
Message-Id: 20150503081941.B6E4D993@oystercatcher.gentoo.org
1 jer 15/05/03 08:19:41
2
3 Modified: ChangeLog ExtUtils-InstallPaths-0.10.0.ebuild
4 Log:
5 Mark ~ppc64 (bug #548352).
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.4 dev-perl/ExtUtils-InstallPaths/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 9 Nov 2014 10:37:51 -0000 1.3
23 +++ ChangeLog 3 May 2015 08:19:41 -0000 1.4
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-perl/ExtUtils-InstallPaths
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 1.3 2014/11/09 10:37:51 zlogene Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 1.4 2015/05/03 08:19:41 jer Exp $
30 +
31 + 03 May 2015; Jeroen Roovers <jer@g.o>
32 + ExtUtils-InstallPaths-0.10.0.ebuild:
33 + Mark ~ppc64 (bug #548352).
34
35 09 Nov 2014; Mikle Kolyada <zlogene@g.o>
36 ExtUtils-InstallPaths-0.10.0.ebuild:
37
38
39
40 1.4 dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild?r1=1.3&r2=1.4
45
46 Index: ExtUtils-InstallPaths-0.10.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- ExtUtils-InstallPaths-0.10.0.ebuild 9 Nov 2014 10:37:51 -0000 1.3
53 +++ ExtUtils-InstallPaths-0.10.0.ebuild 3 May 2015 08:19:41 -0000 1.4
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2014 Gentoo Foundation
56 +# Copyright 1999-2015 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v 1.3 2014/11/09 10:37:51 zlogene Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v 1.4 2015/05/03 08:19:41 jer Exp $
60 EAPI=5
61 MODULE_AUTHOR=LEONT
62 MODULE_VERSION=0.010
63 @@ -9,7 +9,7 @@
64 DESCRIPTION='Build.PL install path logic made easy'
65 LICENSE=" || ( Artistic GPL-2 )"
66 SLOT="0"
67 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
68 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
69 IUSE="test"
70
71 DEPEND="