diff options
author | 2020-02-07 13:59:34 +0100 | |
---|---|---|
committer | 2020-02-09 17:18:49 +0100 | |
commit | 765e22f1768f76fbda53d4ed21193a73195810f7 (patch) | |
tree | 47f169166bf81c31a0dd74daec1c334de15933ed /dev-util/d-feet/d-feet-0.3.14.ebuild | |
parent | dev-tex/crosstex: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-765e22f1768f76fbda53d4ed21193a73195810f7.tar.gz gentoo-765e22f1768f76fbda53d4ed21193a73195810f7.tar.bz2 gentoo-765e22f1768f76fbda53d4ed21193a73195810f7.zip |
dev-util/d-feet: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/d-feet/d-feet-0.3.14.ebuild')
-rw-r--r-- | dev-util/d-feet/d-feet-0.3.14.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-util/d-feet/d-feet-0.3.14.ebuild b/dev-util/d-feet/d-feet-0.3.14.ebuild deleted file mode 100644 index e4f0ba6d614..00000000000 --- a/dev-util/d-feet/d-feet-0.3.14.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) - -inherit gnome2 python-single-r1 virtualx - -DESCRIPTION="D-Feet is a powerful D-Bus debugger" -HOMEPAGE="https://wiki.gnome.org/Apps/DFeet" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="test +X" -RESTRICT="!test? ( test )" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -COMMON_DEPEND=" - ${PYTHON_DEPS} - >=x11-libs/gtk+-3.9.4:3[introspection] - >=dev-libs/gobject-introspection-0.9.6:= -" -RDEPEND=" - ${COMMON_DEPEND} - >=dev-libs/glib-2.34:2 - >=dev-python/pygobject-3.3.91:3[${PYTHON_USEDEP}] - >=sys-apps/dbus-1 - X? ( x11-libs/libwnck:3[introspection] ) -" -DEPEND=" - ${COMMON_DEPEND} - dev-util/itstool - >=dev-util/intltool-0.40.0 - test? ( dev-python/pycodestyle ) -" # eautoreconf needs yelp-tools - -src_configure() { - # Tests are only python pep8 whitespace checking and intltool checks - checking python whitespate style is not useful for us - gnome2_src_configure \ - $(use_enable test tests) -} - -src_test() { - virtx default -} |