# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils qmake-utils xdg-utils DESCRIPTION="A Qt5 based animation and drawing program" HOMEPAGE="http://pencil2d.org/" SRC_URI="https://github.com/pencil2d/pencil/archive/0.6.0.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-qt/qtgui:5 dev-qt/qtopengl:5 >=media-libs/ming-0.4.3" DEPEND="${RDEPEND} app-arch/unzip" S=${WORKDIR}/pencil-${PV} <