summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-10-03 12:19:38 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-10-03 12:19:38 +0000
commit80f5137901cb93f950ec5fdd08adbc13a3556b26 (patch)
tree8146afae6a5665e56c5b0947dbb9cdc999cb88c2 /mail-filter
parentMark 3.17 stable on ia64 (diff)
downloadgentoo-2-80f5137901cb93f950ec5fdd08adbc13a3556b26.tar.gz
gentoo-2-80f5137901cb93f950ec5fdd08adbc13a3556b26.tar.bz2
gentoo-2-80f5137901cb93f950ec5fdd08adbc13a3556b26.zip
Do not install generic COPYING document.
(Portage version: 2.0.53_rc1)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/clamsmtp/ChangeLog6
-rw-r--r--mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild4
-rw-r--r--mail-filter/clamsmtp/clamsmtp-1.5.ebuild4
-rw-r--r--mail-filter/postgrey/ChangeLog6
-rw-r--r--mail-filter/postgrey/postgrey-1.21-r1.ebuild4
-rw-r--r--mail-filter/postgrey/postgrey-1.21.ebuild4
6 files changed, 18 insertions, 10 deletions
diff --git a/mail-filter/clamsmtp/ChangeLog b/mail-filter/clamsmtp/ChangeLog
index 6832f1fdc777..8cee68720bb0 100644
--- a/mail-filter/clamsmtp/ChangeLog
+++ b/mail-filter/clamsmtp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/clamsmtp
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.5 2005/09/26 07:10:09 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.6 2005/10/03 12:14:59 ticho Exp $
+
+ 03 Oct 2005; Andrej Kacian <ticho@gentoo.org> clamsmtp-1.4.1.ebuild,
+ clamsmtp-1.5.ebuild:
+ Do not install generic COPYING document.
26 Sep 2005; Andrej Kacian <ticho@gentoo.org> clamsmtp-1.4.1.ebuild,
clamsmtp-1.5.ebuild:
diff --git a/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild b/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild
index 79c2b6a13994..ffafd9254da7 100644
--- a/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild
+++ b/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild,v 1.4 2005/09/26 07:10:09 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild,v 1.5 2005/10/03 12:14:59 ticho Exp $
DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software."
HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/"
@@ -17,7 +17,7 @@ RDEPEND=">=app-antivirus/clamav-0.75"
src_install() {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog README NEWS
+ dodoc AUTHORS ChangeLog README NEWS
newinitd ${FILESDIR}/clamsmtpd.init clamsmtpd
insinto /etc
newins doc/clamsmtpd.conf clamsmtpd.conf
diff --git a/mail-filter/clamsmtp/clamsmtp-1.5.ebuild b/mail-filter/clamsmtp/clamsmtp-1.5.ebuild
index 4bf13d606b31..c25c490a76bd 100644
--- a/mail-filter/clamsmtp/clamsmtp-1.5.ebuild
+++ b/mail-filter/clamsmtp/clamsmtp-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.5.ebuild,v 1.2 2005/09/26 07:10:09 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.5.ebuild,v 1.3 2005/10/03 12:14:59 ticho Exp $
DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software."
HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/"
@@ -17,7 +17,7 @@ RDEPEND=">=app-antivirus/clamav-0.75"
src_install() {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog README NEWS
+ dodoc AUTHORS ChangeLog README NEWS
newinitd ${FILESDIR}/clamsmtpd.init clamsmtpd
insinto /etc
newins doc/clamsmtpd.conf clamsmtpd.conf
diff --git a/mail-filter/postgrey/ChangeLog b/mail-filter/postgrey/ChangeLog
index b93fb07c8a82..0ccac58aaeb8 100644
--- a/mail-filter/postgrey/ChangeLog
+++ b/mail-filter/postgrey/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/postgrey
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.9 2005/09/07 21:24:04 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.10 2005/10/03 12:17:03 ticho Exp $
+
+ 03 Oct 2005; Andrej Kacian <ticho@gentoo.org> postgrey-1.21.ebuild,
+ postgrey-1.21-r1.ebuild:
+ Do not install generic COPYING document.
07 Sep 2005; Andrej Kacian <ticho@gentoo.org> files/postgrey.rc,
files/postgrey.rc.new:
diff --git a/mail-filter/postgrey/postgrey-1.21-r1.ebuild b/mail-filter/postgrey/postgrey-1.21-r1.ebuild
index 4e374af6a588..64c5c0068c15 100644
--- a/mail-filter/postgrey/postgrey-1.21-r1.ebuild
+++ b/mail-filter/postgrey/postgrey-1.21-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.21-r1.ebuild,v 1.1 2005/09/04 13:03:12 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.21-r1.ebuild,v 1.2 2005/10/03 12:17:03 ticho Exp $
inherit eutils
@@ -47,7 +47,7 @@ src_install () {
doins postgrey_whitelist_clients postgrey_whitelist_recipients
# documentation
- dodoc Changes COPYING README
+ dodoc Changes README
# init.d + conf.d files
newinitd ${FILESDIR}/${PN}.rc.new ${PN}
diff --git a/mail-filter/postgrey/postgrey-1.21.ebuild b/mail-filter/postgrey/postgrey-1.21.ebuild
index 6018af9563af..49fdca6bde34 100644
--- a/mail-filter/postgrey/postgrey-1.21.ebuild
+++ b/mail-filter/postgrey/postgrey-1.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.21.ebuild,v 1.5 2005/08/23 13:13:34 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.21.ebuild,v 1.6 2005/10/03 12:17:03 ticho Exp $
inherit eutils
@@ -47,7 +47,7 @@ src_install () {
doins postgrey_whitelist_clients postgrey_whitelist_recipients
# documentation
- dodoc Changes COPYING README
+ dodoc Changes README
# init.d + conf.d files
newinitd ${FILESDIR}/postgrey.rc postgrey