summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 21:29:37 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:37:16 +0100
commite70075e302ffa1a3df9b3a1b930375d75e156a90 (patch)
tree1fe18dc9879e6d7b8a198c512c2528bdc24d573a /x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild
parentx11-misc/revelation: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-e70075e302ffa1a3df9b3a1b930375d75e156a90.tar.gz
gentoo-e70075e302ffa1a3df9b3a1b930375d75e156a90.tar.bz2
gentoo-e70075e302ffa1a3df9b3a1b930375d75e156a90.zip
x11-misc/tintwizard: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild')
-rw-r--r--x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild b/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild
deleted file mode 100644
index cb32eb555eaf..000000000000
--- a/x11-misc/tintwizard/tintwizard-0.3.4-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}