1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/Attic/stunnel-3.26.ebuild,v 1.9 2004/10/14 14:32:48 usata Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/Attic/stunnel-3.26.ebuild,v 1.10 2005/02/11 20:58:27 kaiowas Exp $ |
4 | |
4 | |
5 | inherit eutils |
5 | inherit eutils |
6 | |
6 | |
7 | DESCRIPTION="TLS/SSL - Port Wrapper" |
7 | DESCRIPTION="TLS/SSL - Port Wrapper" |
8 | HOMEPAGE="http://www.stunnel.org/" |
8 | HOMEPAGE="http://www.stunnel.org/" |
9 | SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" |
9 | SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" |
10 | |
10 | |
11 | LICENSE="GPL-2" |
11 | LICENSE="GPL-2" |
12 | SLOT="0" |
12 | SLOT="0" |
13 | KEYWORDS="x86 sparc alpha ppc ~amd64 ~ppc-macos" |
13 | KEYWORDS="x86 sparc alpha ppc ~amd64 ~ppc-macos" |
14 | IUSE="" |
14 | IUSE="selinux" |
15 | |
15 | |
16 | RDEPEND=">=dev-libs/openssl-0.9.6j" |
16 | RDEPEND=">=dev-libs/openssl-0.9.6j |
|
|
17 | selinux? ( sec-policy/selinux-stunnel )" |
17 | DEPEND="${RDEPEND} |
18 | DEPEND="${RDEPEND} |
18 | virtual/libc" |
19 | virtual/libc" |
19 | |
20 | |
20 | src_unpack() { |
21 | src_unpack() { |
21 | unpack ${A} |
22 | unpack ${A} |