dev-perl/UUID: Remove old 0.260.0
authorKent Fredric <kentnl@gentoo.org>
Wed, 15 Apr 2020 15:48:05 +0000 (03:48 +1200)
committerKent Fredric <kentnl@gentoo.org>
Wed, 15 Apr 2020 15:55:45 +0000 (03:55 +1200)
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/UUID/Manifest
dev-perl/UUID/UUID-0.260.0.ebuild [deleted file]

index 92011a493cb1d88b2fc7fd569fd070b1391aaecf..008e7f8d7ab477026c1e1ff267ca3bd35a259368 100644 (file)
@@ -1,2 +1 @@
-DIST UUID-0.26.tar.gz 14535 BLAKE2B a1159c96d2c88bdfdf66f80924b121d646449742774427431cb323ac6dd4365b5c6166d1fbfbddaa7670b4e87927569fcb9e27b7289e6301d9f4b959ea5e9a72 SHA512 7ec7345fedd42e38ad50531535364565cdab2b091439992833a32804c543dd846f430688eee3b72b10ecb060127463cbb5f771c7ae11719398c22cce7b49274c
 DIST UUID-0.27.tar.gz 14690 BLAKE2B b4f296f82172202eb3af67f8e1e18dbbf4c36e3d6931f63aeaea32003fe1c3d5ad4c6d25540c4e1475f16841654b44d39164bff5dbfd35712bfec69dc7bdc039 SHA512 a7b45e0bf5461318cf8e6d874630afb31c98d5a10a5aa3408a27e48bcde051517d6c8bc904a2f05d2bd5aee076f06b07ddd535371e891eb7ac2e5845c4d930c2
diff --git a/dev-perl/UUID/UUID-0.260.0.ebuild b/dev-perl/UUID/UUID-0.260.0.ebuild
deleted file mode 100644 (file)
index 43282b1..0000000
+++ /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=JRM
-DIST_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="Perl extension for using UUID interfaces as defined in e2fsprogs"
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~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
-"