summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-10-01 21:18:18 +0000
committerSven Wegener <swegener@gentoo.org>2007-10-01 21:18:18 +0000
commit1798cd21fbe1a71f2faa14c2428858e897108ea7 (patch)
tree67d93c478ba01ab91198383be3b6549a80981569 /mail-mta
parentfix plugin install for 2.18 and add 2.20 (diff)
downloadgentoo-2-1798cd21fbe1a71f2faa14c2428858e897108ea7.tar.gz
gentoo-2-1798cd21fbe1a71f2faa14c2428858e897108ea7.tar.bz2
gentoo-2-1798cd21fbe1a71f2faa14c2428858e897108ea7.zip
QA: Include ${CATEGORY} in emerge --config call. There's no need to dodir before *into.
(Portage version: 2.1.3.11)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/nullmailer/ChangeLog8
-rw-r--r--mail-mta/nullmailer/nullmailer-1.00-r2.ebuild5
-rw-r--r--mail-mta/nullmailer/nullmailer-1.00.ebuild5
-rw-r--r--mail-mta/nullmailer/nullmailer-1.02-r1.ebuild5
-rw-r--r--mail-mta/nullmailer/nullmailer-1.02-r2.ebuild5
-rw-r--r--mail-mta/nullmailer/nullmailer-1.02.ebuild5
6 files changed, 17 insertions, 16 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog
index c7d9435be712..cd591c4a2d94 100644
--- a/mail-mta/nullmailer/ChangeLog
+++ b/mail-mta/nullmailer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-mta/nullmailer
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.25 2007/03/18 05:51:53 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.26 2007/10/01 21:18:18 swegener Exp $
+
+ 01 Oct 2007; Sven Wegener <swegener@gentoo.org> nullmailer-1.00.ebuild,
+ nullmailer-1.00-r2.ebuild, nullmailer-1.02.ebuild,
+ nullmailer-1.02-r1.ebuild, nullmailer-1.02-r2.ebuild:
+ QA: Include ${CATEGORY} in emerge --config call. There's no need to dodir
+ before *into.
18 Mar 2007; Marius Mauch <genone@gentoo.org> nullmailer-1.00.ebuild,
nullmailer-1.00-r2.ebuild, nullmailer-1.02.ebuild,
diff --git a/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild b/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild
index 5ea3ad537bcc..4067de7c0207 100644
--- a/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild
+++ b/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild,v 1.3 2007/07/15 07:06:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00-r2.ebuild,v 1.4 2007/10/01 21:18:18 swegener Exp $
inherit eutils flag-o-matic mailer
@@ -68,7 +68,6 @@ src_install () {
fi
dodoc AUTHORS BUGS COPYING HOWTO INSTALL NEWS README YEAR2000 TODO ChangeLog
# A small bit of sample config
- dodir /etc/nullmailer
insinto /etc/nullmailer
newins ${FILESDIR}/remotes.sample remotes
# daemontools stuff
@@ -120,7 +119,7 @@ pkg_postinst() {
use mailwrapper && dosym /usr/sbin/sendmail /usr/bin/mailq
elog "To create an initial setup, please do:"
- elog "emerge --config =${PF}"
+ elog "emerge --config =${CATEGORY}/${PF}"
msg_svscan
msg_mailerconf
}
diff --git a/mail-mta/nullmailer/nullmailer-1.00.ebuild b/mail-mta/nullmailer/nullmailer-1.00.ebuild
index 9fcf95b1e126..ff07498a9e39 100644
--- a/mail-mta/nullmailer/nullmailer-1.00.ebuild
+++ b/mail-mta/nullmailer/nullmailer-1.00.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00.ebuild,v 1.9 2007/07/15 07:06:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00.ebuild,v 1.10 2007/10/01 21:18:18 swegener Exp $
inherit eutils flag-o-matic
@@ -69,7 +69,6 @@ src_install () {
fi
dodoc AUTHORS BUGS COPYING HOWTO INSTALL NEWS README YEAR2000 TODO ChangeLog
# A small bit of sample config
- dodir /etc/nullmailer
insinto /etc/nullmailer
newins ${FILESDIR}/remotes.sample remotes
# daemontools stuff
@@ -121,7 +120,7 @@ pkg_postinst() {
use mailwrapper && dosym /usr/sbin/sendmail /usr/bin/mailq
elog "To create an initial setup, please do:"
- elog "emerge --config =${PF}"
+ elog "emerge --config =${CATEGORY}/${PF}"
msg_svscan
msg_mailerconf
}
diff --git a/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild b/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild
index ce7bf33d04f3..23bdb1ba0cc4 100644
--- a/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild
+++ b/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild,v 1.3 2007/07/15 07:06:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r1.ebuild,v 1.4 2007/10/01 21:18:18 swegener Exp $
inherit eutils flag-o-matic
@@ -78,7 +78,6 @@ src_install () {
fi
dodoc AUTHORS BUGS COPYING HOWTO INSTALL NEWS README YEAR2000 TODO ChangeLog
# A small bit of sample config
- dodir /etc/nullmailer
insinto /etc/nullmailer
newins ${FILESDIR}/remotes.sample remotes
# daemontools stuff
@@ -135,7 +134,7 @@ pkg_postinst() {
chmod 660 /var/nullmailer/trigger
elog "To create an initial setup, please do:"
- elog "emerge --config =${PF}"
+ elog "emerge --config =${CATEGORY}/${PF}"
msg_svscan
msg_mailerconf
}
diff --git a/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild b/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild
index 39ed282beb35..e1777f3530eb 100644
--- a/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild
+++ b/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild,v 1.3 2007/07/15 07:06:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02-r2.ebuild,v 1.4 2007/10/01 21:18:18 swegener Exp $
inherit eutils flag-o-matic mailer
@@ -76,7 +76,6 @@ src_install () {
fi
dodoc AUTHORS BUGS COPYING HOWTO INSTALL NEWS README YEAR2000 TODO ChangeLog
# A small bit of sample config
- dodir /etc/nullmailer
insinto /etc/nullmailer
newins ${FILESDIR}/remotes.sample remotes
# daemontools stuff
@@ -133,7 +132,7 @@ pkg_postinst() {
chmod 660 /var/nullmailer/trigger
elog "To create an initial setup, please do:"
- elog "emerge --config =${PF}"
+ elog "emerge --config =${CATEGORY}/${PF}"
msg_svscan
msg_mailerconf
}
diff --git a/mail-mta/nullmailer/nullmailer-1.02.ebuild b/mail-mta/nullmailer/nullmailer-1.02.ebuild
index b23260a0799f..a2fa4917141e 100644
--- a/mail-mta/nullmailer/nullmailer-1.02.ebuild
+++ b/mail-mta/nullmailer/nullmailer-1.02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02.ebuild,v 1.4 2007/07/15 07:06:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.02.ebuild,v 1.5 2007/10/01 21:18:18 swegener Exp $
inherit eutils flag-o-matic
@@ -78,7 +78,6 @@ src_install () {
fi
dodoc AUTHORS BUGS COPYING HOWTO INSTALL NEWS README YEAR2000 TODO ChangeLog
# A small bit of sample config
- dodir /etc/nullmailer
insinto /etc/nullmailer
newins ${FILESDIR}/remotes.sample remotes
# daemontools stuff
@@ -136,7 +135,7 @@ pkg_postinst() {
use mailwrapper && dosym /usr/sbin/sendmail /usr/bin/mailq
elog "To create an initial setup, please do:"
- elog "emerge --config =${PF}"
+ elog "emerge --config =${CATEGORY}/${PF}"
msg_svscan
msg_mailerconf
}