summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-01-08 17:29:50 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-01-08 17:29:50 +0000
commit3bf6aab3da00ce96877c702281011a542d2484ca (patch)
tree70b488cb8e5af1861357fbb79f94244ada94bd55 /mail-filter
parentFixed emerge --config wrt bug #109482. (diff)
downloadgentoo-2-3bf6aab3da00ce96877c702281011a542d2484ca.tar.gz
gentoo-2-3bf6aab3da00ce96877c702281011a542d2484ca.tar.bz2
gentoo-2-3bf6aab3da00ce96877c702281011a542d2484ca.zip
Fixed emerge --config wrt bug #109482.
(Portage version: 2.0.53)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/dspam/ChangeLog9
-rw-r--r--mail-filter/dspam/Manifest10
-rw-r--r--mail-filter/dspam/dspam-3.2.7.ebuild6
-rw-r--r--mail-filter/dspam/dspam-3.4.9.ebuild6
-rw-r--r--mail-filter/dspam/dspam-3.6.0.ebuild6
-rw-r--r--mail-filter/dspam/dspam-3.6.1.ebuild6
-rw-r--r--mail-filter/dspam/dspam-3.6.2.ebuild6
7 files changed, 27 insertions, 22 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog
index 2e546555dc97..833ae0a99c1b 100644
--- a/mail-filter/dspam/ChangeLog
+++ b/mail-filter/dspam/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-filter/dspam
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.70 2005/12/01 12:33:37 st_lim Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.71 2006/01/08 17:29:50 rl03 Exp $
+
+ 08 Jan 2006; Renat Lumpau <rl03@gentoo.org> dspam-3.2.7.ebuild,
+ dspam-3.4.9.ebuild, dspam-3.6.0.ebuild, dspam-3.6.1.ebuild,
+ dspam-3.6.2.ebuild:
+ Fixed emerge --config wrt bug #109482.
*dspam-3.6.2 (01 Dec 2005)
diff --git a/mail-filter/dspam/Manifest b/mail-filter/dspam/Manifest
index 8d3d645f3f87..ca5f1e2f9279 100644
--- a/mail-filter/dspam/Manifest
+++ b/mail-filter/dspam/Manifest
@@ -1,9 +1,9 @@
MD5 098cc7d5703b017744f6af9d84e1338b ChangeLog 12548
-MD5 ba82ba9c82d1fc2a39e107b672c55c69 dspam-3.2.7.ebuild 15561
-MD5 392cd158b99d8553da925dca65c89a2b dspam-3.4.9.ebuild 19680
-MD5 3663b35a0837eb38dc11befd01248499 dspam-3.6.0.ebuild 18456
-MD5 ba1526ce11046ece0f9ef4d66fa3315a dspam-3.6.1.ebuild 18282
-MD5 ee6b4545ccbe1c87782b71cddf213f60 dspam-3.6.2.ebuild 18280
+MD5 101f6baa6d9edeb7332c8898b520b07c dspam-3.2.7.ebuild 15526
+MD5 903dd24b05b0c8edc7e240011d6ee11f dspam-3.4.9.ebuild 19645
+MD5 619b700556be01677b9ca13f25d1a3b9 dspam-3.6.0.ebuild 18421
+MD5 b78cf856542881196e59606bff4ed306 dspam-3.6.1.ebuild 18247
+MD5 2552582405d2c42dd52d9aa0d744b407 dspam-3.6.2.ebuild 18245
MD5 c12a54112c6fec3530a7b1a368d04ac8 files/README.postfix 309
MD5 e0469b961385fda4305602dc2519d319 files/README.qmail 2317
MD5 cd1bdb75fd86304f9453741a910cb8a2 files/crontab.db4 196
diff --git a/mail-filter/dspam/dspam-3.2.7.ebuild b/mail-filter/dspam/dspam-3.2.7.ebuild
index 3482ad4d189e..23b48e51fa91 100644
--- a/mail-filter/dspam/dspam-3.2.7.ebuild
+++ b/mail-filter/dspam/dspam-3.2.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2.7.ebuild,v 1.4 2005/07/09 03:16:34 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2.7.ebuild,v 1.5 2006/01/08 17:29:50 rl03 Exp $
inherit eutils
@@ -287,7 +287,7 @@ src_install () {
pkg_postinst() {
if use mysql || use postgres; then
einfo "To setup dspam to run out-of-the-box on your system with a mysql or pgsql database, run:"
- einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config"
+ einfo "emerge --config ${PF}"
fi
if use exim ; then
echo
diff --git a/mail-filter/dspam/dspam-3.4.9.ebuild b/mail-filter/dspam/dspam-3.4.9.ebuild
index ea87c47bf7c1..588c3c38634c 100644
--- a/mail-filter/dspam/dspam-3.4.9.ebuild
+++ b/mail-filter/dspam/dspam-3.4.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.4.9.ebuild,v 1.4 2005/09/23 01:45:23 st_lim Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.4.9.ebuild,v 1.5 2006/01/08 17:29:50 rl03 Exp $
inherit eutils
@@ -413,7 +413,7 @@ pkg_postinst() {
echo
einfo "To setup DSPAM to run out-of-the-box on your system with a MySQL,"
einfo "PostgreSQL or Oracle database, run:"
- einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config"
+ einfo "emerge --config ${PF}"
fi
if use mysql || use postgres; then
if has_version ">sys-kernel/linux-headers-2.6"; then
diff --git a/mail-filter/dspam/dspam-3.6.0.ebuild b/mail-filter/dspam/dspam-3.6.0.ebuild
index 66e2decb6336..e2d308b5f560 100644
--- a/mail-filter/dspam/dspam-3.6.0.ebuild
+++ b/mail-filter/dspam/dspam-3.6.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.0.ebuild,v 1.8 2005/12/12 15:14:12 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.0.ebuild,v 1.9 2006/01/08 17:29:50 rl03 Exp $
inherit eutils
@@ -389,7 +389,7 @@ pkg_postinst() {
echo
einfo "To setup DSPAM to run out-of-the-box on your system with a MySQL,"
einfo "PostgreSQL or Oracle database, run:"
- einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config"
+ einfo "emerge --config ${PF}"
fi
if use mysql || use postgres; then
if has_version ">sys-kernel/linux-headers-2.6"; then
diff --git a/mail-filter/dspam/dspam-3.6.1.ebuild b/mail-filter/dspam/dspam-3.6.1.ebuild
index 75414ebc9319..c07b50e02a18 100644
--- a/mail-filter/dspam/dspam-3.6.1.ebuild
+++ b/mail-filter/dspam/dspam-3.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.1.ebuild,v 1.5 2005/11/20 01:37:41 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.1.ebuild,v 1.6 2006/01/08 17:29:50 rl03 Exp $
inherit eutils
@@ -379,7 +379,7 @@ pkg_postinst() {
echo
einfo "To setup DSPAM to run out-of-the-box on your system with a MySQL,"
einfo "PostgreSQL or Oracle database, run:"
- einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config"
+ einfo "emerge --config ${PF}"
fi
if use mysql || use postgres; then
if has_version ">sys-kernel/linux-headers-2.6"; then
diff --git a/mail-filter/dspam/dspam-3.6.2.ebuild b/mail-filter/dspam/dspam-3.6.2.ebuild
index ab4f5427fac1..4242710a9901 100644
--- a/mail-filter/dspam/dspam-3.6.2.ebuild
+++ b/mail-filter/dspam/dspam-3.6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.2.ebuild,v 1.1 2005/12/01 12:33:37 st_lim Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.2.ebuild,v 1.2 2006/01/08 17:29:50 rl03 Exp $
inherit eutils
@@ -379,7 +379,7 @@ pkg_postinst() {
echo
einfo "To setup DSPAM to run out-of-the-box on your system with a MySQL,"
einfo "PostgreSQL or Oracle database, run:"
- einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config"
+ einfo "emerge --config ${PF}"
fi
if use mysql || use postgres; then
if has_version ">sys-kernel/linux-headers-2.6"; then