public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/d-feet/
Date: Sat, 18 May 2019 19:59:46 +0000 (UTC)	[thread overview]
Message-ID: <1558209537.96e0dc3cfd77a54d947385bf86af4c20f32e3b84.leio@gentoo> (raw)

commit:     96e0dc3cfd77a54d947385bf86af4c20f32e3b84
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 19:53:44 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 18 19:58:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e0dc3c

dev-util/d-feet: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-util/d-feet/Manifest             |  1 -
 dev-util/d-feet/d-feet-0.3.13.ebuild | 61 ------------------------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-util/d-feet/Manifest b/dev-util/d-feet/Manifest
index 77f4fd18e47..26f785e814d 100644
--- a/dev-util/d-feet/Manifest
+++ b/dev-util/d-feet/Manifest
@@ -1,2 +1 @@
-DIST d-feet-0.3.13.tar.xz 174700 BLAKE2B 66d2a8735011c64985889edf1acbb37e1547d6af52fc6499124ffae09d8cfd876051e12f231c26a1af848939b9a3e9c36d1083e8afb240575d4f580ea92fde65 SHA512 b5a4eb995e883406a13e8a4137b1ed751cfbfd0fd80fa26eb81cf6f8b69bca63f3a4ad940b1aeaed0a57d48d81c582b62f6c3880e7038136f2b40a1eef25328f
 DIST d-feet-0.3.14.tar.xz 177064 BLAKE2B be1150cead543dab3daf1c8beae4047d3c32e60dbf9a73a50ef95fe62cbafbf6af9ab174c7f9128212b0d33aa111545b598c6aab6d359625c94f0029ca5f1a20 SHA512 1ea3bd2251693884592d375f1459681043b5185c341299dc28cbc8e4e05f3ff3a423c051b650806f6b930d8b89e0d751983ada7ad9a74b380f74f3205125b1b4

diff --git a/dev-util/d-feet/d-feet-0.3.13.ebuild b/dev-util/d-feet/d-feet-0.3.13.ebuild
deleted file mode 100644
index d0e6b9840c4..00000000000
--- a/dev-util/d-feet/d-feet-0.3.13.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,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
-}


             reply	other threads:[~2019-05-18 19:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-18 19:59 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-20 19:16 [gentoo-commits] repo/gentoo:master commit in: dev-util/d-feet/ Pacho Ramos
2022-03-25  1:48 Sam James
2021-09-25 18:39 Marek Szuba
2021-05-08 22:42 Matt Turner
2021-05-08 22:42 Matt Turner
2021-05-08 17:42 Matt Turner
2021-04-14 20:45 Matt Turner
2020-04-11 12:23 Mart Raudsepp
2020-02-10 11:54 Michał Górny
2019-02-26  0:26 Mart Raudsepp
2018-08-04 11:30 Mart Raudsepp
2017-12-20 20:23 Mart Raudsepp
2017-12-19 19:14 Thomas Deutschmann
2017-07-10  0:24 Mart Raudsepp
2017-04-20 20:48 David Seifert
2016-05-30 21:15 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1558209537.96e0dc3cfd77a54d947385bf86af4c20f32e3b84.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox