diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-06-27 20:34:16 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-06-27 20:34:16 +0000 |
commit | 1ba5e8e8b58f75f9ee091abb9a2662d41bb65c39 (patch) | |
tree | 6c31932061b3f64c656779a26a225de3a22f5be5 /sec-policy/selinux-amanda | |
parent | Regenerate manifest (diff) | |
download | historical-1ba5e8e8b58f75f9ee091abb9a2662d41bb65c39.tar.gz historical-1ba5e8e8b58f75f9ee091abb9a2662d41bb65c39.tar.bz2 historical-1ba5e8e8b58f75f9ee091abb9a2662d41bb65c39.zip |
Bump to rev13 policies
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-amanda')
-rw-r--r-- | sec-policy/selinux-amanda/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-amanda/selinux-amanda-2.20120215-r2.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/sec-policy/selinux-amanda/ChangeLog b/sec-policy/selinux-amanda/ChangeLog index fd070463297f..fd72d2c059fc 100644 --- a/sec-policy/selinux-amanda/ChangeLog +++ b/sec-policy/selinux-amanda/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-amanda # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v 1.10 2012/06/09 07:15:50 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v 1.11 2012/06/27 20:33:57 swift Exp $ + +*selinux-amanda-2.20120215-r2 (27 Jun 2012) + + 27 Jun 2012; <swift@gentoo.org> +selinux-amanda-2.20120215-r2.ebuild: + Bump to revision 13 09 Jun 2012; <swift@gentoo.org> selinux-amanda-2.20120215-r1.ebuild: Add dependency on selinux-inetd, fixes build failure diff --git a/sec-policy/selinux-amanda/selinux-amanda-2.20120215-r2.ebuild b/sec-policy/selinux-amanda/selinux-amanda-2.20120215-r2.ebuild new file mode 100644 index 000000000000..33491e6bcd14 --- /dev/null +++ b/sec-policy/selinux-amanda/selinux-amanda-2.20120215-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 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.20120215-r2.ebuild,v 1.1 2012/06/27 20:33:57 swift Exp $ +EAPI="4" + +IUSE="" +MODS="amanda" +BASEPOL="2.20120215-r13" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for amanda" + +KEYWORDS="~amd64 ~x86" +DEPEND=">=sec-policy/selinux-inetd-2.20120215" +RDEPEND="${DEPEND}" |