commit: 83e3cc0582bde95352b251b4bfcfba3d952da58c
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jan 4 06:12:54 2026 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jan 4 07:35:48 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83e3cc05
app-alternatives/phosh-keyboard: drop 0, 1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
.../phosh-keyboard/phosh-keyboard-0.ebuild | 22 ----------------------
.../phosh-keyboard/phosh-keyboard-1.ebuild | 22 ----------------------
2 files changed, 44 deletions(-)
diff --git a/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild
b/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild
deleted file mode 100644
index ea20baadc7..0000000000
--- a/app-alternatives/phosh-keyboard/phosh-keyboard-0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ALTERNATIVES=(
- phosh-osk-stub:phosh-base/phosh-osk-stub
-)
-
-inherit app-alternatives
-
-DESCRIPTION="sm.puri.OSK0.desktop symlinks"
-KEYWORDS="~amd64"
-
-src_install() {
- local target="/usr/share/applications/sm.puri.OSK0.desktop"
-
- case $(get_alternative) in
- phosh-osk-stub)
- dosym sm.puri.Phosh.OskStub.desktop "${target:?}";;
- esac
-}
diff --git a/app-alternatives/phosh-keyboard/phosh-keyboard-1.ebuild
b/app-alternatives/phosh-keyboard/phosh-keyboard-1.ebuild
deleted file mode 100644
index 83ae468d89..0000000000
--- a/app-alternatives/phosh-keyboard/phosh-keyboard-1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ALTERNATIVES=(
- "phosh-osk-stub:>=phosh-base/phosh-osk-stub-0.47.0"
-)
-
-inherit app-alternatives
-
-DESCRIPTION="sm.puri.OSK0.desktop symlinks"
-KEYWORDS="~amd64"
-
-src_install() {
- local target="/usr/share/applications/sm.puri.OSK0.desktop"
-
- case $(get_alternative) in
- phosh-osk-stub)
- dosym mobi.phosh.OskStub.desktop "${target:?}";;
- esac
-}