diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-03 22:35:31 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-03 22:35:31 +0000 |
commit | 0176b9693866b12303f1e84e4db68c1510641cd1 (patch) | |
tree | 04dc11862009f0bb807186d5af003b56e04e143e /gnome-base/gail | |
parent | remove doc useflag from documentation packages, it does not make much sense f... (diff) | |
download | gentoo-2-0176b9693866b12303f1e84e4db68c1510641cd1.tar.gz gentoo-2-0176b9693866b12303f1e84e4db68c1510641cd1.tar.bz2 gentoo-2-0176b9693866b12303f1e84e4db68c1510641cd1.zip |
bump to 1.20.3. Bug fix.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'gnome-base/gail')
-rw-r--r-- | gnome-base/gail/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gail/gail-1.22.3.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/gnome-base/gail/ChangeLog b/gnome-base/gail/ChangeLog index 7bbb48b56678..d59c0b6ba8c1 100644 --- a/gnome-base/gail/ChangeLog +++ b/gnome-base/gail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gail # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.150 2008/05/08 03:25:36 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.151 2008/07/03 22:35:31 eva Exp $ + +*gail-1.22.3 (03 Jul 2008) + + 03 Jul 2008; Gilles Dartiguelongue <eva@gentoo.org> +gail-1.22.3.ebuild: + bump to 1.22.3. Bug fix. 08 May 2008; Ryan Hill <dirtyepic@gentoo.org> gail-1.22.1.ebuild: Keyword for mips. diff --git a/gnome-base/gail/gail-1.22.3.ebuild b/gnome-base/gail/gail-1.22.3.ebuild new file mode 100644 index 000000000000..56b02cbf4fdb --- /dev/null +++ b/gnome-base/gail/gail-1.22.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.22.3.ebuild,v 1.1 2008/07/03 22:35:31 eva 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 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc" + +RDEPEND=">=dev-libs/atk-1.13.0 + >=x11-libs/gtk+-2.9.4 + x11-libs/libX11" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + sys-devel/gettext + dev-util/gtk-doc-am + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog NEWS README" + |