Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308333 | Differences between
and this patch

Collapse All | Expand All

(-)openssl-blacklist.orig/openssl-blacklist-0.4.1.ebuild (-1 / +6 lines)
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.1.ebuild,v 1.3 2008/10/02 18:16:52 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-blacklist/openssl-blacklist-0.4.1.ebuild,v 1.3 2008/10/02 18:16:52 jer 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=""
17
RDEPEND="${DEPEND}"
13
S="${WORKDIR}/trunk"
18
S="${WORKDIR}/trunk"
14
19
15
src_compile() {
20
src_compile() {
(-)openssl-blacklist.orig/openssl-blacklist-0.4.2.ebuild (-1 / +5 lines)
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

Return to bug 308333