summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/tasks/tasks-0.20.ebuild')
-rw-r--r--gnome-extra/tasks/tasks-0.20.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/gnome-extra/tasks/tasks-0.20.ebuild b/gnome-extra/tasks/tasks-0.20.ebuild
deleted file mode 100644
index c4cb7c538ed8..000000000000
--- a/gnome-extra/tasks/tasks-0.20.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/tasks-0.20.ebuild,v 1.5 2012/05/05 06:25:15 jdhore Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="A small, lightweight to-do list for Gnome"
-HOMEPAGE="http://pimlico-project.org/tasks.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=gnome-extra/evolution-data-server-1.8
- >=x11-libs/gtk+-2.16:2
- >=dev-libs/glib-2.14:2
- >=dev-libs/libunique-1:1"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.33
- sys-devel/gettext"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="${G2CONF} --with-unique --enable-gtk"
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.16-asneeded.patch"
- eautoreconf
-}