diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-08 21:18:50 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-08 21:33:07 +0200 |
commit | 9f08ff68ae8065149fb2c52f933256eb2985fa5b (patch) | |
tree | 9180edcbc7d0c07666e993c2781804da7509b377 /dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild | |
parent | dev-perl/Monitoring-Plugin: Remove old (diff) | |
download | gentoo-9f08ff68ae8065149fb2c52f933256eb2985fa5b.tar.gz gentoo-9f08ff68ae8065149fb2c52f933256eb2985fa5b.tar.bz2 gentoo-9f08ff68ae8065149fb2c52f933256eb2985fa5b.zip |
dev-perl/Role-Tiny: Version bump 2.002004
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild')
-rw-r--r-- | dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild b/dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild new file mode 100644 index 000000000000..1200c366e404 --- /dev/null +++ b/dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=HAARG +DIST_VERSION=2.002004 +inherit perl-module + +DESCRIPTION="Roles: a nouvelle cuisine portion size slice of Moose" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + >=virtual/perl-Exporter-5.570.0 + !<dev-perl/Moo-0.9.14 +" +BDEPEND="${RDEPEND} + test? ( + >=virtual/perl-Test-Simple-0.880.0 + ) +" |