summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2003-08-14 08:07:28 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2003-08-14 08:07:28 +0000
commit74d7f85cd9221a19e69168f083d210764242fedf (patch)
tree7efadc844302a42e329510593e17c15d0a29fbac /net-mail/checkpassword-pam/checkpassword-pam-0.97.ebuild
parentFixes a small bug with parsing options via -e. Version bump. (diff)
downloadhistorical-74d7f85cd9221a19e69168f083d210764242fedf.tar.gz
historical-74d7f85cd9221a19e69168f083d210764242fedf.tar.bz2
historical-74d7f85cd9221a19e69168f083d210764242fedf.zip
Fixes a small bug with parsing options via -e. Version bump.
Diffstat (limited to 'net-mail/checkpassword-pam/checkpassword-pam-0.97.ebuild')
-rw-r--r--net-mail/checkpassword-pam/checkpassword-pam-0.97.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.97.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.97.ebuild
new file mode 100644
index 000000000000..6229a4bb0ed5
--- /dev/null
+++ b/net-mail/checkpassword-pam/checkpassword-pam-0.97.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword-pam/checkpassword-pam-0.97.ebuild,v 1.1 2003/08/14 08:07:21 g2boojum Exp $
+
+IUSE=""
+
+DESCRIPTION="checkpassword-compatible authentication program w/pam support"
+HOMEPAGE="http://checkpasswd-pam.sourceforge.net/"
+SRC_URI="http://switch.dl.sourceforge.net/sourceforge/checkpasswd-pam/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND=">=sys-libs/pam-0.75
+ virtual/glibc"
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS NEWS README
+}