diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-15 23:05:33 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-15 23:15:51 +0200 |
commit | d323cb55296d4536f2809cac880dba70c961b70b (patch) | |
tree | b47e4fc1333320ccbb82a4c0928f9627aaefe1d9 /dev-perl/Data-Uniqid | |
parent | dev-perl/Data-Uniqid: Stable for all (diff) | |
download | gentoo-d323cb55296d4536f2809cac880dba70c961b70b.tar.gz gentoo-d323cb55296d4536f2809cac880dba70c961b70b.tar.bz2 gentoo-d323cb55296d4536f2809cac880dba70c961b70b.zip |
dev-perl/Data-Uniqid: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Data-Uniqid')
-rw-r--r-- | dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild b/dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild deleted file mode 100644 index 69b753a35d92..000000000000 --- a/dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR="MWX" -MODULE_VERSION=0.12 -inherit perl-module - -DESCRIPTION="Perl extension for simple generating of unique ids" - -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc x86" -IUSE="" - -RDEPEND=" - virtual/perl-Math-BigInt - virtual/perl-Time-HiRes -" -DEPEND="${RDEPEND}" - -SRC_TEST="do" |