1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
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.2 2003/09/12 02:59:38 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/Attic/stunnel-3.26.ebuild,v 1.3 2003/10/28 14:53:40 aliz 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/" |
… | |
… | |
10 | |
10 | |
11 | LICENSE="GPL-2" |
11 | LICENSE="GPL-2" |
12 | SLOT="0" |
12 | SLOT="0" |
13 | KEYWORDS="x86 sparc alpha ppc" |
13 | KEYWORDS="x86 sparc alpha ppc" |
14 | |
14 | |
15 | RDEPEND=">=dev-libs/openssl-0.9.6c" |
15 | RDEPEND=">=dev-libs/openssl-0.9.6j" |
16 | DEPEND="${RDEPEND} |
16 | DEPEND="${RDEPEND} |
17 | virtual/glibc" |
17 | virtual/glibc" |
18 | |
18 | |
19 | src_unpack() { |
19 | src_unpack() { |
20 | unpack ${A} |
20 | unpack ${A} |