public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-cgmanager/
@ 2015-08-28  7:59 Jason Zaman
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Zaman @ 2015-08-28  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     e6d99571673dd496b1b47a5711792b032c84843b
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 07:57:26 2015 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 07:59:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d99571

sec-policy/selinux-cgmanager: new policy package

Package-Manager: portage-2.2.20.1

 sec-policy/selinux-cgmanager/metadata.xml               |  6 ++++++
 .../selinux-cgmanager/selinux-cgmanager-9999.ebuild     | 17 +++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/sec-policy/selinux-cgmanager/metadata.xml b/sec-policy/selinux-cgmanager/metadata.xml
new file mode 100644
index 0000000..4d4ed18
--- /dev/null
+++ b/sec-policy/selinux-cgmanager/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>selinux</herd>
+	<longdescription>Gentoo SELinux policy for Control Group manager daemon</longdescription>
+</pkgmetadata>

diff --git a/sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild b/sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild
new file mode 100644
index 0000000..3e3a900
--- /dev/null
+++ b/sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI="5"
+
+IUSE=""
+MODS="subsonic"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for cgmanager"
+
+if [[ $PV == 9999* ]] ; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-cgmanager/
@ 2016-01-04  5:58 Jason Zaman
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Zaman @ 2016-01-04  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     067de959968b0b202eea326b015f568f349f5a31
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 05:54:00 2016 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 05:56:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067de959

sec-policy/selinux-cgmanager: Installed wrong module

Package-Manager: portage-2.2.26

 sec-policy/selinux-cgmanager/selinux-cgmanager-2.20141203-r10.ebuild | 4 ++--
 sec-policy/selinux-cgmanager/selinux-cgmanager-2.20141203-r9.ebuild  | 4 ++--
 sec-policy/selinux-cgmanager/selinux-cgmanager-2.20151208-r1.ebuild  | 4 ++--
 sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild           | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20141203-r10.ebuild b/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20141203-r10.ebuild
index 9ce966f..0c88f0e 100644
--- a/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20141203-r10.ebuild
+++ b/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20141203-r10.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI="5"
 
 IUSE=""
-MODS="subsonic"
+MODS="cgmanager"
 
 inherit selinux-policy-2
 

diff --git a/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20141203-r9.ebuild b/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20141203-r9.ebuild
index 9ce966f..0c88f0e 100644
--- a/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20141203-r9.ebuild
+++ b/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20141203-r9.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI="5"
 
 IUSE=""
-MODS="subsonic"
+MODS="cgmanager"
 
 inherit selinux-policy-2
 

diff --git a/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20151208-r1.ebuild b/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20151208-r1.ebuild
index 3e3a900..79c0d18 100644
--- a/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20151208-r1.ebuild
+++ b/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20151208-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI="5"
 
 IUSE=""
-MODS="subsonic"
+MODS="cgmanager"
 
 inherit selinux-policy-2
 

diff --git a/sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild b/sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild
index 3e3a900..79c0d18 100644
--- a/sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild
+++ b/sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI="5"
 
 IUSE=""
-MODS="subsonic"
+MODS="cgmanager"
 
 inherit selinux-policy-2
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-04  5:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-04  5:58 [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-cgmanager/ Jason Zaman
  -- strict thread matches above, loose matches on Subject: below --
2015-08-28  7:59 Jason Zaman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox