diff options
author | 2011-06-19 14:27:00 +0000 | |
---|---|---|
committer | 2011-06-19 14:27:00 +0000 | |
commit | 60959387583b14668092f252fed1dd309491d1cc (patch) | |
tree | ce42cf68b0ac0319c3efc52d3176b24f1265c2a2 /mail-filter/clamsmtp | |
parent | New application, bug 371047. Thanks to Daniel Halens Rodriguez for the initia... (diff) | |
download | gentoo-2-60959387583b14668092f252fed1dd309491d1cc.tar.gz gentoo-2-60959387583b14668092f252fed1dd309491d1cc.tar.bz2 gentoo-2-60959387583b14668092f252fed1dd309491d1cc.zip |
remove old
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/clamsmtp')
-rw-r--r-- | mail-filter/clamsmtp/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/clamsmtp/clamsmtp-1.8.ebuild | 38 | ||||
-rw-r--r-- | mail-filter/clamsmtp/clamsmtp-1.9.ebuild | 38 |
3 files changed, 5 insertions, 77 deletions
diff --git a/mail-filter/clamsmtp/ChangeLog b/mail-filter/clamsmtp/ChangeLog index cc378c3aee1d..9c18b2a43f87 100644 --- a/mail-filter/clamsmtp/ChangeLog +++ b/mail-filter/clamsmtp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/clamsmtp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.25 2011/06/19 13:42:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.26 2011/06/19 14:27:00 eras Exp $ + + 19 Jun 2011; Eray Aslan <eras@gentoo.org> -clamsmtp-1.8.ebuild, + -clamsmtp-1.9.ebuild: + Remove old 19 Jun 2011; Markus Meier <maekke@gentoo.org> clamsmtp-1.10.ebuild: x86 stable, bug #295286 diff --git a/mail-filter/clamsmtp/clamsmtp-1.8.ebuild b/mail-filter/clamsmtp/clamsmtp-1.8.ebuild deleted file mode 100644 index 99464686bd67..000000000000 --- a/mail-filter/clamsmtp/clamsmtp-1.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.8.ebuild,v 1.8 2009/09/23 17:52:19 patrick 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 hppa ~sparc x86" -IUSE="" - -DEPEND=">=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 - - 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.9.ebuild b/mail-filter/clamsmtp/clamsmtp-1.9.ebuild deleted file mode 100644 index 56bad1063122..000000000000 --- a/mail-filter/clamsmtp/clamsmtp-1.9.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.9.ebuild,v 1.4 2009/09/23 17:52:19 patrick 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 hppa ~sparc x86" -IUSE="" - -DEPEND=">=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 - - 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 -} |