diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-11-18 15:18:31 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-11-18 15:18:31 +0000 |
commit | e6944bf3e6d8d36d45be83f20955bdacde63de5b (patch) | |
tree | e0f0832cbe3dc91e70ecf2f5b1310f7488c90db6 /sec-policy/selinux-amanda | |
parent | Fix parallel build wrt #259115 by Mr. Anderson <walch.martin@web.de> (diff) | |
download | historical-e6944bf3e6d8d36d45be83f20955bdacde63de5b.tar.gz historical-e6944bf3e6d8d36d45be83f20955bdacde63de5b.tar.bz2 historical-e6944bf3e6d8d36d45be83f20955bdacde63de5b.zip |
Introducing rev 7
Package-Manager: portage-2.1.11.9/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.20120725-r7.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-amanda/ChangeLog b/sec-policy/selinux-amanda/ChangeLog index 2cec6113e255..f2e8d9bec808 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.17 2012/10/13 16:31:05 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v 1.18 2012/11/18 15:18:25 swift Exp $ + +*selinux-amanda-2.20120725-r7 (18 Nov 2012) + + 18 Nov 2012; <swift@gentoo.org> +selinux-amanda-2.20120725-r7.ebuild: + Pushing out rev 7 *selinux-amanda-9999 (13 Oct 2012) diff --git a/sec-policy/selinux-amanda/selinux-amanda-2.20120725-r7.ebuild b/sec-policy/selinux-amanda/selinux-amanda-2.20120725-r7.ebuild new file mode 100644 index 000000000000..ef5701308490 --- /dev/null +++ b/sec-policy/selinux-amanda/selinux-amanda-2.20120725-r7.ebuild @@ -0,0 +1,18 @@ +# 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.20120725-r7.ebuild,v 1.1 2012/11/18 15:18:25 swift Exp $ +EAPI="4" + +IUSE="" +MODS="amanda" +BASEPOL="2.20120725-r7" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for amanda" + +KEYWORDS="~amd64 ~x86" +DEPEND="${DEPEND} + sec-policy/selinux-inetd +" +RDEPEND="${DEPEND}" |