public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-mozilla: selinux-mozilla-2.20140311-r2.ebuild ChangeLog
@ 2014-04-19 14:12 Sven Vermeulen (swift)
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Vermeulen (swift) @ 2014-04-19 14:12 UTC (permalink / raw
  To: gentoo-commits

swift       14/04/19 14:12:37

  Modified:             ChangeLog
  Added:                selinux-mozilla-2.20140311-r2.ebuild
  Log:
  Release of 2.20140311-r2
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)

Revision  Changes    Path
1.53                 sec-policy/selinux-mozilla/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	30 Mar 2014 09:18:35 -0000	1.52
+++ ChangeLog	19 Apr 2014 14:12:37 -0000	1.53
@@ -1,6 +1,12 @@
 # ChangeLog for sec-policy/selinux-mozilla
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.52 2014/03/30 09:18:35 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.53 2014/04/19 14:12:37 swift Exp $
+
+*selinux-mozilla-2.20140311-r2 (19 Apr 2014)
+
+  19 Apr 2014; Sven Vermeulen <swift@gentoo.org>
+  +selinux-mozilla-2.20140311-r2.ebuild:
+  Release of 2.20140311-r2
 
   30 Mar 2014; Sven Vermeulen <swift@gentoo.org> selinux-mozilla-9999.ebuild:
   Add IUSE=alsa for optional alsa_domain support



1.1                  sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r2.ebuild

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

Index: selinux-mozilla-2.20140311-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r2.ebuild,v 1.1 2014/04/19 14:12:37 swift Exp $
EAPI="4"

IUSE=""
MODS="mozilla"
BASEPOL="2.20140311-r2"

inherit selinux-policy-2

DESCRIPTION="SELinux policy for mozilla"

KEYWORDS="~amd64 ~x86"
DEPEND="${DEPEND}
	sec-policy/selinux-xserver
"
RDEPEND="${DEPEND}"





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

* [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-mozilla: selinux-mozilla-2.20140311-r2.ebuild ChangeLog
@ 2014-04-19 17:22 Sven Vermeulen (swift)
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Vermeulen (swift) @ 2014-04-19 17:22 UTC (permalink / raw
  To: gentoo-commits

swift       14/04/19 17:22:26

  Modified:             selinux-mozilla-2.20140311-r2.ebuild ChangeLog
  Log:
  Added USE=alsa support
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)

Revision  Changes    Path
1.2                  sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r2.ebuild

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

Index: selinux-mozilla-2.20140311-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- selinux-mozilla-2.20140311-r2.ebuild	19 Apr 2014 14:12:37 -0000	1.1
+++ selinux-mozilla-2.20140311-r2.ebuild	19 Apr 2014 17:22:26 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r2.ebuild,v 1.1 2014/04/19 14:12:37 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r2.ebuild,v 1.2 2014/04/19 17:22:26 swift Exp $
 EAPI="4"
 
-IUSE=""
+IUSE="alsa"
 MODS="mozilla"
 BASEPOL="2.20140311-r2"
 



1.55                 sec-policy/selinux-mozilla/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	19 Apr 2014 15:51:42 -0000	1.54
+++ ChangeLog	19 Apr 2014 17:22:26 -0000	1.55
@@ -1,6 +1,10 @@
 # ChangeLog for sec-policy/selinux-mozilla
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.54 2014/04/19 15:51:42 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.55 2014/04/19 17:22:26 swift Exp $
+
+  19 Apr 2014; Sven Vermeulen <swift@gentoo.org>
+  selinux-mozilla-2.20140311-r2.ebuild:
+  Added USE=alsa support
 
   19 Apr 2014; Sven Vermeulen <swift@gentoo.org>
   selinux-mozilla-2.20140311-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-mozilla: selinux-mozilla-2.20140311-r2.ebuild ChangeLog
@ 2014-05-29 20:23 Sven Vermeulen (swift)
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Vermeulen (swift) @ 2014-05-29 20:23 UTC (permalink / raw
  To: gentoo-commits

swift       14/05/29 20:23:04

  Modified:             selinux-mozilla-2.20140311-r2.ebuild ChangeLog
  Log:
  Stabilize 2.20140311-r2
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)

Revision  Changes    Path
1.3                  sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r2.ebuild

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

Index: selinux-mozilla-2.20140311-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- selinux-mozilla-2.20140311-r2.ebuild	19 Apr 2014 17:22:26 -0000	1.2
+++ selinux-mozilla-2.20140311-r2.ebuild	29 May 2014 20:23:04 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r2.ebuild,v 1.2 2014/04/19 17:22:26 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r2.ebuild,v 1.3 2014/05/29 20:23:04 swift Exp $
 EAPI="4"
 
 IUSE="alsa"
@@ -11,7 +11,7 @@
 
 DESCRIPTION="SELinux policy for mozilla"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 DEPEND="${DEPEND}
 	sec-policy/selinux-xserver
 "



1.57                 sec-policy/selinux-mozilla/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	29 May 2014 18:57:53 -0000	1.56
+++ ChangeLog	29 May 2014 20:23:04 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for sec-policy/selinux-mozilla
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.56 2014/05/29 18:57:53 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.57 2014/05/29 20:23:04 swift Exp $
+
+  29 May 2014; Sven Vermeulen <swift@gentoo.org>
+  selinux-mozilla-2.20140311-r2.ebuild:
+  Stabilize 2.20140311-r2
 
 *selinux-mozilla-2.20140311-r3 (29 May 2014)
 





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

end of thread, other threads:[~2014-05-29 20:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-19 17:22 [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-mozilla: selinux-mozilla-2.20140311-r2.ebuild ChangeLog Sven Vermeulen (swift)
  -- strict thread matches above, loose matches on Subject: below --
2014-05-29 20:23 Sven Vermeulen (swift)
2014-04-19 14:12 Sven Vermeulen (swift)

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