From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0843313877A for ; Mon, 21 Jul 2014 22:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F96FE0C6F; Mon, 21 Jul 2014 22:33:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBE00E0C6E for ; Mon, 21 Jul 2014 22:33:09 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFBB433F87D for ; Mon, 21 Jul 2014 22:33:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6F2161807D for ; Mon, 21 Jul 2014 22:33:07 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1405978800.993cb0c6d05497c9b896d2eda0281123f0f1f734.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-ClusterPoints/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild dev-perl/Algorithm-ClusterPoints/ChangeLog dev-perl/Algorithm-ClusterPoints/metadata.xml X-VCS-Directories: dev-perl/Algorithm-ClusterPoints/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 993cb0c6d05497c9b896d2eda0281123f0f1f734 X-VCS-Branch: master Date: Mon, 21 Jul 2014 22:33:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 330f3fc1-e26b-4e58-ab8c-96e1e033d83e X-Archives-Hash: f6ac498a1164b50aacf7090da52fb02d commit: 993cb0c6d05497c9b896d2eda0281123f0f1f734 Author: mudler dark-lab net> AuthorDate: Mon Jul 21 11:54:01 2014 +0000 Commit: Kent Fredric gmail 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 + +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 @@ + + + + perl + + mudler@dark-lab.net + mudler + + + Algorithm-ClusterPoints + Algorithm::ClusterPoints + +