swift 14/11/02 09:54:49
Modified: metadata.xml openrc-0.12.4.ebuild
openrc-9999.ebuild openrc-0.13.1.ebuild ChangeLog
Log:
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
#527698)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key
0x2EDD52403B68AF47)
Revision Changes Path
1.12 sys-apps/openrc/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/metadata.xml?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/metadata.xml?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/metadata.xml?r1=1.11&r2=1.12
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/metadata.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- metadata.xml 14 Aug 2013 03:56:38 -0000 1.11
+++ metadata.xml 2 Nov 2014 09:54:49 -0000 1.12
@@ -3,6 +3,7 @@
<pkgmetadata>
<herd>openrc</herd>
<use>
+ <flag name="audit">enable support for Linux audit
subsystem</flag>
<flag name="netifrc">enable Gentoo's network stack (net.*
scripts)</flag>
<flag name="newnet">enable the new network stack
(experimental)</flag>
<flag name="tools">build optional tools</flag>
1.14 sys-apps/openrc/openrc-0.12.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.12.4.ebuild?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.12.4.ebuild?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.12.4.ebuild?r1=1.13&r2=1.14
Index: openrc-0.12.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.12.4.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- openrc-0.12.4.ebuild 28 Oct 2014 17:27:35 -0000 1.13
+++ openrc-0.12.4.ebuild 2 Nov 2014 09:54:49 -0000 1.14
@@ -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/sys-apps/openrc/openrc-0.12.4.ebuild,v 1.13
2014/10/28 17:27:35 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.12.4.ebuild,v 1.14
2014/11/02 09:54:49 swift Exp $
EAPI=5
@@ -30,7 +30,6 @@
kernel_linux? (
sys-process/psmisc
)
- selinux? ( sec-policy/selinux-openrc )
!<sys-apps/baselayout-2.1-r1
!<sys-fs/udev-init-scripts-17
!<sys-fs/udev-133"
@@ -41,7 +40,9 @@
!prefix? (
kernel_linux? ( || ( >=sys-apps/sysvinit-2.86-r6
sys-process/runit ) )
kernel_FreeBSD? ( sys-freebsd/freebsd-sbin )
- )"
+ )
+ selinux? ( sec-policy/selinux-openrc )
+"
PDEPEND="netifrc? ( net-misc/netifrc )"
1.141 sys-apps/openrc/openrc-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.141&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.141&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.140&r2=1.141
Index: openrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- openrc-9999.ebuild 28 Oct 2014 17:27:35 -0000 1.140
+++ openrc-9999.ebuild 2 Nov 2014 09:54:49 -0000 1.141
@@ -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/sys-apps/openrc/openrc-9999.ebuild,v 1.140
2014/10/28 17:27:35 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.141
2014/11/02 09:54:49 swift Exp $
EAPI=5
@@ -19,7 +19,7 @@
LICENSE="BSD-2"
SLOT="0"
-IUSE="debug elibc_glibc ncurses pam newnet prefix +netifrc selinux static-libs
+IUSE="audit debug elibc_glibc ncurses pam newnet prefix +netifrc selinux
static-libs
tools unicode kernel_linux kernel_FreeBSD"
COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc
sys-process/fuser-bsd ) )
@@ -27,13 +27,15 @@
ncurses? ( sys-libs/ncurses )
pam? ( sys-auth/pambase )
tools? ( dev-lang/perl )
+ audit? ( sys-process/audit )
kernel_linux? (
sys-process/psmisc
!<sys-process/procps-3.3.9-r2
)
- selinux? ( sec-policy/selinux-base-policy
- sec-policy/selinux-openrc
- sys-libs/libselinux )
+ selinux? (
+ sys-apps/policycoreutils
+ sys-libs/libselinux
+ )
!<sys-apps/baselayout-2.1-r1
!<sys-fs/udev-init-scripts-27"
DEPEND="${COMMON_DEPEND}
@@ -43,7 +45,12 @@
!prefix? (
kernel_linux? ( || ( >=sys-apps/sysvinit-2.86-r6
sys-process/runit ) )
kernel_FreeBSD? ( sys-freebsd/freebsd-sbin )
- )"
+ )
+ selinux? (
+ sec-policy/selinux-base-policy
+ sec-policy/selinux-openrc
+ )
+"
PDEPEND="netifrc? ( net-misc/netifrc )"
@@ -67,8 +74,10 @@
LIBEXECDIR=${EPREFIX}/$(get_libdir)/rc
MKNET=$(usex newnet)
MKSELINUX=$(usex selinux)
+ MKAUDIT=$(usex audit)
+ MKPAM=$(usev pam)
MKSTATICLIBS=$(usex static-libs)
- MKTOOLS=$(usex tools)"
+ MKTOOLS=$(usex tools)"
local brand="Unknown"
if use kernel_linux ; then
@@ -81,7 +90,6 @@
export BRANDING="Gentoo ${brand}"
use prefix && MAKE_ARGS="${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}"
export DEBUG=$(usev debug)
- export MKPAM=$(usev pam)
export MKTERMCAP=$(usev ncurses)
tc-export CC AR RANLIB
1.3 sys-apps/openrc/openrc-0.13.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.13.1.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.13.1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.13.1.ebuild?r1=1.2&r2=1.3
Index: openrc-0.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.13.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openrc-0.13.1.ebuild 28 Oct 2014 17:27:35 -0000 1.2
+++ openrc-0.13.1.ebuild 2 Nov 2014 09:54:49 -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/sys-apps/openrc/openrc-0.13.1.ebuild,v 1.2
2014/10/28 17:27:35 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.13.1.ebuild,v 1.3
2014/11/02 09:54:49 swift Exp $
EAPI=5
@@ -31,9 +31,7 @@
sys-process/psmisc
!<sys-process/procps-3.3.9-r2
)
- selinux? ( sec-policy/selinux-base-policy
- sec-policy/selinux-openrc
- sys-libs/libselinux )
+ selinux? ( sys-libs/libselinux )
!<sys-apps/baselayout-2.1-r1
!<sys-fs/udev-init-scripts-27"
DEPEND="${COMMON_DEPEND}
@@ -43,7 +41,12 @@
!prefix? (
kernel_linux? ( || ( >=sys-apps/sysvinit-2.86-r6
sys-process/runit ) )
kernel_FreeBSD? ( sys-freebsd/freebsd-sbin )
- )"
+ )
+ selinux? (
+ sec-policy/selinux-base-policy
+ sec-policy/selinux-openrc
+ )
+"
PDEPEND="netifrc? ( net-misc/netifrc )"
1.311 sys-apps/openrc/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.311&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.311&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.310&r2=1.311
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- ChangeLog 28 Oct 2014 17:27:35 -0000 1.310
+++ ChangeLog 2 Nov 2014 09:54:49 -0000 1.311
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/openrc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.310
2014/10/28 17:27:35 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.311
2014/11/02 09:54:49 swift Exp $
+
+ 02 Nov 2014; Sven Vermeulen <[email protected]> metadata.xml,
+ openrc-0.12.4.ebuild, openrc-0.13.1.ebuild, openrc-9999.ebuild:
+ Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+ #527698)
28 Oct 2014; William Hubbs <[email protected]> openrc-0.12.4.ebuild,
openrc-0.13.1.ebuild, openrc-0.13.2.ebuild, openrc-9999.ebuild: