swift 14/11/02 09:27:00
Modified: rpcbind-0.2.0-r1.ebuild rpcbind-9999.ebuild
rpcbind-0.2.1-r1.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.13 net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild?rev=1.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild?r1=1.12&r2=1.13
Index: rpcbind-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rpcbind-0.2.0-r1.ebuild 18 Jan 2014 04:53:00 -0000 1.12
+++ rpcbind-0.2.0-r1.ebuild 2 Nov 2014 09:27:00 -0000 1.13
@@ -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/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild,v
1.12 2014/01/18 04:53:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild,v
1.13 2014/11/02 09:27:00 swift Exp $
EAPI="2"
@@ -23,12 +23,13 @@
SLOT="0"
IUSE="selinux tcpd"
-RDEPEND="net-libs/libtirpc
- selinux? ( sec-policy/selinux-rpcbind )
+CDEPEND="net-libs/libtirpc
tcpd? ( sys-apps/tcp-wrappers )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
virtual/pkgconfig"
-
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-rpcbind )
+"
src_prepare() {
if [[ ${PV} == "9999" ]] ; then
eautoreconf
1.12 net-nds/rpcbind/rpcbind-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild?r1=1.11&r2=1.12
Index: rpcbind-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rpcbind-9999.ebuild 30 Jan 2014 21:06:30 -0000 1.11
+++ rpcbind-9999.ebuild 2 Nov 2014 09:27:00 -0000 1.12
@@ -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/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.11
2014/01/30 21:06:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.12
2014/11/02 09:27:00 swift Exp $
EAPI="4"
@@ -21,12 +21,13 @@
SLOT="0"
IUSE="debug selinux tcpd warmstarts"
-RDEPEND=">=net-libs/libtirpc-0.2.3
- selinux? ( sec-policy/selinux-rpcbind )
+CDEPEND=">=net-libs/libtirpc-0.2.3
tcpd? ( sys-apps/tcp-wrappers )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
virtual/pkgconfig"
-
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-rpcbind )
+"
src_prepare() {
[[ ${PV} == "9999" ]] && eautoreconf
epatch_user
1.2 net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild?r1=1.1&r2=1.2
Index: rpcbind-0.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rpcbind-0.2.1-r1.ebuild 30 Jan 2014 21:04:39 -0000 1.1
+++ rpcbind-0.2.1-r1.ebuild 2 Nov 2014 09:27:00 -0000 1.2
@@ -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/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild,v
1.1 2014/01/30 21:04:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild,v
1.2 2014/11/02 09:27:00 swift Exp $
EAPI="4"
@@ -21,12 +21,13 @@
SLOT="0"
IUSE="debug selinux tcpd warmstarts"
-RDEPEND=">=net-libs/libtirpc-0.2.3
- selinux? ( sec-policy/selinux-rpcbind )
+CDEPEND=">=net-libs/libtirpc-0.2.3
tcpd? ( sys-apps/tcp-wrappers )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
virtual/pkgconfig"
-
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-rpcbind )
+"
src_prepare() {
[[ ${PV} == "9999" ]] && eautoreconf
epatch_user
1.39 net-nds/rpcbind/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?rev=1.39&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?rev=1.39&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 30 Jan 2014 21:06:30 -0000 1.38
+++ ChangeLog 2 Nov 2014 09:27:00 -0000 1.39
@@ -1,6 +1,11 @@
# ChangeLog for net-nds/rpcbind
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.38 2014/01/30
21:06:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.39 2014/11/02
09:27:00 swift Exp $
+
+ 02 Nov 2014; Sven Vermeulen <[email protected]> rpcbind-0.2.0-r1.ebuild,
+ rpcbind-0.2.1-r1.ebuild, rpcbind-9999.ebuild:
+ Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+ #527698)
30 Jan 2014; Tim Harder <[email protected]> rpcbind-9999.ebuild:
Sync live ebuild.