Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-DistManifest/
Date: Sun, 08 Apr 2012 10:51:29
Message-Id: 1333821681.170adec34cd4d75eea9f9a67d09ce065bac06ca3.kent@gentoo
1 commit: 170adec34cd4d75eea9f9a67d09ce065bac06ca3
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 7 18:01:21 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Apr 7 18:01:21 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=170adec3
7
8 Test-DistManifest is superceded by ::Gentoo, but version schema is old there, and ::Gentoo do not track as much. So were just dropping some old things to line it up
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Test-DistManifest/ChangeLog | 8 +++++-
14 .../Test-DistManifest-1.10.0_rc.ebuild | 29 --------------------
15 .../Test-DistManifest-1.9.0.ebuild | 26 -----------------
16 3 files changed, 7 insertions(+), 56 deletions(-)
17
18 diff --git a/dev-perl/Test-DistManifest/ChangeLog b/dev-perl/Test-DistManifest/ChangeLog
19 index 3af2831..6e6cf25 100644
20 --- a/dev-perl/Test-DistManifest/ChangeLog
21 +++ b/dev-perl/Test-DistManifest/ChangeLog
22 @@ -1,7 +1,13 @@
23 # ChangeLog for dev-perl/Test-DistManifest
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 07 Apr 2012; Kent Fredric <kentfredric@×××××.com>
29 + -Test-DistManifest-1.9.0.ebuild, -Test-DistManifest-1.10.0_rc.ebuild:
30 + This dist is now superceded by ::gentoo, but gentoo still has old-style
31 + versioning :(
32 +
33 +
34 *Test-DistManifest-1.11.0 (24 Apr 2011)
35
36 24 Apr 2011; Kent Fredric <kentfredric@×××××.com>
37
38 diff --git a/dev-perl/Test-DistManifest/Test-DistManifest-1.10.0_rc.ebuild b/dev-perl/Test-DistManifest/Test-DistManifest-1.10.0_rc.ebuild
39 deleted file mode 100644
40 index 0bc8fc9..0000000
41 --- a/dev-perl/Test-DistManifest/Test-DistManifest-1.10.0_rc.ebuild
42 +++ /dev/null
43 @@ -1,29 +0,0 @@
44 -# Copyright 1999-2011 Gentoo Foundation
45 -# Distributed under the terms of the GNU General Public License v2
46 -# $Header: $
47 -EAPI=4
48 -MODULE_AUTHOR=JAWNSY
49 -MODULE_VERSION="1.010-TRIAL"
50 -MODULE_DZIL_TRIAL=1
51 -inherit perl-module
52 -
53 -DESCRIPTION="Author test that validates a package MANIFEST"
54 -LICENSE="|| ( Artistic GPL-2 )"
55 -SLOT="0"
56 -KEYWORDS=""
57 -comment() { echo ''; }
58 -IUSE="test"
59 -COMMON_DEPEND="
60 - >=dev-perl/Module-Manifest-0.07 $(comment 0.70.0)
61 - virtual/perl-Test-Simple $(comment Test::Builder)
62 -"
63 -DEPEND="
64 - ${COMMON_DEPEND}
65 - >=dev-perl/Test-NoWarnings-0.084 $(comment 0.84.0)
66 - >=virtual/perl-Test-Simple-0.72
67 - >=virtual/perl-ExtUtils-MakeMaker-6.31 $(comment 6.310.0)
68 -"
69 -RDEPEND="
70 - ${COMMON_DEPEND}
71 -"
72 -SRC_TEST="do"
73
74 diff --git a/dev-perl/Test-DistManifest/Test-DistManifest-1.9.0.ebuild b/dev-perl/Test-DistManifest/Test-DistManifest-1.9.0.ebuild
75 deleted file mode 100644
76 index c833e0c..0000000
77 --- a/dev-perl/Test-DistManifest/Test-DistManifest-1.9.0.ebuild
78 +++ /dev/null
79 @@ -1,26 +0,0 @@
80 -# Copyright 1999-2011 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Header: $
83 -EAPI="3"
84 -MODULE_AUTHOR=JAWNSY
85 -MODULE_VERSION="1.009"
86 -inherit perl-module
87 -
88 -DESCRIPTION="Author test that validates a package MANIFEST"
89 -LICENSE="|| ( Artistic GPL-2 )"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~x86"
92 -IUSE="test"
93 -COMMON_DEPEND="
94 - >=virtual/perl-Test-Simple-0.72
95 - >=dev-perl/Module-Manifest-0.07
96 -"
97 -DEPEND="
98 - ${COMMON_DEPEND}
99 - >=dev-perl/Test-NoWarnings-0.084
100 - virtual/perl-Module-Build
101 -"
102 -RDEPEND="
103 - ${COMMON_DEPEND}
104 -"
105 -SRC_TEST="do"