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}"
