diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-14 09:59:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-14 09:59:47 +0000 |
commit | 118d530e58ef2da8bb9ba408c6c247920714b622 (patch) | |
tree | 00a5d98c40e0d0591031c1397a2f12bdcb121db2 /dev-perl/Algorithm-C3 | |
parent | Initial commit. From the perl overlay (diff) | |
download | gentoo-2-118d530e58ef2da8bb9ba408c6c247920714b622.tar.gz gentoo-2-118d530e58ef2da8bb9ba408c6c247920714b622.tar.bz2 gentoo-2-118d530e58ef2da8bb9ba408c6c247920714b622.zip |
Initial commit. From the perl overlay
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-tuxonice i686)
Diffstat (limited to 'dev-perl/Algorithm-C3')
-rw-r--r-- | dev-perl/Algorithm-C3/Algorithm-C3-0.07.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Algorithm-C3/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Algorithm-C3/metadata.xml | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Algorithm-C3/Algorithm-C3-0.07.ebuild b/dev-perl/Algorithm-C3/Algorithm-C3-0.07.ebuild new file mode 100644 index 000000000000..02da3c7d1a0b --- /dev/null +++ b/dev-perl/Algorithm-C3/Algorithm-C3-0.07.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/Algorithm-C3-0.07.ebuild,v 1.1 2009/01/14 09:59:47 tove Exp $ + +MODULE_AUTHOR=BLBLACK +inherit perl-module + +DESCRIPTION="A module for merging hierarchies using the C3 algorithm" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do diff --git a/dev-perl/Algorithm-C3/ChangeLog b/dev-perl/Algorithm-C3/ChangeLog new file mode 100644 index 000000000000..cefceeafac6c --- /dev/null +++ b/dev-perl/Algorithm-C3/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Algorithm-C3 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-C3/ChangeLog,v 1.1 2009/01/14 09:59:47 tove Exp $ + +*Algorithm-C3-0.07 (14 Jan 2009) + + 14 Jan 2009; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Algorithm-C3-0.07.ebuild: + Initial commit. From the perl overlay + diff --git a/dev-perl/Algorithm-C3/metadata.xml b/dev-perl/Algorithm-C3/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/Algorithm-C3/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |