diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-24 01:56:43 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-24 01:56:43 +0000 |
commit | c9c5dc4acda383759f1021f938e6f6eec7cb08f1 (patch) | |
tree | e5b9750e487f5e862e7e4658c1a22a08c9760195 /dev-libs/atk/atk-1.18.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-c9c5dc4acda383759f1021f938e6f6eec7cb08f1.tar.gz gentoo-2-c9c5dc4acda383759f1021f938e6f6eec7cb08f1.tar.bz2 gentoo-2-c9c5dc4acda383759f1021f938e6f6eec7cb08f1.zip |
add gnome 2.18.0
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-libs/atk/atk-1.18.0.ebuild')
-rw-r--r-- | dev-libs/atk/atk-1.18.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/atk/atk-1.18.0.ebuild b/dev-libs/atk/atk-1.18.0.ebuild new file mode 100644 index 000000000000..397646e8d539 --- /dev/null +++ b/dev-libs/atk/atk-1.18.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.18.0.ebuild,v 1.1 2007/03/24 01:56:43 dang Exp $ + +inherit gnome2 + +DESCRIPTION="GTK+ & GNOME Accessibility Toolkit" +HOMEPAGE="http://developer.gnome.org/projects/gap/" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc" + +RDEPEND=">=dev-libs/glib-2.5.7" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog NEWS README" |