summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-09-25 19:16:07 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-09-25 19:16:07 +0000
commit8ab92e49dee1981054a92874f50e378a7c8e4bb2 (patch)
treee53f291596c494b783b2724cd04390821c7fad26 /gnome-base/gail
parentInclude a patch from upstream that fixes a segfault. (diff)
downloadgentoo-2-8ab92e49dee1981054a92874f50e378a7c8e4bb2.tar.gz
gentoo-2-8ab92e49dee1981054a92874f50e378a7c8e4bb2.tar.bz2
gentoo-2-8ab92e49dee1981054a92874f50e378a7c8e4bb2.zip
New series for Gnome 2.20
(Portage version: 2.1.3.9)
Diffstat (limited to 'gnome-base/gail')
-rw-r--r--gnome-base/gail/ChangeLog5
-rw-r--r--gnome-base/gail/files/digest-gail-1.20.03
-rw-r--r--gnome-base/gail/gail-1.20.0.ebuild24
3 files changed, 31 insertions, 1 deletions
diff --git a/gnome-base/gail/ChangeLog b/gnome-base/gail/ChangeLog
index 2b6eaeec5a41..db3e67f73cce 100644
--- a/gnome-base/gail/ChangeLog
+++ b/gnome-base/gail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/gail
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.132 2007/09/22 09:09:45 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/ChangeLog,v 1.133 2007/09/25 19:16:06 dang Exp $
+
+ 25 Sep 2007; Daniel Gryniewicz <dang@gentoo.org> ChangeLog:
+ New series for Gnome 2.20
22 Sep 2007; Tom Gall <tgall@gentoo.org> gail-1.18.0.ebuild:
stable on ppc64
diff --git a/gnome-base/gail/files/digest-gail-1.20.0 b/gnome-base/gail/files/digest-gail-1.20.0
new file mode 100644
index 000000000000..e3e74d3649ae
--- /dev/null
+++ b/gnome-base/gail/files/digest-gail-1.20.0
@@ -0,0 +1,3 @@
+MD5 697f83db831816946bb8944b8d34ec17 gail-1.20.0.tar.bz2 657645
+RMD160 46f67eacb6fd67c0ca4a45568556b02987c3417c gail-1.20.0.tar.bz2 657645
+SHA256 2e547b33a1f0abffb1a9860e5dc09330fbf6fbb45b7fe90dc5d12cea5fbe829e gail-1.20.0.tar.bz2 657645
diff --git a/gnome-base/gail/gail-1.20.0.ebuild b/gnome-base/gail/gail-1.20.0.ebuild
new file mode 100644
index 000000000000..6ef37d54321d
--- /dev/null
+++ b/gnome-base/gail/gail-1.20.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gail/gail-1.20.0.ebuild,v 1.1 2007/09/25 19:16:06 dang 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
+ >=gnome-base/libgnomecanvas-2
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9
+ sys-devel/gettext
+ doc? ( >=dev-util/gtk-doc-1 )"
+
+DOCS="AUTHORS ChangeLog NEWS README"