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/PAR-Dist: ChangeLog PAR-Dist-0.34.ebuild PAR-Dist-0.33.ebuild
Date: Mon, 29 Sep 2008 06:47:17
Message-Id: E1KkCX4-00063E-7Z@stork.gentoo.org
1 tove 08/09/29 06:46:58
2
3 Modified: ChangeLog
4 Added: PAR-Dist-0.34.ebuild
5 Removed: PAR-Dist-0.33.ebuild
6 Log:
7 Version bump. Cleanup
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
9
10 Revision Changes Path
11 1.35 dev-perl/PAR-Dist/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PAR-Dist/ChangeLog?rev=1.35&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PAR-Dist/ChangeLog?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PAR-Dist/ChangeLog?r1=1.34&r2=1.35
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- ChangeLog 20 Sep 2008 07:09:10 -0000 1.34
24 +++ ChangeLog 29 Sep 2008 06:46:57 -0000 1.35
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/PAR-Dist
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.34 2008/09/20 07:09:10 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.35 2008/09/29 06:46:57 tove Exp $
30 +
31 +*PAR-Dist-0.34 (29 Sep 2008)
32 +
33 + 29 Sep 2008; Torsten Veller <tove@g.o> -PAR-Dist-0.33.ebuild,
34 + +PAR-Dist-0.34.ebuild:
35 + Version bump. Cleanup
36
37 *PAR-Dist-0.33 (20 Sep 2008)
38
39
40
41
42 1.1 dev-perl/PAR-Dist/PAR-Dist-0.34.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PAR-Dist/PAR-Dist-0.34.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PAR-Dist/PAR-Dist-0.34.ebuild?rev=1.1&content-type=text/plain
46
47 Index: PAR-Dist-0.34.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/PAR-Dist-0.34.ebuild,v 1.1 2008/09/29 06:46:57 tove Exp $
52
53 MODULE_AUTHOR=SMUELLER
54 inherit perl-module
55
56 DESCRIPTION="Create and manipulate PAR distributions"
57
58 LICENSE="|| ( Artistic GPL-2 )"
59 SLOT="0"
60 KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86"
61 IUSE=""
62
63 SRC_TEST="do"
64
65 DEPEND="dev-lang/perl
66 virtual/perl-File-Spec
67 virtual/perl-File-Temp
68 || ( dev-perl/YAML-Syck dev-perl/yaml )
69 dev-perl/Archive-Zip"
70 # || ( YAML::Syck YAML YAML-Tiny YAML-XS Parse-CPAN-Meta )