commit: 9c005a4973d6306ab736f2161603b36122f1be9e
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 19 06:25:46 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 06:39:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c005a49
dev-perl/UUID: Bump to version 0.270.0
Upstream:
- Remove examples using ":all" from synopsis as it encourages risky
practices
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-perl/UUID/Manifest | 1 +
dev-perl/UUID/UUID-0.270.0.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-perl/UUID/Manifest b/dev-perl/UUID/Manifest
index b7e8d094eaa..7b37a97d0ff 100644
--- a/dev-perl/UUID/Manifest
+++ b/dev-perl/UUID/Manifest
@@ -1,2 +1,3 @@
DIST UUID-0.25.tar.gz 14383 BLAKE2B
bfdbe9d9bb2fdfcbd2b06f4985e00a2bdfed1a1d019aa9bdfc16fadc646bc0dfba18d31f00818f8e38f6f6b674a92e45f056ade319e3032eff3179c088e6a1b1
SHA512
b775692fd85597fb9786a376a2f290938714e61416eb213f7329d3fbf820a94912c9de5a1900fcba85e8cde2002c626bbfbca6a91dfd9ef0011b1e2d61bad65a
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.270.0.ebuild
b/dev-perl/UUID/UUID-0.270.0.ebuild
new file mode 100644
index 00000000000..b1b592f480c
--- /dev/null
+++ b/dev-perl/UUID/UUID-0.270.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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 ~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
+"