From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 54A88138CAE for ; Sat, 2 May 2015 18:42:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5246E089D; Sat, 2 May 2015 18:41:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03646E089D for ; Sat, 2 May 2015 18:41:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AF22340E15 for ; Sat, 2 May 2015 18:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05FA29CB for ; Sat, 2 May 2015 18:41:52 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1430590177.2f26310230a77a52e22de43d23563ac7e3bd8643.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-python/dogtail/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-python/dogtail/dogtail-0.8.2.ebuild dev-python/dogtail/metadata.xml X-VCS-Directories: dev-python/dogtail/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 2f26310230a77a52e22de43d23563ac7e3bd8643 X-VCS-Branch: master Date: Sat, 2 May 2015 18:41:52 +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: eac3ad41-ed02-4b5f-8a13-a866a09414fd X-Archives-Hash: 0e803669f0262f40deb81f4b40b7a869 commit: 2f26310230a77a52e22de43d23563ac7e3bd8643 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat May 2 16:45:01 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat May 2 18:09:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2f263102 dev-python/dogtail: initial ebuild Required by a couple of recent packages for unittests. dev-python/dogtail/dogtail-0.8.2.ebuild | 53 +++++++++++++++++++++++++++++++++ dev-python/dogtail/metadata.xml | 5 ++++ 2 files changed, 58 insertions(+) diff --git a/dev-python/dogtail/dogtail-0.8.2.ebuild b/dev-python/dogtail/dogtail-0.8.2.ebuild new file mode 100644 index 0000000..a56a049 --- /dev/null +++ b/dev-python/dogtail/dogtail-0.8.2.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 gnome2-utils fdo-mime + +DESCRIPTION="" +HOMEPAGE="https://fedorahosted.org/dogtail/" +SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-libs/gobject-introspection + dev-python/pyatspi[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + virtual/python-imaging[${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}" + +src_prepare() { + # Install docs in one place + sed "s:doc/${PN}:doc/${PF}:" -i setup.py || die + + distutils-r1_src_prepare +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} diff --git a/dev-python/dogtail/metadata.xml b/dev-python/dogtail/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/dev-python/dogtail/metadata.xml @@ -0,0 +1,5 @@ + + + + gnome +