diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-04-10 18:15:57 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-04-10 18:15:57 +0000 |
commit | ebecb3732f3350741504d5db961af29463a41fc9 (patch) | |
tree | 92bb6be8649f7220ad4166d6441b6fbcf783a959 /gnome-base/gail | |
parent | remove old (diff) | |
download | gentoo-2-ebecb3732f3350741504d5db961af29463a41fc9.tar.gz gentoo-2-ebecb3732f3350741504d5db961af29463a41fc9.tar.bz2 gentoo-2-ebecb3732f3350741504d5db961af29463a41fc9.zip |
gnome-base/gail: Bump to 1.22.1, single bug fix
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'gnome-base/gail')
-rw-r--r-- | gnome-base/gail/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gail/gail-1.22.1.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/gnome-base/gail/ChangeLog b/gnome-base/gail/ChangeLog index 018886bdd14d..42afbe61b24d 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.148 2008/03/18 21:37:47 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.149 2008/04/10 18:15:57 remi Exp $ + +*gail-1.22.1 (10 Apr 2008) + + 10 Apr 2008; Rémi Cardona <remi@gentoo.org> +gail-1.22.1.ebuild: + Bump to 1.22.1, single bug fix *gail-1.22.0 (18 Mar 2008) diff --git a/gnome-base/gail/gail-1.22.1.ebuild b/gnome-base/gail/gail-1.22.1.ebuild new file mode 100644 index 000000000000..e78ffe9b1e5f --- /dev/null +++ b/gnome-base/gail/gail-1.22.1.ebuild @@ -0,0 +1,23 @@ +# 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.1.ebuild,v 1.1 2008/04/10 18:15:57 remi 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 ~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 + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog NEWS README" |