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/Archive-Zip: Archive-Zip-1.300.0.ebuild ChangeLog
Date: Sat, 01 Feb 2014 23:44:05
Message-Id: 20140201234402.3B0D02004C@flycatcher.gentoo.org
1 vapier 14/02/01 23:44:02
2
3 Modified: Archive-Zip-1.300.0.ebuild ChangeLog
4 Log:
5 Add arm64 love.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.6 dev-perl/Archive-Zip/Archive-Zip-1.300.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.300.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.300.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.300.0.ebuild?r1=1.5&r2=1.6
15
16 Index: Archive-Zip-1.300.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.300.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- Archive-Zip-1.300.0.ebuild 1 Sep 2012 11:12:49 -0000 1.5
23 +++ Archive-Zip-1.300.0.ebuild 1 Feb 2014 23:44:02 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 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/Archive-Zip/Archive-Zip-1.300.0.ebuild,v 1.5 2012/09/01 11:12:49 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/Archive-Zip-1.300.0.ebuild,v 1.6 2014/02/01 23:44:02 vapier Exp $
30
31 EAPI=4
32
33 @@ -11,7 +11,7 @@
34 DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files"
35
36 SLOT="0"
37 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
39 IUSE=""
40
41 DEPEND=">=virtual/perl-Compress-Raw-Zlib-2.017
42
43
44
45 1.87 dev-perl/Archive-Zip/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?rev=1.87&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?rev=1.87&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Zip/ChangeLog?r1=1.86&r2=1.87
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v
54 retrieving revision 1.86
55 retrieving revision 1.87
56 diff -u -r1.86 -r1.87
57 --- ChangeLog 1 Sep 2012 11:12:49 -0000 1.86
58 +++ ChangeLog 1 Feb 2014 23:44:02 -0000 1.87
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-perl/Archive-Zip
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.86 2012/09/01 11:12:49 grobian Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Zip/ChangeLog,v 1.87 2014/02/01 23:44:02 vapier Exp $
65 +
66 + 01 Feb 2014; Mike Frysinger <vapier@g.o> Archive-Zip-1.300.0.ebuild:
67 + Add arm64 love.
68
69 01 Sep 2012; Fabian Groffen <grobian@g.o> Archive-Zip-1.300.0.ebuild:
70 Marked ~ppc-aix, bug #432288