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.880.0.ebuild
Date: Sat, 02 Jun 2012 18:42:36
Message-Id: 20120602184226.49EE12004B@flycatcher.gentoo.org
1 tove 12/06/02 18:42:26
2
3 Modified: ChangeLog
4 Added: Archive-Tar-1.880.0.ebuild
5 Log:
6 [bump] perl-core/Archive-Tar-1.880.0
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.45 perl-core/Archive-Tar/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Archive-Tar/ChangeLog?rev=1.45&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Archive-Tar/ChangeLog?rev=1.45&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Archive-Tar/ChangeLog?r1=1.44&r2=1.45
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v
20 retrieving revision 1.44
21 retrieving revision 1.45
22 diff -u -r1.44 -r1.45
23 --- ChangeLog 26 May 2012 12:56:51 -0000 1.44
24 +++ ChangeLog 2 Jun 2012 18:42:26 -0000 1.45
25 @@ -1,6 +1,11 @@
26 # ChangeLog for perl-core/Archive-Tar
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v 1.44 2012/05/26 12:56:51 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v 1.45 2012/06/02 18:42:26 tove Exp $
30 +
31 +*Archive-Tar-1.880.0 (02 Jun 2012)
32 +
33 + 02 Jun 2012; Torsten Veller <tove@g.o> +Archive-Tar-1.880.0.ebuild:
34 + Version bump
35
36 *Archive-Tar-1.860.0 (26 May 2012)
37
38
39
40
41 1.1 perl-core/Archive-Tar/Archive-Tar-1.880.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.880.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.880.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Archive-Tar-1.880.0.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.880.0.ebuild,v 1.1 2012/06/02 18:42:26 tove Exp $
51
52 EAPI=4
53
54 MODULE_AUTHOR=BINGOS
55 MODULE_VERSION=1.88
56 inherit perl-module
57
58 DESCRIPTION="A Perl module for creation and manipulation of tar files"
59
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
62 IUSE=""
63
64 DEPEND=">=virtual/perl-IO-Zlib-1.01
65 virtual/perl-IO-Compress
66 virtual/perl-Package-Constants"
67 # dev-perl/IO-String
68 RDEPEND="${DEPEND}"
69
70 SRC_TEST="do"