diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-08 15:33:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-08 15:33:56 +0000 |
commit | 7e199e3e67b7ebb6851497d901506a4dacccc75c (patch) | |
tree | 7a5a3bbefe8ffc92d68eb9ef1bdfeab4bbfa0fcf /net-www | |
parent | Add inherit pam. (diff) | |
download | gentoo-2-7e199e3e67b7ebb6851497d901506a4dacccc75c.tar.gz gentoo-2-7e199e3e67b7ebb6851497d901506a4dacccc75c.tar.bz2 gentoo-2-7e199e3e67b7ebb6851497d901506a4dacccc75c.zip |
Add inherit pam.
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/pwauth/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/pwauth/pwauth-2.3.1-r2.ebuild | 6 | ||||
-rw-r--r-- | net-www/pwauth/pwauth-2.3.1-r3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-www/pwauth/ChangeLog b/net-www/pwauth/ChangeLog index 03e00ebcd79f..1bd6d9040519 100644 --- a/net-www/pwauth/ChangeLog +++ b/net-www/pwauth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/pwauth -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/ChangeLog,v 1.8 2006/06/06 08:48:55 hollow Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/ChangeLog,v 1.9 2007/01/08 15:33:56 flameeyes Exp $ + + 08 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> pwauth-2.3.1-r2.ebuild, + pwauth-2.3.1-r3.ebuild: + Add inherit pam. *pwauth-2.3.1-r3 (06 Jun 2006) diff --git a/net-www/pwauth/pwauth-2.3.1-r2.ebuild b/net-www/pwauth/pwauth-2.3.1-r2.ebuild index ff22bc01e52c..97566884675e 100644 --- a/net-www/pwauth/pwauth-2.3.1-r2.ebuild +++ b/net-www/pwauth/pwauth-2.3.1-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 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.3 2005/06/27 16:15:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/pwauth-2.3.1-r2.ebuild,v 1.4 2007/01/08 15:33:56 flameeyes Exp $ -inherit eutils +inherit eutils pam DESCRIPTION="A Unix Web Authenticator" HOMEPAGE="http://www.unixpapa.com/pwauth/" diff --git a/net-www/pwauth/pwauth-2.3.1-r3.ebuild b/net-www/pwauth/pwauth-2.3.1-r3.ebuild index b63449d96747..4efcf0271f8e 100644 --- a/net-www/pwauth/pwauth-2.3.1-r3.ebuild +++ b/net-www/pwauth/pwauth-2.3.1-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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-r3.ebuild,v 1.1 2006/06/06 08:48:55 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/pwauth-2.3.1-r3.ebuild,v 1.2 2007/01/08 15:33:56 flameeyes Exp $ -inherit eutils toolchain-funcs +inherit eutils toolchain-funcs pam DESCRIPTION="A Unix Web Authenticator" HOMEPAGE="http://www.unixpapa.com/pwauth/" |