]> Pileus Git - ~andy/sunrise/blob - gnome-extra/hamster-applet/hamster-applet-0.5.ebuild
gnome-extra/hamster-applet: Version bump
[~andy/sunrise] / gnome-extra / hamster-applet / hamster-applet-0.5.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 GCONF_DEBUG="no"
6 SCROLLKEEPER_UPDATE="no"
7
8 inherit gnome2
9
10 DESCRIPTION="Time tracking for the masses, in a GNOME applet"
11 HOMEPAGE="http://projecthamster.wordpress.com/ http://code.google.com/p/projecthamster/"
12 SRC_URI="http://projecthamster.googlecode.com/files/${P}.tar.gz"
13
14 #license on homepage is out-of-date, was changed to GPL-2 on 2008-04-16
15 LICENSE="GPL-2"
16 SLOT="0"
17 KEYWORDS="~amd64 ~x86"
18 IUSE=""
19
20 RDEPEND=">=dev-lang/python-2.5
21         >=dev-python/gnome-python-2.10
22         >=dev-python/pygobject-2.6
23         >=dev-python/pygtk-2.6
24         =dev-python/pysqlite-2*
25         x11-libs/libXScrnSaver"
26
27 DEPEND="${RDEPEND}
28         >=dev-util/intltool-0.35
29         dev-util/pkgconfig
30         sys-devel/gettext"
31
32 DOCS="AUTHORS ChangeLog NEWS README"