commit: b767f22165f827fb57fc4a135b0175974740909d Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Wed Feb 8 15:26:22 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Feb 9 21:52:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b767f221
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 x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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 0000000000..e425a99ec9 --- /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 +}
