Lines 2-7
Link Here
|
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/app-crypt/openssl-blacklist/openssl-blacklist-0.4.2.ebuild,v 1.1 2009/04/15 08:05:43 hanno Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-blacklist/openssl-blacklist-0.4.2.ebuild,v 1.1 2009/04/15 08:05:43 hanno Exp $ |
4 |
|
4 |
|
|
|
5 |
EAPI="3" |
6 |
PYTHON_DEPEND="2" |
7 |
inherit python |
8 |
|
5 |
DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008" |
9 |
DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008" |
6 |
HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/" |
10 |
HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/" |
7 |
SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz" |
11 |
SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz" |
Lines 9-15
Link Here
|
9 |
SLOT="0" |
13 |
SLOT="0" |
10 |
KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd" |
14 |
KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd" |
11 |
IUSE="" |
15 |
IUSE="" |
12 |
DEPEND="dev-lang/python" |
16 |
DEPEND="" |
13 |
RDEPEND="${DEPEND}" |
17 |
RDEPEND="${DEPEND}" |
14 |
S="${WORKDIR}/trunk" |
18 |
S="${WORKDIR}/trunk" |
15 |
|
19 |
|