summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gpe-pim/gpe-todo/gpe-todo-0.56.ebuild')
-rw-r--r--gpe-pim/gpe-todo/gpe-todo-0.56.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/gpe-pim/gpe-todo/gpe-todo-0.56.ebuild b/gpe-pim/gpe-todo/gpe-todo-0.56.ebuild
new file mode 100644
index 0000000..81c23c2
--- /dev/null
+++ b/gpe-pim/gpe-todo/gpe-todo-0.56.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+GPE_TARBALL_SUFFIX="bz2"
+inherit gpe
+
+DESCRIPTION="To-do list application for the GPE Palmtop Environment"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm ~amd64 ~x86"
+
+GPE_DOCS="ChangeLog"
+
+RDEPEND="${RDEPEND}
+ >=x11-libs/gtk+-2.2
+ >=dev-libs/glib-2.2
+ gpe-base/libgpewidget
+ gpe-base/libtododb"
+
+DEPEND="${DEPEND}
+ ${RDEPEND}"