--- m2crypto-0.13.ebuild 2005-10-16 23:35:13.000000000 +0200 +++ m2crypto-0.15.ebuild 2006-06-02 23:28:06.000000000 +0200 @@ -5,8 +5,8 @@ inherit distutils DESCRIPTION="A python wrapper for the OpenSSL crypto library" -HOMEPAGE="http://sandbox.rulemaker.net/ngps/m2/" -SRC_URI="http://sandbox.rulemaker.net/ngps/Dist/${P}.zip" +HOMEPAGE="http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto" +SRC_URI="http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -14,8 +14,8 @@ IUSE="" DEPEND=">=dev-libs/openssl-0.9.7 - dev-lang/swig - app-arch/unzip" + >=dev-lang/swig-1.3.25 + >=dev-lang/python-2.3" PYTHON_MODNAME="M2Crypto" @@ -24,6 +24,6 @@ distutils_src_install # can't dodoc, doesn't handle subdirs dodir /usr/share/doc/${PF}/example - cp -pPR demo/* ${D}/usr/share/doc/${PF}/example + cp -PR demo/* ${D}/usr/share/doc/${PF}/example dohtml -r doc/* }