diff options
Diffstat (limited to 'dev-python/python-crack/python-crack-0.5.1.ebuild')
-rw-r--r-- | dev-python/python-crack/python-crack-0.5.1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
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" -} |