blob: 83dbc00ec928c53ea157d2deca56a87d3d0f6f8f [file] [log] [blame] [edit]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild,v 1.8 2009/07/04 16:05:10 arfrever Exp $
EAPI="2"
inherit distutils eutils
DESCRIPTION="Module for manipulating ID3 tags in Python"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
HOMEPAGE="http://pyid3lib.sourceforge.net/"
IUSE=""
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
DEPEND="virtual/python
media-libs/id3lib"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}/${P}-gcc-4.4.patch"
epatch "${FILESDIR}/${P}-py25.patch"
}
src_install() {
distutils_src_install
dohtml doc.html
}