summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 07:11:40 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 07:20:16 +0100
commitc64258d3fc3ed20b03c8eb3a1273e7a572049528 (patch)
treebed63e98af853b604d7744854843ab3d2acd5635 /dev-perl/UUID
parentdev-perl/URI-Fetch: Remove old (diff)
downloadgentoo-c64258d3fc3ed20b03c8eb3a1273e7a572049528.tar.gz
gentoo-c64258d3fc3ed20b03c8eb3a1273e7a572049528.tar.bz2
gentoo-c64258d3fc3ed20b03c8eb3a1273e7a572049528.zip
dev-perl/UUID: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/UUID')
-rw-r--r--dev-perl/UUID/Manifest1
-rw-r--r--dev-perl/UUID/UUID-0.270.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/UUID/Manifest b/dev-perl/UUID/Manifest
index eb10ae007a71..74cafce1303c 100644
--- a/dev-perl/UUID/Manifest
+++ b/dev-perl/UUID/Manifest
@@ -1,2 +1 @@
-DIST UUID-0.27.tar.gz 14690 BLAKE2B b4f296f82172202eb3af67f8e1e18dbbf4c36e3d6931f63aeaea32003fe1c3d5ad4c6d25540c4e1475f16841654b44d39164bff5dbfd35712bfec69dc7bdc039 SHA512 a7b45e0bf5461318cf8e6d874630afb31c98d5a10a5aa3408a27e48bcde051517d6c8bc904a2f05d2bd5aee076f06b07ddd535371e891eb7ac2e5845c4d930c2
DIST UUID-0.28.tar.gz 15828 BLAKE2B 670f25e2e3e414e36ee5dd7d129cefd1f9a50e1e9594c7adf5625f9d193755a2ac08d8b9acd8fcef0b2e1b1e26bf2c2f6d2a2f338dbb43c3eeac7a305a052624 SHA512 f6203e024f83c8156d4dae093513f5a6817a67874d77f01c7cb1f83d1cfa811c815ad3324983b655332e994f85c536eb65682e598168f9d1d6b76bf0bde9817e
diff --git a/dev-perl/UUID/UUID-0.270.0.ebuild b/dev-perl/UUID/UUID-0.270.0.ebuild
deleted file mode 100644
index dee36f8948b9..000000000000
--- a/dev-perl/UUID/UUID-0.270.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=JRM
-DIST_VERSION=0.27
-inherit perl-module
-
-DESCRIPTION="Perl extension for using UUID interfaces as defined in e2fsprogs"
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE=""
-
-# Note: UUID appears to link against a bunch of different UUID
-# implementations depending on availability and platform.
-#
-# Presently uses uuid.h/libuuid.so from util-linux which is fine for Linux
-# platforms, but may need special attention on *bsd, *osx and win*
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- >=dev-perl/Devel-CheckLib-1.20.0
-"