commit: 38e920453eec3ab5dfa4dd57728a86dcc5e8a04a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 01:19:05 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 01:19:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e92045
dev-perl/UUID: add 0.290.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/UUID/Manifest | 1 +
dev-perl/UUID/UUID-0.290.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-perl/UUID/Manifest b/dev-perl/UUID/Manifest
index 74cafce1303c..bbf67a12d9bd 100644
--- a/dev-perl/UUID/Manifest
+++ b/dev-perl/UUID/Manifest
@@ -1 +1,2 @@
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.290.0.ebuild
b/dev-perl/UUID/UUID-0.290.0.ebuild
new file mode 100644
index 000000000000..32c15003fd49
--- /dev/null
+++ b/dev-perl/UUID/UUID-0.290.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JRM
+DIST_VERSION=0.29
+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.140.0
+"
+DEPEND="${RDEPEND}"