summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-10-27 13:02:47 +0000
committerJustin Lecher <jlec@gentoo.org>2011-10-27 13:02:47 +0000
commit2571196310a5f8f4cb53b1901dd73ea806bedb3b (patch)
tree74ae3558f4bbea2e4b0c13e2303cd2cec6405488 /x11-misc/gnome-schedule/gnome-schedule-2.1.1.ebuild
parentx11-misc/quicksynergy: quicksynergy version bump (0.9.0), thanks to Tommy[D] (diff)
downloadsunrise-2571196310a5f8f4cb53b1901dd73ea806bedb3b.tar.gz
sunrise-2571196310a5f8f4cb53b1901dd73ea806bedb3b.tar.bz2
sunrise-2571196310a5f8f4cb53b1901dd73ea806bedb3b.zip
x11-misc/gnome-schedule: Version Bump, add USE=applet
svn path=/sunrise/; revision=12489
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.ebuild39
1 files changed, 0 insertions, 39 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
deleted file mode 100644
index 63e69e3e8..000000000
--- a/x11-misc/gnome-schedule/gnome-schedule-2.1.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-
-inherit python gnome2
-
-DESCRIPTION="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="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- x11-libs/gtk+:2
- gnome-base/gconf:2
- dev-libs/glib:2
- >=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"
-
-pkg_setup () {
- python_set_active_version 2
-}