x11-misc/googsystray: Convert to distutils-r1
authorMichał Górny <mgorny@gentoo.org>
Tue, 22 Dec 2015 05:25:34 +0000 (06:25 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 22 Dec 2015 05:25:56 +0000 (06:25 +0100)
x11-misc/googsystray/googsystray-1.3.1-r1.ebuild [new file with mode: 0644]

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 (file)
index 0000000..23377a1
--- /dev/null
@@ -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}"