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-More: Carp-Assert-More-1.12.ebuild ChangeLog
Date: Thu, 28 Jan 2010 21:20:24
Message-Id: E1Nabmn-0004h3-Mb@stork.gentoo.org
1 tove 10/01/28 21:20:21
2
3 Modified: Carp-Assert-More-1.12.ebuild ChangeLog
4 Log:
5 Fix LICENSE: same terms as perl (#301969). Maintenance
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.14 dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild?r1=1.13&r2=1.14
14
15 Index: Carp-Assert-More-1.12.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- Carp-Assert-More-1.12.ebuild 9 Jan 2010 16:45:37 -0000 1.13
22 +++ Carp-Assert-More-1.12.ebuild 28 Jan 2010 21:20:21 -0000 1.14
23 @@ -1,21 +1,21 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild,v 1.13 2010/01/09 16:45:37 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/Carp-Assert-More-1.12.ebuild,v 1.14 2010/01/28 21:20:21 tove Exp $
28
29 +EAPI=2
30 +
31 +MODULE_AUTHOR=PETDANCE
32 inherit perl-module
33
34 DESCRIPTION="convenience wrappers around Carp::Assert"
35 -HOMEPAGE="http://search.cpan.org/~petdance"
36 -SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
37
38 -LICENSE="Artistic"
39 SLOT="0"
40 KEYWORDS="amd64 ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
41 -IUSE=""
42 +IUSE="test"
43
44 -SRC_TEST="do"
45 +RDEPEND="virtual/perl-Scalar-List-Utils
46 + dev-perl/Carp-Assert"
47 +DEPEND="${RDEPEND}
48 + test? ( dev-perl/Test-Exception )"
49
50 -DEPEND="virtual/perl-Scalar-List-Utils
51 - dev-perl/Carp-Assert
52 - dev-perl/Test-Exception
53 - dev-lang/perl"
54 +SRC_TEST="do"
55
56
57
58 1.14 dev-perl/Carp-Assert-More/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog?rev=1.14&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog?rev=1.14&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog?r1=1.13&r2=1.14
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog,v
67 retrieving revision 1.13
68 retrieving revision 1.14
69 diff -u -r1.13 -r1.14
70 --- ChangeLog 9 Jan 2010 16:45:37 -0000 1.13
71 +++ ChangeLog 28 Jan 2010 21:20:21 -0000 1.14
72 @@ -1,6 +1,10 @@
73 # ChangeLog for dev-perl/Carp-Assert-More
74 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog,v 1.13 2010/01/09 16:45:37 grobian Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog,v 1.14 2010/01/28 21:20:21 tove Exp $
77 +
78 + 28 Jan 2010; Torsten Veller <tove@g.o>
79 + Carp-Assert-More-1.12.ebuild:
80 + Fix LICENSE: same terms as perl (#301969). Maintenance
81
82 09 Jan 2010; Fabian Groffen <grobian@g.o>
83 Carp-Assert-More-1.12.ebuild: