2017-02-21 09:07:27 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2017-02-21 09:07:27 +03:00
|
|
|
EAPI=6
|
|
|
|
PYTHON_COMPAT=( python2_7 )
|
2012-04-21 00:17:22 +04:00
|
|
|
|
2017-02-21 09:07:27 +03:00
|
|
|
inherit python-single-r1
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2014-08-12 13:29:40 +04:00
|
|
|
DESCRIPTION="Generates a graph based on the ALSA description of an HD Audio codec"
|
2012-02-06 16:39:49 +04:00
|
|
|
HOMEPAGE="http://helllabs.org/codecgraph/"
|
|
|
|
SRC_URI="http://helllabs.org/codecgraph/${P}.tar.gz"
|
2017-02-21 09:07:27 +03:00
|
|
|
|
2012-02-06 16:39:49 +04:00
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
IUSE=""
|
2017-02-21 09:07:27 +03:00
|
|
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2017-02-21 09:07:27 +03:00
|
|
|
RDEPEND="${PYTHON_DEPS}
|
|
|
|
media-gfx/graphviz"
|
2012-02-06 16:39:49 +04:00
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
media-gfx/imagemagick"
|
|
|
|
|
2012-04-21 00:17:22 +04:00
|
|
|
PATCHES=( "${FILESDIR}/${PV}-makefile-prefix.diff" )
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2017-02-21 09:07:27 +03:00
|
|
|
src_configure() {
|
|
|
|
python_fix_shebang *.py
|
|
|
|
}
|
|
|
|
|
2012-02-06 16:39:49 +04:00
|
|
|
src_install() {
|
2017-02-21 09:07:27 +03:00
|
|
|
default
|
|
|
|
dodoc codecs.txt IDEAS
|
2012-02-06 16:39:49 +04:00
|
|
|
}
|