Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@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, 20 Oct 2008 17:43:05
Message-Id: E1KrymU-0008UQ-4T@stork.gentoo.org
1 tove 08/10/20 17:43:02
2
3 Modified: ChangeLog
4 Added: Archive-Tar-1.40.ebuild
5 Log:
6 Version bump. Fixes #192989
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.95 dev-perl/Archive-Tar/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Tar/ChangeLog?rev=1.95&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Tar/ChangeLog?rev=1.95&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Tar/ChangeLog?r1=1.94&r2=1.95
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/ChangeLog,v
19 retrieving revision 1.94
20 retrieving revision 1.95
21 diff -u -r1.94 -r1.95
22 --- ChangeLog 20 Sep 2008 12:15:31 -0000 1.94
23 +++ ChangeLog 20 Oct 2008 17:43:02 -0000 1.95
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Archive-Tar
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/ChangeLog,v 1.94 2008/09/20 12:15:31 coldwind Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/ChangeLog,v 1.95 2008/10/20 17:43:02 tove Exp $
29 +
30 +*Archive-Tar-1.40 (20 Oct 2008)
31 +
32 + 20 Oct 2008; Torsten Veller <tove@g.o> +Archive-Tar-1.40.ebuild:
33 + Version bump. Fixes #192989
34
35 20 Sep 2008; Santiago M. Mola <coldwind@g.o>
36 Archive-Tar-1.38.ebuild:
37
38
39
40 1.1 dev-perl/Archive-Tar/Archive-Tar-1.40.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.40.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.40.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Archive-Tar-1.40.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.40.ebuild,v 1.1 2008/10/20 17:43:02 tove Exp $
50
51 MODULE_AUTHOR=KANE
52 inherit perl-module
53
54 DESCRIPTION="A Perl module for creation and manipulation of tar files"
55
56 LICENSE="|| ( Artistic GPL-2 )"
57 SLOT="0"
58 KEYWORDS="~x86"
59 IUSE="bzip2"
60
61 DEPEND=">=dev-perl/IO-Zlib-1.01
62 >=dev-perl/Compress-Zlib-2.012
63 bzip2? ( >=dev-perl/IO-Compress-Bzip2-2.012 )
64 dev-perl/IO-String
65 perl-core/Package-Constants
66 dev-lang/perl"
67
68 SRC_TEST="do"
69
70 use bzip2 || myconf="-n"