New release: 1.9.3. Pruning old ebuilds.
authorLeonardo Boshell <leonardop@gentoo.org>
Tue, 7 Nov 2006 08:25:51 +0000 (08:25 +0000)
committerLeonardo Boshell <leonardop@gentoo.org>
Tue, 7 Nov 2006 08:25:51 +0000 (08:25 +0000)
Package-Manager: portage-2.1.2_rc1-r3

gnome-base/gail/ChangeLog
gnome-base/gail/files/digest-gail-1.9.3 [new file with mode: 0644]
gnome-base/gail/gail-1.9.3.ebuild [new file with mode: 0644]

index 9a6c46a940fe5ba2ee2e625e97256424e2186bcb..5f3bf3bf55b311439dbdd53dea71963dd1dc7a81 100644 (file)
@@ -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 (file)
index 0000000..36cae85
--- /dev/null
@@ -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 (file)
index 0000000..d3ea64a
--- /dev/null
@@ -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"