diff options
author | Johannes Huber <johu@gentoo.org> | 2013-07-04 21:32:08 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-07-04 21:32:08 +0000 |
commit | dcdc4dba4f0c0bcdb5ecbd62ade7410c7fb79174 (patch) | |
tree | d34ee8da7043d1b6dd6d1e190bd350c4e41a75bf /kde-base/kdebase-pam | |
parent | added ~amd64-linux (tested by me) (diff) | |
download | gentoo-2-dcdc4dba4f0c0bcdb5ecbd62ade7410c7fb79174.tar.gz gentoo-2-dcdc4dba4f0c0bcdb5ecbd62ade7410c7fb79174.tar.bz2 gentoo-2-dcdc4dba4f0c0bcdb5ecbd62ade7410c7fb79174.zip |
Remove old.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/kdebase-pam')
-rw-r--r-- | kde-base/kdebase-pam/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdebase-pam/files/kde-np.pam-6 | 10 | ||||
-rw-r--r-- | kde-base/kdebase-pam/files/kde.pam-7 | 10 | ||||
-rw-r--r-- | kde-base/kdebase-pam/kdebase-pam-7.ebuild | 21 |
4 files changed, 5 insertions, 42 deletions
diff --git a/kde-base/kdebase-pam/ChangeLog b/kde-base/kdebase-pam/ChangeLog index d27b67328bca..1bb6b880cf91 100644 --- a/kde-base/kdebase-pam/ChangeLog +++ b/kde-base/kdebase-pam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdebase-pam # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-pam/ChangeLog,v 1.55 2013/07/04 13:31:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-pam/ChangeLog,v 1.56 2013/07/04 21:32:06 johu Exp $ + + 04 Jul 2013; Johannes Huber <johu@gentoo.org> -files/kde-np.pam-6, + -files/kde.pam-7, -kdebase-pam-7.ebuild: + Remove old. 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> kdebase-pam-9.ebuild: Stable for ppc64, wrt bug #469836 diff --git a/kde-base/kdebase-pam/files/kde-np.pam-6 b/kde-base/kdebase-pam/files/kde-np.pam-6 deleted file mode 100644 index 5e4f50365a4a..000000000000 --- a/kde-base/kdebase-pam/files/kde-np.pam-6 +++ /dev/null @@ -1,10 +0,0 @@ -#%PAM-1.0 - -auth required pam_nologin.so -auth required pam_permit.so - -account include system-auth - -password include system-auth - -session include system-auth diff --git a/kde-base/kdebase-pam/files/kde.pam-7 b/kde-base/kdebase-pam/files/kde.pam-7 deleted file mode 100644 index 5dde13033b56..000000000000 --- a/kde-base/kdebase-pam/files/kde.pam-7 +++ /dev/null @@ -1,10 +0,0 @@ -#%PAM-1.0 - -auth required pam_nologin.so -auth include system-auth - -account include system-auth - -password include system-auth - -session include system-auth diff --git a/kde-base/kdebase-pam/kdebase-pam-7.ebuild b/kde-base/kdebase-pam/kdebase-pam-7.ebuild deleted file mode 100644 index abe17bbe0557..000000000000 --- a/kde-base/kdebase-pam/kdebase-pam-7.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-pam/kdebase-pam-7.ebuild,v 1.17 2013/04/02 20:51:28 ago Exp $ - -inherit pam - -DESCRIPTION="pam.d files used by several KDE components." -HOMEPAGE="http://www.kde.org" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" -IUSE="" - -DEPEND="virtual/pam" -RDEPEND="${DEPEND}" - -src_install() { - newpamd "${FILESDIR}/kde.pam-${PV}" kde - newpamd "${FILESDIR}/kde-np.pam-6" kde-np -} |