Lines 1-6
Link Here
|
1 |
# Copyright 1999-2010 Gentoo Foundation |
1 |
# Copyright 1999-2010 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 |
# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.1-r1.ebuild,v 1.1 2010/04/07 04:13:24 darkside Exp $ |
3 |
# $Header: $ |
4 |
|
4 |
|
5 |
EAPI="2" |
5 |
EAPI="2" |
6 |
|
6 |
|
Lines 94-102
Link Here
|
94 |
} |
94 |
} |
95 |
|
95 |
|
96 |
src_compile() { |
96 |
src_compile() { |
97 |
mymake="" |
|
|
98 |
myinst="" |
99 |
|
100 |
export PERL_MM_USE_DEFAULT=1 |
97 |
export PERL_MM_USE_DEFAULT=1 |
101 |
emake spamc/Makefile || die "emake failed" |
98 |
emake spamc/Makefile || die "emake failed" |
102 |
|
99 |
|
Lines 193-197
Link Here
|
193 |
ewarn "Rules are no longer included with SpamAssassin out of the box". |
190 |
ewarn "Rules are no longer included with SpamAssassin out of the box". |
194 |
ewarn "You will need to immediately run sa-update, or download" |
191 |
ewarn "You will need to immediately run sa-update, or download" |
195 |
ewarn "the additional rules .tgz package and run sa-update --install" |
192 |
ewarn "the additional rules .tgz package and run sa-update --install" |
196 |
ewarn "with it, to get a ruleset." |
193 |
ewarn "with it, to get a ruleset.\n" |
|
|
194 |
elog "If when you run sa-update and receive a GPG validation error." |
195 |
elog "Then you need to import an updated sa-update key." |
196 |
elog "sa-update --import /usr/share/spamassassin/sa-update-pubkey.txt\n" |
197 |
} |
197 |
} |