# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-mhash/python-mhash-1.3.ebuild,v 1.1 2005/02/18 21:07:45 robbat2 Exp $ inherit distutils DESCRIPTION="Python interface to libmhash" SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz" HOMEPAGE="http://mhash.sourceforge.net/" RDEPEND="virtual/python >=app-crypt/mhash-0.9.2" DEPEND="${RDEPEND} sys-apps/sed" IUSE="" SLOT="0" KEYWORDS="x86" LICENSE="GPL-2" src_unpack() { unpack ${A} } src_install() { mydoc="AUTHORS LICENSE NEWS PKG-INFO README" distutils_src_install }