* [gentoo-commits] proj/betagarden:master commit in: app-portage/update-notifier-tray/
@ 2015-10-24 20:32 Sebastian Pipping
0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2015-10-24 20:32 UTC (permalink / raw
To: gentoo-commits
commit: 9cda25c99e428ad349da2ff9fd34e179af59df68
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat Oct 24 20:31:13 2015 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> 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
+ "
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: app-portage/update-notifier-tray/
@ 2016-11-07 23:05 Sebastian Pipping
0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2016-11-07 23:05 UTC (permalink / raw
To: gentoo-commits
commit: 8dac1c656950d25b52981ca0f046cb8e86999e57
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 7 23:05:29 2016 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Nov 7 23:05:29 2016 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=8dac1c65
app-portage/update-notifier-tray: Depend on dev-python/notify-python
app-portage/update-notifier-tray/update-notifier-tray-1.2.ebuild | 1 +
1 file changed, 1 insertion(+)
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
index 1eeb06f..9f4ec8b 100644
--- a/app-portage/update-notifier-tray/update-notifier-tray-1.2.ebuild
+++ b/app-portage/update-notifier-tray/update-notifier-tray-1.2.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
+ dev-python/notify-python
dev-python/pyside
sys-apps/lsb-release
sys-apps/portage
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: app-portage/update-notifier-tray/
@ 2015-09-14 17:03 Sebastian Pipping
0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2015-09-14 17:03 UTC (permalink / raw
To: gentoo-commits
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>sping@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
+ "
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-07 23:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-24 20:32 [gentoo-commits] proj/betagarden:master commit in: app-portage/update-notifier-tray/ Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2016-11-07 23:05 Sebastian Pipping
2015-09-14 17:03 Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox