You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/eyeD3/eyeD3-0.6.18.ebuild

43 lines
1.1 KiB

# Copyright 1999-2011 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.ebuild,v 1.1 2011/12/07 13:54:34 aballier Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
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 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
DEPEND=""
RDEPEND=""
RESTRICT_PYTHON_ABIS="2.4 3.*"
DOCS="AUTHORS ChangeLog NEWS README TODO"
src_configure() {
python_execute_function -d -f -q
}
src_install() {
dohtml *.html && rm -f *.html
distutils_src_install
install_script() {
mkdir -p "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin"
cp bin/eyeD3 "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin"
}
python_execute_function -q install_script
python_merge_intermediate_installation_images "${T}/images"
doman doc/*.1
}