commit: 75ea92ab6cdcb3a19bdcf3a7a5eb07c3cb4c20f9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 25 11:51:02 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 20:02:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ea92ab
dev-perl/UUID: Bump to version 0.250.0
- EAPI6
- Switch License to artistic-2
Upstream:
- New functions: uuid(), clear(), is_null(), copy(), compare(),
unparse_lower(), unparse_upper(), generate_random(), generate_time()
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
dev-perl/UUID/Manifest | 1 +
dev-perl/UUID/UUID-0.250.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-perl/UUID/Manifest b/dev-perl/UUID/Manifest
index eff4a57..88757ef 100644
--- a/dev-perl/UUID/Manifest
+++ b/dev-perl/UUID/Manifest
@@ -1 +1,2 @@
DIST UUID-0.05.tar.gz 5062 SHA256
dfdf6ffc86f6af5ab021b0d862b3bf77388a302f1796377b7fbd48ad61b5312c SHA512
76b42641294c00ff160b1e9ce49ddfc1ebd56b5dfcbeb7ac4ec64c914101fc4e32d0b40cc33fdb122a557198790c40c1ca453283fdd8e9342f302fef9332f6a9
WHIRLPOOL
7672ab16059033a5b6ab8628dbdda92f132f02cdbc1332dba227407f01b9334611d53fb85ea1a7b858b6f78b8618be2ce883cafbad348df6ddd6cea83a205d1f
+DIST UUID-0.25.tar.gz 14383 SHA256
77e26cd58ced6cf0b7d8f0c84bfdf0de271eaef427a340989904a8e8ee268eee SHA512
b775692fd85597fb9786a376a2f290938714e61416eb213f7329d3fbf820a94912c9de5a1900fcba85e8cde2002c626bbfbca6a91dfd9ef0011b1e2d61bad65a
WHIRLPOOL
d0ebc77444573e160747e2d4ebaf65d73d4322d4d12111474d26f86edff4ad0ac9efeac6d831adf41e169085bc7aba18fbd8e3b835139a268a38d65a760c9560
diff --git a/dev-perl/UUID/UUID-0.250.0.ebuild
b/dev-perl/UUID/UUID-0.250.0.ebuild
new file mode 100644
index 0000000..fa96543
--- /dev/null
+++ b/dev-perl/UUID/UUID-0.250.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+DIST_AUTHOR=JRM
+DIST_VERSION=0.25
+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
+"