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-info: ChangeLog module-info-0.32.ebuild
Date: Thu, 09 Sep 2010 05:29:34
Message-Id: 20100909052931.1B2D120051@flycatcher.gentoo.org
1 tove 10/09/09 05:29:31
2
3 Modified: ChangeLog
4 Added: module-info-0.32.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2_rc77/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.57 dev-perl/module-info/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/module-info/ChangeLog?rev=1.57&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/module-info/ChangeLog?rev=1.57&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/module-info/ChangeLog?r1=1.56&r2=1.57
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v
20 retrieving revision 1.56
21 retrieving revision 1.57
22 diff -u -r1.56 -r1.57
23 --- ChangeLog 21 Jan 2010 13:00:49 -0000 1.56
24 +++ ChangeLog 9 Sep 2010 05:29:30 -0000 1.57
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/module-info
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.56 2010/01/21 13:00:49 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.57 2010/09/09 05:29:30 tove Exp $
30 +
31 +*module-info-0.32 (09 Sep 2010)
32 +
33 + 09 Sep 2010; Torsten Veller <tove@g.o> +module-info-0.32.ebuild:
34 + Version bump
35
36 21 Jan 2010; Torsten Veller <tove@g.o> module-info-0.31.ebuild:
37 Ebuild maintenance. EAPI=2. mips -> ~mips
38
39
40
41 1.1 dev-perl/module-info/module-info-0.32.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/module-info/module-info-0.32.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/module-info/module-info-0.32.ebuild?rev=1.1&content-type=text/plain
45
46 Index: module-info-0.32.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.32.ebuild,v 1.1 2010/09/09 05:29:30 tove Exp $
51
52 EAPI=3
53
54 MODULE_AUTHOR=MBARBON
55 MY_PN=Module-Info
56 MY_P=${MY_PN}-${PV}
57 S=${WORKDIR}/${MY_P}
58
59 inherit perl-module
60
61 DESCRIPTION="Information about Perl modules"
62
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
65 IUSE="test"
66
67 RDEPEND=""
68 DEPEND="${RDEPEND}
69 virtual/perl-Module-Build
70 test? ( dev-perl/Test-Pod
71 dev-perl/Test-Pod-Coverage )"
72
73 SRC_TEST="do"