# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r2.ebuild,v 1.2 2014/06/19 11:07:15 klausman Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python" HOMEPAGE="http://eyed3.nicfit.net/" SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="" python_configure_all() { econf } python_install_all() { local DOCS=( AUTHORS ChangeLog NEWS README TODO ) local HTML_DOCS=( *.html ) distutils-r1_python_install_all }