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 E1E001393F1 for ; Mon, 14 Sep 2015 17:03:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0EF221C004; Mon, 14 Sep 2015 17:03:47 +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 6D52021C004 for ; Mon, 14 Sep 2015 17:03:47 +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 4AA763408B8 for ; Mon, 14 Sep 2015 17:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3531162 for ; Mon, 14 Sep 2015 17:03: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: <1442250197.e0df904f33bc5ad42aa88a5da3f83b28b56b2f2d.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/metadata.xml app-portage/update-notifier-tray/update-notifier-tray-1.1.ebuild X-VCS-Directories: app-portage/update-notifier-tray/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: e0df904f33bc5ad42aa88a5da3f83b28b56b2f2d X-VCS-Branch: master Date: Mon, 14 Sep 2015 17:03: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: 110cfc4d-a128-465e-8768-1b2e5e4ab803 X-Archives-Hash: 526fd63591df0c9cdf5de79314f2fb89 commit: e0df904f33bc5ad42aa88a5da3f83b28b56b2f2d Author: Sebastian Pipping pipping org> AuthorDate: Mon Sep 14 17:03:17 2015 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Sep 14 17:03:17 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=e0df904f app-portage/update-notifier-tray: 1.1 app-portage/update-notifier-tray/metadata.xml | 8 ++++++++ .../update-notifier-tray-1.1.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-portage/update-notifier-tray/metadata.xml b/app-portage/update-notifier-tray/metadata.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/app-portage/update-notifier-tray/metadata.xml @@ -0,0 +1,8 @@ + + + + + sping@gentoo.org + Sebastian Pipping + + diff --git a/app-portage/update-notifier-tray/update-notifier-tray-1.1.ebuild b/app-portage/update-notifier-tray/update-notifier-tray-1.1.ebuild new file mode 100644 index 0000000..bec5a6e --- /dev/null +++ b/app-portage/update-notifier-tray/update-notifier-tray-1.1.ebuild @@ -0,0 +1,24 @@ +# 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=" + sys-apps/lsb-release + sys-apps/portage + x11-themes/tango-icon-theme + x11-terms/terminator + "