mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
dev-util/d-feet: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST d-feet-0.3.10.tar.xz 179500 BLAKE2B 6f22d8556a44899ea6f0a09a21bf8ff52f9e40c2655863133060b049989d14ed7d7a822efbdb8ba304cccbb9ea2dde3737816eec7b98cb1e7ccffb8d9af3fcbe SHA512 7a6832367b32eae204c456598ac4ad38ead585e916e2d2179203f63f4e87f2e9d9afbc8448324660552ebe4aaf2bd394f73e48f325513c3b0f5fa33f91fce40b
|
||||
DIST d-feet-0.3.11.tar.xz 183128 BLAKE2B 8c6d8d00869d3bda6bfc0572f36a562936d9dd35b8460b5ea49602519f152a5e3ca3d115f54fae165cf2b6009a51a5df594a1a964aeca470003af2d5506185bc SHA512 a7b72e8f01661d28f4c0a33e20f32c50206d133c1f0ccf22cc3696978f7b7410bdcba29f68d58ccd9ab132cc7ea8fdee99ffe8ca09e8ad992b61df48aeb444ea
|
||||
DIST d-feet-0.3.12.tar.xz 184308 BLAKE2B 1e0bb31c768cff357db735ed924cd0d768cb0412ccb6b722569c906671fd4929f67d62cbc09d37b1176755dff228c659013c1ec27d785c4175e534a4458c3fd3 SHA512 ef7a8aa57893cc210327420e954d39d256733839e6a171b8e035f15089fdf963c708a39c3b931b8a85d9faf78a1be324576c5fa2440db8305c1bfc8a8d9e991e
|
||||
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
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"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
>=dev-libs/glib-2.34:2
|
||||
>=dev-libs/gobject-introspection-0.9.6
|
||||
>=dev-python/pygobject-3.3.91:3[${PYTHON_USEDEP}]
|
||||
>=sys-apps/dbus-1
|
||||
>=x11-libs/gtk+-3.9.4:3[introspection]
|
||||
x11-libs/libwnck:3[introspection]
|
||||
"
|
||||
DEPEND="
|
||||
${PYTHON_DEPS}
|
||||
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() {
|
||||
Xemake check
|
||||
}
|
||||
@@ -1,58 +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 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"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
>=dev-libs/glib-2.34:2
|
||||
>=dev-libs/gobject-introspection-0.9.6:=
|
||||
>=dev-python/pygobject-3.3.91:3[${PYTHON_USEDEP}]
|
||||
>=sys-apps/dbus-1
|
||||
>=x11-libs/gtk+-3.9.4:3[introspection]
|
||||
x11-libs/libwnck:3[introspection]
|
||||
"
|
||||
DEPEND="
|
||||
${PYTHON_DEPS}
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user