Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 170adec34cd4d75eea9f9a67d09ce065bac06ca3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 7 18:01:21 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 7 18:01:21 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=170adec3
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
(Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-DistManifest/ChangeLog | 8 +++++-
.../Test-DistManifest-1.10.0_rc.ebuild | 29 --------------------
.../Test-DistManifest-1.9.0.ebuild | 26 -----------------
3 files changed, 7 insertions(+), 56 deletions(-)
diff --git a/dev-perl/Test-DistManifest/ChangeLog b/dev-perl/Test-DistManifest/ChangeLog
index 3af2831..6e6cf25 100644
--- a/dev-perl/Test-DistManifest/ChangeLog
+++ b/dev-perl/Test-DistManifest/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Test-DistManifest
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Apr 2012; Kent Fredric <kentfredric@...>
+ -Test-DistManifest-1.9.0.ebuild, -Test-DistManifest-1.10.0_rc.ebuild:
+ This dist is now superceded by ::gentoo, but gentoo still has old-style
+ versioning :(
+
+
*Test-DistManifest-1.11.0 (24 Apr 2011)
24 Apr 2011; Kent Fredric <kentfredric@...>
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
deleted file mode 100644
index 0bc8fc9..0000000
--- a/dev-perl/Test-DistManifest/Test-DistManifest-1.10.0_rc.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JAWNSY
-MODULE_VERSION="1.010-TRIAL"
-MODULE_DZIL_TRIAL=1
-inherit perl-module
-
-DESCRIPTION="Author test that validates a package MANIFEST"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS=""
-comment() { echo ''; }
-IUSE="test"
-COMMON_DEPEND="
- >=dev-perl/Module-Manifest-0.07 $(comment 0.70.0)
- virtual/perl-Test-Simple $(comment Test::Builder)
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=dev-perl/Test-NoWarnings-0.084 $(comment 0.84.0)
- >=virtual/perl-Test-Simple-0.72
- >=virtual/perl-ExtUtils-MakeMaker-6.31 $(comment 6.310.0)
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-DistManifest/Test-DistManifest-1.9.0.ebuild b/dev-perl/Test-DistManifest/Test-DistManifest-1.9.0.ebuild
deleted file mode 100644
index c833e0c..0000000
--- a/dev-perl/Test-DistManifest/Test-DistManifest-1.9.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=JAWNSY
-MODULE_VERSION="1.009"
-inherit perl-module
-
-DESCRIPTION="Author test that validates a package MANIFEST"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- >=virtual/perl-Test-Simple-0.72
- >=dev-perl/Module-Manifest-0.07
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=dev-perl/Test-NoWarnings-0.084
- virtual/perl-Module-Build
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
|
|