# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ inherit distutils DESCRIPTION="Python interface to mcrypt library" DESCRIPTION_FR="Interface Python a la librairie mcrypt" SRC_URI="mirror://sourceforge/python-mcrypt/${P}.tar.gz" HOMEPAGE="http://python-mcrypt.sourceforge.net/" RDEPEND="virtual/python app-crypt/mcrypt" DEPEND="${RDEPEND}" RESTRICT="nomirror" IUSE="" SLOT="0" KEYWORDS="~x86" LICENSE="GPL-2" src_unpack() { unpack ${A} } src_install() { mydoc="AUTHORS LICENSE NEWS PKG-INFO README" distutils_src_install }