diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-12-22 06:25:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-12-22 06:25:56 +0100 |
commit | 2080c945c33fc35793429d1b21908cd0b81c7b51 (patch) | |
tree | 931a19767625602feecf2ad964e6cc559d9ceadb | |
parent | 86eec564c0b2cec9fc1d35ee59cde542c2612fdb (diff) | |
download | gentoo-2080c945c33fc35793429d1b21908cd0b81c7b51.tar.gz gentoo-2080c945c33fc35793429d1b21908cd0b81c7b51.tar.xz |
x11-misc/googsystray: Convert to distutils-r1
-rw-r--r-- | x11-misc/googsystray/googsystray-1.3.1-r1.ebuild | 21 |
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 00000000000..23377a1d873 --- /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}" |