* [gentoo-commits] repo/gentoo:master commit in: x11-misc/googsystray/
@ 2015-12-22 5:26 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2015-12-22 5:26 UTC (permalink / raw
To: gentoo-commits
commit: 2080c945c33fc35793429d1b21908cd0b81c7b51
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 05:25:34 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 05:25:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2080c945
x11-misc/googsystray: Convert to distutils-r1
x11-misc/googsystray/googsystray-1.3.1-r1.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/x11-misc/googsystray/googsystray-1.3.1-r1.ebuild b/x11-misc/googsystray/googsystray-1.3.1-r1.ebuild
new file mode 100644
index 0000000..23377a1
--- /dev/null
+++ b/x11-misc/googsystray/googsystray-1.3.1-r1.ebuild
@@ -0,0 +1,21 @@
+# 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="System tray application for Google Voice, GMail, Google Calendar, Google Reader, and Google Wave"
+HOMEPAGE="http://googsystray.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=" >=dev-python/pygtk-2.14[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/googsystray/
@ 2016-03-13 13:54 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-03-13 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 10c482fc800a41c6fb8a9d40e496306a5606f577
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 13:54:37 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 13:54:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c482fc
x11-misc/googsystray: Fix description
Package-Manager: portage-2.2.28
x11-misc/googsystray/googsystray-1.3.1-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-misc/googsystray/googsystray-1.3.1-r1.ebuild b/x11-misc/googsystray/googsystray-1.3.1-r1.ebuild
index 23377a1..06b78cd 100644
--- a/x11-misc/googsystray/googsystray-1.3.1-r1.ebuild
+++ b/x11-misc/googsystray/googsystray-1.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
-DESCRIPTION="System tray application for Google Voice, GMail, Google Calendar, Google Reader, and Google Wave"
+DESCRIPTION="System tray application for Google Voice, GMail, Calendar, Reader, and Wave"
HOMEPAGE="http://googsystray.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -17,5 +17,5 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=" >=dev-python/pygtk-2.14[${PYTHON_USEDEP}]"
+DEPEND=">=dev-python/pygtk-2.14[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/googsystray/
@ 2016-03-13 13:54 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-03-13 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 4d1337add3954ffec9d42d093990079ea3c15ee7
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 13:53:48 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 13:53:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1337ad
x11-misc/googsystray: Remove old
Package-Manager: portage-2.2.28
x11-misc/googsystray/googsystray-1.3.1.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/x11-misc/googsystray/googsystray-1.3.1.ebuild b/x11-misc/googsystray/googsystray-1.3.1.ebuild
deleted file mode 100644
index 9957a89..0000000
--- a/x11-misc/googsystray/googsystray-1.3.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-SUPPORT_PYTHON_ABIS=1
-PYTHON_DEPEND="2:2.6"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-inherit distutils
-
-DESCRIPTION="System tray application for Google Voice, GMail, Google Calendar, Google Reader, and Google Wave"
-HOMEPAGE="http://googsystray.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=" >=dev-python/pygtk-2.14"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/googsystray/
@ 2017-10-04 9:17 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-10-04 9:17 UTC (permalink / raw
To: gentoo-commits
commit: 247a16b402b66365c3e329dcd16ff2592becf7f2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 07:33:04 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 09:17:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247a16b4
x11-misc/googsystray: Strip empty metadata.xml elements
x11-misc/googsystray/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/x11-misc/googsystray/metadata.xml b/x11-misc/googsystray/metadata.xml
index 22e51428f8d..c233f5704bb 100644
--- a/x11-misc/googsystray/metadata.xml
+++ b/x11-misc/googsystray/metadata.xml
@@ -5,8 +5,6 @@
<email>hwoarang@gentoo.org</email>
<name>Markos Chandras</name>
</maintainer>
- <longdescription lang="en">
-</longdescription>
<upstream>
<remote-id type="sourceforge">googsystray</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-10-04 9:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13 13:54 [gentoo-commits] repo/gentoo:master commit in: x11-misc/googsystray/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2017-10-04 9:17 Michał Górny
2016-03-13 13:54 Manuel Rüger
2015-12-22 5:26 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox