diff options
author | Eray Aslan <eras@gentoo.org> | 2013-02-20 07:47:22 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2013-02-20 07:47:22 +0000 |
commit | fabf620622019b8fe642421f2381eb054317317e (patch) | |
tree | 0f140693ab3d620b529c34f582a555a72c1169c1 /net-mail | |
parent | Fixing default config (diff) | |
download | gentoo-2-fabf620622019b8fe642421f2381eb054317317e.tar.gz gentoo-2-fabf620622019b8fe642421f2381eb054317317e.tar.bz2 gentoo-2-fabf620622019b8fe642421f2381eb054317317e.zip |
Remove old
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailbase/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/mailbase/mailbase-0.00-r6.ebuild | 40 | ||||
-rw-r--r-- | net-mail/mailbase/mailbase-1.1.ebuild | 4 |
3 files changed, 7 insertions, 43 deletions
diff --git a/net-mail/mailbase/ChangeLog b/net-mail/mailbase/ChangeLog index 6f635dc5448f..4e5152ccf3b7 100644 --- a/net-mail/mailbase/ChangeLog +++ b/net-mail/mailbase/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/mailbase # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/ChangeLog,v 1.88 2013/02/19 07:37:42 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/ChangeLog,v 1.89 2013/02/20 07:47:22 eras Exp $ + + 20 Feb 2013; Eray Aslan <eras@gentoo.org> -mailbase-0.00-r6.ebuild, + mailbase-1.1.ebuild: + Remove old 19 Feb 2013; Eray Aslan <eras@gentoo.org> mailbase-1.1.ebuild: Remove spurious / from elog output - bug #458120 diff --git a/net-mail/mailbase/mailbase-0.00-r6.ebuild b/net-mail/mailbase/mailbase-0.00-r6.ebuild deleted file mode 100644 index 6693dd07a8b9..000000000000 --- a/net-mail/mailbase/mailbase-0.00-r6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-0.00-r6.ebuild,v 1.21 2011/02/06 10:09:31 leio Exp $ - -DESCRIPTION="MTA layout package" -SRC_URI="" -HOMEPAGE="http://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR} - -src_install() { - dodir /etc/mail - insinto /etc/mail - doins ${FILESDIR}/aliases - insinto /etc/ - doins ${FILESDIR}/mailcap - - keepdir /var/spool/mail - fowners root:mail /var/spool/mail - fperms 0775 /var/spool/mail - dosym /var/spool/mail /var/mail -} - -pkg_postinst() { - if [ ! -d ${ROOT}/var/spool/mail ] - then - mkdir -p ${ROOT}/var/spool/mail - fi - - # Always set these to close bug #8029. - chown root:mail ${ROOT}/var/spool/mail - chmod 0775 ${ROOT}/var/spool/mail -} diff --git a/net-mail/mailbase/mailbase-1.1.ebuild b/net-mail/mailbase/mailbase-1.1.ebuild index ace0106c0997..5b6ce813f4c4 100644 --- a/net-mail/mailbase/mailbase-1.1.ebuild +++ b/net-mail/mailbase/mailbase-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-1.1.ebuild,v 1.11 2013/02/19 07:37:42 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-1.1.ebuild,v 1.12 2013/02/20 07:47:22 eras Exp $ inherit pam eutils user @@ -59,7 +59,7 @@ get_permissions_oct() { pkg_postinst() { if [[ "$(get_permissions_oct /var/spool/mail)" != "3775" ]] ; then echo - ewarn "Your ${ROOT}/var/spool/mail/ directory permissions differ from" + ewarn "Your ${ROOT}var/spool/mail/ directory permissions differ from" ewarn " those which mailbase wants to set it to (03775)." ewarn " If you did not change them on purpose, consider running:" ewarn |