public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-git: selinux-git-2.20141203-r6.ebuild ChangeLog
@ 2015-06-05 15:57 Jason Zaman (perfinion)
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Zaman (perfinion) @ 2015-06-05 15:57 UTC (permalink / raw
  To: gentoo-commits

perfinion    15/06/05 15:57:21

  Modified:             ChangeLog
  Added:                selinux-git-2.20141203-r6.ebuild
  Log:
  Release of 2.20141203-r6
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)

Revision  Changes    Path
1.5                  sec-policy/selinux-git/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-git/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-git/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-git/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	15 Apr 2015 15:43:31 -0000	1.4
+++ ChangeLog	5 Jun 2015 15:57:21 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sec-policy/selinux-git
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/ChangeLog,v 1.4 2015/04/15 15:43:31 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/ChangeLog,v 1.5 2015/06/05 15:57:21 perfinion Exp $
+
+*selinux-git-2.20141203-r6 (05 Jun 2015)
+
+  05 Jun 2015; Jason Zaman <perfinion@gentoo.org>
+  +selinux-git-2.20141203-r6.ebuild:
+  Release of 2.20141203-r6
 
 *selinux-git-2.20141203-r5 (15 Apr 2015)
 



1.1                  sec-policy/selinux-git/selinux-git-2.20141203-r6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-git/selinux-git-2.20141203-r6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-git/selinux-git-2.20141203-r6.ebuild?rev=1.1&content-type=text/plain

Index: selinux-git-2.20141203-r6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/selinux-git-2.20141203-r6.ebuild,v 1.1 2015/06/05 15:57:21 perfinion Exp $
EAPI="5"

IUSE=""
MODS="git"

inherit selinux-policy-2

DESCRIPTION="SELinux policy for git"

if [[ $PV == 9999* ]] ; then
	KEYWORDS=""
else
	KEYWORDS="~amd64 ~x86"
fi

DEPEND="${DEPEND}
	sec-policy/selinux-apache
"
RDEPEND="${DEPEND}
	sec-policy/selinux-apache
"





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

* [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-git: selinux-git-2.20141203-r6.ebuild ChangeLog
@ 2015-07-02 18:07 Jason Zaman (perfinion)
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Zaman (perfinion) @ 2015-07-02 18:07 UTC (permalink / raw
  To: gentoo-commits

perfinion    15/07/02 18:07:02

  Modified:             selinux-git-2.20141203-r6.ebuild ChangeLog
  Log:
  Stabilize policy 2.20141203-r6
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)

Revision  Changes    Path
1.2                  sec-policy/selinux-git/selinux-git-2.20141203-r6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-git/selinux-git-2.20141203-r6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-git/selinux-git-2.20141203-r6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-git/selinux-git-2.20141203-r6.ebuild?r1=1.1&r2=1.2

Index: selinux-git-2.20141203-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/selinux-git-2.20141203-r6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- selinux-git-2.20141203-r6.ebuild	5 Jun 2015 15:57:21 -0000	1.1
+++ selinux-git-2.20141203-r6.ebuild	2 Jul 2015 18:07:02 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/selinux-git-2.20141203-r6.ebuild,v 1.1 2015/06/05 15:57:21 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/selinux-git-2.20141203-r6.ebuild,v 1.2 2015/07/02 18:07:02 perfinion Exp $
 EAPI="5"
 
 IUSE=""
@@ -13,7 +13,7 @@
 if [[ $PV == 9999* ]] ; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 DEPEND="${DEPEND}



1.8                  sec-policy/selinux-git/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-git/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-git/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-git/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	2 Jul 2015 17:59:29 -0000	1.7
+++ ChangeLog	2 Jul 2015 18:07:02 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for sec-policy/selinux-git
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/ChangeLog,v 1.7 2015/07/02 17:59:29 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/ChangeLog,v 1.8 2015/07/02 18:07:02 perfinion Exp $
+
+  02 Jul 2015; Jason Zaman <perfinion@gentoo.org>
+  selinux-git-2.20141203-r6.ebuild:
+  Stabilize policy 2.20141203-r6
 
 *selinux-git-2.20141203-r7 (02 Jul 2015)
 





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

end of thread, other threads:[~2015-07-02 18:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05 15:57 [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-git: selinux-git-2.20141203-r6.ebuild ChangeLog Jason Zaman (perfinion)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-02 18:07 Jason Zaman (perfinion)

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