summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-08-22 17:59:10 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-08-22 17:59:10 +0000
commit934370daa330ab4538d68348bbbb1f23db336c2a (patch)
tree5e5201dea96206221ae46d23b953d23c5dff75a3 /gnome-extra
parentAdd back ~arm. It was dropped during the bump (diff)
downloadgentoo-2-934370daa330ab4538d68348bbbb1f23db336c2a.tar.gz
gentoo-2-934370daa330ab4538d68348bbbb1f23db336c2a.tar.bz2
gentoo-2-934370daa330ab4538d68348bbbb1f23db336c2a.zip
Clean up old revision.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/at-spi/ChangeLog5
-rw-r--r--gnome-extra/at-spi/at-spi-1.24.1.ebuild72
2 files changed, 4 insertions, 73 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog
index 7a0e1f778d16..e5a97bf73661 100644
--- a/gnome-extra/at-spi/ChangeLog
+++ b/gnome-extra/at-spi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/at-spi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.206 2010/08/18 21:28:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.207 2010/08/22 17:59:10 eva Exp $
+
+ 22 Aug 2010; Gilles Dartiguelongue <eva@gentoo.org> -at-spi-1.24.1.ebuild:
+ Clean up old revision.
18 Aug 2010; Markus Meier <maekke@gentoo.org> at-spi-1.28.1.ebuild:
arm stable, bug #314899
diff --git a/gnome-extra/at-spi/at-spi-1.24.1.ebuild b/gnome-extra/at-spi/at-spi-1.24.1.ebuild
deleted file mode 100644
index 184b359adc8c..000000000000
--- a/gnome-extra/at-spi/at-spi-1.24.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2010 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.24.1.ebuild,v 1.16 2010/07/20 02:14:03 jer Exp $
-
-WANT_AUTOMAKE="1.10"
-
-inherit autotools eutils gnome2 python virtualx
-
-DESCRIPTION="The Gnome Accessibility Toolkit"
-HOMEPAGE="http://developer.gnome.org/projects/gap/"
-
-LICENSE="LGPL-2"
-SLOT="1"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/atk-1.17
- >=x11-libs/gtk+-2.13.0
- >=gnome-base/libbonobo-1.107
- >=gnome-base/orbit-2
- >=gnome-base/gconf-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.40
- doc? ( >=dev-util/gtk-doc-1 )
- >=gnome-base/gnome-common-2.24
-
- x11-libs/libXt
- x11-proto/xextproto
- x11-proto/inputproto
- x11-proto/xproto"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-# needs a live properly configured environment. Not really suited to
-# an ebuild restricted environment
-RESTRICT="test"
-
-src_unpack() {
- gnome2_src_unpack
-
- # disable pyc compiling
- mv py-compile py-compile.orig
- ln -s $(type -P true) py-compile
-
- # should fix tests
- epatch "${FILESDIR}"/${PN}-1.22.0-tests.patch
-
- eautomake
-}
-
-src_test() {
- Xemake check || die "Testing phase failed"
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_mod_optimize $(python_get_sitedir)/pyatspi
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/pyatspi
-}