diff options
author | Aron Griffis <agriffis@gentoo.org> | 2007-02-02 17:02:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2007-02-02 17:02:53 +0000 |
commit | f67c96bd82714c689199a736bebf80a95b52c19b (patch) | |
tree | 34836d7686958f1db04f3ed97f9debd70a38932f /net-misc | |
parent | Keyworded ~sparc wrt #163401 (diff) | |
download | gentoo-2-f67c96bd82714c689199a736bebf80a95b52c19b.tar.gz gentoo-2-f67c96bd82714c689199a736bebf80a95b52c19b.tar.bz2 gentoo-2-f67c96bd82714c689199a736bebf80a95b52c19b.zip |
Add sys-apps/tcp-wrappers to DEPEND #154205
(Portage version: 2.1.2_pre3-r1)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/stunnel/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-3.26.ebuild | 8 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-4.09-r1.ebuild | 8 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-4.14-r1.ebuild | 8 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-4.15.ebuild | 8 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-4.16.ebuild | 8 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-4.20.ebuild | 6 |
7 files changed, 28 insertions, 25 deletions
diff --git a/net-misc/stunnel/ChangeLog b/net-misc/stunnel/ChangeLog index c124d1c9e708..bbd0e29bae27 100644 --- a/net-misc/stunnel/ChangeLog +++ b/net-misc/stunnel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/stunnel # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.61 2007/02/02 16:47:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.62 2007/02/02 17:02:53 agriffis Exp $ + + 02 Feb 2007; Aron Griffis <agriffis@gentoo.org> stunnel-3.26.ebuild, + stunnel-4.09-r1.ebuild, stunnel-4.14-r1.ebuild, stunnel-4.15.ebuild, + stunnel-4.16.ebuild, stunnel-4.20.ebuild: + Add sys-apps/tcp-wrappers to DEPEND #154205 *stunnel-4.20 (02 Feb 2007) diff --git a/net-misc/stunnel/stunnel-3.26.ebuild b/net-misc/stunnel/stunnel-3.26.ebuild index d68c4d06b005..d0279765c581 100644 --- a/net-misc/stunnel/stunnel-3.26.ebuild +++ b/net-misc/stunnel/stunnel-3.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.12 2005/06/25 00:45:38 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.13 2007/02/02 17:02:53 agriffis Exp $ inherit eutils @@ -13,10 +13,8 @@ SLOT="0" KEYWORDS="x86 sparc alpha ppc ~amd64 ~ppc-macos" IUSE="selinux" -RDEPEND=">=dev-libs/openssl-0.9.6j +DEPEND=">=dev-libs/openssl-0.9.6j selinux? ( sec-policy/selinux-stunnel )" -DEPEND="${RDEPEND} - virtual/libc" src_unpack() { unpack ${A} diff --git a/net-misc/stunnel/stunnel-4.09-r1.ebuild b/net-misc/stunnel/stunnel-4.09-r1.ebuild index ea4c2900d6b2..df9f57bd96bd 100644 --- a/net-misc/stunnel/stunnel-4.09-r1.ebuild +++ b/net-misc/stunnel/stunnel-4.09-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.09-r1.ebuild,v 1.10 2006/11/04 17:25:51 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.09-r1.ebuild,v 1.11 2007/02/02 17:02:53 agriffis Exp $ inherit ssl-cert eutils flag-o-matic @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 sparc x86" IUSE="ipv6 selinux tcpd" -DEPEND="virtual/libc +DEPEND="tcpd? ( sys-apps/tcp-wrappers ) >=dev-libs/openssl-0.9.6j" -RDEPEND=">=dev-libs/openssl-0.9.6j +RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-stunnel )" src_unpack() { diff --git a/net-misc/stunnel/stunnel-4.14-r1.ebuild b/net-misc/stunnel/stunnel-4.14-r1.ebuild index a18e43fec9f0..33f0a991d94e 100644 --- a/net-misc/stunnel/stunnel-4.14-r1.ebuild +++ b/net-misc/stunnel/stunnel-4.14-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.14-r1.ebuild,v 1.3 2006/06/10 03:11:27 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.14-r1.ebuild,v 1.4 2007/02/02 17:02:53 agriffis Exp $ inherit ssl-cert eutils flag-o-matic @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86" IUSE="ipv6 selinux tcpd" -DEPEND="virtual/libc +DEPEND="tcpd? ( sys-apps/tcp-wrappers ) >=dev-libs/openssl-0.9.6j" -RDEPEND=">=dev-libs/openssl-0.9.6j +RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-stunnel )" src_unpack() { diff --git a/net-misc/stunnel/stunnel-4.15.ebuild b/net-misc/stunnel/stunnel-4.15.ebuild index cbffb30015c2..24a54fa23ff5 100644 --- a/net-misc/stunnel/stunnel-4.15.ebuild +++ b/net-misc/stunnel/stunnel-4.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.15.ebuild,v 1.4 2006/07/13 20:38:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.15.ebuild,v 1.5 2007/02/02 17:02:53 agriffis Exp $ inherit ssl-cert eutils flag-o-matic @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" IUSE="ipv6 selinux tcpd" -DEPEND="virtual/libc +DEPEND="tcpd? ( sys-apps/tcp-wrappers ) >=dev-libs/openssl-0.9.6j" -RDEPEND=">=dev-libs/openssl-0.9.6j +RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-stunnel )" src_unpack() { diff --git a/net-misc/stunnel/stunnel-4.16.ebuild b/net-misc/stunnel/stunnel-4.16.ebuild index 68f0fa00f160..ed7f51f6b786 100644 --- a/net-misc/stunnel/stunnel-4.16.ebuild +++ b/net-misc/stunnel/stunnel-4.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.16.ebuild,v 1.2 2006/11/04 17:25:51 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.16.ebuild,v 1.3 2007/02/02 17:02:53 agriffis Exp $ inherit ssl-cert eutils flag-o-matic @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="ipv6 selinux tcpd" -DEPEND="virtual/libc +DEPEND="tcpd? ( sys-apps/tcp-wrappers ) >=dev-libs/openssl-0.9.6j" -RDEPEND=">=dev-libs/openssl-0.9.6j +RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-stunnel )" src_unpack() { diff --git a/net-misc/stunnel/stunnel-4.20.ebuild b/net-misc/stunnel/stunnel-4.20.ebuild index 7867b4bbe272..5dc61fc183dc 100644 --- a/net-misc/stunnel/stunnel-4.20.ebuild +++ b/net-misc/stunnel/stunnel-4.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.20.ebuild,v 1.1 2007/02/02 16:47:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.20.ebuild,v 1.2 2007/02/02 17:02:53 agriffis Exp $ inherit ssl-cert eutils flag-o-matic @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="ipv6 selinux tcpd" -DEPEND="virtual/libc +DEPEND="tcpd? ( sys-apps/tcp-wrappers ) >=dev-libs/openssl-0.9.6j" -RDEPEND=">=dev-libs/openssl-0.9.6j +RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-stunnel )" src_unpack() { |