diff options
Diffstat (limited to 'sec-policy/selinux-fetchmail')
-rw-r--r-- | sec-policy/selinux-fetchmail/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-fetchmail/selinux-fetchmail-2.20141203-r6.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-fetchmail/ChangeLog b/sec-policy/selinux-fetchmail/ChangeLog index 1b715e4668dc..2dfb70ee4c93 100644 --- a/sec-policy/selinux-fetchmail/ChangeLog +++ b/sec-policy/selinux-fetchmail/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-fetchmail # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fetchmail/ChangeLog,v 1.58 2015/04/15 15:55:22 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fetchmail/ChangeLog,v 1.59 2015/06/05 15:57:21 perfinion Exp $ + +*selinux-fetchmail-2.20141203-r6 (05 Jun 2015) + + 05 Jun 2015; Jason Zaman <perfinion@gentoo.org> + +selinux-fetchmail-2.20141203-r6.ebuild: + Release of 2.20141203-r6 15 Apr 2015; Jason Zaman <perfinion@gentoo.org> selinux-fetchmail-2.20141203-r4.ebuild: diff --git a/sec-policy/selinux-fetchmail/selinux-fetchmail-2.20141203-r6.ebuild b/sec-policy/selinux-fetchmail/selinux-fetchmail-2.20141203-r6.ebuild new file mode 100644 index 000000000000..620765b093a9 --- /dev/null +++ b/sec-policy/selinux-fetchmail/selinux-fetchmail-2.20141203-r6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fetchmail/selinux-fetchmail-2.20141203-r6.ebuild,v 1.1 2015/06/05 15:57:21 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="fetchmail" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for fetchmail" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |