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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00044158164 for ; Sun, 17 Nov 2024 13:21:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43EEEE0ECF; Sun, 17 Nov 2024 13:21:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25C6AE0ECF for ; Sun, 17 Nov 2024 13:21:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3775A343021 for ; Sun, 17 Nov 2024 13:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 987391E74 for ; Sun, 17 Nov 2024 13:21:28 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1731836969.36c646208ce69e0f1bd8a84f5f3d9fd071629c86.nowa@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-alternatives/phosh-keyboard/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-alternatives/phosh-keyboard/metadata.xml app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild X-VCS-Directories: app-alternatives/phosh-keyboard/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: 36c646208ce69e0f1bd8a84f5f3d9fd071629c86 X-VCS-Branch: master Date: Sun, 17 Nov 2024 13:21:28 +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: 6be246e8-0d84-4fe1-b565-72f891d79fe2 X-Archives-Hash: 423c0e7a9bbc620c4324b25bb8ef1230 commit: 36c646208ce69e0f1bd8a84f5f3d9fd071629c86 Author: Takuya Wakazono gmail com> AuthorDate: Sun Nov 17 09:49:29 2024 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Sun Nov 17 09:49:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36c64620 app-alternatives/phosh-keyboard: drop squeekboard phosh-base/squeekboard is masked and will be removed soon. Signed-off-by: Takuya Wakazono gmail.com> app-alternatives/phosh-keyboard/metadata.xml | 3 --- app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/app-alternatives/phosh-keyboard/metadata.xml b/app-alternatives/phosh-keyboard/metadata.xml index d0bedfc5e..02671c97e 100644 --- a/app-alternatives/phosh-keyboard/metadata.xml +++ b/app-alternatives/phosh-keyboard/metadata.xml @@ -9,8 +9,5 @@ Symlink to phosh-base/phosh-osk-stub - - Symlink to phosh-base/squeekboard - diff --git a/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild b/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild index 52e2d5374..ea20baadc 100644 --- a/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild +++ b/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild @@ -5,7 +5,6 @@ EAPI=8 ALTERNATIVES=( phosh-osk-stub:phosh-base/phosh-osk-stub - squeekboard:phosh-base/squeekboard ) inherit app-alternatives @@ -19,7 +18,5 @@ src_install() { case $(get_alternative) in phosh-osk-stub) dosym sm.puri.Phosh.OskStub.desktop "${target:?}";; - squeekboard) - dosym sm.puri.Squeekboard.desktop "${target:?}";; esac }