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.54.ebuild
Date: Thu, 10 Sep 2009 20:50:25
Message-Id: E1Mlqb0-0008Bx-Pm@stork.gentoo.org
1 tove 09/09/10 20:50:22
2
3 Modified: ChangeLog
4 Added: Archive-Tar-1.54.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 perl-core/Archive-Tar/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Archive-Tar/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Archive-Tar/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Archive-Tar/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 10 Aug 2009 19:46:45 -0000 1.13
23 +++ ChangeLog 10 Sep 2009 20:50:22 -0000 1.14
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.13 2009/08/10 19:46:45 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v 1.14 2009/09/10 20:50:22 tove Exp $
29 +
30 +*Archive-Tar-1.54 (10 Sep 2009)
31 +
32 + 10 Sep 2009; Torsten Veller <tove@g.o> +Archive-Tar-1.54.ebuild:
33 + Version bump
34
35 10 Aug 2009; Torsten Veller <tove@g.o> Archive-Tar-1.40.ebuild,
36 Archive-Tar-1.46.ebuild, Archive-Tar-1.48.ebuild, Archive-Tar-1.50.ebuild,
37
38
39
40 1.1 perl-core/Archive-Tar/Archive-Tar-1.54.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.54.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.54.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Archive-Tar-1.54.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.54.ebuild,v 1.1 2009/09/10 20:50:22 tove Exp $
50
51 EAPI=2
52
53 MODULE_AUTHOR=BINGOS
54 inherit perl-module
55
56 DESCRIPTION="A Perl module for creation and manipulation of tar files"
57
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
60 IUSE=""
61
62 DEPEND=">=virtual/perl-IO-Zlib-1.01
63 virtual/perl-IO-Compress
64 virtual/perl-Package-Constants"
65 # dev-perl/IO-String
66 RDEPEND="${DEPEND}"
67
68 SRC_TEST="do"