summaryrefslogtreecommitdiff
path: root/dev-perl/Algorithm-ClusterPoints
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /dev-perl/Algorithm-ClusterPoints
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
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.xml9
3 files changed, 33 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..89c67f49bdb9
--- /dev/null
+++ b/dev-perl/Algorithm-ClusterPoints/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>