Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Archive-Tar: ChangeLog Archive-Tar-1.48.ebuild
Date: Tue, 21 Apr 2009 16:53:34
Message-Id: E1LwJDv-0003q2-SH@stork.gentoo.org
1 tove 09/04/21 16:53:31
2
3 Modified: ChangeLog
4 Added: Archive-Tar-1.48.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc31/cvs/Linux i686)
8
9 Revision Changes Path
10 1.9 perl-core/Archive-Tar/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Archive-Tar/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Archive-Tar/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Archive-Tar/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 18 Apr 2009 16:10:45 -0000 1.8
23 +++ ChangeLog 21 Apr 2009 16:53:31 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for perl-core/Archive-Tar
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v 1.8 2009/04/18 16:10:45 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v 1.9 2009/04/21 16:53:31 tove Exp $
29 +
30 +*Archive-Tar-1.48 (21 Apr 2009)
31 +
32 + 21 Apr 2009; Torsten Veller <tove@g.o> +Archive-Tar-1.48.ebuild:
33 + Version bump
34
35 18 Apr 2009; Torsten Veller <tove@g.o> -Archive-Tar-1.32.ebuild,
36 Archive-Tar-1.38.ebuild, Archive-Tar-1.40.ebuild, Archive-Tar-1.46.ebuild:
37
38
39
40 1.1 perl-core/Archive-Tar/Archive-Tar-1.48.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.48.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.48.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Archive-Tar-1.48.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.48.ebuild,v 1.1 2009/04/21 16:53:31 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 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
58 IUSE="bzip2"
59
60 DEPEND=">=virtual/perl-IO-Zlib-1.01
61 >=virtual/perl-Compress-Zlib-2.015
62 bzip2? ( >=virtual/perl-IO-Compress-Bzip2-2.015 )
63 dev-perl/IO-String
64 perl-core/Package-Constants
65 dev-lang/perl"
66
67 SRC_TEST="do"
68
69 use bzip2 || myconf="-n"