From: Harri Nieminen Date: Wed, 8 Feb 2017 15:26:22 +0000 (+0200) Subject: x11-misc/tintwizard: EAPI bump 3 -> 6, migrate to python-single-r1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b767f22165f827fb57fc4a135b0175974740909d;p=gentoo.git x11-misc/tintwizard: EAPI bump 3 -> 6, migrate to python-single-r1 Fixes: https://bugs.gentoo.org/599776 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3883 --- diff --git a/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild b/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild new file mode 100644 index 000000000000..e425a99ec99d --- /dev/null +++ b/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 + +DESCRIPTION="GUI wizard which generates config files for tint2 panels" +HOMEPAGE="https://github.com/vanadey/tintwizard/" +SRC_URI="https://tintwizard.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="" +RDEPEND=" + ${PYTHON_DEPS} + x11-misc/tint2 + dev-python/pygtk:2[${PYTHON_USEDEP}]" + +S="${WORKDIR}" + +src_install() { + python_newscript tintwizard.py tintwizard + einstalldocs +}