diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2006-03-16 19:41:15 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2006-03-16 19:41:15 +0000 |
commit | 401bb5fe2b3dfe5c41c85e7c490793347d09b605 (patch) | |
tree | 91470d51af2b61317f96cef94d391642d99de44e /gnome-base/gail/gail-1.8.11.ebuild | |
parent | stable on amd64 wrt bug 125830 (diff) | |
download | gentoo-2-401bb5fe2b3dfe5c41c85e7c490793347d09b605.tar.gz gentoo-2-401bb5fe2b3dfe5c41c85e7c490793347d09b605.tar.bz2 gentoo-2-401bb5fe2b3dfe5c41c85e7c490793347d09b605.zip |
new version
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'gnome-base/gail/gail-1.8.11.ebuild')
-rw-r--r-- | gnome-base/gail/gail-1.8.11.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnome-base/gail/gail-1.8.11.ebuild b/gnome-base/gail/gail-1.8.11.ebuild new file mode 100644 index 000000000000..410d2a08bbf9 --- /dev/null +++ b/gnome-base/gail/gail-1.8.11.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.8.11.ebuild,v 1.1 2006/03/16 19:41:15 allanonjl Exp $ + +inherit gnome2 + +DESCRIPTION="Accessibility support for Gtk+ and libgnomecanvas" +HOMEPAGE="http://developer.gnome.org/projects/gap/" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc" + +RDEPEND=">=dev-libs/atk-1.7 + >=x11-libs/gtk+-2.3.5 + >=gnome-base/libgnomecanvas-2" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog NEWS README" |