diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-24 17:15:21 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-24 17:15:21 +0000 |
commit | f31d63f6cf019c6a8fdb6f07605b911fab33e08a (patch) | |
tree | 146bd1e9c7652fdd7268073a64c22b9d2ea24d0a /gnome-extra | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-f31d63f6cf019c6a8fdb6f07605b911fab33e08a.tar.gz gentoo-2-f31d63f6cf019c6a8fdb6f07605b911fab33e08a.tar.bz2 gentoo-2-f31d63f6cf019c6a8fdb6f07605b911fab33e08a.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/at-spi/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.26.0.ebuild | 78 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.28.1.ebuild | 82 |
3 files changed, 6 insertions, 162 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog index 45c0bd036d3f..18f6e162512f 100644 --- a/gnome-extra/at-spi/ChangeLog +++ b/gnome-extra/at-spi/ChangeLog @@ -1,6 +1,10 @@ # 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.214 2010/11/05 18:56:21 eva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.215 2011/01/24 17:15:21 eva Exp $ + + 24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> -at-spi-1.26.0.ebuild, + -at-spi-1.28.1.ebuild: + Clean up old revisions. 05 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> at-spi-1.32.0.ebuild: Pin gtk+ dependency to slot 2. diff --git a/gnome-extra/at-spi/at-spi-1.26.0.ebuild b/gnome-extra/at-spi/at-spi-1.26.0.ebuild deleted file mode 100644 index 750a6790e4ae..000000000000 --- a/gnome-extra/at-spi/at-spi-1.26.0.ebuild +++ /dev/null @@ -1,78 +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.26.0.ebuild,v 1.12 2010/07/20 02:14:03 jer Exp $ - -WANT_AUTOMAKE="1.9" - -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 ) - - 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" - -pkg_setup() { - G2CONF="${G2CONF} --disable-xevie" -} - -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_need_rebuild - python_mod_optimize $(python_get_sitedir)/pyatspi -} - -pkg_postrm() { - gnome2_pkg_postrm - - python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/pyatspi -} diff --git a/gnome-extra/at-spi/at-spi-1.28.1.ebuild b/gnome-extra/at-spi/at-spi-1.28.1.ebuild deleted file mode 100644 index ae40ade4c5aa..000000000000 --- a/gnome-extra/at-spi/at-spi-1.28.1.ebuild +++ /dev/null @@ -1,82 +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.28.1.ebuild,v 1.7 2010/08/18 21:28:13 maekke Exp $ - -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 - >=dev-libs/dbus-glib-0.76 - >=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 - gnome-base/gnome-common - dev-util/gtk-doc-am - doc? ( >=dev-util/gtk-doc-1 ) - - 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" - -pkg_setup() { - G2CONF="${G2CONF} - --enable-sm - --disable-xevie" -} - -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 - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} - -src_test() { - Xemake check || die "Testing phase failed" -} - -pkg_postinst() { - gnome2_pkg_postinst - - python_need_rebuild - python_mod_optimize $(python_get_sitedir)/pyatspi -} - -pkg_postrm() { - gnome2_pkg_postrm - - python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/pyatspi -} |