summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-06-14 17:27:11 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-06-14 17:27:11 +0000
commite5d6e30e5e16c2110038e8fa0cb836ba9a055545 (patch)
tree061825f11fb74281b6201047988e0e69737a35b9 /mail-filter
parentremoved old version app-crypt/heidal-1.2.1_rc1 (diff)
downloadgentoo-2-e5d6e30e5e16c2110038e8fa0cb836ba9a055545.tar.gz
gentoo-2-e5d6e30e5e16c2110038e8fa0cb836ba9a055545.tar.bz2
gentoo-2-e5d6e30e5e16c2110038e8fa0cb836ba9a055545.zip
shorten DESCRIPTION, fix quoting, version bump (#224203)
(Portage version: 2.1.5.5)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/clamsmtp/ChangeLog8
-rw-r--r--mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild42
-rw-r--r--mail-filter/clamsmtp/clamsmtp-1.9.ebuild (renamed from mail-filter/clamsmtp/clamsmtp-1.5.ebuild)14
3 files changed, 14 insertions, 50 deletions
diff --git a/mail-filter/clamsmtp/ChangeLog b/mail-filter/clamsmtp/ChangeLog
index bda4f948f5cd..1a5851f9bba0 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.15 2008/04/17 15:20:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.16 2008/06/14 17:27:11 dertobi123 Exp $
+
+*clamsmtp-1.9 (14 Jun 2008)
+
+ 14 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+ -clamsmtp-1.4.1.ebuild, -clamsmtp-1.5.ebuild, +clamsmtp-1.9.ebuild:
+ shorten DESCRIPTION, fix quoting, version bump (#224203)
17 Apr 2008; Raúl Porcel <armin76@gentoo.org> clamsmtp-1.8.ebuild:
Add ~sparc wrt #217903
diff --git a/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild b/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild
deleted file mode 100644
index 6b41735092ca..000000000000
--- a/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 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.6 2007/03/18 02:52:41 genone 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/"
-
-SRC_URI="http://memberwebs.com/nielsen/software/clamsmtp/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="virtual/libc
- >=sys-apps/sed-4"
-RDEPEND=">=app-antivirus/clamav-0.75"
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog README NEWS
- newinitd ${FILESDIR}/clamsmtpd.init clamsmtpd
- insinto /etc
- newins doc/clamsmtpd.conf clamsmtpd.conf
- dodir /var/run/clamav
- keepdir /var/run/clamav
- fowners clamav:root /var/run/clamav
-
- sed -i \
- -e "s|\#\(ClamAddress\): .*|\1: /var/run/clamav/clamd.sock|" \
- -e "s|\#\(User\): .*|\1: clamav|" \
- ${D}/etc/clamsmtpd.conf
-}
-
-pkg_postinst() {
- echo
- elog "For help configuring Postfix to use clamsmtpd, see:"
- elog " http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
- echo
- ewarn "You'll need to have ScanMail support turned on in clamav.conf"
- ewarn "Also, make sure the clamd scanning daemon is running (not just freshclam)"
- echo
-}
diff --git a/mail-filter/clamsmtp/clamsmtp-1.5.ebuild b/mail-filter/clamsmtp/clamsmtp-1.9.ebuild
index 0ee3f4c8935f..1f6dd2f9224a 100644
--- a/mail-filter/clamsmtp/clamsmtp-1.5.ebuild
+++ b/mail-filter/clamsmtp/clamsmtp-1.9.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.5 2007/03/18 02:52:41 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.9.ebuild,v 1.1 2008/06/14 17:27:11 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() {