diff options
author | Christian Parpart <trapni@gentoo.org> | 2005-01-23 13:06:47 +0000 |
---|---|---|
committer | Christian Parpart <trapni@gentoo.org> | 2005-01-23 13:06:47 +0000 |
commit | d3aa364d0d893c01301ba43e05970289c4354879 (patch) | |
tree | 7ce7102863bf6cfb3e68d957282bc7094eb0e745 /net-www | |
parent | Stable on hppa. (diff) | |
download | historical-d3aa364d0d893c01301ba43e05970289c4354879.tar.gz historical-d3aa364d0d893c01301ba43e05970289c4354879.tar.bz2 historical-d3aa364d0d893c01301ba43e05970289c4354879.zip |
adding ~amd64 to keywords
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_auth_pam/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mod_auth_pam/Manifest | 6 | ||||
-rw-r--r-- | net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/net-www/mod_auth_pam/ChangeLog b/net-www/mod_auth_pam/ChangeLog index c27016b5fb2d..7fceabcff945 100644 --- a/net-www/mod_auth_pam/ChangeLog +++ b/net-www/mod_auth_pam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_pam -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.5 2005/01/10 22:05:39 trapni Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.6 2005/01/23 13:06:47 trapni Exp $ + + 23 Jan 2005; Christian Parpart <trapni@gentoo.org> + mod_auth_pam-1.1.1-r1.ebuild: + -m adding ~amd64 to keywords 13 Oct 2004; Christian Parpart <trapni@gentoo.org> : fixed bug, that prevented the modules to be installed; diff --git a/net-www/mod_auth_pam/Manifest b/net-www/mod_auth_pam/Manifest index e13aebf790ec..bc40e8092a57 100644 --- a/net-www/mod_auth_pam/Manifest +++ b/net-www/mod_auth_pam/Manifest @@ -1,7 +1,7 @@ -MD5 ced77ea32383f7a4b1c05bc11db55bfc ChangeLog 825 +MD5 7deab193d567af5da14c5642e9d64604 ChangeLog 942 MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226 -MD5 3e190e3fc499d93e216e7b332cf43c05 mod_auth_pam-1.1.1.ebuild 1363 -MD5 bcb85a08278c6656d318d73880e8b3a3 mod_auth_pam-1.1.1-r1.ebuild 1531 +MD5 0975dfb93f3fb015c383d0c8c89450fd mod_auth_pam-1.1.1.ebuild 1361 +MD5 7a1c8f9f084f00b900d601206cbd0ec0 mod_auth_pam-1.1.1-r1.ebuild 1538 MD5 1c6bc704c0a9ba60cde371d219c6a595 files/10_mod_auth_pam.conf 310 MD5 d0cb338160e3be8790524af8071cc4df files/apache2.pam 380 MD5 6cbbe41e49ddf63a8c680ce625084853 files/digest-mod_auth_pam-1.1.1 73 diff --git a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild index 8383cd8afbee..cc5d57ed1ac7 100644 --- a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild +++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.1 2005/01/10 22:05:39 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.2 2005/01/23 13:06:47 trapni Exp $ inherit eutils apache-module @@ -10,7 +10,7 @@ HOMEPAGE="http://pam.sourceforge.net/mod_auth_pam/" SRC_URI="http://pam.sourceforge.net/mod_auth_pam/dist/${PN}-2.0-1.1.1.tar.gz" LICENSE="Apache-1.1" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" DEPEND="sys-libs/pam" SLOT="0" diff --git a/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild b/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild index 6486e557040f..ac48517a7fa2 100644 --- a/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild +++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild,v 1.4 2004/09/03 23:24:08 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild,v 1.5 2005/01/23 13:06:47 trapni Exp $ inherit eutils |