--- openssl-blacklist.orig/openssl-blacklist-0.4.1.ebuild 2008-10-03 02:16:52.000000000 +0800 +++ openssl-blacklist.orig/openssl-blacklist-0.4.1.ebuild 2011-11-19 02:12:31.509950321 +0800 @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $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 $ +EAPI="3" +PYTHON_DEPEND="2" +inherit python + DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008" HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/" SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz" @@ -9,7 +13,8 @@ SLOT="0" KEYWORDS="amd64 hppa x86 ~x86-fbsd" IUSE="" -DEPEND="dev-lang/python" +DEPEND="" +RDEPEND="${DEPEND}" @@ -26,5 +26,5 @@ | cut -d ' ' -f 5 | cut -b21- | sort \ >> "${D}/usr/share/openssl-blacklist/blacklist.RSA-$keysize" done - + python_convert_shebangs -r 2 "${ED}" } --- openssl-blacklist.orig/openssl-blacklist-0.4.2.ebuild 2009-04-15 16:05:43.000000000 +0800 +++ openssl-blacklist.orig/openssl-blacklist-0.4.2.ebuild 2011-11-19 02:13:22.678950301 +0800 @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $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 $ +EAPI="3" +PYTHON_DEPEND="2" +inherit python + DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008" HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/" SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz" @@ -9,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd" IUSE="" -DEPEND="dev-lang/python" +DEPEND="" RDEPEND="${DEPEND}" S="${WORKDIR}/trunk" S="${WORKDIR}/trunk" @@ -27,5 +31,6 @@ | cut -d ' ' -f 5 | cut -b21- | sort \ >> "${D}/usr/share/openssl-blacklist/blacklist.RSA-$keysize" done - + python_convert_shebangs -r 2 "${ED}" } +