summaryrefslogtreecommitdiff
path: root/dev-perl/User-Identity
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/User-Identity
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/User-Identity')
-rw-r--r--dev-perl/User-Identity/Manifest7
-rw-r--r--dev-perl/User-Identity/User-Identity-0.940.0.ebuild29
-rw-r--r--dev-perl/User-Identity/User-Identity-0.970.0.ebuild23
-rw-r--r--dev-perl/User-Identity/User-Identity-0.990.0.ebuild24
-rw-r--r--dev-perl/User-Identity/metadata.xml23
5 files changed, 0 insertions, 106 deletions
diff --git a/dev-perl/User-Identity/Manifest b/dev-perl/User-Identity/Manifest
deleted file mode 100644
index 8f0569a256d4..000000000000
--- a/dev-perl/User-Identity/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-DIST User-Identity-0.94.tar.gz 27235 BLAKE2B ff218367a95016586191b1dbbb1e8a7ed040e56d509434012fa1b9d7bf50446aa0401b011f25ecec3be13b4260b93d3c40f15c91bbb328277ea2d643f8d33e4c SHA512 ff058fb22c2bca968be4c862aaff9bd64441cec07ac2760dd9bb78b3bf1221ebbb602005accde5f8d4452e6a88724fe5b3aa96805c0b2e30cb1f23ea56728223
-DIST User-Identity-0.97.tar.gz 27606 BLAKE2B 961dfe92140c151b76f9c193ef003a32b0aa2c9cd9a5bba53eeadee0409ab853c85557c5432d632941e633deb028f664bb29db07e65fc076a3a4708dab7d17c0 SHA512 c2245c003f8a61a90ac0816d73411a77f90a3dcff3d85abb2ff6f277e8de5f8422dd2adf754dac4f03dd0c279f1b7231da96af1a84125288ad53dda78fd287e4
-DIST User-Identity-0.99.tar.gz 28657 BLAKE2B 7374c2ae8be5d81c52bf57d94adbc881c2b07f5d8b11c7dd86d301b95deb93f77a75714831155cfb47fdf085cb271d014203bb3ed917d683faaa7cf0acf0701f SHA512 b0706cb5aed372b384229459c5b1a9e46968cd8d58f713754cd1a65a7caad0931839bf9d1540ce7a849f94a3d37f580120940364eb29684d3a84a009fb702cbb
-EBUILD User-Identity-0.940.0.ebuild 478 BLAKE2B 120df187dbfb7b57b102a64cdeae7c9b7eb664aba0ad21ff2beda5676d8a9a2aaf90d19a89b179dd83d6752e5cbd176dc04506c585ad25f0bffad7e295cc1338 SHA512 9f10e8174126576d509d3abd0647fad94433795ddf400cbfa26f03c772860fdc180db13159c393b490a1ad81beed0335394051d907a49550c401294bbe0213b0
-EBUILD User-Identity-0.970.0.ebuild 433 BLAKE2B 4508f7665026e3a4921d0553b1f121d2d49b2a98456eaed9db6672efe300cd81f5a39273c827267c9164fef91ab68fb1f2c6b7be6fac2e1a694d392de36a6927 SHA512 ba1d10155c7330046b4ed76203b6816c5174cd0c83b5154b06a986e63731cebaec350d70cf613d13663425f4e10b940f793d2115839f2e75d8669d37eaca6bd6
-EBUILD User-Identity-0.990.0.ebuild 473 BLAKE2B 15d24df691f3ac25b9b3db76a42f7547cfde189a824ea8eeff1e2a5706859c13c241815a6b3a1d4af96f2ca8cdd7f102eaef04cd32e0c6dc1d24484327996c72 SHA512 55736f6fe7e57ff7d5a048291aa2fae94121843664d75b930f83764b9d90debf7d7ecaf15b5e7f09ea99cb4ca49752f87840132cff19c10ed825672c366e749d
-MISC metadata.xml 1213 BLAKE2B c39c59b289f194355ffbd9f2f9bd611f69e390a87915ce9d733c5df77b07299b71e168ddd0072f03c67d2b061d1972612d3a01b631be0653cec35317c2618da6 SHA512 2701abcdf1efb1925990b6ee9e943b6f781737469890211b09f3d865fe71891b4842412805e784c19dcb6e6917b4df651a78442b49baacd1017d7bac235a5dd2
diff --git a/dev-perl/User-Identity/User-Identity-0.940.0.ebuild b/dev-perl/User-Identity/User-Identity-0.940.0.ebuild
deleted file mode 100644
index 70e085baea1e..000000000000
--- a/dev-perl/User-Identity/User-Identity-0.940.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MARKOV
-MODULE_VERSION=0.94
-inherit perl-module
-
-DESCRIPTION="Maintains info about a physical person"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 x86"
-IUSE="test"
-
-RDEPEND="
-"
-# dev-perl/TimeDate
-# dev-perl/Geography-Countries
-DEPEND="${RDEPEND}
- test? ( virtual/perl-Test-Simple )
-"
-
-SRC_TEST=do
-
-src_test() {
- perl_rm_files t/99pod.t
- perl-module_src_test
-}
diff --git a/dev-perl/User-Identity/User-Identity-0.970.0.ebuild b/dev-perl/User-Identity/User-Identity-0.970.0.ebuild
deleted file mode 100644
index c625423063bd..000000000000
--- a/dev-perl/User-Identity/User-Identity-0.970.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=0.97
-inherit perl-module
-
-DESCRIPTION="Maintains info about a physical person"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-"
-# dev-perl/TimeDate
-# dev-perl/Geography-Countries
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"
diff --git a/dev-perl/User-Identity/User-Identity-0.990.0.ebuild b/dev-perl/User-Identity/User-Identity-0.990.0.ebuild
deleted file mode 100644
index 88936bf23eaf..000000000000
--- a/dev-perl/User-Identity/User-Identity-0.990.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=0.99
-inherit perl-module
-
-DESCRIPTION="Maintains info about a physical person"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- !<dev-perl/Geography-Countries-1.400.0
-"
-# dev-perl/TimeDate
-# dev-perl/Geography-Countries
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"
diff --git a/dev-perl/User-Identity/metadata.xml b/dev-perl/User-Identity/metadata.xml
deleted file mode 100644
index f48d772305f4..000000000000
--- a/dev-perl/User-Identity/metadata.xml
+++ /dev/null
@@ -1,23 +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">User-Identity</remote-id>
- <remote-id type="cpan-module">Mail::Identity</remote-id>
- <remote-id type="cpan-module">User::Identity</remote-id>
- <remote-id type="cpan-module">User::Identity::Archive</remote-id>
- <remote-id type="cpan-module">User::Identity::Archive::Plain</remote-id>
- <remote-id type="cpan-module">User::Identity::Collection</remote-id>
- <remote-id type="cpan-module">User::Identity::Collection::Emails</remote-id>
- <remote-id type="cpan-module">User::Identity::Collection::Locations</remote-id>
- <remote-id type="cpan-module">User::Identity::Collection::Systems</remote-id>
- <remote-id type="cpan-module">User::Identity::Collection::Users</remote-id>
- <remote-id type="cpan-module">User::Identity::Item</remote-id>
- <remote-id type="cpan-module">User::Identity::Location</remote-id>
- <remote-id type="cpan-module">User::Identity::System</remote-id>
- </upstream>
-</pkgmetadata>