Gentoo Archives: gentoo-commits

From: "Mounir Lamouri (volkmar)" <volkmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/unzip: ChangeLog unzip-6.0-r1.ebuild
Date: Sat, 03 Oct 2009 08:47:36
Message-Id: E1Mu0H6-0004AH-A7@stork.gentoo.org
1 volkmar 09/10/03 08:47:32
2
3 Modified: ChangeLog unzip-6.0-r1.ebuild
4 Log:
5 Stable for ppc.
6 Bug 287368.
7 (Portage version: 14420-svn/cvs/Linux ppc)
8
9 Revision Changes Path
10 1.61 app-arch/unzip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unzip/ChangeLog?rev=1.61&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unzip/ChangeLog?rev=1.61&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unzip/ChangeLog?r1=1.60&r2=1.61
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v
19 retrieving revision 1.60
20 retrieving revision 1.61
21 diff -u -r1.60 -r1.61
22 --- ChangeLog 16 Aug 2009 18:15:45 -0000 1.60
23 +++ ChangeLog 3 Oct 2009 08:47:31 -0000 1.61
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-arch/unzip
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.60 2009/08/16 18:15:45 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.61 2009/10/03 08:47:31 volkmar Exp $
29 +
30 + 03 Oct 2009; Mounir Lamouri <volkmar@g.o> unzip-6.0-r1.ebuild:
31 + Stable for ppc, bug 287368
32
33 *unzip-6.0-r1 (16 Aug 2009)
34
35
36
37
38 1.3 app-arch/unzip/unzip-6.0-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unzip/unzip-6.0-r1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unzip/unzip-6.0-r1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unzip/unzip-6.0-r1.ebuild?r1=1.2&r2=1.3
43
44 Index: unzip-6.0-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-6.0-r1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- unzip-6.0-r1.ebuild 24 Aug 2009 06:30:50 -0000 1.2
51 +++ unzip-6.0-r1.ebuild 3 Oct 2009 08:47:31 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-6.0-r1.ebuild,v 1.2 2009/08/24 06:30:50 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-6.0-r1.ebuild,v 1.3 2009/10/03 08:47:31 volkmar Exp $
57
58 inherit eutils toolchain-funcs flag-o-matic
59
60 @@ -12,7 +12,7 @@
61
62 LICENSE="Info-ZIP"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 +KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="bzip2 unicode"
67
68 DEPEND="bzip2? ( app-arch/bzip2 )"