public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-ClusterPoints/
@ 2014-07-21 22:33 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-07-21 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     993cb0c6d05497c9b896d2eda0281123f0f1f734
Author:     mudler <mudler <AT> dark-lab <DOT> net>
AuthorDate: Mon Jul 21 11:54:01 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jul 21 21:40:00 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=993cb0c6

Adding Algorithm::ClusterPoints

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: B5F1512B

---
 .../Algorithm-ClusterPoints-0.80.0.ebuild          | 29 ++++++++++++++++++++++
 dev-perl/Algorithm-ClusterPoints/ChangeLog         |  9 +++++++
 dev-perl/Algorithm-ClusterPoints/metadata.xml      | 13 ++++++++++
 3 files changed, 51 insertions(+)

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 0000000..0f7cb9e
--- /dev/null
+++ b/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild
@@ -0,0 +1,29 @@
+# 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/ChangeLog b/dev-perl/Algorithm-ClusterPoints/ChangeLog
new file mode 100644
index 0000000..a4ae114
--- /dev/null
+++ b/dev-perl/Algorithm-ClusterPoints/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-perl/Algorithm-ClusterPoints
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Algorithm-ClusterPoints-0.80.0 (21 Jul 2014)
+
+  21 Jul 2014; mudler <mudler@dark-lab.net>
+  +Algorithm-ClusterPoints-0.80.0.ebuild, +metadata.xml:
+  [added] Algorithm::ClusterPoints

diff --git a/dev-perl/Algorithm-ClusterPoints/metadata.xml b/dev-perl/Algorithm-ClusterPoints/metadata.xml
new file mode 100644
index 0000000..bcc930f
--- /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>
+	<herd>perl</herd>
+	<maintainer>
+		<email>mudler@dark-lab.net</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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-ClusterPoints/
@ 2015-02-18  9:42 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-02-18  9:42 UTC (permalink / raw
  To: gentoo-commits

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>mudler@dark-lab.net</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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-18  9:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18  9:42 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-ClusterPoints/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-07-21 22:33 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox