diff options
author | Chris Reffett <creffett@gentoo.org> | 2014-02-07 20:44:29 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2014-02-07 20:44:29 +0000 |
commit | 2c1bce38ba5cfb7b966c41feb81fe73c66cf5b7d (patch) | |
tree | 074375e6326176644788d5c3d0ba15492de80af8 /mail-filter | |
parent | EAPI bump (diff) | |
download | gentoo-2-2c1bce38ba5cfb7b966c41feb81fe73c66cf5b7d.tar.gz gentoo-2-2c1bce38ba5cfb7b966c41feb81fe73c66cf5b7d.tar.bz2 gentoo-2-2c1bce38ba5cfb7b966c41feb81fe73c66cf5b7d.zip |
EAPI bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/popfile/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/popfile/popfile-1.1.3.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/mail-filter/popfile/ChangeLog b/mail-filter/popfile/ChangeLog index 798ce0debd19..6b8bf9f501f0 100644 --- a/mail-filter/popfile/ChangeLog +++ b/mail-filter/popfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/popfile -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/ChangeLog,v 1.25 2013/12/16 07:06:17 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/ChangeLog,v 1.26 2014/02/07 20:44:29 creffett Exp $ + + 07 Feb 2014; Chris Reffett <creffett@gentoo.org> popfile-1.1.3.ebuild: + EAPI bump *popfile-1.1.3 (16 Dec 2013) diff --git a/mail-filter/popfile/popfile-1.1.3.ebuild b/mail-filter/popfile/popfile-1.1.3.ebuild index d79d1efe2a10..df9206c7d995 100644 --- a/mail-filter/popfile/popfile-1.1.3.ebuild +++ b/mail-filter/popfile/popfile-1.1.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-1.1.3.ebuild,v 1.1 2013/12/16 07:06:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-1.1.3.ebuild,v 1.2 2014/02/07 20:44:29 creffett Exp $ -EAPI=2 +EAPI=5 inherit eutils DESCRIPTION="Anti-spam bayesian filter" @@ -46,9 +46,9 @@ src_install() { rm -rf *.change* license insinto /usr/share/${PN} - doins -r * || die + doins -r * fperms 755 /usr/share/${PN}/{popfile,insert,pipe,bayes}.pl - dosbin "${FILESDIR}"/${PN} || die + dosbin "${FILESDIR}"/${PN} } |