summaryrefslogtreecommitdiff
blob: 627c3e7a91a469de828a174e7635b1d65b4f8597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit gnome2

DESCRIPTION="Gnome-schedule is a GUI to aid users configuring the crontab and at daemons."
HOMEPAGE="http://gnome-schedule.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2.6
	>=gnome-base/gconf-2
	>=dev-libs/glib-2.6
	>=dev-lang/python-2.3
	>=dev-python/pygtk-2.6
	virtual/cron
	sys-process/at"

DEPEND="${RDEPEND}
	sys-devel/gettext
	>=dev-util/pkgconfig-0.9
	>=dev-util/intltool-0.28"

DOCS="AUTHORS NEWS README TODO"