diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 22:20:02 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 22:20:02 +0000 |
commit | 0a43133ebf28556fe1f1194365cd32da5a42cf95 (patch) | |
tree | e7846eb1fde2354b809306e5bd78f0c4554d78b8 /sys-apps | |
parent | Forgot to mask not working version on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-0a43133ebf28556fe1f1194365cd32da5a42cf95.tar.gz gentoo-2-0a43133ebf28556fe1f1194365cd32da5a42cf95.tar.bz2 gentoo-2-0a43133ebf28556fe1f1194365cd32da5a42cf95.zip |
sync IUSE (+nls), glibc -> libc, trim trailing whitespace
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pam-login/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/pam-login/pam-login-3.10.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/pam-login/pam-login-3.11-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/pam-login/pam-login-3.11.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/pam-login/pam-login-3.12-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/pam-login/pam-login-3.12.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/pam-login/pam-login-3.14.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/pam-login/pam-login-3.6-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/pam-login/pam-login-3.6-r2.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/pam-login/pam-login-3.7.ebuild | 6 |
10 files changed, 29 insertions, 26 deletions
diff --git a/sys-apps/pam-login/ChangeLog b/sys-apps/pam-login/ChangeLog index c4f71067a232..72865502a0c2 100644 --- a/sys-apps/pam-login/ChangeLog +++ b/sys-apps/pam-login/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/pam-login # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/ChangeLog,v 1.40 2004/06/28 04:11:10 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/ChangeLog,v 1.41 2004/06/30 22:20:02 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> pam-login-3.10.ebuild, + pam-login-3.11-r1.ebuild, pam-login-3.11.ebuild, pam-login-3.12-r1.ebuild, + pam-login-3.12.ebuild, pam-login-3.14.ebuild, pam-login-3.6-r1.ebuild, + pam-login-3.6-r2.ebuild, pam-login-3.7.ebuild: + sync IUSE (+nls), glibc -> libc, trim trailing whitespace 27 Jun 2004; Chris PeBenito <pebenito@gentoo.org> pam-login-3.14.ebuild: Change the query_user_context patch to not apply with USE=livecd, since it can diff --git a/sys-apps/pam-login/pam-login-3.10.ebuild b/sys-apps/pam-login/pam-login-3.10.ebuild index c7848b919be8..94f61338b253 100644 --- a/sys-apps/pam-login/pam-login-3.10.ebuild +++ b/sys-apps/pam-login/pam-login-3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.10.ebuild,v 1.11 2004/06/24 22:20:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.10.ebuild,v 1.12 2004/06/30 22:20:02 agriffis Exp $ # Do we want to backup an old login.defs, and forcefully # install a new version? @@ -13,10 +13,11 @@ SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/pam/${MY_PN}/${MY_PN}-${PV}.tar.bz2 HOMEPAGE="http://www.thkukuk.de/pam/pam_login/" KEYWORDS="x86 amd64 ppc sparc ~alpha ~mips ~hppa" +IUSE="nls" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/pam >=sys-apps/shadow-4.0.2-r5" @@ -70,4 +71,3 @@ pkg_postinst() { rm -f ${ROOT}/etc/login.defs.new fi } - diff --git a/sys-apps/pam-login/pam-login-3.11-r1.ebuild b/sys-apps/pam-login/pam-login-3.11-r1.ebuild index 531fc8bbc215..eac6c2882830 100644 --- a/sys-apps/pam-login/pam-login-3.11-r1.ebuild +++ b/sys-apps/pam-login/pam-login-3.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.11-r1.ebuild,v 1.8 2004/06/24 22:20:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.11-r1.ebuild,v 1.9 2004/06/30 22:20:02 agriffis Exp $ inherit gnuconfig eutils @@ -20,7 +20,7 @@ KEYWORDS="~x86 amd64 ~ppc ~sparc ~alpha ~mips ~hppa" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/pam >=sys-apps/shadow-4.0.2-r5" @@ -88,4 +88,3 @@ pkg_postinst() { rm -f ${ROOT}/etc/login.defs.new fi } - diff --git a/sys-apps/pam-login/pam-login-3.11.ebuild b/sys-apps/pam-login/pam-login-3.11.ebuild index b37c168f05d4..fecda6710786 100644 --- a/sys-apps/pam-login/pam-login-3.11.ebuild +++ b/sys-apps/pam-login/pam-login-3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.11.ebuild,v 1.15 2004/06/24 22:20:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.11.ebuild,v 1.16 2004/06/30 22:20:02 agriffis Exp $ inherit gnuconfig @@ -20,7 +20,7 @@ KEYWORDS="x86 ppc sparc mips alpha arm hppa" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/pam >=sys-apps/shadow-4.0.2-r5" @@ -79,4 +79,3 @@ pkg_postinst() { rm -f ${ROOT}/etc/login.defs.new fi } - diff --git a/sys-apps/pam-login/pam-login-3.12-r1.ebuild b/sys-apps/pam-login/pam-login-3.12-r1.ebuild index c17b64f79b36..89e3e74177b1 100644 --- a/sys-apps/pam-login/pam-login-3.12-r1.ebuild +++ b/sys-apps/pam-login/pam-login-3.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.12-r1.ebuild,v 1.5 2004/06/24 22:20:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.12-r1.ebuild,v 1.6 2004/06/30 22:20:02 agriffis Exp $ inherit gnuconfig eutils @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64" IUSE="nls" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/pam >=sys-apps/shadow-4.0.2-r5" @@ -92,4 +92,3 @@ pkg_postinst() { rm -f ${ROOT}/etc/login.defs.new fi } - diff --git a/sys-apps/pam-login/pam-login-3.12.ebuild b/sys-apps/pam-login/pam-login-3.12.ebuild index 81164ac22e7c..0f5015d15ede 100644 --- a/sys-apps/pam-login/pam-login-3.12.ebuild +++ b/sys-apps/pam-login/pam-login-3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.12.ebuild,v 1.6 2004/06/24 22:20:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.12.ebuild,v 1.7 2004/06/30 22:20:02 agriffis Exp $ inherit gnuconfig eutils @@ -21,7 +21,7 @@ KEYWORDS="-*" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/pam >=sys-apps/shadow-4.0.2-r5" @@ -91,4 +91,3 @@ pkg_postinst() { rm -f ${ROOT}/etc/login.defs.new fi } - diff --git a/sys-apps/pam-login/pam-login-3.14.ebuild b/sys-apps/pam-login/pam-login-3.14.ebuild index 0e33778eac27..ffcb20a318b9 100644 --- a/sys-apps/pam-login/pam-login-3.14.ebuild +++ b/sys-apps/pam-login/pam-login-3.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.14.ebuild,v 1.16 2004/06/28 04:11:10 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.14.ebuild,v 1.17 2004/06/30 22:20:02 agriffis Exp $ inherit gnuconfig eutils @@ -20,7 +20,7 @@ KEYWORDS="x86 amd64 ppc sparc alpha mips hppa ppc64 s390 ia64" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/pam >=sys-apps/shadow-4.0.2-r5 selinux? ( sys-libs/libselinux )" @@ -101,4 +101,3 @@ pkg_postinst() { rm -f ${ROOT}/etc/login.defs.new fi } - diff --git a/sys-apps/pam-login/pam-login-3.6-r1.ebuild b/sys-apps/pam-login/pam-login-3.6-r1.ebuild index 1fb2ac1646fe..c5263aeaa119 100644 --- a/sys-apps/pam-login/pam-login-3.6-r1.ebuild +++ b/sys-apps/pam-login/pam-login-3.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.6-r1.ebuild,v 1.14 2004/06/24 22:20:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.6-r1.ebuild,v 1.15 2004/06/30 22:20:02 agriffis Exp $ MY_PN="${PN/pam-/pam_}" S="${WORKDIR}/${MY_PN}-${PV}" @@ -8,9 +8,10 @@ DESCRIPTION="Based on the sources from util-linux, with added pam and shadow fea SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/pam/${MY_PN}/${MY_PN}-${PV}.tar.bz2" HOMEPAGE="http://www.thkukuk.de/pam/pam_login/" KEYWORDS="x86 amd64 ppc" +IUSE="nls" LICENSE="GPL-2" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/pam >=sys-apps/shadow-4.0.2-r5" diff --git a/sys-apps/pam-login/pam-login-3.6-r2.ebuild b/sys-apps/pam-login/pam-login-3.6-r2.ebuild index 2fb0a42df47c..c3823ef708fc 100644 --- a/sys-apps/pam-login/pam-login-3.6-r2.ebuild +++ b/sys-apps/pam-login/pam-login-3.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.6-r2.ebuild,v 1.17 2004/06/24 22:20:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.6-r2.ebuild,v 1.18 2004/06/30 22:20:02 agriffis Exp $ MY_PN="${PN/pam-/pam_}" S="${WORKDIR}/${MY_PN}-${PV}" @@ -8,9 +8,10 @@ DESCRIPTION="Based on the sources from util-linux, with added pam and shadow fea SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/pam/${MY_PN}/${MY_PN}-${PV}.tar.bz2" HOMEPAGE="http://www.thkukuk.de/pam/pam_login/" KEYWORDS="x86 amd64 ppc sparc alpha" +IUSE="nls" LICENSE="GPL-2" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/pam >=sys-apps/shadow-4.0.2-r5" diff --git a/sys-apps/pam-login/pam-login-3.7.ebuild b/sys-apps/pam-login/pam-login-3.7.ebuild index 0f406b3e5f59..be60c502bf3c 100644 --- a/sys-apps/pam-login/pam-login-3.7.ebuild +++ b/sys-apps/pam-login/pam-login-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.7.ebuild,v 1.17 2004/06/24 22:20:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.7.ebuild,v 1.18 2004/06/30 22:20:02 agriffis Exp $ # Do we want to backup an old login.defs, and forcefully # install a new version? @@ -13,10 +13,11 @@ SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/pam/${MY_PN}/${MY_PN}-${PV}.tar.bz2 HOMEPAGE="http://www.thkukuk.de/pam/pam_login/" KEYWORDS="x86 amd64 ppc sparc alpha mips hppa ia64" +IUSE="nls" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/pam >=sys-apps/shadow-4.0.2-r5" @@ -70,4 +71,3 @@ pkg_postinst() { rm -f ${ROOT}/etc/login.defs.new fi } - |