summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-06-11 21:30:58 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-06-11 21:30:58 +0000
commit8fa056dee3cb6f26ec05d26b9464c20179f04bbd (patch)
tree4aefae8f49292c3b1da6fd6dc6132259daed6a39 /net-www/pwauth/pwauth-2.3.1-r2.ebuild
parentAdded to ~ppc (diff)
downloadgentoo-2-8fa056dee3cb6f26ec05d26b9464c20179f04bbd.tar.gz
gentoo-2-8fa056dee3cb6f26ec05d26b9464c20179f04bbd.tar.bz2
gentoo-2-8fa056dee3cb6f26ec05d26b9464c20179f04bbd.zip
Fix openpam compatibility, bug 93203.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-www/pwauth/pwauth-2.3.1-r2.ebuild')
-rw-r--r--net-www/pwauth/pwauth-2.3.1-r2.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-www/pwauth/pwauth-2.3.1-r2.ebuild b/net-www/pwauth/pwauth-2.3.1-r2.ebuild
new file mode 100644
index 000000000000..5284ef9b20ae
--- /dev/null
+++ b/net-www/pwauth/pwauth-2.3.1-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/pwauth-2.3.1-r2.ebuild,v 1.1 2005/06/11 21:30:58 kloeri Exp $
+
+inherit eutils
+
+DESCRIPTION="A Unix Web Authenticator"
+HOMEPAGE="http://www.unixpapa.com/pwauth/"
+SRC_URI="http://www.unixpapa.com/software/${P}.tar.gz"
+
+DEPEND="virtual/pam"
+LICENSE="Apache-1.1"
+KEYWORDS="~x86"
+IUSE=""
+SLOT="0"
+
+src_unpack() {
+ unpack ${A} || die "unpack failed"
+ cd ${S} || die "cd to $s failed"
+ sed -i -e 's:SERVER_UIDS 72:SERVER_UIDS 81:' config.h
+}
+
+src_install() {
+ dosbin pwauth unixgroup
+
+ newpamd ${FILESDIR}/pwauth.pam-include pwauth
+
+ dodoc CHANGES FORM_AUTH INSTALL README
+}