summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/gail/gail-1.6.0.ebuild')
-rw-r--r--gnome-base/gail/gail-1.6.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/gnome-base/gail/gail-1.6.0.ebuild b/gnome-base/gail/gail-1.6.0.ebuild
new file mode 100644
index 000000000000..6535034fe9cf
--- /dev/null
+++ b/gnome-base/gail/gail-1.6.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.6.0.ebuild,v 1.7 2004/09/18 22:32:48 leonardop Exp $
+
+inherit gnome2
+
+IUSE=""
+
+DESCRIPTION="Accessibility support for Gtk+ and libgnomecanvas"
+HOMEPAGE="http://developer.gnome.org/projects/gap"
+
+SLOT="0"
+KEYWORDS="x86 ppc ~alpha ~sparc hppa ~amd64 ~ia64 ~mips"
+LICENSE="LGPL-2"
+
+RDEPEND=">=x11-libs/gtk+-2.3.5
+ >=dev-libs/atk-1.5
+ >=gnome-base/libgnomecanvas-2"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS ChangeLog COPYING NEWS README NEWS"