blob: 4c5e7200184ae04ff0142f4ce6c91ad6f3f59425 [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 eutils
DESCRIPTION="A number of utilities for the manipulation of color gradient files"
HOMEPAGE="http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/cptutils.html"
SRC_URI="http://soliton.vm.bytemark.co.uk/pub/jjg/code/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
CDEPEND="dev-libs/libxml2:2
media-libs/libpng:0="
RDEPEND="${CDEPEND}
${PYTHON_DEPS}"
DEPEND="${CDEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${P}-parallel-make.patch
python_fix_shebang src/gradient-convert/gradient-convert.py
}