summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-10-28 12:38:48 +0000
committerSven Wegener <swegener@gentoo.org>2006-10-28 12:38:48 +0000
commit57257451709e6605018a6b4f94c9100c8c80ceff (patch)
treeb4964d175ad48aaec7f640e6cf518dde95a5338e /net-mail/mailfront
parentUse emerge --config instead of ebuild --config. (diff)
downloadgentoo-2-57257451709e6605018a6b4f94c9100c8c80ceff.tar.gz
gentoo-2-57257451709e6605018a6b4f94c9100c8c80ceff.tar.bz2
gentoo-2-57257451709e6605018a6b4f94c9100c8c80ceff.zip
Use emerge --config instead of ebuild config.
(Portage version: 2.1.2_rc1)
Diffstat (limited to 'net-mail/mailfront')
-rw-r--r--net-mail/mailfront/ChangeLog6
-rw-r--r--net-mail/mailfront/mailfront-0.88.ebuild6
-rw-r--r--net-mail/mailfront/mailfront-0.98.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/net-mail/mailfront/ChangeLog b/net-mail/mailfront/ChangeLog
index 70e87f4d8f49..576fce6cfd99 100644
--- a/net-mail/mailfront/ChangeLog
+++ b/net-mail/mailfront/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/mailfront
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/ChangeLog,v 1.19 2006/10/05 16:03:02 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/ChangeLog,v 1.20 2006/10/28 12:38:48 swegener Exp $
+
+ 28 Oct 2006; Sven Wegener <swegener@gentoo.org> mailfront-0.88.ebuild,
+ mailfront-0.98.ebuild:
+ Use emerge --config instead of ebuild config.
05 Oct 2006; Thilo Bangert <bangert@gentoo.org> metadata.xml,
mailfront-0.88.ebuild:
diff --git a/net-mail/mailfront/mailfront-0.88.ebuild b/net-mail/mailfront/mailfront-0.88.ebuild
index 4423a43034e4..779243300829 100644
--- a/net-mail/mailfront/mailfront-0.88.ebuild
+++ b/net-mail/mailfront/mailfront-0.88.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/net-mail/mailfront/mailfront-0.88.ebuild,v 1.10 2006/10/05 16:03:02 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.88.ebuild,v 1.11 2006/10/28 12:38:48 swegener Exp $
inherit fixheadtails toolchain-funcs
@@ -62,8 +62,8 @@ pkg_config() {
}
pkg_postinst() {
- einfo ""
- einfo "Run ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config"
+ einfo
+ einfo "Run emerge --config =${CATEGORY}/${PF}"
einfo "to update you run files (backup are created) in"
einfo " /var/qmail/supervise/qmail-pop3d and"
einfo " /var/qmail/supervise/qmail-smtpd"
diff --git a/net-mail/mailfront/mailfront-0.98.ebuild b/net-mail/mailfront/mailfront-0.98.ebuild
index 344344dc3126..2c72ca049fe0 100644
--- a/net-mail/mailfront/mailfront-0.98.ebuild
+++ b/net-mail/mailfront/mailfront-0.98.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/net-mail/mailfront/mailfront-0.98.ebuild,v 1.1 2006/02/20 21:46:30 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.98.ebuild,v 1.2 2006/10/28 12:38:48 swegener Exp $
inherit toolchain-funcs
@@ -57,8 +57,8 @@ pkg_config() {
pkg_postinst() {
echo
- einfo "Run "
- einfo "emerge --config =${PF}"
+ einfo "Run"
+ einfo "emerge --config =${CATEGORY}/${PF}"
einfo "to update your run files (backups are created) in"
einfo " /var/qmail/supervise/qmail-pop3d and"
einfo " /var/qmail/supervise/qmail-smtpd"