swift       14/05/16 19:09:24

  Modified:             ibm-jre-bin-1.6.0.9_p2-r1.ebuild
                        ibm-jre-bin-1.6.0.9_p1.ebuild
                        ibm-jre-bin-1.6.0.9_p2.ebuild ChangeLog
  Log:
  Fix bug #509740 - Enable USE=selinux dependency to sec-policy/selinux-java
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  Changes    Path
1.4                  dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2-r1.ebuild?r1=1.3&r2=1.4

Index: ibm-jre-bin-1.6.0.9_p2-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ibm-jre-bin-1.6.0.9_p2-r1.ebuild    5 Oct 2012 15:21:01 -0000       1.3
+++ ibm-jre-bin-1.6.0.9_p2-r1.ebuild    16 May 2014 19:09:24 -0000      1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2-r1.ebuild,v 
1.3 2012/10/05 15:21:01 ranger Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2-r1.ebuild,v 
1.4 2014/05/16 19:09:24 swift Exp $
 
 EAPI="4"
 
@@ -41,7 +41,7 @@
 SLOT="1.6"
 KEYWORDS="-* ~amd64 ppc ~ppc64 ~x86"
 RESTRICT="fetch"
-IUSE="X alsa nsplugin odbc"
+IUSE="X alsa nsplugin odbc selinux"
 
 RDEPEND="
        X? (
@@ -54,7 +54,10 @@
                x11-libs/libXt
        )
        alsa? ( media-libs/alsa-lib )
-       odbc? ( dev-db/unixODBC )"
+       odbc? ( dev-db/unixODBC )
+       selinux? ( sec-policy/selinux-java )"
+
+DEPEND="selinux? ( sec-policy/selinux-java )"
 
 QA_TEXTRELS_x86="opt/${P}/lib/i386/libj9jvmti24.so
 opt/${P}/lib/i386/libj9vm24.so



1.5                  dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p1.ebuild?r1=1.4&r2=1.5

Index: ibm-jre-bin-1.6.0.9_p1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ibm-jre-bin-1.6.0.9_p1.ebuild       26 Mar 2011 14:12:43 -0000      1.4
+++ ibm-jre-bin-1.6.0.9_p1.ebuild       16 May 2014 19:09:24 -0000      1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p1.ebuild,v 
1.4 2011/03/26 14:12:43 ranger Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p1.ebuild,v 
1.5 2014/05/16 19:09:24 swift Exp $
 
 inherit java-vm-2 versionator eutils
 
@@ -62,7 +62,7 @@
 LICENSE="IBM-J1.6"
 KEYWORDS="-* amd64 ppc ppc64 x86"
 RESTRICT="fetch"
-IUSE="X alsa nsplugin odbc"
+IUSE="X alsa nsplugin odbc selinux"
 
 RDEPEND="
                X? (
@@ -75,8 +75,9 @@
                        x11-libs/libXt
                )
                alsa? ( media-libs/alsa-lib )
-               odbc? ( dev-db/unixODBC )"
-DEPEND=""
+               odbc? ( dev-db/unixODBC )
+               selinux? ( sec-policy/selinux-java )"
+DEPEND="selinux? ( sec-policy/selinux-java )"
 
 QA_TEXTRELS_x86="opt/${P}/lib/i386/libj9jvmti24.so
 opt/${P}/lib/i386/libj9vm24.so



1.5                  dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2.ebuild?r1=1.4&r2=1.5

Index: ibm-jre-bin-1.6.0.9_p2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ibm-jre-bin-1.6.0.9_p2.ebuild       27 Aug 2011 09:24:20 -0000      1.4
+++ ibm-jre-bin-1.6.0.9_p2.ebuild       16 May 2014 19:09:24 -0000      1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2.ebuild,v 
1.4 2011/08/27 09:24:20 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2.ebuild,v 
1.5 2014/05/16 19:09:24 swift Exp $
 
 inherit java-vm-2 versionator eutils
 
@@ -62,7 +62,7 @@
 LICENSE="IBM-J1.6"
 KEYWORDS="-* amd64 ppc ppc64 x86"
 RESTRICT="fetch"
-IUSE="X alsa nsplugin odbc"
+IUSE="X alsa nsplugin odbc selinux"
 
 RDEPEND="
                X? (
@@ -75,8 +75,9 @@
                        x11-libs/libXt
                )
                alsa? ( media-libs/alsa-lib )
-               odbc? ( dev-db/unixODBC )"
-DEPEND=""
+               odbc? ( dev-db/unixODBC )
+               selinux? ( sec-policy/selinux-java )"
+DEPEND="selinux? ( sec-policy/selinux-java )"
 
 QA_TEXTRELS_x86="opt/${P}/lib/i386/libj9jvmti24.so
 opt/${P}/lib/i386/libj9vm24.so



1.175                dev-java/ibm-jre-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ibm-jre-bin/ChangeLog?rev=1.175&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ibm-jre-bin/ChangeLog?rev=1.175&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ibm-jre-bin/ChangeLog?r1=1.174&r2=1.175

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog   29 Jan 2014 19:06:05 -0000      1.174
+++ ChangeLog   16 May 2014 19:09:24 -0000      1.175
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/ibm-jre-bin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ChangeLog,v 1.174 
2014/01/29 19:06:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ChangeLog,v 1.175 
2014/05/16 19:09:24 swift Exp $
+
+  16 May 2014; Sven Vermeulen <[email protected]> ibm-jre-bin-1.6.0.9_p1.ebuild,
+  ibm-jre-bin-1.6.0.9_p2-r1.ebuild, ibm-jre-bin-1.6.0.9_p2.ebuild:
+  Fix bug #509740 - Enable USE=selinux dependency to sec-policy/selinux-java
 
   29 Jan 2014; Michael Sterrett <[email protected]>
   -files/ibm-jre-bin-1.5.env, -ibm-jre-bin-1.5.0.12_p4.ebuild,




Reply via email to