Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/File-Listing: File-Listing-6.40.0.ebuild ChangeLog
Date: Mon, 20 Jan 2014 23:41:29
Message-Id: 20140120232548.15C94200A1@flycatcher.gentoo.org
1 vapier 14/01/20 23:25:48
2
3 Modified: File-Listing-6.40.0.ebuild ChangeLog
4 Log:
5 Add arm64 love.
6
7 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.12 dev-perl/File-Listing/File-Listing-6.40.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Listing/File-Listing-6.40.0.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Listing/File-Listing-6.40.0.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Listing/File-Listing-6.40.0.ebuild?r1=1.11&r2=1.12
15
16 Index: File-Listing-6.40.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Listing/File-Listing-6.40.0.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- File-Listing-6.40.0.ebuild 19 Feb 2013 01:58:17 -0000 1.11
23 +++ File-Listing-6.40.0.ebuild 20 Jan 2014 23:25:47 -0000 1.12
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Listing/File-Listing-6.40.0.ebuild,v 1.11 2013/02/19 01:58:17 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Listing/File-Listing-6.40.0.ebuild,v 1.12 2014/01/20 23:25:47 vapier Exp $
30
31 EAPI=4
32
33 @@ -11,7 +11,7 @@
34 DESCRIPTION="Parse directory listings"
35
36 SLOT="0"
37 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
38 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 IUSE=""
40
41 RDEPEND="
42
43
44
45 1.35 dev-perl/File-Listing/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Listing/ChangeLog?rev=1.35&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Listing/ChangeLog?rev=1.35&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Listing/ChangeLog?r1=1.34&r2=1.35
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Listing/ChangeLog,v
54 retrieving revision 1.34
55 retrieving revision 1.35
56 diff -u -r1.34 -r1.35
57 --- ChangeLog 19 Feb 2013 01:58:17 -0000 1.34
58 +++ ChangeLog 20 Jan 2014 23:25:47 -0000 1.35
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-perl/File-Listing
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Listing/ChangeLog,v 1.34 2013/02/19 01:58:17 zmedico Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Listing/ChangeLog,v 1.35 2014/01/20 23:25:47 vapier Exp $
65 +
66 + 20 Jan 2014; Mike Frysinger <vapier@g.o> File-Listing-6.40.0.ebuild:
67 + Add arm64 love.
68
69 19 Feb 2013; Zac Medico <zmedico@g.o> File-Listing-6.40.0.ebuild:
70 Add ~arm-linux keyword.