diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-17 15:06:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-17 15:06:13 +0000 |
commit | 49b324e7d98e41222daddf01eb76a8aadd1dbe1f (patch) | |
tree | 654a264b2f0a196cbd866a2963e229fdd67b885d /mail-filter | |
parent | Remove old (diff) | |
download | gentoo-2-49b324e7d98e41222daddf01eb76a8aadd1dbe1f.tar.gz gentoo-2-49b324e7d98e41222daddf01eb76a8aadd1dbe1f.tar.bz2 gentoo-2-49b324e7d98e41222daddf01eb76a8aadd1dbe1f.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/spamassassin-botnet/ChangeLog | 8 | ||||
-rw-r--r-- | mail-filter/spamassassin-botnet/spamassassin-botnet-0.7.ebuild | 49 |
2 files changed, 6 insertions, 51 deletions
diff --git a/mail-filter/spamassassin-botnet/ChangeLog b/mail-filter/spamassassin-botnet/ChangeLog index 7d0a942f7ef0..674b6227aae9 100644 --- a/mail-filter/spamassassin-botnet/ChangeLog +++ b/mail-filter/spamassassin-botnet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/spamassassin-botnet -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-botnet/ChangeLog,v 1.3 2007/08/29 20:36:30 chutzpah Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-botnet/ChangeLog,v 1.4 2012/06/17 15:06:13 ago Exp $ + + 17 Jun 2012; Agostino Sarubbo <ago@gentoo.org> + -spamassassin-botnet-0.7.ebuild: + Remove old *spamassassin-botnet-0.8 (29 Aug 2007) diff --git a/mail-filter/spamassassin-botnet/spamassassin-botnet-0.7.ebuild b/mail-filter/spamassassin-botnet/spamassassin-botnet-0.7.ebuild deleted file mode 100644 index 820265792206..000000000000 --- a/mail-filter/spamassassin-botnet/spamassassin-botnet-0.7.ebuild +++ /dev/null @@ -1,49 +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/spamassassin-botnet/spamassassin-botnet-0.7.ebuild,v 1.2 2007/02/24 18:22:01 armin76 Exp $ - -inherit perl-module - -MY_PN="${PN/b/B}" -MY_PN="${MY_PN/spamassassin-/}" -MY_P="${MY_PN}-${PV}" -DESCRIPTION="SpamAssassin plugin that attempts to detect messages sent by a botnet" -HOMEPAGE="http://people.ucsc.edu/~jrudd/spamassassin/" -SRC_URI="http://people.ucsc.edu/~jrudd/spamassassin/${MY_P}.tar" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-lang/perl - >=mail-filter/spamassassin-3.0.0" -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -src_compile() { - # make sure it doesn't try to look for the .pm in the same dir as the .cf - sed -rie 's/^(loadplugin.+)[ ]+Botnet.pm/\1/' Botnet.cf -} - -src_install() { - perlinfo - - local plugin_dir=${VENDOR_LIB}/Mail/SpamAssassin/Plugin - - insinto ${plugin_dir} - doins ${MY_PN}.pm - - insinto /etc/mail/spamassassin/ - doins ${MY_PN}.cf - - dodoc ${MY_PN}{{.{api,credits,variants},}.txt,.pl} -} - -pkg_postinst() { - echo - elog "You need to restart spamassassin (as root) before this plugin will work:" - elog "/etc/init.d/spamd restart" - echo -} |