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 2122F15ACFB for ; Sun, 9 Apr 2023 13:45:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED0F3E07FA; Sun, 9 Apr 2023 13:45:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D81CBE07FA for ; Sun, 9 Apr 2023 13:45:27 +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 1784C335DB6 for ; Sun, 9 Apr 2023 13:45:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2D708D1 for ; Sun, 9 Apr 2023 13:45:23 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1681047499.a0b33ddd79064838df2700f419c3341fa615072a.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-TypeTiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MooX-TypeTiny/Manifest dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild dev-perl/MooX-TypeTiny/metadata.xml X-VCS-Directories: dev-perl/MooX-TypeTiny/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: a0b33ddd79064838df2700f419c3341fa615072a X-VCS-Branch: master Date: Sun, 9 Apr 2023 13:45:23 +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: b599bf58-7b5f-4a8b-88ff-770295fe766b X-Archives-Hash: 827be296aabc3ca09913edce49c1d6d4 commit: a0b33ddd79064838df2700f419c3341fa615072a Author: Erik Mackdanz gentoo org> AuthorDate: Sun Apr 9 13:38:10 2023 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Sun Apr 9 13:38:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b33ddd dev-perl/MooX-TypeTiny: new package, add 0.002003 Signed-off-by: Erik Mackdanz gentoo.org> dev-perl/MooX-TypeTiny/Manifest | 1 + .../MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild | 22 ++++++++++++++++++++++ dev-perl/MooX-TypeTiny/metadata.xml | 12 ++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-perl/MooX-TypeTiny/Manifest b/dev-perl/MooX-TypeTiny/Manifest new file mode 100644 index 000000000000..418725bbbd55 --- /dev/null +++ b/dev-perl/MooX-TypeTiny/Manifest @@ -0,0 +1 @@ +DIST MooX-TypeTiny-0.002003.tar.gz 13601 BLAKE2B 48504d511d9b6068d1f16c2660aa198176a5029f60c550e5e739403625ed0fafca7db60866a3b07acc4d9cca0c03e561234eff8c1a02479f3e10bb04aab53021 SHA512 52cfc9b54c9468c411e5033e27fbc3c6af9ef8be1c3ae62cce4e56a40f9a3ac6e4354f990f870702a9061893b64b46262621aa1464ece0c337930b7b0a7d16e6 diff --git a/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild new file mode 100644 index 000000000000..cadf9d72d7bf --- /dev/null +++ b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=HAARG +DIST_VERSION=0.002003 +inherit perl-module + +DESCRIPTION="Optimized type checks for Moo + Type::Tiny" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-perl/Moo + dev-perl/Type-Tiny +" +BDEPEND="${RDEPEND} + dev-perl/Module-Build + virtual/perl-ExtUtils-MakeMaker +" diff --git a/dev-perl/MooX-TypeTiny/metadata.xml b/dev-perl/MooX-TypeTiny/metadata.xml new file mode 100644 index 000000000000..0d4a43c07db0 --- /dev/null +++ b/dev-perl/MooX-TypeTiny/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + MooX-TypeTiny + MooX::TypeTiny + +