Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Archive-Tar: ChangeLog Archive-Tar-1.40.ebuild
Date: Mon, 27 Oct 2008 16:33:03
Message-Id: E1KuV1Y-00074A-Lh@stork.gentoo.org
1 aballier 08/10/27 16:33:00
2
3 Modified: ChangeLog Archive-Tar-1.40.ebuild
4 Log:
5 keyword ~x86-fbsd, bug #192989
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 x86_64)
7
8 Revision Changes Path
9 1.102 dev-perl/Archive-Tar/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Tar/ChangeLog?rev=1.102&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Tar/ChangeLog?rev=1.102&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Tar/ChangeLog?r1=1.101&r2=1.102
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/ChangeLog,v
18 retrieving revision 1.101
19 retrieving revision 1.102
20 diff -u -r1.101 -r1.102
21 --- ChangeLog 23 Oct 2008 18:19:21 -0000 1.101
22 +++ ChangeLog 27 Oct 2008 16:33:00 -0000 1.102
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Archive-Tar
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/ChangeLog,v 1.101 2008/10/23 18:19:21 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/ChangeLog,v 1.102 2008/10/27 16:33:00 aballier Exp $
28 +
29 + 27 Oct 2008; Alexis Ballier <aballier@g.o> Archive-Tar-1.40.ebuild:
30 + keyword ~x86-fbsd, bug #192989
31
32 23 Oct 2008; Tobias Scherbaum <dertobi123@g.o>
33 Archive-Tar-1.40.ebuild:
34
35
36
37 1.8 dev-perl/Archive-Tar/Archive-Tar-1.40.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.40.ebuild?rev=1.8&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.40.ebuild?rev=1.8&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.40.ebuild?r1=1.7&r2=1.8
42
43 Index: Archive-Tar-1.40.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.40.ebuild,v
46 retrieving revision 1.7
47 retrieving revision 1.8
48 diff -u -r1.7 -r1.8
49 --- Archive-Tar-1.40.ebuild 23 Oct 2008 18:19:21 -0000 1.7
50 +++ Archive-Tar-1.40.ebuild 27 Oct 2008 16:33:00 -0000 1.8
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.40.ebuild,v 1.7 2008/10/23 18:19:21 dertobi123 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.40.ebuild,v 1.8 2008/10/27 16:33:00 aballier Exp $
56
57 MODULE_AUTHOR=KANE
58 inherit perl-module
59 @@ -9,7 +9,7 @@
60
61 LICENSE="|| ( Artistic GPL-2 )"
62 SLOT="0"
63 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
64 +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
65 IUSE="bzip2"
66
67 DEPEND=">=dev-perl/IO-Zlib-1.01