diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-02-24 16:14:02 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-02-24 16:14:02 +0000 |
commit | 788f6aa39316e76df81ff40d644514ca334a57c1 (patch) | |
tree | 259a6ac9fa18d13eff6b66bfea628d02b8654dc8 /gnome-extra/libgail-gnome | |
parent | Fix build with libpng 1.5 #356281, also remove outdated ebuild (diff) | |
download | gentoo-2-788f6aa39316e76df81ff40d644514ca334a57c1.tar.gz gentoo-2-788f6aa39316e76df81ff40d644514ca334a57c1.tar.bz2 gentoo-2-788f6aa39316e76df81ff40d644514ca334a57c1.zip |
Version bump with bugfix.
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/libgail-gnome')
-rw-r--r-- | gnome-extra/libgail-gnome/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-extra/libgail-gnome/libgail-gnome-1.20.4.ebuild | 29 |
2 files changed, 36 insertions, 2 deletions
diff --git a/gnome-extra/libgail-gnome/ChangeLog b/gnome-extra/libgail-gnome/ChangeLog index b4c7fd21122f..0ece6eef157f 100644 --- a/gnome-extra/libgail-gnome/ChangeLog +++ b/gnome-extra/libgail-gnome/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/libgail-gnome -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.119 2010/12/08 17:29:46 pacho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.120 2011/02/24 16:14:02 pacho Exp $ + +*libgail-gnome-1.20.4 (24 Feb 2011) + + 24 Feb 2011; Pacho Ramos <pacho@gentoo.org> +libgail-gnome-1.20.4.ebuild: + Version bump with bugfix. 08 Dec 2010; Pacho Ramos <pacho@gentoo.org> -libgail-gnome-1.20.1.ebuild, -libgail-gnome-1.20.2.ebuild, libgail-gnome-1.20.3.ebuild: diff --git a/gnome-extra/libgail-gnome/libgail-gnome-1.20.4.ebuild b/gnome-extra/libgail-gnome/libgail-gnome-1.20.4.ebuild new file mode 100644 index 000000000000..0c8299b18eec --- /dev/null +++ b/gnome-extra/libgail-gnome/libgail-gnome-1.20.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.20.4.ebuild,v 1.1 2011/02/24 16:14:02 pacho Exp $ + +EAPI="3" +GCONF_DEBUG="yes" + +inherit gnome2 + +DESCRIPTION="Gail libraries for GNOME" +HOMEPAGE="http://live.gnome.org/Accessibility/" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-libs/atk-1.7.2 + >=x11-libs/gtk+-1.3.11:2 + >=gnome-base/libbonobo-1.1 + >=gnome-base/libbonoboui-1.1 + >=gnome-base/libgnomeui-1.1 + || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) + >=gnome-base/gconf-2 + >=gnome-extra/at-spi-0.10:1" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9" + +DOCS="AUTHORS ChangeLog NEWS README" |