blob: 3e37f02659e88d1937f23093ffb42b395967699a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.14.ebuild,v 1.2 2004/04/11 15:10:54 pyrania Exp $
inherit gnome2
inherit debug flag-o-matic
strip-flags
IUSE=""
S=${WORKDIR}/${P}
DESCRIPTION="Gtodo is a Gtk+-2.0 Todo list manager written for use with gnome 2."
HOMEPAGE="http://gtodo.qballcow.nl/"
SRC_URI="mirror://sourceforge/gtodo/${P}.tar.gz"
KEYWORDS="~x86 ~amd64"
SLOT="0"
LICENSE="GPL-2"
DEPEND=">=x11-libs/gtk+-2.0
>=dev-libs/libxml2-2.5.8
>=gnome-base/gconf-2.0"
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
|