diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-06-05 15:57:25 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-06-05 15:57:25 +0000 |
commit | f481abb069df29bdd3a2beafaed87d229d7be255 (patch) | |
tree | 025b0d4be87e96c0bb33ef89209702baf6ed2deb /sec-policy/selinux-amanda | |
parent | arm stable wrt bug #546484 (diff) | |
download | gentoo-2-f481abb069df29bdd3a2beafaed87d229d7be255.tar.gz gentoo-2-f481abb069df29bdd3a2beafaed87d229d7be255.tar.bz2 gentoo-2-f481abb069df29bdd3a2beafaed87d229d7be255.zip |
Release of 2.20141203-r6
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-amanda')
-rw-r--r-- | sec-policy/selinux-amanda/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-amanda/selinux-amanda-2.20141203-r6.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/sec-policy/selinux-amanda/ChangeLog b/sec-policy/selinux-amanda/ChangeLog index 32cf82b2c64e..dabf47ad1589 100644 --- a/sec-policy/selinux-amanda/ChangeLog +++ b/sec-policy/selinux-amanda/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-amanda # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v 1.61 2015/04/15 15:55:30 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v 1.62 2015/06/05 15:57:16 perfinion Exp $ + +*selinux-amanda-2.20141203-r6 (05 Jun 2015) + + 05 Jun 2015; Jason Zaman <perfinion@gentoo.org> + +selinux-amanda-2.20141203-r6.ebuild: + Release of 2.20141203-r6 15 Apr 2015; Jason Zaman <perfinion@gentoo.org> selinux-amanda-2.20141203-r4.ebuild: diff --git a/sec-policy/selinux-amanda/selinux-amanda-2.20141203-r6.ebuild b/sec-policy/selinux-amanda/selinux-amanda-2.20141203-r6.ebuild new file mode 100644 index 000000000000..21894c211e6c --- /dev/null +++ b/sec-policy/selinux-amanda/selinux-amanda-2.20141203-r6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/selinux-amanda-2.20141203-r6.ebuild,v 1.1 2015/06/05 15:57:16 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="amanda" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for amanda" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi +DEPEND="${DEPEND} + sec-policy/selinux-inetd +" +RDEPEND="${RDEPEND} + sec-policy/selinux-inetd +" |