summaryrefslogtreecommitdiff
path: root/dev-perl/URI-Find
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/URI-Find
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/URI-Find')
-rw-r--r--dev-perl/URI-Find/Manifest5
-rw-r--r--dev-perl/URI-Find/URI-Find-20140709.0.0.ebuild27
-rw-r--r--dev-perl/URI-Find/URI-Find-20160806.0.0.ebuild24
-rw-r--r--dev-perl/URI-Find/metadata.xml13
4 files changed, 0 insertions, 69 deletions
diff --git a/dev-perl/URI-Find/Manifest b/dev-perl/URI-Find/Manifest
deleted file mode 100644
index dbd03ad72fab..000000000000
--- a/dev-perl/URI-Find/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST URI-Find-20140709.tar.gz 28453 BLAKE2B 8812b6e7f227249adbd87482a8f5d87101ad44a20da59cae27d0d0b20306666f143665a886f489d74b46492111c4b0ecf1bd0693c2b9bcb289bd1a51c4cc59cd SHA512 c7f560ceb08802ba0be08f6f2e46ef8056d36b11eb70af41adea6179f9950a8bfe0b27a813d054c8585c808979653afc9630583b3c02b99ad9c91dbadc8c3f65
-DIST URI-Find-20160806.tar.gz 37371 BLAKE2B 12d6968842e0f6d21e1b79d9a0a764da735fa045710aeafc1e227dd51cfa1e8cd4afada6dd6c02469954fab94bfe4d101a6ed61b2a52cf603bf739ef434b2a89 SHA512 1d87ec7cadbe363a701fdf5edacdd3c52a13d43aa5d7d28e9b7a8b41936adb12d615e4d2a1615d280fccfcfea1cdc374d4e1839505bb5e58837ea3fe8718c8cc
-EBUILD URI-Find-20140709.0.0.ebuild 464 BLAKE2B af39887fbddbfed0633cccdc2f4f7c79a9c9121b2981a699231089035ae2638e1d876b5fdc5d48707c27cf32db0d2e6fe3448f8a2460f3a3f15e0905c4a69636 SHA512 0bdd2105a6f9a50fe3db5801cb09df1bd90bb37529d64e0f42203b8ce2f4a6b5972eb07a23407d283deaff343c07d8b428748c32dbd7fbe7777cdd44d304b449
-EBUILD URI-Find-20160806.0.0.ebuild 416 BLAKE2B d4665504b9dda102ae13b8f9ee4ae5c80216c9929726892267d40e1da1a14a1e0493cd28e64466584ad25ab71edcb0acf9fb09f3c6a28d09413594b8779c9c6a SHA512 7d0e31d3ec52ada9b0f2a766cc4565ecaffec2aeb0462027eb2a1edb8418b7fe04afff82c283f0a1e117c4b412137607b7701b5435ffd4b6bf856ff278528659
-MISC metadata.xml 456 BLAKE2B 470478ef498214ad8c6c9f53e203a0bf7a07060151922d342a5edcdfc8b856da88596b2f0d1236f02b52b63fe696e0bc97857879c33eeae0d9b2ddddc3c1bcd2 SHA512 803069ef3050388a27f39a650b12ca7fea43cf5746ca70f4bb2d5a1c26bf360160f3ff01b2d9aaf73da7b9f9d442f6ddce1b7d9b1686396faca67c723433d344
diff --git a/dev-perl/URI-Find/URI-Find-20140709.0.0.ebuild b/dev-perl/URI-Find/URI-Find-20140709.0.0.ebuild
deleted file mode 100644
index d12fe6db9277..000000000000
--- a/dev-perl/URI-Find/URI-Find-20140709.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MSCHWERN
-MODULE_VERSION=20140709
-inherit perl-module
-
-DESCRIPTION="Find URIs in plain text"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/URI-1.600.0
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.300.0
- test? (
- >=virtual/perl-Test-Simple-0.880.0
- dev-perl/Test-Pod
- )
-"
-
-SRC_TEST="do parallel"
diff --git a/dev-perl/URI-Find/URI-Find-20160806.0.0.ebuild b/dev-perl/URI-Find/URI-Find-20160806.0.0.ebuild
deleted file mode 100644
index a2ebbdd3a990..000000000000
--- a/dev-perl/URI-Find/URI-Find-20160806.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MSCHWERN
-DIST_VERSION=20160806
-inherit perl-module
-
-DESCRIPTION="Find URIs in plain text"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/URI-1.600.0
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.300.0
- test? (
- >=virtual/perl-Test-Simple-0.880.0
- )
-"
diff --git a/dev-perl/URI-Find/metadata.xml b/dev-perl/URI-Find/metadata.xml
deleted file mode 100644
index 28f03c50f3be..000000000000
--- a/dev-perl/URI-Find/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">URI-Find</remote-id>
- <remote-id type="cpan-module">URI::Find</remote-id>
- <remote-id type="cpan-module">URI::Find::Schemeless</remote-id>
- </upstream>
-</pkgmetadata>