* [gentoo-commits] gentoo-x86 commit in dev-java/sun-jre-bin: sun-jre-bin-1.6.0.43.ebuild sun-jre-bin-1.6.0.45.ebuild ChangeLog
@ 2014-05-16 19:06 Sven Vermeulen (swift)
0 siblings, 0 replies; only message in thread
From: Sven Vermeulen (swift) @ 2014-05-16 19:06 UTC (permalink / raw
To: gentoo-commits
swift 14/05/16 19:06:15
Modified: sun-jre-bin-1.6.0.43.ebuild
sun-jre-bin-1.6.0.45.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/sun-jre-bin/sun-jre-bin-1.6.0.43.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.43.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.43.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.43.ebuild?r1=1.3&r2=1.4
Index: sun-jre-bin-1.6.0.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.43.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sun-jre-bin-1.6.0.43.ebuild 7 Mar 2013 18:45:46 -0000 1.3
+++ sun-jre-bin-1.6.0.43.ebuild 16 May 2014 19:06:15 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/sun-jre-bin/sun-jre-bin-1.6.0.43.ebuild,v 1.3 2013/03/07 18:45:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.43.ebuild,v 1.4 2014/05/16 19:06:15 swift Exp $
EAPI="5"
@@ -26,7 +26,7 @@
LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.6"
KEYWORDS="amd64 x86"
-IUSE="X alsa jce nsplugin pax_kernel"
+IUSE="X alsa jce nsplugin pax_kernel selinux"
RESTRICT="fetch strip"
QA_PREBUILT="*"
@@ -41,11 +41,13 @@
)
alsa? ( media-libs/alsa-lib )
jce? ( dev-java/sun-jce-bin:1.6 )
- !prefix? ( sys-libs/glibc )"
+ !prefix? ( sys-libs/glibc )
+ selinux? ( sec-policy/selinux-java )"
# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND="
- pax_kernel? ( sys-apps/paxctl )"
+ pax_kernel? ( sys-apps/paxctl )
+ selinux? ( sec-policy/selinux-java )"
S="${WORKDIR}/jre${S_PV}"
1.4 dev-java/sun-jre-bin/sun-jre-bin-1.6.0.45.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.45.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.45.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.45.ebuild?r1=1.3&r2=1.4
Index: sun-jre-bin-1.6.0.45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.45.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sun-jre-bin-1.6.0.45.ebuild 23 Apr 2013 09:10:31 -0000 1.3
+++ sun-jre-bin-1.6.0.45.ebuild 16 May 2014 19:06:15 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/sun-jre-bin/sun-jre-bin-1.6.0.45.ebuild,v 1.3 2013/04/23 09:10:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.45.ebuild,v 1.4 2014/05/16 19:06:15 swift Exp $
EAPI="5"
@@ -26,7 +26,7 @@
LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.6"
KEYWORDS="amd64 x86"
-IUSE="X alsa jce nsplugin pax_kernel"
+IUSE="X alsa jce nsplugin pax_kernel selinux"
RESTRICT="fetch strip"
QA_PREBUILT="*"
@@ -41,11 +41,13 @@
)
alsa? ( media-libs/alsa-lib )
jce? ( dev-java/sun-jce-bin:1.6 )
- !prefix? ( sys-libs/glibc )"
+ !prefix? ( sys-libs/glibc )
+ selinux? ( sec-policy/selinux-java )"
# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND="
- pax_kernel? ( sys-apps/paxctl )"
+ pax_kernel? ( sys-apps/paxctl )
+ selinux? ( sec-policy/selinux-java )"
S="${WORKDIR}/jre${S_PV}"
1.242 dev-java/sun-jre-bin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/ChangeLog?rev=1.242&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/ChangeLog?rev=1.242&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/ChangeLog?r1=1.241&r2=1.242
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog 23 Apr 2013 09:10:31 -0000 1.241
+++ ChangeLog 16 May 2014 19:06:15 -0000 1.242
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/sun-jre-bin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v 1.241 2013/04/23 09:10:31 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v 1.242 2014/05/16 19:06:15 swift Exp $
+
+ 16 May 2014; Sven Vermeulen <swift@gentoo.org> sun-jre-bin-1.6.0.43.ebuild,
+ sun-jre-bin-1.6.0.45.ebuild:
+ Fix bug #509740 - Enable USE=selinux dependency to sec-policy/selinux-java
23 Apr 2013; Agostino Sarubbo <ago@gentoo.org> sun-jre-bin-1.6.0.45.ebuild:
Stable for x86, wrt bug #466212
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-16 19:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 19:06 [gentoo-commits] gentoo-x86 commit in dev-java/sun-jre-bin: sun-jre-bin-1.6.0.43.ebuild sun-jre-bin-1.6.0.45.ebuild ChangeLog 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