Portage is a package management system used by Gentoo Linux
# ChangeLog for gnome-extra/tasks
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/ChangeLog,v 1.1 2008/04/24 22:21:01 eva Exp $
*tasks-0.13 (24 Apr 2008)
24 Apr 2008; Gilles Dartiguelongue
initial ebuild from bug #168843. Thanks to Christoph Brill
and Kristian Poul Herkild
DIST tasks-0.13.tar.gz 335079 RMD160 eb734d7039c297bf4369652f4c1f3ec3738d2e43 SHA1 b0ad82576bfec646212882bdf63a0ab5bd9f2d54 SHA256 3a1029eb587a0587cf3ebcb8c256062ca595b4f5d0a30188fa4aae3adb49ca5a
EBUILD tasks-0.13.ebuild 699 RMD160 e95640c32c17c7151e8671064ce803824d894501 SHA1 e55c0d23eea7cd9cea5c00de171584945ee9aa40 SHA256 f68fc237d6178a2d69883d688fa36f50dd50020e4d10ffa789b118500a08187b
MISC ChangeLog 432 RMD160 c5b6a5353e3f0ab309d921efb9863f04bb219a8b SHA1 3c740af666bdb76dbcc1b9415b9bc0e2a7e70f2a SHA256 8e3c20438d99d3380b6d2fc5f4276261067c69a2fa9889df113841c21726cf62
MISC metadata.xml 583 RMD160 1b65121b81b950ca4c2b03e3a98396e4a6a87906 SHA1 91c9b971ae53776cce2357fbcc5b2d0ebde8d1e2 SHA256 d219c719a681123dca2d3704a72c276dcdfeef3c65d5287f614b46b82e9d4351
Tasks is a simple To Do list application that eschews complicated
features for a lean interface and functionality that just does the right
thing. It has a simple interface with little cruft around the list of
tasks, and is ported to the OpenMoko and Maemo frameworks.
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/tasks-0.13.ebuild,v 1.2 2008/04/26 03:45:30 mr_bones_ Exp $
inherit 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=""
RDEPEND=">=gnome-extra/evolution-data-server-1.8
>=x11-libs/gtk+-2.6
x11-libs/libsexy"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9.0
>=dev-util/intltool-0.33.0
sys-devel/gettext"
DOCS="AUTHORS ChangeLog INSTALL NEWS README"