diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-05 10:51:25 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-05 10:51:25 +0000 |
commit | 3a2e12cbfd3a52b34bc2699fb68e1e88b04ae03e (patch) | |
tree | 320844bdcc8e0dff79eaaeba0deffa574783aced /gnome-extra/at-spi/at-spi-1.1.9.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-3a2e12cbfd3a52b34bc2699fb68e1e88b04ae03e.tar.gz gentoo-2-3a2e12cbfd3a52b34bc2699fb68e1e88b04ae03e.tar.bz2 gentoo-2-3a2e12cbfd3a52b34bc2699fb68e1e88b04ae03e.zip |
version bump
Diffstat (limited to 'gnome-extra/at-spi/at-spi-1.1.9.ebuild')
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.1.9.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gnome-extra/at-spi/at-spi-1.1.9.ebuild b/gnome-extra/at-spi/at-spi-1.1.9.ebuild new file mode 100644 index 000000000000..e6bdf5eb936e --- /dev/null +++ b/gnome-extra/at-spi/at-spi-1.1.9.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.1.9.ebuild,v 1.1 2003/07/05 10:51:16 liquidx Exp $ + +IUSE="doc" + +inherit gnome2 + +DESCRIPTION="This is the Gnome Accessibility Toolkit" +HOMEPAGE="http://www.gnome.org/" + +IUSE="" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="~x86 ~ppc ~alpha" + +RDEPEND=">=gnome-base/gail-0.17 + >=gnome-base/libbonobo-2.0.0 + >=dev-libs/atk-1.1 + >=x11-libs/gtk+-2 + >=dev-libs/popt-1.6.3 + >=gnome-base/ORBit2-2 + virtual/x11" +# virtual/x11 for libXtst libXi libXkb + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + doc? ( dev-util/gtk-doc )" + +MAKEOPTS="${MAKEOPTS} -j1" +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" + |