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 EF334139694 for ; Wed, 19 Apr 2017 21:41:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30859E0CB8; Wed, 19 Apr 2017 21:41:22 +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 0C56EE0CB8 for ; Wed, 19 Apr 2017 21:41:22 +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 E61CA34167D for ; Wed, 19 Apr 2017 21:41:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF183742A for ; Wed, 19 Apr 2017 21:41:19 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1492637728.4145834e1af63428c4ab00a8ba629f73f6df377d.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: x11-misc/safeeyes/ X-VCS-Repository: proj/betagarden X-VCS-Files: x11-misc/safeeyes/safeeyes-1.2.0_alpha8.ebuild X-VCS-Directories: x11-misc/safeeyes/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 4145834e1af63428c4ab00a8ba629f73f6df377d X-VCS-Branch: master Date: Wed, 19 Apr 2017 21:41:19 +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: 08280958-5e9f-45f1-8e7b-57e7023ae41b X-Archives-Hash: f7332a46789443fedf6e17c9a3d83637 commit: 4145834e1af63428c4ab00a8ba629f73f6df377d Author: Sebastian Pipping gentoo org> AuthorDate: Wed Apr 19 21:27:19 2017 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Apr 19 21:35:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=4145834e x11-misc/safeeyes: 1.2.0_alpha8 x11-misc/safeeyes/safeeyes-1.2.0_alpha8.ebuild | 52 ++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/x11-misc/safeeyes/safeeyes-1.2.0_alpha8.ebuild b/x11-misc/safeeyes/safeeyes-1.2.0_alpha8.ebuild new file mode 100644 index 0000000..299d7b7 --- /dev/null +++ b/x11-misc/safeeyes/safeeyes-1.2.0_alpha8.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 ) +inherit gnome2-utils xdg distutils-r1 + +MY_P=${PN}-${PV/_alpha/a} +DESCRIPTION=" A Linux alternative for EyeLeo" +HOMEPAGE="https://github.com/slgobinath/SafeEyes" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# TODO RDEPEND: xprintidle +CDEPEND="${PYTHON_DEPS}" +DEPEND="${CDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + " +RDEPEND="${CDEPEND} + dev-libs/libappindicator:3 + dev-python/Babel[${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/pyaudio[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/python-xlib[${PYTHON_USEDEP}] + " + +S="${WORKDIR}"/${MY_P} + +DOCS=( + README.md +) + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +}