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/Test-DistManifest: ChangeLog Test-DistManifest-1.11.0.ebuild Test-DistManifest-1.011.ebuild
Date: Sun, 08 Apr 2012 13:28:26
Message-Id: 20120408132813.2453E2004B@flycatcher.gentoo.org
1 tove 12/04/08 13:28:13
2
3 Modified: ChangeLog
4 Added: Test-DistManifest-1.11.0.ebuild
5 Removed: Test-DistManifest-1.011.ebuild
6 Log:
7 Change version scheme. Test-NoWarnings is only used for testing
8
9 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 dev-perl/Test-DistManifest/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-DistManifest/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-DistManifest/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-DistManifest/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 1 Mar 2012 16:17:41 -0000 1.2
25 +++ ChangeLog 8 Apr 2012 13:28:12 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-perl/Test-DistManifest
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/ChangeLog,v 1.2 2012/03/01 16:17:41 tove Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/ChangeLog,v 1.3 2012/04/08 13:28:12 tove Exp $
31 +
32 +*Test-DistManifest-1.11.0 (08 Apr 2012)
33 +
34 + 08 Apr 2012; Torsten Veller <tove@g.o>
35 + -Test-DistManifest-1.011.ebuild, +Test-DistManifest-1.11.0.ebuild:
36 + Change version scheme. Test-NoWarnings is only used for testing
37
38 01 Mar 2012; Torsten Veller <tove@g.o> metadata.xml:
39 Add missing cpan remote-id tags in metadata.xml (#406287)
40
41
42
43 1.1 dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Test-DistManifest-1.11.0.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild,v 1.1 2012/04/08 13:28:12 tove Exp $
53
54 EAPI=4
55
56 MODULE_AUTHOR=JAWNSY
57 MODULE_VERSION=1.011
58 inherit perl-module
59
60 DESCRIPTION="Author test that validates a package MANIFEST"
61
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
64 IUSE="test"
65
66 RDEPEND="
67 dev-perl/Module-Manifest
68 "
69 DEPEND="${RDEPEND}
70 test? (
71 dev-perl/Test-NoWarnings
72 )
73 "
74
75 SRC_TEST="do"