summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-05-16 00:18:30 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-05-16 00:18:30 +0000
commit22c70bf3e4240a8737ad6f4eaab10950459d9e79 (patch)
tree00a9181c91e5cb26299046e75884545649db3b72 /mail-filter
parentVersion bump. (diff)
downloadgentoo-2-22c70bf3e4240a8737ad6f4eaab10950459d9e79.tar.gz
gentoo-2-22c70bf3e4240a8737ad6f4eaab10950459d9e79.tar.bz2
gentoo-2-22c70bf3e4240a8737ad6f4eaab10950459d9e79.zip
Fix elog statement; bug #207774
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/policyd/ChangeLog8
-rw-r--r--mail-filter/policyd/policyd-1.80.ebuild9
-rw-r--r--mail-filter/policyd/policyd-1.81.ebuild11
-rw-r--r--mail-filter/policyd/policyd-1.82.ebuild11
4 files changed, 23 insertions, 16 deletions
diff --git a/mail-filter/policyd/ChangeLog b/mail-filter/policyd/ChangeLog
index aa2dcc496467..3e45684825fd 100644
--- a/mail-filter/policyd/ChangeLog
+++ b/mail-filter/policyd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/policyd
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/ChangeLog,v 1.5 2008/08/16 17:40:27 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/ChangeLog,v 1.6 2009/05/16 00:18:30 halcy0n Exp $
+
+ 16 May 2009; Mark Loeser <halcy0n@gentoo.org> policyd-1.80.ebuild,
+ policyd-1.81.ebuild, policyd-1.82.ebuild:
+ Fix elog statement; bug #207774
16 Aug 2008; Torsten Veller <tove@gentoo.org> metadata.xml:
Remove strerror from metadata.xml (#89719)
diff --git a/mail-filter/policyd/policyd-1.80.ebuild b/mail-filter/policyd/policyd-1.80.ebuild
index c0d13839dee4..9caed3e4eaaa 100644
--- a/mail-filter/policyd/policyd-1.80.ebuild
+++ b/mail-filter/policyd/policyd-1.80.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.80.ebuild,v 1.3 2008/06/29 10:23:40 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.80.ebuild,v 1.4 2009/05/16 00:18:30 halcy0n Exp $
inherit eutils
@@ -15,6 +15,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-db/mysql
dev-libs/openssl"
+RDEPEND="${DEPEND}"
MY_P=${PN}-v${PV}
S="${WORKDIR}/${MY_P}"
@@ -60,8 +61,8 @@ src_install() {
}
pkg_postinst() {
- einfo "You will need to create the database using the script provided in"
- einfo "/usr/share/doc/${PF}/DATABASE.mysql.gz"
+ einfo "You will need to create the database using the script DATABASE.mysql"
+ einfo "in /usr/share/doc/${PF}/"
einfo "Read the mysql section of the README.txt for details."
einfo
einfo "To use policyd with postfix, update your /etc/postfix/main.cf file by adding"
diff --git a/mail-filter/policyd/policyd-1.81.ebuild b/mail-filter/policyd/policyd-1.81.ebuild
index 3508dd735027..9e9c66eb8352 100644
--- a/mail-filter/policyd/policyd-1.81.ebuild
+++ b/mail-filter/policyd/policyd-1.81.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.81.ebuild,v 1.2 2008/06/29 10:23:40 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.81.ebuild,v 1.3 2009/05/16 00:18:30 halcy0n Exp $
inherit eutils
@@ -15,6 +15,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-db/mysql
dev-libs/openssl"
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
@@ -50,15 +51,15 @@ src_install() {
exeinto /etc/cron.hourly
newexe "${FILESDIR}/${PN}-cleanup.cron" ${PN}-cleanup.cron
- dodoc ChangeLog DATABASE.mysql LICENSE README doc/support.txt
+ dodoc ChangeLog DATABASE.mysql README doc/support.txt
newinitd "${FILESDIR}/${PN}.rc" ${PN}
newconfd "${FILESDIR}/${PN}.confd" ${PN}
}
pkg_postinst() {
- einfo "You will need to create the database using the script provided in"
- einfo "/usr/share/doc/${PF}/DATABASE.mysql.gz"
+ einfo "You will need to create the database using the script DATABASE.mysql"
+ einfo "in /usr/share/doc/${PF}/"
einfo "Read the mysql section of the README.txt for details."
einfo
einfo "To use policyd with postfix, update your /etc/postfix/main.cf file by adding"
diff --git a/mail-filter/policyd/policyd-1.82.ebuild b/mail-filter/policyd/policyd-1.82.ebuild
index 59d0961f5cac..0d7cbd290293 100644
--- a/mail-filter/policyd/policyd-1.82.ebuild
+++ b/mail-filter/policyd/policyd-1.82.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.82.ebuild,v 1.2 2008/06/29 10:23:40 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.82.ebuild,v 1.3 2009/05/16 00:18:30 halcy0n Exp $
inherit eutils
@@ -15,6 +15,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-db/mysql
dev-libs/openssl"
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
@@ -50,15 +51,15 @@ src_install() {
exeinto /etc/cron.hourly
newexe "${FILESDIR}/${PN}-cleanup.cron" ${PN}-cleanup.cron
- dodoc ChangeLog DATABASE.mysql LICENSE README doc/support.txt
+ dodoc ChangeLog DATABASE.mysql README doc/support.txt
newinitd "${FILESDIR}/${PN}.rc" ${PN}
newconfd "${FILESDIR}/${PN}.confd" ${PN}
}
pkg_postinst() {
- elog "You will need to create the database using the script provided in"
- elog "/usr/share/doc/${PF}/DATABASE.mysql.gz"
+ elog "You will need to create the database using the script DATABASE.mysql"
+ elog "in /usr/share/doc/${PF}/"
elog "Read the mysql section of the README.txt for details."
elog
elog "To use policyd with postfix, update your /etc/postfix/main.cf file by adding"