summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-26 18:49:36 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-26 18:49:36 +0000
commit6da23e928fa46ccdf1e4448026b1e5cbe6656160 (patch)
treefaf43ae3acade211a4067f285463fc3a32f28c15 /gnome-extra/at-spi
parentdrop old (diff)
downloadgentoo-2-6da23e928fa46ccdf1e4448026b1e5cbe6656160.tar.gz
gentoo-2-6da23e928fa46ccdf1e4448026b1e5cbe6656160.tar.bz2
gentoo-2-6da23e928fa46ccdf1e4448026b1e5cbe6656160.zip
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/at-spi')
-rw-r--r--gnome-extra/at-spi/ChangeLog6
-rw-r--r--gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild78
-rw-r--r--gnome-extra/at-spi/at-spi-1.32.0.ebuild77
-rw-r--r--gnome-extra/at-spi/at-spi-2.6.0.ebuild22
4 files changed, 5 insertions, 178 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog
index a8641211f332..58cd0f948449 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.248 2014/04/21 10:29:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.249 2014/04/26 18:49:36 pacho Exp $
+
+ 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -at-spi-1.32.0-r1.ebuild,
+ -at-spi-1.32.0.ebuild, -at-spi-2.6.0.ebuild:
+ drop old
21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> at-spi-2.8.0.ebuild:
Stable for arm, wrt bug #507568
diff --git a/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild b/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild
deleted file mode 100644
index 915f2caf90e2..000000000000
--- a/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2012 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.32.0-r1.ebuild,v 1.7 2012/05/05 06:25:18 jdhore Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_DEPEND="2:2.5"
-
-inherit gnome2 python
-
-DESCRIPTION="The Gnome Accessibility Toolkit"
-HOMEPAGE="http://projects.gnome.org/accessibility/"
-
-LICENSE="LGPL-2"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/atk-1.29.2
- >=x11-libs/gtk+-2.19.7:2
- >=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}
- virtual/pkgconfig
- >=dev-util/intltool-0.40
- doc? ( >=dev-util/gtk-doc-1 )
-
- x11-libs/libXt
- x11-proto/xextproto
- x11-proto/inputproto
- x11-proto/xproto"
-# eautoreconf needs:
-# gnome-base/gnome-common
-# dev-util/gtk-doc-am
-
-# needs a live properly configured environment. Not really suited to
-# an ebuild restricted environment
-RESTRICT="test"
-
-pkg_setup() {
- # relocate must be explicitely set
- G2CONF="${G2CONF}
- --enable-sm
- --enable-relocate
- --disable-xevie"
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- python_set_active_version 2
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # disable pyc compiling
- mv py-compile py-compile.orig
- ln -s $(type -P true) py-compile
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_need_rebuild
- python_mod_optimize pyatspi_corba
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup pyatspi_corba
-}
diff --git a/gnome-extra/at-spi/at-spi-1.32.0.ebuild b/gnome-extra/at-spi/at-spi-1.32.0.ebuild
deleted file mode 100644
index bd61a5933c55..000000000000
--- a/gnome-extra/at-spi/at-spi-1.32.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2013 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.32.0.ebuild,v 1.10 2013/10/04 15:45:13 tetromino Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-PYTHON_DEPEND="2:2.5"
-
-inherit gnome2 python
-
-DESCRIPTION="The Gnome Accessibility Toolkit"
-HOMEPAGE="http://projects.gnome.org/accessibility/"
-
-LICENSE="LGPL-2"
-SLOT="1"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/atk-1.29.2
- >=x11-libs/gtk+-2.19.7:2
- >=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
-
- !app-accessibility/at-spi2-atk"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.40
- doc? ( >=dev-util/gtk-doc-1 )
-
- x11-libs/libXt
- x11-proto/xextproto
- x11-proto/inputproto
- x11-proto/xproto"
-# eautoreconf needs:
-# gnome-base/gnome-common
-# dev-util/gtk-doc-am
-
-# needs a live properly configured environment. Not really suited to
-# an ebuild restricted environment
-RESTRICT="test"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --enable-sm
- --disable-xevie"
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- python_set_active_version 2
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # disable pyc compiling
- mv py-compile py-compile.orig
- ln -s $(type -P true) py-compile
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_need_rebuild
- python_mod_optimize pyatspi
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup pyatspi
-}
diff --git a/gnome-extra/at-spi/at-spi-2.6.0.ebuild b/gnome-extra/at-spi/at-spi-2.6.0.ebuild
deleted file mode 100644
index addaa472a0b7..000000000000
--- a/gnome-extra/at-spi/at-spi-2.6.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-2.6.0.ebuild,v 1.1 2013/01/31 19:53:53 eva Exp $
-
-EAPI="5"
-
-DESCRIPTION="The Gnome Accessibility Toolkit"
-HOMEPAGE="http://projects.gnome.org/accessibility/"
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
-IUSE=""
-
-RDEPEND="
- >=app-accessibility/at-spi2-atk-${PV}:2
- >=app-accessibility/at-spi2-core-${PV}:2
- >=dev-python/pyatspi-${PV}
- !<gnome-extra/at-spi-1.32.0-r1
-"
-DEPEND=""