summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 17:36:51 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 17:49:28 +0200
commit80906a4cc6fb1fa30924f4a082a5c8ea7f6397ea (patch)
tree4db8b960128d55d634e2a58a0a3af785b2dc4fdd /dev-perl/Validate-Tiny/Validate-Tiny-1.600.0-r2.ebuild
parentdev-perl/Validate-Net: EAPI=8 bump (diff)
downloadgentoo-80906a4cc6fb1fa30924f4a082a5c8ea7f6397ea.tar.gz
gentoo-80906a4cc6fb1fa30924f4a082a5c8ea7f6397ea.tar.bz2
gentoo-80906a4cc6fb1fa30924f4a082a5c8ea7f6397ea.zip
dev-perl/Validate-Tiny: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Validate-Tiny/Validate-Tiny-1.600.0-r2.ebuild')
-rw-r--r--dev-perl/Validate-Tiny/Validate-Tiny-1.600.0-r2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Validate-Tiny/Validate-Tiny-1.600.0-r2.ebuild b/dev-perl/Validate-Tiny/Validate-Tiny-1.600.0-r2.ebuild
new file mode 100644
index 000000000000..b163a3e97667
--- /dev/null
+++ b/dev-perl/Validate-Tiny/Validate-Tiny-1.600.0-r2.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=MINIMAL
+DIST_VERSION=1.6
+inherit perl-module
+
+DESCRIPTION="Minimalistic data validation"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+ >=dev-perl/List-MoreUtils-0.330.0
+"
+BDEPEND="${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple
+ )"
+
+PERL_RM_FILES=("t/author-pod-syntax.t")