diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-09-01 17:02:25 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-09-01 17:02:25 +0000 |
commit | aacd330c0ee5d32c56cb2b688b8adf64ad08ceef (patch) | |
tree | 9be088870728acb021242a7fddcc9edb6b1a07b5 /mail-filter | |
parent | Revert last commit, .ZIP is a supported suffix. (diff) | |
download | gentoo-2-aacd330c0ee5d32c56cb2b688b8adf64ad08ceef.tar.gz gentoo-2-aacd330c0ee5d32c56cb2b688b8adf64ad08ceef.tar.bz2 gentoo-2-aacd330c0ee5d32c56cb2b688b8adf64ad08ceef.zip |
revbump -> EAPI5, remove old
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/spamassassin-botnet/ChangeLog | 11 | ||||
-rw-r--r-- | mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild (renamed from mail-filter/spamassassin-botnet/spamassassin-botnet-0.8.ebuild) | 9 |
2 files changed, 13 insertions, 7 deletions
diff --git a/mail-filter/spamassassin-botnet/ChangeLog b/mail-filter/spamassassin-botnet/ChangeLog index 674b6227aae9..2a60867c7830 100644 --- a/mail-filter/spamassassin-botnet/ChangeLog +++ b/mail-filter/spamassassin-botnet/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-filter/spamassassin-botnet -# 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 $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-botnet/ChangeLog,v 1.5 2013/09/01 17:02:25 idella4 Exp $ + +*spamassassin-botnet-0.8-r1 (01 Sep 2013) + + 01 Sep 2013; Ian Delaney <idella4@gentoo.org> + +spamassassin-botnet-0.8-r1.ebuild, -spamassassin-botnet-0.8.ebuild: + revbump -> EAPI5, remove old 17 Jun 2012; Agostino Sarubbo <ago@gentoo.org> -spamassassin-botnet-0.7.ebuild: @@ -21,4 +27,3 @@ 23 Feb 2007; Patrick McLean <chutzpah@gentoo.org> +metadata.xml, +spamassassin-botnet-0.7.ebuild: Initial import. - diff --git a/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8.ebuild b/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild index 54a6ff295779..040a884eb30b 100644 --- a/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8.ebuild +++ b/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2013 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.8.ebuild,v 1.1 2007/08/29 20:36:30 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild,v 1.1 2013/09/01 17:02:25 idella4 Exp $ + +EAPI=5 inherit perl-module @@ -16,8 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-lang/perl - >=mail-filter/spamassassin-3.0.0" +DEPEND=">=mail-filter/spamassassin-3.0.0" RDEPEND="${DEPEND}" S="${WORKDIR}" |