summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2009-05-16 21:00:32 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2009-05-16 21:00:32 +0000
commit86c5348e9d3c5d70122642298b6ddb3ce73d12e7 (patch)
treeff5c74735f38d2b20636978595fb5b089d15b96f /mail-filter
parentVersion bump. Update HOMEPAGE. Change versioning scheme. (diff)
downloadgentoo-2-86c5348e9d3c5d70122642298b6ddb3ce73d12e7.tar.gz
gentoo-2-86c5348e9d3c5d70122642298b6ddb3ce73d12e7.tar.bz2
gentoo-2-86c5348e9d3c5d70122642298b6ddb3ce73d12e7.zip
Version bump, #264274
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/clamsmtp/ChangeLog10
-rw-r--r--mail-filter/clamsmtp/clamsmtp-1.10.ebuild (renamed from mail-filter/clamsmtp/clamsmtp-1.6.ebuild)14
2 files changed, 15 insertions, 9 deletions
diff --git a/mail-filter/clamsmtp/ChangeLog b/mail-filter/clamsmtp/ChangeLog
index d19d84317d34..b112b5aeff5a 100644
--- a/mail-filter/clamsmtp/ChangeLog
+++ b/mail-filter/clamsmtp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-filter/clamsmtp
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.18 2008/06/19 11:38:17 opfer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.19 2009/05/16 21:00:32 dertobi123 Exp $
+
+*clamsmtp-1.10 (16 May 2009)
+
+ 16 May 2009; Tobias Scherbaum <dertobi123@gentoo.org>
+ -clamsmtp-1.6.ebuild, +clamsmtp-1.10.ebuild:
+ Version bump, #264274
19 Jun 2008; Christian Faulhammer <opfer@gentoo.org> clamsmtp-1.8.ebuild:
quote variables
diff --git a/mail-filter/clamsmtp/clamsmtp-1.6.ebuild b/mail-filter/clamsmtp/clamsmtp-1.10.ebuild
index f5c46449cf88..457cf3584aab 100644
--- a/mail-filter/clamsmtp/clamsmtp-1.6.ebuild
+++ b/mail-filter/clamsmtp/clamsmtp-1.10.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2007 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/clamsmtp/clamsmtp-1.6.ebuild,v 1.4 2007/03/18 02:52:41 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.10.ebuild,v 1.1 2009/05/16 21:00:32 dertobi123 Exp $
-DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software."
+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/"
SRC_URI="http://memberwebs.com/nielsen/software/clamsmtp/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
IUSE=""
DEPEND="virtual/libc
@@ -16,16 +16,16 @@ DEPEND="virtual/libc
RDEPEND=">=app-antivirus/clamav-0.75"
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README NEWS
- newinitd ${FILESDIR}/clamsmtpd.init clamsmtpd
+ newinitd "${FILESDIR}"/clamsmtpd.init clamsmtpd
insinto /etc
newins doc/clamsmtpd.conf clamsmtpd.conf
sed -i \
-e "s|\#\(ClamAddress\): .*|\1: /var/run/clamav/clamd.sock|" \
-e "s|\#\(User\): .*|\1: clamav|" \
- ${D}/etc/clamsmtpd.conf
+ "${D}"/etc/clamsmtpd.conf
}
pkg_postinst() {