| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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-libs/cyassl/Attic/cyassl-2.0.8-r1.ebuild,v 1.5 2012/07/16 22:49:44 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/Attic/cyassl-2.0.8-r1.ebuild,v 1.6 2012/07/17 11:03:59 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit eutils |
7 | inherit eutils |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://www.yassl.com/yaSSL/Home.html" |
10 | HOMEPAGE="http://www.yassl.com/yaSSL/Home.html" |
| 11 | SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.zip" |
11 | SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.zip" |
| 12 | |
12 | |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" |
15 | KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" |
| 16 | |
16 | |
| 17 | #Add CRYPTO_OPTS=ecc when fixed |
17 | #Add CRYPTO_OPTS=ecc when fixed |
| 18 | CACHE_SIZE="small big +huge" |
18 | CACHE_SIZE="small big +huge" |
| 19 | CRYPTO_OPTS="aes-ni +hc128 +psk +ripemd sha512" |
19 | CRYPTO_OPTS="aes-ni +hc128 +psk +ripemd sha512" |
| 20 | CERT_OPTS="+sessioncerts +testcert" |
20 | CERT_OPTS="+sessioncerts +testcert" |