diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-02 17:32:42 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-02 17:49:19 +0200 |
commit | 47f05abfde5a88033616693f5a7de2d35dae053a (patch) | |
tree | 981904a57ced8bf97e7abb6728cfbfb5ca943b20 /dev-perl/UUID | |
parent | dev-util/ostree: Stabilize 2021.3-r2 arm64, #814089 (diff) | |
download | gentoo-47f05abfde5a88033616693f5a7de2d35dae053a.tar.gz gentoo-47f05abfde5a88033616693f5a7de2d35dae053a.tar.bz2 gentoo-47f05abfde5a88033616693f5a7de2d35dae053a.zip |
dev-perl/UUID: Version bump 0.28
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/UUID')
-rw-r--r-- | dev-perl/UUID/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/UUID/UUID-0.280.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/UUID/Manifest b/dev-perl/UUID/Manifest index 008e7f8d7ab4..eb10ae007a71 100644 --- a/dev-perl/UUID/Manifest +++ b/dev-perl/UUID/Manifest @@ -1 +1,2 @@ DIST UUID-0.27.tar.gz 14690 BLAKE2B b4f296f82172202eb3af67f8e1e18dbbf4c36e3d6931f63aeaea32003fe1c3d5ad4c6d25540c4e1475f16841654b44d39164bff5dbfd35712bfec69dc7bdc039 SHA512 a7b45e0bf5461318cf8e6d874630afb31c98d5a10a5aa3408a27e48bcde051517d6c8bc904a2f05d2bd5aee076f06b07ddd535371e891eb7ac2e5845c4d930c2 +DIST UUID-0.28.tar.gz 15828 BLAKE2B 670f25e2e3e414e36ee5dd7d129cefd1f9a50e1e9594c7adf5625f9d193755a2ac08d8b9acd8fcef0b2e1b1e26bf2c2f6d2a2f338dbb43c3eeac7a305a052624 SHA512 f6203e024f83c8156d4dae093513f5a6817a67874d77f01c7cb1f83d1cfa811c815ad3324983b655332e994f85c536eb65682e598168f9d1d6b76bf0bde9817e diff --git a/dev-perl/UUID/UUID-0.280.0.ebuild b/dev-perl/UUID/UUID-0.280.0.ebuild new file mode 100644 index 000000000000..a41ea98f302d --- /dev/null +++ b/dev-perl/UUID/UUID-0.280.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=JRM +DIST_VERSION=0.28 +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.20.0 +" +DEPEND="${RDEPEND} +" |