summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/d-feet/Manifest1
-rw-r--r--dev-util/d-feet/d-feet-0.3.14-r1.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-util/d-feet/Manifest b/dev-util/d-feet/Manifest
index c30f2fff3d67..2b752579e2ae 100644
--- a/dev-util/d-feet/Manifest
+++ b/dev-util/d-feet/Manifest
@@ -1,2 +1 @@
-DIST d-feet-0.3.14.tar.xz 177064 BLAKE2B be1150cead543dab3daf1c8beae4047d3c32e60dbf9a73a50ef95fe62cbafbf6af9ab174c7f9128212b0d33aa111545b598c6aab6d359625c94f0029ca5f1a20 SHA512 1ea3bd2251693884592d375f1459681043b5185c341299dc28cbc8e4e05f3ff3a423c051b650806f6b930d8b89e0d751983ada7ad9a74b380f74f3205125b1b4
DIST d-feet-0.3.16.tar.xz 237888 BLAKE2B b4773b781c53feb11889b49746e714a42a15a85daeb16dcd5235609fb6105c0b1a3ebeeb4a08830de9067f1c193702b31fcbfc67190eb2f901907b96acfcadbc SHA512 ff4db968cbd679e2065c614d538187fe3c56118b44638771ec9f7472bdba4a798dc682565f520a8680a8001ea39ce88555b07cda172e60f88eb6bdf1e00b5a6d
diff --git a/dev-util/d-feet/d-feet-0.3.14-r1.ebuild b/dev-util/d-feet/d-feet-0.3.14-r1.ebuild
deleted file mode 100644
index 5c9616f90d45..000000000000
--- a/dev-util/d-feet/d-feet-0.3.14-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{7,8} )
-
-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
- $(python_gen_cond_dep '
- >=dev-python/pygobject-3.3.91:3[${PYTHON_MULTI_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
-}