Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 629684 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +9 lines)
Line  Link Here
0
-- /usr/portage/mail-filter/clamsmtp/clamsmtp-1.10.ebuild      2017-02-28 20:50:50.000000000 +0100
0
++ /usr/portage/mail-filter/clamsmtp/clamsmtp-1.10-r1.ebuild   2017-10-13 18:02:07.576124409 +0200  
Lines 1-6 Link Here
1
# Copyright 1999-2016 Gentoo Foundation
1
# Copyright 1999-2016 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
EAPI=6
4
5
3
DESCRIPTION="An SMTP filter to check for viruses using the ClamAV anti-virus software"
6
DESCRIPTION="An SMTP filter to check for viruses using the ClamAV anti-virus software"
4
HOMEPAGE="http://thewalter.net/stef/software/clamsmtp/"
7
HOMEPAGE="http://thewalter.net/stef/software/clamsmtp/"
Lines 13-18 Link Here
13
DEPEND=">=sys-apps/sed-4"
16
DEPEND=">=sys-apps/sed-4"
14
RDEPEND=">=app-antivirus/clamav-0.75"
17
RDEPEND=">=app-antivirus/clamav-0.75"
18
PATCHES=(
19
    "${FILESDIR}"/${PN}-smtppass.patch
20
       )
21
22
15
src_install() {
23
src_install() {
16
       make DESTDIR="${D}" install || die
24
       make DESTDIR="${D}" install || die
17
       dodoc AUTHORS ChangeLog README NEWS
25
       dodoc AUTHORS ChangeLog README NEWS

Return to bug 629684