commit: 4ab9ef60c1b548488258a4ba7a12970b9db0c12f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 18 09:34:37 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 18 09:34:37 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4ab9ef60
[cleanup] Algorithm-ClusterPoints now in ::gentoo
---
.../Algorithm-ClusterPoints-0.80.0.ebuild | 29 ----------------------
dev-perl/Algorithm-ClusterPoints/metadata.xml | 13 ----------
2 files changed, 42 deletions(-)
diff --git
a/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild
b/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild
deleted file mode 100644
index 0f7cb9e..0000000
--- a/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=SALVA
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION='find clusters inside a set of points'
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_runtime() {
- # Test::More
- echo virtual/perl-Test-Simple
-}
-perl_meta_test(){
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Algorithm-ClusterPoints/metadata.xml
b/dev-perl/Algorithm-ClusterPoints/metadata.xml
deleted file mode 100644
index bcc930f..0000000
--- a/dev-perl/Algorithm-ClusterPoints/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>mudler</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Algorithm-ClusterPoints</remote-id>
- <remote-id
type="cpan-module">Algorithm::ClusterPoints</remote-id>
- </upstream>
-</pkgmetadata>