diff options
author | 2009-10-09 08:27:42 +0000 | |
---|---|---|
committer | 2009-10-09 08:27:42 +0000 | |
commit | 1cf44c8034d1e48c1184033cc3a60341cd265560 (patch) | |
tree | 15904812bf513a86f24f3ce580d3b805a846b380 /x11-misc/gnome-schedule/gnome-schedule-2.1.1.ebuild | |
parent | sci-visualization/spyview: Version bump. Most patches are integrated now. (diff) | |
download | sunrise-1cf44c8034d1e48c1184033cc3a60341cd265560.tar.gz sunrise-1cf44c8034d1e48c1184033cc3a60341cd265560.tar.bz2 sunrise-1cf44c8034d1e48c1184033cc3a60341cd265560.zip |
x11-misc/gnome-schedule: version bump to 2.1.1
svn path=/sunrise/; revision=9342
Diffstat (limited to 'x11-misc/gnome-schedule/gnome-schedule-2.1.1.ebuild')
-rw-r--r-- | x11-misc/gnome-schedule/gnome-schedule-2.1.1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-misc/gnome-schedule/gnome-schedule-2.1.1.ebuild b/x11-misc/gnome-schedule/gnome-schedule-2.1.1.ebuild new file mode 100644 index 000000000..b22eccf02 --- /dev/null +++ b/x11-misc/gnome-schedule/gnome-schedule-2.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 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 + >=dev-python/gnome-python-2.12.0 + >=app-text/gnome-doc-utils-0.3.2 + app-text/rarian" + +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.28" + +DOCS="AUTHORS NEWS README TODO" |