Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 104894 Details for
Bug 159347
mail-filter/clamassassin-1.2.3-r1 with maildrop support patchset
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild with maildrop support
clamassassin-1.2.3-r1.ebuild (text/plain), 1.35 KB, created by
Juan
on 2006-12-28 23:41:36 UTC
(
hide
)
Description:
ebuild with maildrop support
Filename:
MIME Type:
Creator:
Juan
Created:
2006-12-28 23:41:36 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/clamassassin-1.2.3-r1.ebuild,v 1.2 2006/03/13 14:22:42 ticho Exp $ > >inherit eutils > >DESCRIPTION="clamassassin is a simple script for virus scanning (through clamav) an e-mail message as a filter (like spamassassin)" >HOMEPAGE="http://drivel.com/clamassassin/" >SRC_URI="http://drivel.com/clamassassin/${P}.tar.gz" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="subject-rewrite clamd maildrop" >DEPEND=">=app-antivirus/clamav-0.75.1 > sys-apps/debianutils > sys-apps/which > !maildrop? ( mail-filter/procmail ) > maildrop? ( mail-filter/maildrop )" > >src_unpack() { > unpack ${A} > cd ${S} > > # Apply Maildrop patchset (Juan Gonzalez <juan_a_xdracco_punto_net>) > epatch "${FILESDIR}"/clamassassin-maildrop.patch >} > >src_compile() { > local myconf > > if use maildrop ; then > myconf="${myconf} --enable-maildrop" > fi > > > econf\ > $(use_enable subject-rewrite) \ > $(use_enable clamd clamdscan) \ > ${myconf} || die "Configuration failed" > > # Fix problems with Portage exporting TMP and breaking clamassassin. #61806 > sed -i -e "s:${TMP}:/tmp:" clamassassin >} > >src_install() { > dobin clamassassin > dodoc CHANGELOG LICENSE README >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 159347
:
104892
|
104893
|
104894
|
104898
|
104911