From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C8A1139695 for ; Mon, 10 Jul 2017 00:24:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 442C2274199; Mon, 10 Jul 2017 00:24:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18A4C274199 for ; Mon, 10 Jul 2017 00:24:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF2C7341B0E for ; Mon, 10 Jul 2017 00:24:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A35F07474 for ; Mon, 10 Jul 2017 00:24:15 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1499646217.0bbe460f6c1d27ae70a29025399ca4392f5f8965.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/d-feet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/d-feet/Manifest dev-util/d-feet/d-feet-0.3.12.ebuild X-VCS-Directories: dev-util/d-feet/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0bbe460f6c1d27ae70a29025399ca4392f5f8965 X-VCS-Branch: master Date: Mon, 10 Jul 2017 00:24:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe39896c-b5d6-45f8-889e-c2f5814b1c1d X-Archives-Hash: a43f42d8ad631f97d7f4960055aa4e60 commit: 0bbe460f6c1d27ae70a29025399ca4392f5f8965 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Jul 10 00:20:13 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jul 10 00:23:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbe460f dev-util/d-feet: bump to 0.3.12, support python3, optional wnck, fix up build deps Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-util/d-feet/Manifest | 1 + dev-util/d-feet/d-feet-0.3.12.ebuild | 61 ++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/dev-util/d-feet/Manifest b/dev-util/d-feet/Manifest index 66965f371a0..eaaf6c49a88 100644 --- a/dev-util/d-feet/Manifest +++ b/dev-util/d-feet/Manifest @@ -1,2 +1,3 @@ DIST d-feet-0.3.10.tar.xz 179500 SHA256 88f0df5fcb862387ff3d1793873c5eb368c3e4db0bbd82ea65f748cbf70a6359 SHA512 7a6832367b32eae204c456598ac4ad38ead585e916e2d2179203f63f4e87f2e9d9afbc8448324660552ebe4aaf2bd394f73e48f325513c3b0f5fa33f91fce40b WHIRLPOOL 559135be86d13bb7e2ff1c10d753d1c770e2fc0d0a849b643c626fb5db5e3779e5f7b7208086d6e2e92e3f1f81e06f5cb9e3cbc41510c0acab30b3b71fdf99ca DIST d-feet-0.3.11.tar.xz 183128 SHA256 a3dc940c66f84b996c328531e3034d475ec690d7ff639445ff7ca746aa8cb9c2 SHA512 a7b72e8f01661d28f4c0a33e20f32c50206d133c1f0ccf22cc3696978f7b7410bdcba29f68d58ccd9ab132cc7ea8fdee99ffe8ca09e8ad992b61df48aeb444ea WHIRLPOOL c2d173139b80e8772c5aa823232cd3e9ad284ad9b8fd43f221d226bfa9f8518ae11e7e39b17e6a3656e54c6baf6a10e1362070b4158f3ee3062b1c9a98b9d372 +DIST d-feet-0.3.12.tar.xz 184308 SHA256 c868c350ea4bb0101d9aeb344661ed4b723f523a5010faf3712ec5984da19014 SHA512 ef7a8aa57893cc210327420e954d39d256733839e6a171b8e035f15089fdf963c708a39c3b931b8a85d9faf78a1be324576c5fa2440db8305c1bfc8a8d9e991e WHIRLPOOL 13124b9dfb27e650cb57400c94e25e8a316c0fcc9b061102ef0355b56f9d5c3ee99519f2e55637921897cf25c4f1e244ecd636a527ceeee30efe069fea9e557c diff --git a/dev-util/d-feet/d-feet-0.3.12.ebuild b/dev-util/d-feet/d-feet-0.3.12.ebuild new file mode 100644 index 00000000000..b5b02cde18d --- /dev/null +++ b/dev-util/d-feet/d-feet-0.3.12.ebuild @@ -0,0 +1,61 @@ +# 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 +}