From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C220C1382C5 for ; Sun, 16 May 2021 19:11:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1DFBE08FB; Sun, 16 May 2021 19:11:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA9D8E08FB for ; Sun, 16 May 2021 19:11:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 693BC340F68 for ; Sun, 16 May 2021 19:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D587F78B for ; Sun, 16 May 2021 19:11:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1621192247.0c98efdcc1dd2c5809f4dd18df88f326ab9d425b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/caribou/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/caribou/caribou-0.4.21-r2.ebuild X-VCS-Directories: app-accessibility/caribou/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0c98efdcc1dd2c5809f4dd18df88f326ab9d425b X-VCS-Branch: master Date: Sun, 16 May 2021 19:11:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d62b05d2-1351-4dab-8b98-ceab8d9165ea X-Archives-Hash: f0b14f39d627fe96bec9c48de64c779b commit: 0c98efdcc1dd2c5809f4dd18df88f326ab9d425b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 15 20:17:43 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 16 19:10:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c98efdc app-accessibility/caribou: Drop 0.4.21-r2 Closes: https://bugs.gentoo.org/772950 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> app-accessibility/caribou/caribou-0.4.21-r2.ebuild | 103 --------------------- 1 file changed, 103 deletions(-) diff --git a/app-accessibility/caribou/caribou-0.4.21-r2.ebuild b/app-accessibility/caribou/caribou-0.4.21-r2.ebuild deleted file mode 100644 index 158e4af5f78..00000000000 --- a/app-accessibility/caribou/caribou-0.4.21-r2.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -GNOME2_LA_PUNT="yes" - -PYTHON_COMPAT=( python3_{7..9} ) - -PYTHON_REQ_USE="xml" - -inherit gnome2 python-r1 vala - -DESCRIPTION="Input assistive technology intended for switch and pointer users" -HOMEPAGE="https://wiki.gnome.org/Projects/Caribou" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" - -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -COMMON_DEPEND=" - app-accessibility/at-spi2-core - >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}] - >=x11-libs/gtk+-3:3[introspection] - x11-libs/gtk+:2 - >=dev-libs/gobject-introspection-0.10.7:= - dev-libs/libgee:0.8 - dev-libs/libxml2 - >=media-libs/clutter-1.5.11:1.0[introspection] - x11-libs/libX11 - x11-libs/libxklavier - x11-libs/libXtst - ${PYTHON_DEPS} - $(vala_depend) -" -# gsettings-desktop-schemas is needed for the 'toolkit-accessibility' key -# pyatspi-2.1.90 needed to run caribou if pygobject:3 is installed -# librsvg needed to load svg images in css styles -RDEPEND="${COMMON_DEPEND} - dev-libs/glib[dbus] - >=dev-python/pyatspi-2.1.90[${PYTHON_USEDEP}] - >=gnome-base/gsettings-desktop-schemas-3 - gnome-base/librsvg:2 - sys-apps/dbus - !