summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-25 23:51:02 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-26 22:02:54 +0200
commit75ea92ab6cdcb3a19bdcf3a7a5eb07c3cb4c20f9 (patch)
treedb7e7f731bce96805b024e0d4fec09cd2b1c8912
parentdev-perl/URI-Fetch: Bump to version 0.110.0 (diff)
downloadgentoo-75ea92ab.tar.gz
gentoo-75ea92ab.tar.bz2
gentoo-75ea92ab.zip
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"
-rw-r--r--dev-perl/UUID/Manifest1
-rw-r--r--dev-perl/UUID/UUID-0.250.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/UUID/Manifest b/dev-perl/UUID/Manifest
index eff4a5702e2c..88757ef2a3ad 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 000000000000..fa965433bf07
--- /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
+"