]> Pileus Git - ~andy/sunrise/blob - x11-misc/gnome-schedule/gnome-schedule-2.1.1.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update headers for 2010
[~andy/sunrise] / x11-misc / gnome-schedule / gnome-schedule-2.1.1.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit gnome2
6
7 DESCRIPTION="Gnome-schedule is a GUI to aid users configuring the crontab and at daemons."
8 HOMEPAGE="http://gnome-schedule.sourceforge.net/"
9 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~x86"
13 IUSE=""
14
15 RDEPEND=">=x11-libs/gtk+-2.6
16         >=gnome-base/gconf-2
17         >=dev-libs/glib-2.6
18         >=dev-lang/python-2.3
19         >=dev-python/pygtk-2.6
20         virtual/cron
21         sys-process/at
22         >=dev-python/gnome-python-2.12.0
23         >=app-text/gnome-doc-utils-0.3.2
24         app-text/rarian"
25
26 DEPEND="${RDEPEND}
27         sys-devel/gettext
28         >=dev-util/pkgconfig-0.9
29         >=dev-util/intltool-0.28"
30
31 DOCS="AUTHORS NEWS README TODO"