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 8EB16139694 for ; Wed, 15 Mar 2017 20:30:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CA5821C09C; Wed, 15 Mar 2017 20:30:47 +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 D8E9921C09C for ; Wed, 15 Mar 2017 20:30:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85ADF34071C for ; Wed, 15 Mar 2017 20:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0E366968 for ; Wed, 15 Mar 2017 20:30:43 +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: <1489609815.0a26173c2cf4614e2e8c4a2d4431d159c36a2ba3.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.1.9_pre20170315.ebuild X-VCS-Directories: x11-misc/safeeyes/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 0a26173c2cf4614e2e8c4a2d4431d159c36a2ba3 X-VCS-Branch: master Date: Wed, 15 Mar 2017 20:30:43 +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: 2d38d75a-34a0-4694-b740-3efa03887487 X-Archives-Hash: 478b2d267ee25069516d60cf43f6bd0d commit: 0a26173c2cf4614e2e8c4a2d4431d159c36a2ba3 Author: Sebastian Pipping gentoo org> AuthorDate: Wed Mar 15 20:29:47 2017 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Mar 15 20:30:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=0a26173c x11-misc/safeeyes: 1.1.9_pre20170315 .../safeeyes/safeeyes-1.1.9_pre20170315.ebuild | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/x11-misc/safeeyes/safeeyes-1.1.9_pre20170315.ebuild b/x11-misc/safeeyes/safeeyes-1.1.9_pre20170315.ebuild new file mode 100644 index 0000000..7384a13 --- /dev/null +++ b/x11-misc/safeeyes/safeeyes-1.1.9_pre20170315.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +inherit gnome2-utils xdg distutils-r1 + +MY_PN=SafeEyes +MY_PV=f9ef884306f60a12be42467578bc01d626376907 +DESCRIPTION=" A Linux alternative for EyeLeo" +HOMEPAGE="https://github.com/slgobinath/SafeEyes" +SRC_URI="https://github.com/slgobinath/SafeEyes/archive/${MY_PV}.tar.gz -> ${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:2[${PYTHON_USEDEP}] + dev-python/pygtk[${PYTHON_USEDEP}] + dev-python/python-xlib[${PYTHON_USEDEP}] + " + +S="${WORKDIR}"/${MY_PN}-${MY_PV} + +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 +}