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 49B8613888F for ; Sat, 24 Oct 2015 20:32:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC4E4E07EE; Sat, 24 Oct 2015 20:32:05 +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 879FCE07FD for ; Sat, 24 Oct 2015 20:32:05 +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 6C926340A7B for ; Sat, 24 Oct 2015 20:32:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80AE717E3 for ; Sat, 24 Oct 2015 20:32:00 +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: <1445718673.9cda25c99e428ad349da2ff9fd34e179af59df68.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-portage/update-notifier-tray/ X-VCS-Repository: proj/betagarden X-VCS-Files: app-portage/update-notifier-tray/update-notifier-tray-1.2.ebuild X-VCS-Directories: app-portage/update-notifier-tray/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 9cda25c99e428ad349da2ff9fd34e179af59df68 X-VCS-Branch: master Date: Sat, 24 Oct 2015 20:32:00 +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: df1f1c52-10bf-43a6-bc50-bdd4c318a9a9 X-Archives-Hash: d21a0105d83e175c1ace426cd2f1aa70 commit: 9cda25c99e428ad349da2ff9fd34e179af59df68 Author: Sebastian Pipping pipping org> AuthorDate: Sat Oct 24 20:31:13 2015 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Oct 24 20:31:13 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=9cda25c9 app-portage/update-notifier-tray: 1.2 .../update-notifier-tray-1.2.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/app-portage/update-notifier-tray/update-notifier-tray-1.2.ebuild b/app-portage/update-notifier-tray/update-notifier-tray-1.2.ebuild new file mode 100644 index 0000000..1eeb06f --- /dev/null +++ b/app-portage/update-notifier-tray/update-notifier-tray-1.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 ) +inherit distutils-r1 + +DESCRIPTION="update-notifier like tray icon for portage" +HOMEPAGE="https://github.com/hartwork/update-notifier-tray" +SRC_URI="https://github.com/hartwork/update-notifier-tray/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/pyside + sys-apps/lsb-release + sys-apps/portage + virtual/notification-daemon + x11-themes/tango-icon-theme + x11-terms/terminator + "