summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-12-22 06:25:34 +0100
committerMichał Górny <mgorny@gentoo.org>2015-12-22 06:25:56 +0100
commit2080c945c33fc35793429d1b21908cd0b81c7b51 (patch)
tree931a19767625602feecf2ad964e6cc559d9ceadb /x11-misc
parentpython.eclass: Remove another python symlink check, #569088 and dupes (diff)
downloadgentoo-2080c945c33fc35793429d1b21908cd0b81c7b51.tar.gz
gentoo-2080c945c33fc35793429d1b21908cd0b81c7b51.tar.bz2
gentoo-2080c945c33fc35793429d1b21908cd0b81c7b51.zip
x11-misc/googsystray: Convert to distutils-r1
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/googsystray/googsystray-1.3.1-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
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 000000000000..23377a1d8730
--- /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}"