diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-13 00:31:08 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-13 00:35:41 +0200 |
commit | 42eee0728e69dbfae4b9ed4fb88dfe83473228c1 (patch) | |
tree | 40f6bd98ff18d26b7ae6b3e4f89e80c21f91a27d /dev-perl/Type-Tiny | |
parent | dev-perl/Type-Tiny-XS: Version bump 0.022 (diff) | |
download | gentoo-42eee0728e69dbfae4b9ed4fb88dfe83473228c1.tar.gz gentoo-42eee0728e69dbfae4b9ed4fb88dfe83473228c1.tar.bz2 gentoo-42eee0728e69dbfae4b9ed4fb88dfe83473228c1.zip |
dev-perl/Type-Tiny: Version bump 1.012003
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Type-Tiny')
-rw-r--r-- | dev-perl/Type-Tiny/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/dev-perl/Type-Tiny/Manifest b/dev-perl/Type-Tiny/Manifest index 0cee41b7b8c5..4f4933699f65 100644 --- a/dev-perl/Type-Tiny/Manifest +++ b/dev-perl/Type-Tiny/Manifest @@ -1 +1,2 @@ DIST Type-Tiny-1.002001.tar.gz 264950 BLAKE2B 2e5e1303834c6fb3b95855533c219a5a448e711b307532851e24fb9850fd60505ae8bf7a17d5d6630d065004f3bd8e11e7b58f9abad11048058ceb324375779d SHA512 e499c4f113e5a327294012daac9f0cd60a42a6c40b9d0c9c523a229f574a7dd0f672f209d0596d25edcbc39b79cd2ea65791b6a5146345e75fdd1d84ee1cd161 +DIST Type-Tiny-1.012003.tar.gz 464004 BLAKE2B 2fc4f2c9e4be295742309edbc074cd23e9d1a02f7a385808a40f8e7c0885a4b29cee63947b9b008d70d1e66529185ffad56bc7ff4dcf3f617b61ea454733a491 SHA512 d7bd3c416e20a5a951606d05a2fb396a4058cb6f165b401c7662af3d21f416c26ac0df70eaa6d483db3fe2d78e8fb4f02cf5cf71ebc353a744e3195e77f6ea42 diff --git a/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild b/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild new file mode 100644 index 000000000000..34dbab8a2888 --- /dev/null +++ b/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=TOBYINK +DIST_VERSION=1.012003 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="tiny, yet Moo(se)-compatible type constraint" + +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +IUSE="test minimal" +RESTRICT="!test? ( test )" + +# Test rdep for Test::TypeTiny +RDEPEND=" + !<dev-perl/Kavorka-0.13.0 + !<dev-perl/Types-ReadOnly-0.1.0 + >=dev-perl/Exporter-Tiny-1.0.0 + >=virtual/perl-Test-Simple-1.1.10 + !minimal? ( + >=dev-perl/Devel-LexAlias-0.50.0 + dev-perl/Devel-StackTrace + >=dev-perl/Ref-Util-XS-0.100.0 + >=dev-perl/Regexp-Util-0.3.0 + virtual/perl-Scalar-List-Utils + dev-perl/Type-Tie + >=dev-perl/Type-Tiny-XS-0.16.0 + ) +" +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + >=virtual/perl-CPAN-Meta-Requirements-2.0.0 + test? ( + dev-perl/Test-Warnings + ) +" |