summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-10-08 23:26:13 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-10-08 23:26:13 +0000
commit99578ca073cb7c9534767fb05a5992164028ca09 (patch)
treea58a8e9c944b40fa0bed1d2302b6e7afd201e465 /gnome-extra/tasks
parentClean up old revisions. (diff)
downloadgentoo-2-99578ca073cb7c9534767fb05a5992164028ca09.tar.gz
gentoo-2-99578ca073cb7c9534767fb05a5992164028ca09.tar.bz2
gentoo-2-99578ca073cb7c9534767fb05a5992164028ca09.zip
Clean up old revision.
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/tasks')
-rw-r--r--gnome-extra/tasks/ChangeLog5
-rw-r--r--gnome-extra/tasks/tasks-0.14.ebuild41
2 files changed, 4 insertions, 42 deletions
diff --git a/gnome-extra/tasks/ChangeLog b/gnome-extra/tasks/ChangeLog
index cec4dee723c6..eb80130b4039 100644
--- a/gnome-extra/tasks/ChangeLog
+++ b/gnome-extra/tasks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/tasks
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/ChangeLog,v 1.6 2010/06/29 15:39:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/ChangeLog,v 1.7 2010/10/08 23:26:13 eva Exp $
+
+ 08 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> -tasks-0.14.ebuild:
+ Clean up old revision.
29 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> tasks-0.16.ebuild,
+files/tasks-0.16-asneeded.patch:
diff --git a/gnome-extra/tasks/tasks-0.14.ebuild b/gnome-extra/tasks/tasks-0.14.ebuild
deleted file mode 100644
index 355a4459bb01..000000000000
--- a/gnome-extra/tasks/tasks-0.14.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/tasks-0.14.ebuild,v 1.2 2009/07/09 21:46:00 eva Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
-
-DESCRIPTION="A small, lightweight to-do list for Gnome"
-HOMEPAGE="http://pimlico-project.org/tasks.html"
-SRC_URI="http://pimlico-project.org/sources/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-# http://bugzilla.openedhand.com/show_bug.cgi?id=1175
-# unreleased >=x11-libs/libsexy-0.1.12
-
-RDEPEND=">=gnome-extra/evolution-data-server-1.8
- >=x11-libs/gtk+-2.6
- >=dev-libs/glib-2.14
- >=dev-libs/libunique-1"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9.0
- >=dev-util/intltool-0.33.0
- sys-devel/gettext"
-
-DOCS="AUTHORS ChangeLog INSTALL NEWS README"
-
-pkg_setup() {
- G2CONF="${G2CONF} --with-unique --enable-gtk"
-}
-
-src_prepare() {
- # Add missing config.h, bug #277115
- epatch "${FILESDIR}/${P}-configh.patch"
-}