diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2006-11-07 08:25:51 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2006-11-07 08:25:51 +0000 |
commit | 74b6f128f5b59fde35186c744c9ad0877da20434 (patch) | |
tree | 9857ad40a8902801e5f198d9bf203ba3fc4c63de /gnome-base | |
parent | Patch from upstream to fix incorrect usage of dbus-binding-tool (diff) | |
download | gentoo-2-74b6f128f5b59fde35186c744c9ad0877da20434.tar.gz gentoo-2-74b6f128f5b59fde35186c744c9ad0877da20434.tar.bz2 gentoo-2-74b6f128f5b59fde35186c744c9ad0877da20434.zip |
New release: 1.9.3. Pruning old ebuilds.
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gail/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gail/files/digest-gail-1.9.3 | 3 | ||||
-rw-r--r-- | gnome-base/gail/gail-1.9.3.ebuild | 23 |
3 files changed, 32 insertions, 1 deletions
diff --git a/gnome-base/gail/ChangeLog b/gnome-base/gail/ChangeLog index 9a6c46a940fe..5f3bf3bf55b3 100644 --- a/gnome-base/gail/ChangeLog +++ b/gnome-base/gail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gail # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.111 2006/10/20 14:14:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.112 2006/11/07 08:25:51 leonardop Exp $ + +*gail-1.9.3 (07 Nov 2006) + + 07 Nov 2006; Leonardo Boshell <leonardop@gentoo.org> +gail-1.9.3.ebuild: + Version bump. 20 Oct 2006; Aron Griffis <agriffis@gentoo.org> gail-1.8.11.ebuild: Mark 1.8.11 stable on alpha diff --git a/gnome-base/gail/files/digest-gail-1.9.3 b/gnome-base/gail/files/digest-gail-1.9.3 new file mode 100644 index 000000000000..36cae857970f --- /dev/null +++ b/gnome-base/gail/files/digest-gail-1.9.3 @@ -0,0 +1,3 @@ +MD5 1e8825da60fd19833dfc6b2068f05ec9 gail-1.9.3.tar.bz2 622648 +RMD160 2fb1258a8bf09b1abab4e60edcf0fbe24893bb71 gail-1.9.3.tar.bz2 622648 +SHA256 165be69deb636b658374c2cfe5df452ab198de6d6ca8ebe0ee8469a229225c3c gail-1.9.3.tar.bz2 622648 diff --git a/gnome-base/gail/gail-1.9.3.ebuild b/gnome-base/gail/gail-1.9.3.ebuild new file mode 100644 index 000000000000..d3ea64a5e0d2 --- /dev/null +++ b/gnome-base/gail/gail-1.9.3.ebuild @@ -0,0 +1,23 @@ +# 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.9.3.ebuild,v 1.1 2006/11/07 08:25:51 leonardop 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" +IUSE="doc" + +RDEPEND=">=dev-libs/atk-1.7 + >=x11-libs/gtk+-2.9.4 + >=gnome-base/libgnomecanvas-2" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog NEWS README" |