diff options
author | 2016-05-03 18:20:17 +0200 | |
---|---|---|
committer | 2016-05-03 18:20:17 +0200 | |
commit | 0c8bdf698f100f4b170bd6a25cc204a5e2fd6036 (patch) | |
tree | aba09d02f873cf7e0513503fe89439a3980c1327 /dev-perl | |
parent | sci-biology/full_lengther_next: version bump; added more new DEPSs (diff) | |
download | sci-0c8bdf698f100f4b170bd6a25cc204a5e2fd6036.tar.gz sci-0c8bdf698f100f4b170bd6a25cc204a5e2fd6036.tar.bz2 sci-0c8bdf698f100f4b170bd6a25cc204a5e2fd6036.zip |
dev-perl/Algorithm-Loops: new package
Thanks to Andreas K. Huettel and Kent Fredrick from Gentoo perl herd.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Algorithm-Loops/Algorithm-Loops-1.31.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Algorithm-Loops/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Algorithm-Loops/metadata.xml | 12 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Algorithm-Loops/Algorithm-Loops-1.31.ebuild b/dev-perl/Algorithm-Loops/Algorithm-Loops-1.31.ebuild new file mode 100644 index 000000000..780115da3 --- /dev/null +++ b/dev-perl/Algorithm-Loops/Algorithm-Loops-1.31.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="TYEMQ" +DIST_A_EXT="zip" +DIST_VERSION="1.031" + +inherit perl-module + +DESCRIPTION="Looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*" + +LICENSE="all-rights-reserved" # actually unknown, upstream contacted +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/perl" + +RDEPEND="${DEPEND}" diff --git a/dev-perl/Algorithm-Loops/Manifest b/dev-perl/Algorithm-Loops/Manifest new file mode 100644 index 000000000..84903ba4b --- /dev/null +++ b/dev-perl/Algorithm-Loops/Manifest @@ -0,0 +1 @@ +DIST Algorithm-Loops-1.031.zip 23054 SHA256 a93117284cd95ec3019e9643abf6827d5fd50082bc4f70de7931dd716da2165e SHA512 dd63de5770b3682b2e54cd1506ae82edd0baa7a0bc18dc2e3cef05b5b89518d9c92f93bcf56c0e4fbf17d53c15447d83161f4713cb406dbf9d6ba50756362dfc WHIRLPOOL 1be45da43808a5cf1c1b44bd4808d338f0103a7f2387b32a701b17536cbd01a0421bbe2f716e3b060170ce041bbaea406327990475809facffacd0510797c972 diff --git a/dev-perl/Algorithm-Loops/metadata.xml b/dev-perl/Algorithm-Loops/metadata.xml new file mode 100644 index 000000000..f68a1b6fa --- /dev/null +++ b/dev-perl/Algorithm-Loops/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mmokrejs@fold.natur.cuni.cz</email> + <name>Martin Mokrejs</name> + </maintainer> + <maintainer type="project"> + <email>sci-biology@gentoo.org</email> + <name>Gentoo Biology Project</name> + </maintainer> +</pkgmetadata> |