summaryrefslogtreecommitdiff
path: root/dev-perl/Algorithm-ClusterPoints
diff options
context:
space:
mode:
authorPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
committerPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
commitecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch)
treeb89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-perl/Algorithm-ClusterPoints
parent1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff)
downloadbaldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip
Updating liguros repo
Diffstat (limited to 'dev-perl/Algorithm-ClusterPoints')
-rw-r--r--dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0-r1.ebuild23
-rw-r--r--dev-perl/Algorithm-ClusterPoints/Manifest1
-rw-r--r--dev-perl/Algorithm-ClusterPoints/metadata.xml13
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0-r1.ebuild b/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0-r1.ebuild
new file mode 100644
index 000000000000..4b46224515f5
--- /dev/null
+++ b/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DIST_AUTHOR=SALVA
+DIST_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="Find clusters inside a set of points"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# License note: says 'perl 5.8.8 or any later' bug #718946
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+PERL_RM_FILES=(
+ "t/pods.t"
+)
diff --git a/dev-perl/Algorithm-ClusterPoints/Manifest b/dev-perl/Algorithm-ClusterPoints/Manifest
new file mode 100644
index 000000000000..2492af13d06c
--- /dev/null
+++ b/dev-perl/Algorithm-ClusterPoints/Manifest
@@ -0,0 +1 @@
+DIST Algorithm-ClusterPoints-0.08.tar.gz 16870 BLAKE2B 7b9f52f17dc1b2d4bd50eb3be611ee79ed9481a9782d656c0af5c07bc8efee7a5aa4dbcd8c4e465692afa4669fc0c6de104ae6f699f5fef558d87476713e379b SHA512 977379d5ba12b711988b2a39930b4f07829a822ce2b609f6afdcbe893886fa46fe92483978eac7173ff7b34fed1ae302b61175945364e5de6b330a4973998c01
diff --git a/dev-perl/Algorithm-ClusterPoints/metadata.xml b/dev-perl/Algorithm-ClusterPoints/metadata.xml
new file mode 100644
index 000000000000..8db97a6f492d
--- /dev/null
+++ b/dev-perl/Algorithm-ClusterPoints/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+ <origin>gentoo-staging</origin>
+</pkgmetadata>