commit: 2331027b9eebfcc504fc7ebba97892c396194ea0
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 4 10:01:31 2016 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr 4 10:01:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2331027b
dev-perl/Math-Factor-XS: Removed, gone to ::gentoo
.../Math-Factor-XS-0.400.0-r1.ebuild | 47 ----------------------
dev-perl/Math-Factor-XS/metadata.xml | 12 ------
2 files changed, 59 deletions(-)
diff --git a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0-r1.ebuild
b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0-r1.ebuild
deleted file mode 100644
index 17d4816..0000000
--- a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=KRYDE
-MODULE_VERSION=0.40
-inherit perl-module
-
-DESCRIPTION='Factorize numbers and calculate matching multiplications'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # Module::Build 0.40 ( 0.400.0 )
- echo \>=dev-perl/Module-Build-0.400.0
-}
-perl_meta_build() {
- # ExtUtils::CBuilder
- echo virtual/perl-ExtUtils-CBuilder
- # Test::More
- echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
- # Carp
- # echo virtual/perl-Carp
- # Exporter
- echo virtual/perl-Exporter
- # List::MoreUtils
- echo dev-perl/List-MoreUtils
- # Params::Validate
- echo dev-perl/Params-Validate
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # XSLoader
- echo virtual/perl-XSLoader
- # boolean
- echo dev-perl/boolean
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
diff --git a/dev-perl/Math-Factor-XS/metadata.xml
b/dev-perl/Math-Factor-XS/metadata.xml
deleted file mode 100644
index 11ecf39..0000000
--- a/dev-perl/Math-Factor-XS/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>[email protected]</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Math-Factor-XS</remote-id>
- <remote-id type="cpan-module">Math::Factor::XS</remote-id>
- </upstream>
-</pkgmetadata>