commit: e0df904f33bc5ad42aa88a5da3f83b28b56b2f2d Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org> AuthorDate: Mon Sep 14 17:03:17 2015 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>sp...@gentoo.org</email> + <name>Sebastian Pipping</name> + </maintainer> +</pkgmetadata> 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 + "