summaryrefslogtreecommitdiff
path: root/dev-perl/Algorithm-ClusterPoints
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Algorithm-ClusterPoints
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Algorithm-ClusterPoints')
-rw-r--r--dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild21
-rw-r--r--dev-perl/Algorithm-ClusterPoints/Manifest3
-rw-r--r--dev-perl/Algorithm-ClusterPoints/metadata.xml12
3 files changed, 36 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..6d7d09ec6996
--- /dev/null
+++ b/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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/Manifest b/dev-perl/Algorithm-ClusterPoints/Manifest
new file mode 100644
index 000000000000..23090a53ee74
--- /dev/null
+++ b/dev-perl/Algorithm-ClusterPoints/Manifest
@@ -0,0 +1,3 @@
+DIST Algorithm-ClusterPoints-0.08.tar.gz 16870 BLAKE2B 7b9f52f17dc1b2d4bd50eb3be611ee79ed9481a9782d656c0af5c07bc8efee7a5aa4dbcd8c4e465692afa4669fc0c6de104ae6f699f5fef558d87476713e379b SHA512 977379d5ba12b711988b2a39930b4f07829a822ce2b609f6afdcbe893886fa46fe92483978eac7173ff7b34fed1ae302b61175945364e5de6b330a4973998c01
+EBUILD Algorithm-ClusterPoints-0.80.0.ebuild 420 BLAKE2B e8481d539f0517a02cd1b3967fff48d318b0891ca54135fc7227ddd07f305f7a05d8dff977cc0af223134dbfd4dfbf9a4f272fa8dee3d30d34bc102bf1174504 SHA512 96044cc2eb1e7919711aae4721a2b4dd44f0909a7da6470ab2d7927d377e51287890db8fdae62d451c3d6c9caa5a08aebe626687225a04579d8575e76ee2d453
+MISC metadata.xml 406 BLAKE2B be6d69bf73a260bcf54e8d662e294fae2631eb6cc40311e61c84975d273102f8d718398f9e99f61baf844c18ab92eb0026d0f912af6b38c8113cbf372b046058 SHA512 6bca81b3e37c2352fca6ef8da1ee2109f82016626931cb98b1f7113b8ca6670de00d1a059c1f224cde5350917996415eb0d449dae117cffa8eaad2cff5ff20a0
diff --git a/dev-perl/Algorithm-ClusterPoints/metadata.xml b/dev-perl/Algorithm-ClusterPoints/metadata.xml
new file mode 100644
index 000000000000..47c136d81d3b
--- /dev/null
+++ b/dev-perl/Algorithm-ClusterPoints/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Algorithm-ClusterPoints</remote-id>
+ <remote-id type="cpan-module">Algorithm::ClusterPoints</remote-id>
+ </upstream>
+</pkgmetadata>