diff options
Diffstat (limited to 'dev-python/python-crack')
-rw-r--r-- | dev-python/python-crack/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-crack/python-crack-0.5.1.ebuild | 29 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/python-crack/Manifest b/dev-python/python-crack/Manifest deleted file mode 100644 index 603f750..0000000 --- a/dev-python/python-crack/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST python-crack-0.5.1.tar.gz 120990 RMD160 c909a2f8b5cd76c0890b043ecc6cc8022f2b2a6a SHA1 2bdb430472982340d57d0a8be69bcd03ea7f2a78 SHA256 3164ef072a405b5bb8d023760bf79d465b42574481888b466a66a5aeb7bc03e8 -EBUILD python-crack-0.5.1.ebuild 641 RMD160 596111f8934b66394328d42656aa325a12c0e040 SHA1 821dbb63466432699f0102bc92e2e519a0c68b0c SHA256 72af340940351391c90f918be781fdeaf8091425740772b4d0514e4648692fa1 diff --git a/dev-python/python-crack/python-crack-0.5.1.ebuild b/dev-python/python-crack/python-crack-0.5.1.ebuild deleted file mode 100644 index d8f1d1e..0000000 --- a/dev-python/python-crack/python-crack-0.5.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DESCRIPTION="Python bindings for cracklib." -HOMEPAGE="http://www.nongnu.org/python-crack/" -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~x86 ~amd64" - -RESTRICT="mirror" - -DEPEND=">=sys-libs/cracklib-2.8.9-r1 - >=dev-lang/python-2.3.6" - -RDEPEND="${DEPEND}" - -src_compile() { - DEFAULT_DICTPATH="/usr/share/dict" econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} |