diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-07-02 17:59:43 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-07-02 17:59:43 +0000 |
commit | ab6be9eed1e5668e4a2e8a8117f6d92a6d22c2d6 (patch) | |
tree | 5375c41d2b6d7bfad0ba195845d2f64bb27977f4 /sec-policy/selinux-amanda | |
parent | remove all old versions (diff) | |
download | gentoo-2-ab6be9eed1e5668e4a2e8a8117f6d92a6d22c2d6.tar.gz gentoo-2-ab6be9eed1e5668e4a2e8a8117f6d92a6d22c2d6.tar.bz2 gentoo-2-ab6be9eed1e5668e4a2e8a8117f6d92a6d22c2d6.zip |
Release of 2.20141203-r7
(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-r7.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/sec-policy/selinux-amanda/ChangeLog b/sec-policy/selinux-amanda/ChangeLog index adc59d95029a..c78924f5d722 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.63 2015/06/05 16:10:23 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v 1.64 2015/07/02 17:59:27 perfinion Exp $ + +*selinux-amanda-2.20141203-r7 (02 Jul 2015) + + 02 Jul 2015; Jason Zaman <perfinion@gentoo.org> + +selinux-amanda-2.20141203-r7.ebuild: + Release of 2.20141203-r7 05 Jun 2015; Jason Zaman <perfinion@gentoo.org> selinux-amanda-2.20141203-r5.ebuild: diff --git a/sec-policy/selinux-amanda/selinux-amanda-2.20141203-r7.ebuild b/sec-policy/selinux-amanda/selinux-amanda-2.20141203-r7.ebuild new file mode 100644 index 000000000000..a8f640c9bf08 --- /dev/null +++ b/sec-policy/selinux-amanda/selinux-amanda-2.20141203-r7.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-r7.ebuild,v 1.1 2015/07/02 17:59:27 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 +" |