summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-29 16:19:57 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-29 16:19:57 +0000
commite377bdfd64b222d2e47efd7d592b07cbc1e6485d (patch)
treeb5dae79b6c79b48bd3f6381806b7cc7a23ae9a4d /sys-libs/pam
parentRemove old version non-modular-x compatible, thanks to Jakub Moc in bug #153207. (diff)
downloadgentoo-2-e377bdfd64b222d2e47efd7d592b07cbc1e6485d.tar.gz
gentoo-2-e377bdfd64b222d2e47efd7d592b07cbc1e6485d.tar.bz2
gentoo-2-e377bdfd64b222d2e47efd7d592b07cbc1e6485d.zip
Finally remove the pam_userdb manpage, and rewrite the warning at the end of the ebuild as the ebuild is going to be unmasked relatively soon.
(Portage version: 2.1.2_rc1)
Diffstat (limited to 'sys-libs/pam')
-rw-r--r--sys-libs/pam/ChangeLog6
-rw-r--r--sys-libs/pam/pam-0.99.6.3-r1.ebuild14
2 files changed, 11 insertions, 9 deletions
diff --git a/sys-libs/pam/ChangeLog b/sys-libs/pam/ChangeLog
index 4fad4d5b57c5..6794677c4f62 100644
--- a/sys-libs/pam/ChangeLog
+++ b/sys-libs/pam/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/pam
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.128 2006/10/26 19:41:24 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.129 2006/10/29 16:19:57 flameeyes Exp $
+
+ 29 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> pam-0.99.6.3-r1.ebuild:
+ Finally remove the pam_userdb manpage, and rewrite the warning at the end of
+ the ebuild as the ebuild is going to be unmasked relatively soon.
26 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> pam-0.99.6.3-r1.ebuild:
Remove pam_userdb manpage.
diff --git a/sys-libs/pam/pam-0.99.6.3-r1.ebuild b/sys-libs/pam/pam-0.99.6.3-r1.ebuild
index 8abcf81512de..f001fa10a14b 100644
--- a/sys-libs/pam/pam-0.99.6.3-r1.ebuild
+++ b/sys-libs/pam/pam-0.99.6.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.99.6.3-r1.ebuild,v 1.7 2006/10/26 19:41:24 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.99.6.3-r1.ebuild,v 1.8 2006/10/29 16:19:57 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -103,14 +103,12 @@ src_install() {
done
# Remove the wrongly isntalled manpage
- rm -f "${D}"/usr/share/man/man8/pam_userdb.8.gz
+ rm -f "${D}"/usr/share/man/man8/pam_userdb.8*
}
pkg_postinst() {
- ewarn " "
- ewarn "Pay attention! This ebuild is still highly experimental. Don't use"
- ewarn "in production environments. We don't guarrantee it's working at all."
- ewarn "Please also note that RedHat patches are not applied, thus stuff"
- ewarn "like pam_stack is not present at this time."
- ewarn " "
+ elog "Since version 0.99 we don't apply RedHat patches anymore, thus stuff"
+ elog "like pam_stack is not present (replaced by the 'include' directive)."
+ elog "The pam_userdb module is now moved in sys-auth/pam_userdb."
+ elog "The pam_console module is now moved in sys-auth/pam_console."
}