diff options
Diffstat (limited to 'sec-policy/selinux-rtorrent')
-rw-r--r-- | sec-policy/selinux-rtorrent/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-rtorrent/selinux-rtorrent-2.20120725-r8.ebuild | 14 |
2 files changed, 20 insertions, 2 deletions
diff --git a/sec-policy/selinux-rtorrent/ChangeLog b/sec-policy/selinux-rtorrent/ChangeLog index 375b4c742c2f..9b59a7d0ad0d 100644 --- a/sec-policy/selinux-rtorrent/ChangeLog +++ b/sec-policy/selinux-rtorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-rtorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtorrent/ChangeLog,v 1.2 2012/11/18 15:18:09 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtorrent/ChangeLog,v 1.3 2012/12/03 08:52:18 swift Exp $ + +*selinux-rtorrent-2.20120725-r8 (03 Dec 2012) + + 03 Dec 2012; Sven Vermeulen +selinux-rtorrent-2.20120725-r8.ebuild: + Bumping to revision 8 *selinux-rtorrent-2.20120725-r7 (18 Nov 2012) @@ -11,4 +16,3 @@ 18 Nov 2012; <swift@gentoo.org> +selinux-rtorrent-9999.ebuild, +metadata.xml: Initial rtorrent policy (live ebuild) - diff --git a/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20120725-r8.ebuild b/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20120725-r8.ebuild new file mode 100644 index 000000000000..824988695812 --- /dev/null +++ b/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20120725-r8.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20120725-r8.ebuild,v 1.1 2012/12/03 08:52:18 swift Exp $ +EAPI="4" + +IUSE="" +MODS="rtorrent" +BASEPOL="2.20120725-r8" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for rtorrent" + +KEYWORDS="~amd64 ~x86" |