summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2004-03-18 00:06:56 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2004-03-18 00:06:56 +0000
commit379ad6a2ea37dedf12c1d28a86adc7645376d72f (patch)
tree28b1eca1eafc90846f6ad87f801de38c11a2e06f /app-accessibility/at-poke/at-poke-0.2.2.ebuild
parentcleaning up (diff)
downloadgentoo-2-379ad6a2ea37dedf12c1d28a86adc7645376d72f.tar.gz
gentoo-2-379ad6a2ea37dedf12c1d28a86adc7645376d72f.tar.bz2
gentoo-2-379ad6a2ea37dedf12c1d28a86adc7645376d72f.zip
Move from gnome-extra
Diffstat (limited to 'app-accessibility/at-poke/at-poke-0.2.2.ebuild')
-rw-r--r--app-accessibility/at-poke/at-poke-0.2.2.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-accessibility/at-poke/at-poke-0.2.2.ebuild b/app-accessibility/at-poke/at-poke-0.2.2.ebuild
new file mode 100644
index 000000000000..9ad3955e01ce
--- /dev/null
+++ b/app-accessibility/at-poke/at-poke-0.2.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-poke/at-poke-0.2.2.ebuild,v 1.1 2004/03/18 00:06:56 leonardop Exp $
+
+inherit gnome2
+
+DESCRIPTION="The accessibility poking tool"
+HOMEPAGE="http://www.gnome.org/"
+
+IUSE=""
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="~x86 ~sparc"
+SLOT="0"
+
+RDEPEND=">=gnome-extra/at-spi-1.3.12
+ >=gnome-base/libglade-2
+ >=x11-libs/gtk+-2
+ >=gnome-base/libgnomeui-2
+ gnome-extra/libgail-gnome
+ >=dev-libs/popt-1.5"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0"
+
+G2CONF="${G2CONF} --enable-platform-gnome-2"
+
+DOCS="AUTHORS ChangeLog COPYING* NEWS README TODO"