diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-10-27 20:35:43 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-10-27 20:35:43 +0000 |
commit | 7fe9c421970e98f4dd2ffcb716fbcd7a36c3e53f (patch) | |
tree | 9b083bb94fe94bbf4956e7e14ff9d77c20790d78 /dev-perl | |
parent | Bump (diff) | |
download | gentoo-2-7fe9c421970e98f4dd2ffcb716fbcd7a36c3e53f.tar.gz gentoo-2-7fe9c421970e98f4dd2ffcb716fbcd7a36c3e53f.tar.bz2 gentoo-2-7fe9c421970e98f4dd2ffcb716fbcd7a36c3e53f.zip |
New package, bug 516366
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Algorithm-ClusterPoints/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Algorithm-ClusterPoints/metadata.xml | 9 |
3 files changed, 41 insertions, 0 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 new file mode 100644 index 000000000000..00d7b29b537e --- /dev/null +++ b/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild,v 1.1 2014/10/27 20:35:43 dilfridge Exp $ + +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" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" + +SRC_TEST="do" diff --git a/dev-perl/Algorithm-ClusterPoints/ChangeLog b/dev-perl/Algorithm-ClusterPoints/ChangeLog new file mode 100644 index 000000000000..c978553b3ad1 --- /dev/null +++ b/dev-perl/Algorithm-ClusterPoints/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Algorithm-ClusterPoints +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-ClusterPoints/ChangeLog,v 1.1 2014/10/27 20:35:43 dilfridge Exp $ + +*Algorithm-ClusterPoints-0.80.0 (27 Oct 2014) + + 27 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +Algorithm-ClusterPoints-0.80.0.ebuild, +metadata.xml: + New package, bug 516366 + diff --git a/dev-perl/Algorithm-ClusterPoints/metadata.xml b/dev-perl/Algorithm-ClusterPoints/metadata.xml new file mode 100644 index 000000000000..71323e06bedf --- /dev/null +++ b/dev-perl/Algorithm-ClusterPoints/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Algorithm-ClusterPoints</remote-id> + <remote-id type="cpan-module">Algorithm::ClusterPoints</remote-id> + </upstream> +</pkgmetadata> |