diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 09:29:40 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 09:29:40 +0000 |
commit | f7c7aeef9c9ed90e2e208a8a1e8186599e9c8f36 (patch) | |
tree | 4b542b201cdee6fcba66c8bba13d071c228e7182 /net-proxy/dante | |
parent | Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff) | |
download | gentoo-2-f7c7aeef9c9ed90e2e208a8a1e8186599e9c8f36.tar.gz gentoo-2-f7c7aeef9c9ed90e2e208a8a1e8186599e9c8f36.tar.bz2 gentoo-2-f7c7aeef9c9ed90e2e208a8a1e8186599e9c8f36.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-proxy/dante')
-rw-r--r-- | net-proxy/dante/ChangeLog | 7 | ||||
-rw-r--r-- | net-proxy/dante/dante-1.4.0-r2.ebuild | 11 | ||||
-rw-r--r-- | net-proxy/dante/dante-1.4.1.ebuild | 11 |
3 files changed, 18 insertions, 11 deletions
diff --git a/net-proxy/dante/ChangeLog b/net-proxy/dante/ChangeLog index 43c60e494dce..5e71299b63f3 100644 --- a/net-proxy/dante/ChangeLog +++ b/net-proxy/dante/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-proxy/dante # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v 1.81 2014/09/09 04:55:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v 1.82 2014/11/02 09:29:40 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> dante-1.4.0-r2.ebuild, + dante-1.4.1.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) 09 Sep 2014; Samuli Suominen <ssuominen@gentoo.org> +files/sockd.conf, +files/socks.conf: diff --git a/net-proxy/dante/dante-1.4.0-r2.ebuild b/net-proxy/dante/dante-1.4.0-r2.ebuild index 8d1b79789390..63e4d36d25fe 100644 --- a/net-proxy/dante/dante-1.4.0-r2.ebuild +++ b/net-proxy/dante/dante-1.4.0-r2.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-proxy/dante/dante-1.4.0-r2.ebuild,v 1.1 2014/08/19 02:30:06 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.4.0-r2.ebuild,v 1.2 2014/11/02 09:29:40 swift Exp $ EAPI="5" @@ -16,16 +16,17 @@ SLOT="0" KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug kerberos pam selinux static-libs tcpd upnp" -RDEPEND="pam? ( virtual/pam ) +CDEPEND="pam? ( virtual/pam ) kerberos? ( virtual/krb5 ) - selinux? ( sec-policy/selinux-dante ) tcpd? ( sys-apps/tcp-wrappers ) userland_GNU? ( virtual/shadow ) upnp? ( net-libs/miniupnpc )" -DEPEND="${RDEPEND} +DEPEND="${CDEPEND} sys-devel/flex sys-devel/bison" - +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-dante ) +" DOCS="BUGS CREDITS NEWS README SUPPORT doc/README* doc/*.txt doc/SOCKS4.protocol" S="${WORKDIR}/${MY_P}" diff --git a/net-proxy/dante/dante-1.4.1.ebuild b/net-proxy/dante/dante-1.4.1.ebuild index 1adbd456d870..8974ce46e26f 100644 --- a/net-proxy/dante/dante-1.4.1.ebuild +++ b/net-proxy/dante/dante-1.4.1.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-proxy/dante/dante-1.4.1.ebuild,v 1.1 2014/09/08 11:44:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.4.1.ebuild,v 1.2 2014/11/02 09:29:40 swift Exp $ EAPI="5" @@ -16,16 +16,17 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug kerberos pam selinux static-libs tcpd upnp" -RDEPEND="kerberos? ( virtual/krb5 ) +CDEPEND="kerberos? ( virtual/krb5 ) pam? ( virtual/pam ) - selinux? ( sec-policy/selinux-dante ) tcpd? ( sys-apps/tcp-wrappers ) upnp? ( net-libs/miniupnpc ) userland_GNU? ( virtual/shadow )" -DEPEND="${RDEPEND} +DEPEND="${CDEPEND} sys-devel/bison sys-devel/flex" - +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-dante ) +" DOCS="BUGS CREDITS NEWS README SUPPORT doc/README* doc/*.txt doc/SOCKS4.protocol" S="${WORKDIR}/${MY_P}" |