Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/UUID/
Date: Sat, 02 Oct 2021 15:50:00
Message-Id: 1633189759.47f05abfde5a88033616693f5a7de2d35dae053a.dilfridge@gentoo
1 commit: 47f05abfde5a88033616693f5a7de2d35dae053a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 15:32:42 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 15:49:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f05abf
7
8 dev-perl/UUID: Version bump 0.28
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/UUID/Manifest | 1 +
14 dev-perl/UUID/UUID-0.280.0.ebuild | 26 ++++++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/dev-perl/UUID/Manifest b/dev-perl/UUID/Manifest
18 index 008e7f8d7ab..eb10ae007a7 100644
19 --- a/dev-perl/UUID/Manifest
20 +++ b/dev-perl/UUID/Manifest
21 @@ -1 +1,2 @@
22 DIST UUID-0.27.tar.gz 14690 BLAKE2B b4f296f82172202eb3af67f8e1e18dbbf4c36e3d6931f63aeaea32003fe1c3d5ad4c6d25540c4e1475f16841654b44d39164bff5dbfd35712bfec69dc7bdc039 SHA512 a7b45e0bf5461318cf8e6d874630afb31c98d5a10a5aa3408a27e48bcde051517d6c8bc904a2f05d2bd5aee076f06b07ddd535371e891eb7ac2e5845c4d930c2
23 +DIST UUID-0.28.tar.gz 15828 BLAKE2B 670f25e2e3e414e36ee5dd7d129cefd1f9a50e1e9594c7adf5625f9d193755a2ac08d8b9acd8fcef0b2e1b1e26bf2c2f6d2a2f338dbb43c3eeac7a305a052624 SHA512 f6203e024f83c8156d4dae093513f5a6817a67874d77f01c7cb1f83d1cfa811c815ad3324983b655332e994f85c536eb65682e598168f9d1d6b76bf0bde9817e
24
25 diff --git a/dev-perl/UUID/UUID-0.280.0.ebuild b/dev-perl/UUID/UUID-0.280.0.ebuild
26 new file mode 100644
27 index 00000000000..a41ea98f302
28 --- /dev/null
29 +++ b/dev-perl/UUID/UUID-0.280.0.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_AUTHOR=JRM
37 +DIST_VERSION=0.28
38 +inherit perl-module
39 +
40 +DESCRIPTION="Perl extension for using UUID interfaces as defined in e2fsprogs"
41 +LICENSE="Artistic-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~ppc ~x86"
44 +
45 +# Note: UUID appears to link against a bunch of different UUID
46 +# implementations depending on availability and platform.
47 +# Presently uses uuid.h/libuuid.so from util-linux which is fine for Linux
48 +# platforms, but may need special attention on *bsd, *osx and win*
49 +
50 +RDEPEND="sys-apps/util-linux"
51 +BDEPEND="${RDEPEND}
52 + virtual/perl-ExtUtils-MakeMaker
53 + >=dev-perl/Devel-CheckLib-1.20.0
54 +"
55 +DEPEND="${RDEPEND}
56 +"