Portage is a package management system used by Gentoo Linux
# ChangeLog for net-mail/mailer-config
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/ChangeLog,v 1.7 2007/06/12 12:36:27 genone Exp $
12 Jun 2007; Marius Mauch
mailer-config-0.2.ebuild:
Replacing einfo with elog
08 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
*mailer-config-0.2 (04 Jul 2005)
04 Jul 2005; Andrej Kacian
Version bump. Added handling of conflicting manpages (see bug #97589 for
more info).
25 Apr 2005; Tom Martin
Add an einfo talking about CONFIG_PROTECT_MASK="/etc/mail/mailer.conf".
25 Apr 2005; Fernando J. Pereda
mailer-config-0.1.ebuild:
keywording ~alpha and ~hppa
25 Apr 2005; Tom Martin
Marked ~amd64.
*mailer-config-0.1 (25 Apr 2005)
25 Apr 2005; Fernando J. Pereda
+metadata.xml, +mailer-config-0.1.ebuild:
initial mailer-config commit
AUX mailer.conf 282 RMD160 bf8fc9bbcdb4914e3f7aa4e3c074276f7d93dbab SHA1 af41d89b727c9b16c33c3f7aab39bb46d025f52f SHA256 b25ec6a5eb49dadea790d005359148e7a156d683e8be73b2aa6a31d8e658ee7c
DIST mailer-config-0.1.tar.bz2 2332 RMD160 9f4fc99012dfbc311505b3adcff77a60460bddfd SHA1 9468042e30300e7485e7cc940586f3c2f5ca9150 SHA256 9d0aa5f77639062264f0e3265eae31a4c3e6308a89890d25bf440fb5b7930ec2
DIST mailer-config-0.2.tar.bz2 6175 RMD160 975b9105d6bf619585f2532a02a5a1188397e5ed SHA1 69936dc0d7ce3acfa6b241853b07d13b9baab444 SHA256 535f5fd9d2d4ae00adee5fc5f1729f5fdcaa33b6773c611c1f15b145b78ea2ba
EBUILD mailer-config-0.1.ebuild 1024 RMD160 eabfd76511b394a192ec240e9384d118bf76fc6b SHA1 ddf80b1c4b4f5a29d9970fbd1713a8c86065b096 SHA256 9a6375e210ccc295987e8ac9e73d973151b758db9a344350520ccada2c21d138
EBUILD mailer-config-0.2.ebuild 1025 RMD160 ff8ea09d6d6b8a6e9cbf08e7b9a7056e3848760b SHA1 f95cc6be604e50fab839997f6c5db5af9b6bed95 SHA256 60c9b6bec4c6a5c32f379728645d28f79df856db9845e431a7d2064601ede455
MISC ChangeLog 1185 RMD160 2faa4a91c83f73f75f8190ef3b00e7abf1c67431 SHA1 d6c4a44b583d59d1d147607ebef650c8ef61e4fa SHA256 7d974858d630e194d5b0b03b101daff213c32163f9093706e77d6e5127db997e
MISC metadata.xml 259 RMD160 ce66370016fba0ddf047802d9dc8463041b4a585 SHA1 9f7a04d0cab1654d39498db3f124fc755202adb7 SHA256 d0e8725b6ece5de6014dd4b18064854b993b1e3ab04d838370d7744756656ae5
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.1.ebuild,v 1.6 2007/06/12 12:36:27 genone Exp $
DESCRIPTION="Utility to switch between mailers using mailwrapper"
HOMEPAGE="http://www.gentoo.org"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~alpha ~hppa"
IUSE=""
DEPEND=""
src_install() {
dobin mailer-config
dodoc README
insinto /etc/mail/
newins "${FILESDIR}/mailer.conf" default.mailer
}
pkg_postinst() {
elog
elog "Because /etc/mail/mailer.conf is now handled for you, it will"
elog "save time if you add:"
elog " CONFIG_PROTECT_MASK=\"/etc/mail/mailer.conf\""
elog "to your /etc/make.conf file."
elog
elog "With this, when a new profile is installed, it will be switched to"
elog "automatically, and you will not be prompted to etc-update"
elog "mailer.conf manually. Instead, you should always use mailer-config."
elog
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/mailer-config/mailer-config-0.2.ebuild,v 1.3 2007/06/12 12:36:27 genone Exp $
DESCRIPTION="Utility to switch between mailers using mailwrapper"
HOMEPAGE="http://www.gentoo.org"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~alpha ~hppa"
IUSE=""
DEPEND=""
src_install() {
dosbin mailer-config
dodoc README
insinto /etc/mail/
newins "${FILESDIR}/mailer.conf" default.mailer
}
pkg_postinst() {
elog
elog "Because /etc/mail/mailer.conf is now handled for you, it will"
elog "save time if you add:"
elog " CONFIG_PROTECT_MASK=\"/etc/mail/mailer.conf\""
elog "to your /etc/make.conf file."
elog
elog "With this, when a new profile is installed, it will be switched to"
elog "automatically, and you will not be prompted to etc-update"
elog "mailer.conf manually. Instead, you should always use mailer-config."
elog
}