diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-27 14:47:09 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-27 14:47:09 +0000 |
commit | 82c807d14d2e2f5160c2c4d3432b0df1ca89f8ac (patch) | |
tree | dd833b6c5559a6ff2af0328e789d1a9ca33959a3 /gnome-extra | |
parent | Stable for HPPA (bug #156573). (diff) | |
download | gentoo-2-82c807d14d2e2f5160c2c4d3432b0df1ca89f8ac.tar.gz gentoo-2-82c807d14d2e2f5160c2c4d3432b0df1ca89f8ac.tar.bz2 gentoo-2-82c807d14d2e2f5160c2c4d3432b0df1ca89f8ac.zip |
gnome 2.18.0
(Portage version: 2.1.2.2)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/at-spi/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.18.0.ebuild | 53 | ||||
-rw-r--r-- | gnome-extra/at-spi/files/digest-at-spi-1.18.0 | 3 |
3 files changed, 62 insertions, 1 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog index 0bf9f80813c9..aa25f48c1c5b 100644 --- a/gnome-extra/at-spi/ChangeLog +++ b/gnome-extra/at-spi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/at-spi # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.140 2007/01/21 22:19:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.141 2007/03/27 14:47:08 dang Exp $ + +*at-spi-1.18.0 (27 Mar 2007) + + 27 Mar 2007; Daniel Gryniewicz <dang@gentoo.org> +at-spi-1.18.0.ebuild: + gnome 2.18.0 21 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> at-spi-1.7.12.ebuild: Stable on IA64, bug 156662. diff --git a/gnome-extra/at-spi/at-spi-1.18.0.ebuild b/gnome-extra/at-spi/at-spi-1.18.0.ebuild new file mode 100644 index 000000000000..f1dbab46a81a --- /dev/null +++ b/gnome-extra/at-spi/at-spi-1.18.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.18.0.ebuild,v 1.1 2007/03/27 14:47:08 dang Exp $ + +WANT_AUTOMAKE="1.9" + +inherit virtualx autotools eutils gnome2 + +DESCRIPTION="The Gnome Accessibility Toolkit" +HOMEPAGE="http://developer.gnome.org/projects/gap/" + +LICENSE="LGPL-2" +SLOT="1" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc" + +RDEPEND=">=dev-libs/atk-1.17 + >=x11-libs/gtk+-2.10.0 + >=gnome-base/gail-1.9.0 + >=gnome-base/libbonobo-1.107 + >=gnome-base/orbit-2 + dev-libs/popt + + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXi + x11-libs/libXtst" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.35 + doc? ( >=dev-util/gtk-doc-1 ) + + x11-libs/libXt + x11-proto/xextproto + x11-proto/inputproto + x11-proto/xproto" + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +src_unpack() { + gnome2_src_unpack + + epatch "${FILESDIR}"/${PN}-1.7.12-tests.patch + + cp aclocal.m4 old_macros.m4 + AT_M4DIR="." eautoreconf +} + +src_test() { + Xmake check || die "Testing phase failed" +} diff --git a/gnome-extra/at-spi/files/digest-at-spi-1.18.0 b/gnome-extra/at-spi/files/digest-at-spi-1.18.0 new file mode 100644 index 000000000000..030a69e723a0 --- /dev/null +++ b/gnome-extra/at-spi/files/digest-at-spi-1.18.0 @@ -0,0 +1,3 @@ +MD5 d77f3b7111a847903f66f5cb111ee89e at-spi-1.18.0.tar.bz2 778719 +RMD160 58e43af2adda66fd7f0c1a8293195e0ab82b54b2 at-spi-1.18.0.tar.bz2 778719 +SHA256 1d77e06c4cea6111faee520beb3d2fbc0d746879e16eb9fb0782e7d3743a58eb at-spi-1.18.0.tar.bz2 778719 |