net-mail/checkpassword-pam: bump to EAPI7
authorRolf Eike Beer <eike@sf-mail.de>
Sat, 19 Oct 2019 08:55:16 +0000 (10:55 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 23 Oct 2019 04:41:55 +0000 (07:41 +0300)
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild [new file with mode: 0644]

diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild
new file mode 100644 (file)
index 0000000..51d3dd5
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="checkpassword-compatible authentication program w/pam support"
+HOMEPAGE="http://checkpasswd-pam.sourceforge.net/"
+SRC_URI="mirror://sourceforge/checkpasswd-pam/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~x86"
+
+DEPEND=">=sys-libs/pam-0.75"
+
+DOCS=(
+       AUTHORS
+       NEWS
+       README
+)