# Copyright 2002 Arcady Genkin # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild,v 1.3 2002/10/20 18:47:32 vapier Exp $ DESCRIPTION="ID3 Tagging in Python" HOMEPAGE="http://id3-py.sourceforge.net/" LICENSE="GPL2" DEPEND="virtual/glibc dev-lang/python" SLOT="0" KEYWORDS="x86" SRC_URI="mirror://sourceforge/id3-py/id3-py_${PV}.tar.gz" inherit distutils src_install () { mydoc="CHANGES" distutils_src_install }