diff options
-rw-r--r-- | dev-perl/UUID/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/UUID/UUID-0.280.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/UUID/Manifest b/dev-perl/UUID/Manifest index bbf67a12d9bd..4956b03a05d2 100644 --- a/dev-perl/UUID/Manifest +++ b/dev-perl/UUID/Manifest @@ -1,2 +1 @@ -DIST UUID-0.28.tar.gz 15828 BLAKE2B 670f25e2e3e414e36ee5dd7d129cefd1f9a50e1e9594c7adf5625f9d193755a2ac08d8b9acd8fcef0b2e1b1e26bf2c2f6d2a2f338dbb43c3eeac7a305a052624 SHA512 f6203e024f83c8156d4dae093513f5a6817a67874d77f01c7cb1f83d1cfa811c815ad3324983b655332e994f85c536eb65682e598168f9d1d6b76bf0bde9817e DIST UUID-0.29.tar.gz 15955 BLAKE2B e2dbbb16b36fcc1244c44bfe520e0391d6fae02a47b2299ce9b5dc5bc8a42c16bbe6ab91da5c5e0228a263441d3922c5214e9da64ed6489adc355fe973c5ab53 SHA512 37b8a1013532772e5265ef093d7ba0dc5e52ad31e7a4ac2181515c0b3121b355dda697c27c60d44f9ad5e767c3739b0e67df32f450d3445707648f542ea3f7cf diff --git a/dev-perl/UUID/UUID-0.280.0.ebuild b/dev-perl/UUID/UUID-0.280.0.ebuild deleted file mode 100644 index a41ea98f302d..000000000000 --- a/dev-perl/UUID/UUID-0.280.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=JRM -DIST_VERSION=0.28 -inherit perl-module - -DESCRIPTION="Perl extension for using UUID interfaces as defined in e2fsprogs" -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" - -# 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="sys-apps/util-linux" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - >=dev-perl/Devel-CheckLib-1.20.0 -" -DEPEND="${RDEPEND} -" |