# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # This ebuild come from http://bugs.gentoo.org/show_bug.cgi?id=86087 - The site http://gentoo.zugaina.org/ only host a copy. # Small modifications by Ycarus 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 }