From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-core/
Date: Tue, 21 Mar 2017 01:29:42 +0000 (UTC) [thread overview]
Message-ID: <1490059676.b6f3314bc2973c229876fc843e2c7f86d9ea8bae.leio@gentoo> (raw)
commit: b6f3314bc2973c229876fc843e2c7f86d9ea8bae
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 01:27:56 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 01:27:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f3314b
app-accessibility/at-spi2-core: remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.1
app-accessibility/at-spi2-core/Manifest | 1 -
.../at-spi2-core/at-spi2-core-2.22.0.ebuild | 60 ----------------------
2 files changed, 61 deletions(-)
diff --git a/app-accessibility/at-spi2-core/Manifest b/app-accessibility/at-spi2-core/Manifest
index e33a6248263..b0bcf33ee9f 100644
--- a/app-accessibility/at-spi2-core/Manifest
+++ b/app-accessibility/at-spi2-core/Manifest
@@ -1,3 +1,2 @@
DIST at-spi2-core-2.20.2.tar.xz 454124 SHA256 88a4de9d43139f13cca531b47b901bc1b56e0ab06ba899126644abd4ac16a143 SHA512 b92eb876ecc1fbd14c042a37d0d781c2b3697ad3e988d3fa2c8894f5ffc269b38a703fee702a1a03d8b37b7c2140a7862cd818c9c7f66bc85bfa776355172d79 WHIRLPOOL 07f99b4b4167875f26952747a8e9fb8ec2cf92898d57a0d4b41420e25d09b8ea7145cea994860959af8ffe78d2ba8fee6900932145ebba9d5047bf832d79617c
-DIST at-spi2-core-2.22.0.tar.xz 449364 SHA256 415ea3af21318308798e098be8b3a17b2f0cf2fe16cecde5ad840cf4e0f2c80a SHA512 f43fde89a47754a6fab80ebecb6c303b50d4829b4b376f363c085841243b30910003bc359ec16fc20f4363253df06b8e0f818b91d96b03c99b29f9a1ab5af118 WHIRLPOOL f1c476c38fee5e157ea62ea37211e9419c708abd465dc74a040ba32a88490f23a614be8ae1a0cc1af005633bf77f2495e45b986d2c6ebeea5ed7c13895a59568
DIST at-spi2-core-2.22.1.tar.xz 454048 SHA256 6f8f39f091bfe2c57870cb8bfbb02edac4fc85cda69665e6967937daf7201c42 SHA512 2376b57ce744351ed09a13cd02f0c02264c0998860710cfcdac59f0efb78061512986f5d7305a2f6c594d70213722f81795620e8cd2c6587c6d3f1335477171f WHIRLPOOL a3bd869b286e7fd974242c5846d219c9be3b5fb4322f7bd82f9c039cd032bbfc0917e2e54dc900283eb13a1bba14906eec3f2ef9d9b3caae1aef6bdce24fe3be
diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.22.0.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.22.0.ebuild
deleted file mode 100644
index 10e9f1c2d90..00000000000
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.22.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 multilib-minimal
-
-DESCRIPTION="D-Bus accessibility specifications and registration daemon"
-HOMEPAGE="https://wiki.gnome.org/Accessibility"
-
-LICENSE="LGPL-2+"
-SLOT="2"
-IUSE="X +introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
-
-# x11-libs/libSM is needed until upstream #719808 is solved either
-# making the dep unneeded or fixing their configure
-# Only libX11 is optional right now
-RDEPEND="
- >=dev-libs/glib-2.36:2[${MULTILIB_USEDEP}]
- >=sys-apps/dbus-1[${MULTILIB_USEDEP}]
- x11-libs/libSM[${MULTILIB_USEDEP}]
- x11-libs/libXi[${MULTILIB_USEDEP}]
- x11-libs/libXtst[${MULTILIB_USEDEP}]
- introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
- X? (
- x11-libs/libX11[${MULTILIB_USEDEP}]
- x11-libs/libXi[${MULTILIB_USEDEP}]
- x11-libs/libXtst[${MULTILIB_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.9
- >=dev-util/intltool-0.40
- sys-devel/gettext
- virtual/pkgconfig[${MULTILIB_USEDEP}]
-"
-
-PATCHES=(
- # disable teamspaces test since that requires Novell.ICEDesktop.Daemon
- "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch"
-)
-
-multilib_src_configure() {
- # xevie is deprecated/broken since xorg-1.6/1.7
- ECONF_SOURCE=${S} \
- gnome2_src_configure \
- --disable-xevie \
- $(multilib_native_use_enable introspection) \
- $(use_enable X x11)
-
- # work-around gtk-doc out-of-source brokedness
- if multilib_is_native_abi; then
- ln -s "${S}"/doc/libatspi/html doc/libatspi/html || die
- fi
-}
-
-multilib_src_compile() { gnome2_src_compile; }
-multilib_src_install() { gnome2_src_install; }
next reply other threads:[~2017-03-21 1:29 UTC|newest]
Thread overview: 105+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-21 1:29 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-15 15:22 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-core/ Pacho Ramos
2025-01-15 15:22 Pacho Ramos
2025-01-15 15:22 Pacho Ramos
2024-07-16 11:44 Pacho Ramos
2024-07-16 11:44 Pacho Ramos
2024-04-07 8:38 Arthur Zamarin
2024-04-06 21:07 Arthur Zamarin
2024-03-16 22:47 Mart Raudsepp
2024-02-10 14:21 Arthur Zamarin
2024-02-10 14:21 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-03 15:57 Mart Raudsepp
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-01-08 7:03 Sam James
2024-01-06 15:32 Mart Raudsepp
2023-09-16 13:55 Matt Turner
2023-09-04 15:48 Matt Turner
2023-08-16 15:46 Arthur Zamarin
2023-08-12 19:40 Arthur Zamarin
2023-07-02 17:31 Sam James
2023-07-02 11:18 Sam James
2023-07-02 8:33 Sam James
2023-07-02 8:33 Sam James
2023-07-02 8:04 Sam James
2023-05-13 0:18 Matt Turner
2023-05-11 14:17 Matt Turner
2023-05-05 6:45 Arthur Zamarin
2023-05-05 6:34 Arthur Zamarin
2023-05-02 19:49 Arthur Zamarin
2023-05-02 19:48 Arthur Zamarin
2023-05-02 18:24 Arthur Zamarin
2023-05-02 17:58 Arthur Zamarin
2023-05-02 17:33 Arthur Zamarin
2023-05-02 17:29 Arthur Zamarin
2023-03-25 3:27 Matt Turner
2022-11-16 18:10 Arthur Zamarin
2022-10-29 22:33 Matt Turner
2022-06-07 23:17 Sam James
2022-05-17 7:56 WANG Xuerui
2022-04-22 4:17 Matt Turner
2022-03-20 22:15 Matt Turner
2022-03-18 14:43 Arthur Zamarin
2022-03-15 20:54 Matt Turner
2021-12-18 23:39 Matt Turner
2021-08-20 23:51 Sam James
2021-08-20 23:51 Sam James
2021-08-20 1:50 Sam James
2021-08-19 2:10 Sam James
2021-08-17 1:42 Sam James
2021-07-24 17:08 Sam James
2021-07-12 16:20 Matt Turner
2021-07-11 2:31 Sam James
2021-07-06 21:30 Sergei Trofimovich
2021-07-06 18:06 Matt Turner
2021-07-06 18:06 Matt Turner
2021-05-21 0:51 Yixun Lan
2021-05-01 19:47 Matt Turner
2021-04-13 4:40 Matt Turner
2021-03-15 18:06 Sergei Trofimovich
2021-01-07 7:45 Fabian Groffen
2020-11-14 9:19 Mikle Kolyada
2020-11-08 3:51 Matt Turner
2020-11-06 6:57 Sam James
2020-07-29 11:23 Mart Raudsepp
2020-07-29 4:49 Sam James
2020-03-25 2:20 Matt Turner
2020-02-09 15:56 Mart Raudsepp
2020-01-11 19:40 Mart Raudsepp
2020-01-01 16:06 Mart Raudsepp
2019-12-08 11:55 Mikle Kolyada
2019-11-17 20:35 Mart Raudsepp
2019-10-21 19:51 Matt Turner
2019-10-09 8:27 Agostino Sarubbo
2019-09-19 7:15 Mart Raudsepp
2019-05-09 20:04 Aaron Bauman
2019-03-29 23:27 Mart Raudsepp
2019-03-11 18:17 Mart Raudsepp
2019-03-03 11:16 Mikle Kolyada
2019-02-18 19:00 Mart Raudsepp
2019-02-18 19:00 Mart Raudsepp
2019-01-23 13:41 Mikle Kolyada
2019-01-19 20:09 Mart Raudsepp
2018-12-29 20:43 Mart Raudsepp
2018-12-29 16:00 Sergei Trofimovich
2018-12-28 3:46 Matt Turner
2018-12-11 23:24 Sergei Trofimovich
2018-12-09 23:51 Thomas Deutschmann
2018-12-09 11:06 Sergei Trofimovich
2018-12-08 9:44 Sergei Trofimovich
2018-12-08 9:36 Sergei Trofimovich
2018-12-07 21:26 Richard Freeman
2018-02-16 20:39 Sergei Trofimovich
2018-01-18 1:49 Mikle Kolyada
2018-01-13 12:13 Sergei Trofimovich
2017-08-15 22:44 Gilles Dartiguelongue
2017-03-21 1:29 Mart Raudsepp
2016-12-06 19:49 Markus Meier
2016-11-01 17:31 Gilles Dartiguelongue
2016-06-24 20:06 Pacho Ramos
2016-05-03 19:18 Markus Meier
2015-10-03 8:07 Markus Meier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1490059676.b6f3314bc2973c229876fc843e2c7f86d9ea8bae.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox