summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/labyrinth/labyrinth-0.3.ebuild')
-rw-r--r--gnome-extra/labyrinth/labyrinth-0.3.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnome-extra/labyrinth/labyrinth-0.3.ebuild b/gnome-extra/labyrinth/labyrinth-0.3.ebuild
new file mode 100644
index 0000000..92ea30a
--- /dev/null
+++ b/gnome-extra/labyrinth/labyrinth-0.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit gnome2
+
+DESCRIPTION="Mind mapping software for Gnome"
+HOMEPAGE="http://www.gnome.org/~dscorgie/labyrinth.html"
+SRC_URI="http://www.gnome.org/~dscorgie/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-lang/python-2.4
+ >=x11-libs/gtk+-2.8
+ >=dev-python/pygtk-2.10
+ >=dev-python/pygobject-2.10
+ >=dev-python/gnome-python-2.12
+ >=gnome-base/gnome-desktop-2.14
+ dev-python/pycairo"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.35"
+