summaryrefslogtreecommitdiff
path: root/dev-perl/Math-Random-ISAAC
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/Math-Random-ISAAC
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Math-Random-ISAAC')
-rw-r--r--dev-perl/Math-Random-ISAAC/Manifest3
-rw-r--r--dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild24
-rw-r--r--dev-perl/Math-Random-ISAAC/metadata.xml13
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-perl/Math-Random-ISAAC/Manifest b/dev-perl/Math-Random-ISAAC/Manifest
deleted file mode 100644
index e9aefd4d0ebf..000000000000
--- a/dev-perl/Math-Random-ISAAC/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Math-Random-ISAAC-1.004.tar.gz 34445 BLAKE2B 08aa156bfa3b1aebe8bf5e08e9952821e79c41bd45f20c235d154e99c7abdcb401027920663d33a7b4fdb5ef7ec44f05a8b6d4145e49a14934a665069b07b141 SHA512 98fdfb28b207b4afe72ab82a2b564b06c5daaac15cdab2ce2ef698b16c0dcf5b23ac28fbebe170d2c6c7239fe6c97f634e5c03a8f2bd0aeb8369d0008b9ae0a2
-EBUILD Math-Random-ISAAC-1.4.0-r1.ebuild 478 BLAKE2B 741e9a93196b1f6871e76c0b14b4e4067a59a240987adbeb6f2b771763b942619933778c79ab5058f99ee794b4329bb80f68e1cdbc8d8e91c5b47a33212ed910 SHA512 e8d5da82db304d2ce9d4a828355b2235edb182ceab53757125d7c8a5fdffebbe4be8a4db2c163abe0881eb3a888e6d5cc4b80f43ede39530a27191b27c35c0d5
-MISC metadata.xml 463 BLAKE2B 0439ac004f0ad9e58367d5eb41eed6d5f529c8add98f185796c7436fd39ced2c5acf00fb933986308d6c7bcc6020e5537f3426dd353d5785c9e736632f5a5f9b SHA512 e461dedb39bdb8bc4f078482a505654f440a9fe31e3c8bb2c65ed76421340128fa47cc69dc7917398e74f08f702bf3e7a2c998e615d69fa15b0339b4a064d5f0
diff --git a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild
deleted file mode 100644
index d9a32760417f..000000000000
--- a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JAWNSY
-MODULE_VERSION=1.004
-inherit perl-module
-
-DESCRIPTION="Perl interface to the ISAAC PRNG algorithm"
-
-LICENSE="|| ( public-domain MIT Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-PDEPEND="dev-perl/Math-Random-ISAAC-XS"
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-NoWarnings
- )"
-
-SRC_TEST="do"
diff --git a/dev-perl/Math-Random-ISAAC/metadata.xml b/dev-perl/Math-Random-ISAAC/metadata.xml
deleted file mode 100644
index de6e55720ffd..000000000000
--- a/dev-perl/Math-Random-ISAAC/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>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Math-Random-ISAAC</remote-id>
- <remote-id type="cpan-module">Math::Random::ISAAC</remote-id>
- <remote-id type="cpan-module">Math::Random::ISAAC::PP</remote-id>
- </upstream>
-</pkgmetadata>