diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-05-22 19:54:23 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-05-22 19:54:23 +0000 |
commit | 25abad28c1c1fa32fa8eebdf4805d395963149ce (patch) | |
tree | 3083458bdd3ec2f23f1926c3e3444c0aed765ecc /net-mail/uw-imap | |
parent | Stable on hppa (diff) | |
download | historical-25abad28c1c1fa32fa8eebdf4805d395963149ce.tar.gz historical-25abad28c1c1fa32fa8eebdf4805d395963149ce.tar.bz2 historical-25abad28c1c1fa32fa8eebdf4805d395963149ce.zip |
pseudo-depend on mailbase +pam
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-mail/uw-imap')
-rw-r--r-- | net-mail/uw-imap/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/uw-imap/uw-imap-2004c-r3.ebuild | 19 |
2 files changed, 9 insertions, 16 deletions
diff --git a/net-mail/uw-imap/ChangeLog b/net-mail/uw-imap/ChangeLog index b11ed3a21a73..8a1a06eda24b 100644 --- a/net-mail/uw-imap/ChangeLog +++ b/net-mail/uw-imap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/uw-imap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.69 2005/05/22 18:15:37 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.70 2005/05/22 19:49:43 ferdy Exp $ + + 22 May 2005; Fernando J. Pereda <ferdy@gentoo.org> + uw-imap-2004c-r3.ebuild: + pseudo-depend on mailbase +pam 22 May 2005; Rene Nussbaumer <killerfox@gentoo.org> uw-imap-2004c-r3.ebuild: diff --git a/net-mail/uw-imap/uw-imap-2004c-r3.ebuild b/net-mail/uw-imap/uw-imap-2004c-r3.ebuild index fce6e5573ed6..fbd981b93b0c 100644 --- a/net-mail/uw-imap/uw-imap-2004c-r3.ebuild +++ b/net-mail/uw-imap/uw-imap-2004c-r3.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-mail/uw-imap/uw-imap-2004c-r3.ebuild,v 1.11 2005/05/22 18:15:37 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2004c-r3.ebuild,v 1.12 2005/05/22 19:49:43 ferdy Exp $ inherit eutils flag-o-matic @@ -44,14 +44,13 @@ pkg_setup() { fi echo # ewarn people not using pam with this file - if ! built_with_use net-mail/mailbase pam; - then + if ! built_with_use net-mail/mailbase pam ; then echo - ewarn "It is recommended to have the net-mail/mailbase package" + ewarn "It is needed to have the net-mail/mailbase package" ewarn " built with the pam use flag activated. Please rebuild" ewarn " net-mail/mailbase with pam activated." echo - epause 3 + die "mailbase has to be built with pam use flag" fi } @@ -176,16 +175,6 @@ src_install() { dodoc docs/rfc/*.txt # gentoo config stuff - - ## Those are now provided by mailbase - # but if mailbase didn't provide them, install needed files - if ! built_with_use net-mail/mailbase pam; - then - insinto /etc/pam.d - newins ${FILESDIR}/uw-imap.pam-system-auth imap - newins ${FILESDIR}/uw-imap.pam-system-auth pop - fi - insinto /etc/xinetd.d newins ${FILESDIR}/uw-imap.xinetd imap newins ${FILESDIR}/uw-ipop2.xinetd ipop2 |