commit: 7a7b77d5fa129c9b58b8b5f17e71691c5471dabc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 16:49:29 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 16:49:29 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7a7b77d5
[treeclean] dev-perl/ExtUtils-InstallPaths -> Superceded by ::gentoo
---
.../ExtUtils-InstallPaths-0.9.0.ebuild | 52 ----------------------
dev-perl/ExtUtils-InstallPaths/metadata.xml | 13 ------
2 files changed, 65 deletions(-)
diff --git a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.9.0.ebuild
b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.9.0.ebuild
deleted file mode 100644
index 28dda49..0000000
--- a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.9.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.009
-inherit perl-module
-
-DESCRIPTION='Build.PL install path logic made easy'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Carp
- echo dev-lang/perl
- # ExtUtils::Config 0.002 ( 0.2.0 )
- echo \>=dev-perl/ExtUtils-Config-0.2.0
- # File::Spec
- echo virtual/perl-File-Spec
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Config
- #echo unresolved
- # File::Find
- echo dev-lang/perl
- # File::Spec::Functions
- echo virtual/perl-File-Spec
- # File::Temp
- echo virtual/perl-File-Temp
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/ExtUtils-InstallPaths/metadata.xml
b/dev-perl/ExtUtils-InstallPaths/metadata.xml
deleted file mode 100644
index 4bdcae1..0000000
--- a/dev-perl/ExtUtils-InstallPaths/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>perl</herd>
- <maintainer>
- <email>[email protected]</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">ExtUtils-InstallPaths</remote-id>
- <remote-id type="cpan-module">ExtUtils::InstallPaths</remote-id>
- </upstream>
-</pkgmetadata>