diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-12-03 08:52:46 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-12-03 08:52:46 +0000 |
commit | 28283f0cbc14c95805e846773f8f80d4387280dd (patch) | |
tree | 3bf3d4987b9bf4b06ea503b3f790a8cee6a6cc8e /sec-policy/selinux-cvs | |
parent | fix typo, thanks tomwij (diff) | |
download | gentoo-2-28283f0cbc14c95805e846773f8f80d4387280dd.tar.gz gentoo-2-28283f0cbc14c95805e846773f8f80d4387280dd.tar.bz2 gentoo-2-28283f0cbc14c95805e846773f8f80d4387280dd.zip |
Bumping to revision 8
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xCDBA2FDB)
Diffstat (limited to 'sec-policy/selinux-cvs')
-rw-r--r-- | sec-policy/selinux-cvs/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-cvs/selinux-cvs-2.20120725-r8.ebuild | 19 |
2 files changed, 25 insertions, 2 deletions
diff --git a/sec-policy/selinux-cvs/ChangeLog b/sec-policy/selinux-cvs/ChangeLog index 974a4da1a1bb..1aa0641e57e1 100644 --- a/sec-policy/selinux-cvs/ChangeLog +++ b/sec-policy/selinux-cvs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-cvs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-cvs/ChangeLog,v 1.16 2012/11/18 15:18:01 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-cvs/ChangeLog,v 1.17 2012/12/03 08:52:36 swift Exp $ + +*selinux-cvs-2.20120725-r8 (03 Dec 2012) + + 03 Dec 2012; Sven Vermeulen +selinux-cvs-2.20120725-r8.ebuild: + Bumping to revision 8 *selinux-cvs-2.20120725-r7 (18 Nov 2012) @@ -66,4 +71,3 @@ 05 Feb 2011; Anthony G. Basile <blueness@gentoo.org> ChangeLog: Initial commit to portage. - diff --git a/sec-policy/selinux-cvs/selinux-cvs-2.20120725-r8.ebuild b/sec-policy/selinux-cvs/selinux-cvs-2.20120725-r8.ebuild new file mode 100644 index 000000000000..cc995636176c --- /dev/null +++ b/sec-policy/selinux-cvs/selinux-cvs-2.20120725-r8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-cvs/selinux-cvs-2.20120725-r8.ebuild,v 1.1 2012/12/03 08:52:36 swift Exp $ +EAPI="4" + +IUSE="" +MODS="cvs" +BASEPOL="2.20120725-r8" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for cvs" + +KEYWORDS="~amd64 ~x86" +DEPEND="${DEPEND} + sec-policy/selinux-apache + sec-policy/selinux-inetd +" +RDEPEND="${DEPEND}" |