From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-util/d-feet/d-feet-0.3.12.ebuild | 61 ------------------------------------ 1 file changed, 61 deletions(-) delete mode 100644 dev-util/d-feet/d-feet-0.3.12.ebuild (limited to 'dev-util/d-feet/d-feet-0.3.12.ebuild') diff --git a/dev-util/d-feet/d-feet-0.3.12.ebuild b/dev-util/d-feet/d-feet-0.3.12.ebuild deleted file mode 100644 index bf844224340c..000000000000 --- a/dev-util/d-feet/d-feet-0.3.12.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,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" -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} - app-text/yelp-tools - >=dev-util/intltool-0.40.0 -" - -src_prepare() { - python_fix_shebang . - - # Do not run update-desktop-database (sandbox violation) - sed -e '/^UPDATE_DESKTOP/s:=.*:=true:' \ - -i data/Makefile.am data/Makefile.in || die - - # disable pep8 - checking python whitespace style is not useful for us - sed -e 's/pep8 /# pep8 /' \ - -i src/tests/Makefile.am src/tests/Makefile.in || die - - gnome2_src_prepare -} - -src_configure() { - # disable pep8 - checking python code style is not useful downstream - # (especially when that style check fails!) - gnome2_src_configure \ - $(use_enable test tests) \ - PEP8=$(type -P true) -} - -src_test() { - virtx emake check -} -- cgit v1.2.3