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/Carp-Assert: ChangeLog Carp-Assert-0.20.ebuild Carp-Assert-0.19.ebuild Carp-Assert-0.18.ebuild
Date: Tue, 30 Sep 2008 10:47:53
Message-Id: E1Kkcli-0000Q0-64@stork.gentoo.org
1 tove 08/09/30 10:47:50
2
3 Modified: ChangeLog Carp-Assert-0.20.ebuild
4 Removed: Carp-Assert-0.19.ebuild Carp-Assert-0.18.ebuild
5 Log:
6 Cleanup
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.19 dev-perl/Carp-Assert/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Carp-Assert/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Carp-Assert/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Carp-Assert/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 9 Jul 2007 13:50:49 -0000 1.18
23 +++ ChangeLog 30 Sep 2008 10:47:49 -0000 1.19
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-perl/Carp-Assert
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/ChangeLog,v 1.18 2007/07/09 13:50:49 mcummings Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/ChangeLog,v 1.19 2008/09/30 10:47:49 tove Exp $
30 +
31 + 30 Sep 2008; Torsten Veller <tove@g.o> -Carp-Assert-0.18.ebuild,
32 + -Carp-Assert-0.19.ebuild, Carp-Assert-0.20.ebuild:
33 + Cleanup
34
35 09 Jul 2007; Michael Cummings <mcummings@g.o>
36 Carp-Assert-0.19.ebuild:
37
38
39
40 1.5 dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild?r1=1.4&r2=1.5
45
46 Index: Carp-Assert-0.20.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- Carp-Assert-0.20.ebuild 5 Jul 2007 13:53:19 -0000 1.4
53 +++ Carp-Assert-0.20.ebuild 30 Sep 2008 10:47:49 -0000 1.5
54 @@ -1,19 +1,17 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild,v 1.4 2007/07/05 13:53:19 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild,v 1.5 2008/09/30 10:47:49 tove Exp $
60
61 +MODULE_AUTHOR=MSCHWERN
62 inherit perl-module
63
64 DESCRIPTION="executable comments in carp"
65 -HOMEPAGE="http://search.cpan.org/~mschwern/${P}/"
66 -SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz"
67
68 -LICENSE="Artistic"
69 +LICENSE="|| ( Artistic GPL-2 )"
70 SLOT="0"
71 KEYWORDS="amd64 ia64 ~ppc sparc x86"
72 IUSE=""
73
74 SRC_TEST="do"
75
76 -DEPEND="virtual/perl-Test-Simple
77 - dev-lang/perl"
78 +DEPEND="dev-lang/perl"