diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-03-10 13:20:42 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-03-10 13:20:42 +0000 |
commit | 18a0e1835aec9c81a2f99b739b7f398de9477c86 (patch) | |
tree | 3c90000adb0e11ba177eedd4a729f0f4b110acbb /x11-misc/gtodo/gtodo-0.14.ebuild | |
parent | prune out pre-stable stuff (diff) | |
download | gentoo-2-18a0e1835aec9c81a2f99b739b7f398de9477c86.tar.gz gentoo-2-18a0e1835aec9c81a2f99b739b7f398de9477c86.tar.bz2 gentoo-2-18a0e1835aec9c81a2f99b739b7f398de9477c86.zip |
Version bump.
Diffstat (limited to 'x11-misc/gtodo/gtodo-0.14.ebuild')
-rw-r--r-- | x11-misc/gtodo/gtodo-0.14.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-misc/gtodo/gtodo-0.14.ebuild b/x11-misc/gtodo/gtodo-0.14.ebuild new file mode 100644 index 000000000000..496fff93dff6 --- /dev/null +++ b/x11-misc/gtodo/gtodo-0.14.ebuild @@ -0,0 +1,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.1 2004/03/10 13:15:52 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.0 + >=gnome-base/gconf-2.0" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" |