From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0795C158064 for ; Thu, 2 May 2024 02:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B64AE2A80; Thu, 2 May 2024 02:22:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E147E2A80 for ; Thu, 2 May 2024 02:22:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3C3C33BE3B for ; Thu, 2 May 2024 02:22:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 591D8175B for ; Thu, 2 May 2024 02:22:15 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1714616502.e769ea4f3df8f8d1dee8eb8b2f50c61213165a72.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/UUID/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/UUID/Manifest dev-perl/UUID/UUID-0.340.0.ebuild X-VCS-Directories: dev-perl/UUID/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: e769ea4f3df8f8d1dee8eb8b2f50c61213165a72 X-VCS-Branch: master Date: Thu, 2 May 2024 02:22:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98fdf81a-15f1-44c9-8c41-a2aebddb6fcc X-Archives-Hash: c4080063c779140ed949f59f058517db commit: e769ea4f3df8f8d1dee8eb8b2f50c61213165a72 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu May 2 02:21:42 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu May 2 02:21:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e769ea4f dev-perl/UUID: add 0.340.0 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/UUID/Manifest | 1 + dev-perl/UUID/UUID-0.340.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-perl/UUID/Manifest b/dev-perl/UUID/Manifest index 4956b03a05d2..af60918e3501 100644 --- a/dev-perl/UUID/Manifest +++ b/dev-perl/UUID/Manifest @@ -1 +1,2 @@ DIST UUID-0.29.tar.gz 15955 BLAKE2B e2dbbb16b36fcc1244c44bfe520e0391d6fae02a47b2299ce9b5dc5bc8a42c16bbe6ab91da5c5e0228a263441d3922c5214e9da64ed6489adc355fe973c5ab53 SHA512 37b8a1013532772e5265ef093d7ba0dc5e52ad31e7a4ac2181515c0b3121b355dda697c27c60d44f9ad5e767c3739b0e67df32f450d3445707648f542ea3f7cf +DIST UUID-0.34.tar.gz 71428 BLAKE2B 6e8d35f9f1a5de62924fc6985a6e76a9aabc5a45a9df48fdfc1b0fb60373b26ce639d62289b53b40f7cf1d13753b2a22f82972ec237f9f4ba4d9416e7b8607e5 SHA512 20294eec96e40e0088a2c7ff92ea1639a07501dae36c089a720539785037a7813648ef77d213dabd2041b11bb5616c69de2d45695a9701603b2de81e30a0dc61 diff --git a/dev-perl/UUID/UUID-0.340.0.ebuild b/dev-perl/UUID/UUID-0.340.0.ebuild new file mode 100644 index 000000000000..a7cc978b8a85 --- /dev/null +++ b/dev-perl/UUID/UUID-0.340.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=JRM +DIST_VERSION=0.34 +inherit perl-module + +DESCRIPTION="Perl extension for using UUID interfaces as defined in e2fsprogs" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" + +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker + >=dev-perl/Devel-CheckLib-1.140.0 +" +DEPEND="${RDEPEND}"