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/Module-Util: ChangeLog Module-Util-1.80.0.ebuild
Date: Thu, 31 May 2012 18:29:46
Message-Id: 20120531182936.505A82004B@flycatcher.gentoo.org
1 tove 12/05/31 18:29:36
2
3 Modified: ChangeLog
4 Added: Module-Util-1.80.0.ebuild
5 Log:
6 [bump] dev-perl/Module-Util-1.80.0
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-perl/Module-Util/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Util/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Util/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Util/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Util/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 1 Mar 2012 16:17:46 -0000 1.4
24 +++ ChangeLog 31 May 2012 18:29:36 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Module-Util
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Util/ChangeLog,v 1.4 2012/03/01 16:17:46 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Util/ChangeLog,v 1.5 2012/05/31 18:29:36 tove Exp $
30 +
31 +*Module-Util-1.80.0 (31 May 2012)
32 +
33 + 31 May 2012; Torsten Veller <tove@g.o> +Module-Util-1.80.0.ebuild:
34 + Version bump
35
36 01 Mar 2012; Torsten Veller <tove@g.o> metadata.xml:
37 Add missing cpan remote-id tags in metadata.xml (#406287)
38
39
40
41 1.1 dev-perl/Module-Util/Module-Util-1.80.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Util/Module-Util-1.80.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Util/Module-Util-1.80.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Module-Util-1.80.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/dev-perl/Module-Util/Module-Util-1.80.0.ebuild,v 1.1 2012/05/31 18:29:36 tove Exp $
51
52 EAPI=4
53
54 MODULE_AUTHOR=MATTLAW
55 MODULE_VERSION=1.08
56 inherit perl-module
57
58 DESCRIPTION="Module name tools and transformations"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="test"
63
64 RDEPEND=""
65 DEPEND="
66 >=virtual/perl-Module-Build-0.400.0
67 test? (
68 dev-perl/Test-Pod
69 dev-perl/Test-Pod-Coverage
70 )
71 "
72
73 SRC_TEST=do