summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-09 10:58:26 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-09 11:11:16 +0200
commit73a23978f4732d58d938cf234a3755463408eb8d (patch)
tree0540ef14619f9583736046529d7b6963ffa23f81 /dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0-r1.ebuild
parentdev-perl/Authen-Simple: EAPI=8 bump (diff)
downloadgentoo-73a23978f4732d58d938cf234a3755463408eb8d.tar.gz
gentoo-73a23978f4732d58d938cf234a3755463408eb8d.tar.bz2
gentoo-73a23978f4732d58d938cf234a3755463408eb8d.zip
dev-perl/Authen-Simple-Passwd: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0-r1.ebuild')
-rw-r--r--dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0-r1.ebuild b/dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0-r1.ebuild
new file mode 100644
index 000000000000..76449b92bc4f
--- /dev/null
+++ b/dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CHANSEN
+DIST_VERSION=0.6
+inherit perl-module
+
+DESCRIPTION="Simple Passwd authentication"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
+
+RDEPEND="
+ >=dev-perl/Authen-Simple-0.300.0
+ virtual/perl-IO
+"
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build
+"
+
+PERL_RM_FILES=( "t/02pod.t" "t/03podcoverage.t" )