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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B896139360 for ; Sun, 8 Aug 2021 14:46:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3296E0921; Sun, 8 Aug 2021 14:46:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 897A2E0921 for ; Sun, 8 Aug 2021 14:46:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFB2533BDEF for ; Sun, 8 Aug 2021 14:46:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 687458A8 for ; Sun, 8 Aug 2021 14:46:24 +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: <1628433969.438f66026be6f45916cde0faba67ec93e17aff75.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XString/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XString/Manifest dev-perl/XString/XString-0.5.0.ebuild dev-perl/XString/metadata.xml X-VCS-Directories: dev-perl/XString/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 438f66026be6f45916cde0faba67ec93e17aff75 X-VCS-Branch: master Date: Sun, 8 Aug 2021 14:46:24 +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: 93c98dd1-1a10-4be1-a49d-c1d88e7ac312 X-Archives-Hash: de258b333f3eb1948c9c4cb8ef2454cb commit: 438f66026be6f45916cde0faba67ec93e17aff75 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 8 14:44:01 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 8 14:46:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438f6602 dev-perl/XString: New package, needed for dev-perl/Specio Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/XString/Manifest | 1 + dev-perl/XString/XString-0.5.0.ebuild | 12 ++++++++++++ dev-perl/XString/metadata.xml | 8 ++++++++ 3 files changed, 21 insertions(+) diff --git a/dev-perl/XString/Manifest b/dev-perl/XString/Manifest new file mode 100644 index 00000000000..5fec06bcda5 --- /dev/null +++ b/dev-perl/XString/Manifest @@ -0,0 +1 @@ +DIST XString-0.005.tar.gz 134507 BLAKE2B f660122cb4363dff1912aa69907e003eef7da497ce95e3a377d7dacbde0887049167a98ea82927341337ba3a85e6f048c65018d979e71e6484f594a97f21e352 SHA512 4a6055e9e59169b77e04e8b890944b3a7bc4ff9844ad6b2557f7181f7b1c8576a7aab7ebee351044cbac8f3bff2d37dea2af4bc7ff775fbc3a398c9785c53aaf diff --git a/dev-perl/XString/XString-0.5.0.ebuild b/dev-perl/XString/XString-0.5.0.ebuild new file mode 100644 index 00000000000..182178853cd --- /dev/null +++ b/dev-perl/XString/XString-0.5.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ATOOMIC +DIST_VERSION=0.005 +inherit perl-module + +DESCRIPTION="Isolated String helpers from B" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-perl/XString/metadata.xml b/dev-perl/XString/metadata.xml new file mode 100644 index 00000000000..2b9a936fc0a --- /dev/null +++ b/dev-perl/XString/metadata.xml @@ -0,0 +1,8 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + +