summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-11-02 09:27:00 +0000
committerSven Vermeulen <swift@gentoo.org>2014-11-02 09:27:00 +0000
commit37875408485247b01822b94043fd2d117b93fc5e (patch)
treefbb5325104e7a73059dd90b2df6b27bb781ddaeb /net-nds/rpcbind
parentRemove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff)
downloadgentoo-2-37875408485247b01822b94043fd2d117b93fc5e.tar.gz
gentoo-2-37875408485247b01822b94043fd2d117b93fc5e.tar.bz2
gentoo-2-37875408485247b01822b94043fd2d117b93fc5e.zip
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)
Diffstat (limited to 'net-nds/rpcbind')
-rw-r--r--net-nds/rpcbind/ChangeLog7
-rw-r--r--net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild11
-rw-r--r--net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild11
-rw-r--r--net-nds/rpcbind/rpcbind-9999.ebuild11
4 files changed, 24 insertions, 16 deletions
diff --git a/net-nds/rpcbind/ChangeLog b/net-nds/rpcbind/ChangeLog
index ec0921d00e93..01b3aa19ff65 100644
--- a/net-nds/rpcbind/ChangeLog
+++ b/net-nds/rpcbind/ChangeLog
@@ -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 <swift@gentoo.org> 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 <radhermit@gentoo.org> rpcbind-9999.ebuild:
Sync live ebuild.
diff --git a/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild b/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild
index 06a8c649013f..a1f4e2a81ae3 100644
--- a/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild
+++ b/net-nds/rpcbind/rpcbind-0.2.0-r1.ebuild
@@ -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 @@ LICENSE="BSD"
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
diff --git a/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild b/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild
index b28c467617c8..4777eb97cfdd 100644
--- a/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild
+++ b/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild
@@ -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 @@ LICENSE="BSD"
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
diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild
index 8b2db13d31ea..29fd04cb9cbc 100644
--- a/net-nds/rpcbind/rpcbind-9999.ebuild
+++ b/net-nds/rpcbind/rpcbind-9999.ebuild
@@ -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 @@ LICENSE="BSD"
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