summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-24 12:20:22 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-24 12:20:22 +0000
commita039523b48ebf381a358cf37f35918da039eb54e (patch)
treeb2bb7e6989f5e9ff07e63d9821c4ef7dfaed9ae2 /app-accessibility
parentHonor LINGUAS (#408093 by Piotr Szymaniak) (diff)
downloadgentoo-2-a039523b48ebf381a358cf37f35918da039eb54e.tar.gz
gentoo-2-a039523b48ebf381a358cf37f35918da039eb54e.tar.bz2
gentoo-2-a039523b48ebf381a358cf37f35918da039eb54e.zip
x11-libs/libSM is needed until upstream #719808 is solved either making the dep unneeded or fixing their configure, drop old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/at-spi2-core/ChangeLog7
-rw-r--r--app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild41
-rw-r--r--app-accessibility/at-spi2-core/at-spi2-core-2.4.2.ebuild41
-rw-r--r--app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild5
4 files changed, 10 insertions, 84 deletions
diff --git a/app-accessibility/at-spi2-core/ChangeLog b/app-accessibility/at-spi2-core/ChangeLog
index 8adcf3f6bca9..a283da7820f6 100644
--- a/app-accessibility/at-spi2-core/ChangeLog
+++ b/app-accessibility/at-spi2-core/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-accessibility/at-spi2-core
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.46 2013/12/22 15:22:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.47 2013/12/24 12:20:22 pacho Exp $
+
+ 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> -at-spi2-core-2.2.3.ebuild,
+ -at-spi2-core-2.4.2.ebuild, at-spi2-core-2.8.0.ebuild:
+ x11-libs/libSM is needed until upstream #719808 is solved either making the
+ dep unneeded or fixing their configure, drop old.
22 Dec 2013; Jeroen Roovers <jer@gentoo.org> at-spi2-core-2.8.0.ebuild:
Stable for HPPA (bug #478252).
diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild
deleted file mode 100644
index db0e538e6f9d..000000000000
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild,v 1.12 2013/03/05 22:28:08 eva Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2
-
-DESCRIPTION="D-Bus accessibility specifications and registration daemon"
-HOMEPAGE="http://live.gnome.org/Accessibility"
-
-LICENSE="LGPL-2+"
-SLOT="2"
-KEYWORDS="amd64 arm x86"
-IUSE="+introspection"
-
-RDEPEND=">=dev-libs/glib-2.28:2
- >=sys-apps/dbus-1
- x11-libs/libX11
- x11-libs/libXi
- x11-libs/libXtst
- introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
-"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- >=dev-util/intltool-0.40
- virtual/pkgconfig
-"
-
-src_prepare() {
- DOCS="AUTHORS ChangeLog NEWS README"
- # xevie is deprecated/broken since xorg-1.6/1.7
- G2CONF="${G2CONF} --disable-xevie"
-
- # disable teamspaces test since that requires Novell.ICEDesktop.Daemon
- epatch "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch"
-
- gnome2_src_prepare
-}
diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.4.2.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.4.2.ebuild
deleted file mode 100644
index 6496cc312b13..000000000000
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.4.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.4.2.ebuild,v 1.11 2013/03/05 22:28:08 eva Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2
-
-DESCRIPTION="D-Bus accessibility specifications and registration daemon"
-HOMEPAGE="http://live.gnome.org/Accessibility"
-
-LICENSE="LGPL-2+"
-SLOT="2"
-KEYWORDS="ppc ppc64"
-IUSE="+introspection"
-
-RDEPEND=">=dev-libs/glib-2.28:2
- >=sys-apps/dbus-1
- x11-libs/libX11
- x11-libs/libXi
- x11-libs/libXtst
- introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
-"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- >=dev-util/intltool-0.40
- virtual/pkgconfig
-"
-
-src_prepare() {
- DOCS="AUTHORS ChangeLog NEWS README"
- # xevie is deprecated/broken since xorg-1.6/1.7
- G2CONF="${G2CONF} --disable-xevie"
-
- # disable teamspaces test since that requires Novell.ICEDesktop.Daemon
- epatch "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch"
-
- gnome2_src_prepare
-}
diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild
index 202c7a548ec1..2e7381d3f7d5 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild,v 1.5 2013/12/22 15:22:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild,v 1.6 2013/12/24 12:20:22 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -16,9 +16,12 @@ SLOT="2"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="+introspection"
+# x11-libs/libSM is needed until upstream #719808 is solved either
+# making the dep unneeded or fixing their configure
RDEPEND="
>=dev-libs/glib-2.28:2
>=sys-apps/dbus-1
+ x11-libs/libSM
x11-libs/libX11
x11-libs/libXi
x11-libs/libXtst