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/dogtail/
Date: Sat, 11 Jul 2020 07:56:39 +0000 (UTC)	[thread overview]
Message-ID: <1594454190.571241ed4965c20a2faa0c3cf725434a69a90b24.leio@gentoo> (raw)

commit:     571241ed4965c20a2faa0c3cf725434a69a90b24
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 07:56:26 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 07:56:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571241ed

dev-util/dogtail: remove old

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

 dev-util/dogtail/Manifest              |  1 -
 dev-util/dogtail/dogtail-0.9.10.ebuild | 61 ----------------------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-util/dogtail/Manifest b/dev-util/dogtail/Manifest
index 4ab8d205daf..a92d87a3238 100644
--- a/dev-util/dogtail/Manifest
+++ b/dev-util/dogtail/Manifest
@@ -1,2 +1 @@
-DIST dogtail-0.9.10.tar.gz 125995 BLAKE2B e28e9a6330cefc8746b850501a5beba07e18f1e5d5f935ce182103a9ea4ffc95483b3530a705565cbfae1bff24da57839f7e7b6939f42821e31b287150e33b4d SHA512 08ce4ad6e5e492ab04be9964cc6583d96d2d8a707a49721c1bca9248e5c56702fe5d0d84dd992023f731fe87016c88e21929319baff561aa113c6e101343fc3e
 DIST dogtail-0.9.11.tar.gz 132832 BLAKE2B 9004216a3d96714e9bd524e6ffaad7892a3630c97b61293d9784bc04df353f3c09e6226f92329103768a38c55b7eecc5f23a1aec0e6cd4baf8012892bb7d5cb7 SHA512 b5880386d9952b3aceac95d8b7a4f5e8293b29a629019e7cc3aa57e13b35a9cfbd0fd2a9db5fed80b2ebf7225a1a05c7388a67da91b310434833b4c6efd02278

diff --git a/dev-util/dogtail/dogtail-0.9.10.ebuild b/dev-util/dogtail/dogtail-0.9.10.ebuild
deleted file mode 100644
index 9a03851f932..00000000000
--- a/dev-util/dogtail/dogtail-0.9.10.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 gnome2-utils xdg
-
-DESCRIPTION="GUI test tool and automation framework using accessibility framework"
-HOMEPAGE="https://gitlab.com/dogtail/dogtail/commits/master"
-SRC_URI="https://gitlab.com/${PN}/${PN}/raw/released/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-	dev-libs/gobject-introspection
-	dev-python/pyatspi[${PYTHON_USEDEP}]
-	dev-python/pycairo[${PYTHON_USEDEP}]
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	dev-python/pillow[${PYTHON_USEDEP}]
-	x11-libs/gdk-pixbuf:2[introspection]
-	x11-libs/gtk+:3[introspection]
-	x11-libs/libwnck:3[introspection]
-	x11-base/xorg-server[xvfb]
-	x11-apps/xinit
-"
-DEPEND="${DEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
-	# Install docs in one place
-	sed "s:doc/${PN}:doc/${PF}:" -i setup.py || die
-
-	# Upstream loads resources relative to __file__, which doesn't work with
-	# gentoo's dev-lang/python-exec. So we need to add hard-coded paths.
-	eapply "${FILESDIR}"/${PN}-0.9.10-gentoo-paths.patch
-	sed -e "s:@EPREFIX_USR@:'${EPREFIX}/usr':" -i sniff/sniff || die "sed failed"
-
-	xdg_src_prepare
-	distutils-r1_src_prepare
-}
-
-pkg_preinst() {
-	xdg_pkg_preinst
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2020-07-11  7:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-11  7:56 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-23  1:38 [gentoo-commits] repo/gentoo:master commit in: dev-util/dogtail/ Sam James
2024-07-30  8:49 Pacho Ramos
2023-02-01 18:07 Matt Turner
2023-02-01 18:07 Matt Turner
2022-11-19  4:50 WANG Xuerui
2022-05-20 19:16 Pacho Ramos
2022-02-08  4:45 Sam James
2021-06-07  6:24 Georgy Yakovlev
2021-01-10  2:18 Matt Turner
2020-05-29  7:39 Agostino Sarubbo
2020-05-07 15:08 Michał Górny
2020-04-18 17:09 Mart Raudsepp
2019-08-05 23:12 Aaron Bauman
2018-06-26 18:46 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=1594454190.571241ed4965c20a2faa0c3cf725434a69a90b24.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