From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 9C02015827B for ; Mon, 25 Aug 2025 08:45:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 86954340E9A for ; Mon, 25 Aug 2025 08:45:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2D02711056B; Mon, 25 Aug 2025 08:44:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 22AAF11056A for ; Mon, 25 Aug 2025 08:44:56 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5F2F340CB6 for ; Mon, 25 Aug 2025 08:44:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F405A34EB for ; Mon, 25 Aug 2025 08:44:52 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1756056090.a973d099e9fc593f6e6d215196ae11fb1af39b79.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: phosh-base/phosh/phosh-0.42.0.ebuild X-VCS-Directories: phosh-base/phosh/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a973d099e9fc593f6e6d215196ae11fb1af39b79 X-VCS-Branch: master Date: Mon, 25 Aug 2025 08:44:52 +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: b63097e0-b147-4679-9db7-58dcd72a0eba X-Archives-Hash: 2997078f110b58826ec6ba47f6b5dfc6 commit: a973d099e9fc593f6e6d215196ae11fb1af39b79 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Aug 24 06:14:19 2025 +0000 Commit: David Roman gmail com> CommitDate: Sun Aug 24 17:21:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a973d099 phosh-base/phosh: drop 0.42.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> phosh-base/phosh/phosh-0.42.0.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/phosh-base/phosh/phosh-0.42.0.ebuild b/phosh-base/phosh/phosh-0.42.0.ebuild deleted file mode 100644 index f6c7716869..0000000000 --- a/phosh-base/phosh/phosh-0.42.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Meta package for Phosh, merge this package to install" -HOMEPAGE="https://phosh.mobi/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~amd64" -IUSE="cups +desktop-portal geolocation iio +screenshot" - -RDEPEND=" - app-alternatives/phosh-keyboard - dev-libs/feedbackd[daemon] - gnome-base/gnome-core-libs[cups?] - >=gui-wm/phoc-${PV} - media-fonts/cantarell - >=phosh-base/phosh-mobile-settings-${PV} - >=phosh-base/phosh-shell-${PV} - >=phosh-base/phosh-tour-0.41.0 - >=x11-themes/phosh-wallpapers-${PV} - x11-themes/sound-theme-freedesktop - desktop-portal? ( - gui-libs/xdg-desktop-portal-wlr - sys-apps/xdg-desktop-portal-gtk - ) - geolocation? ( app-misc/geoclue:2.0 ) - iio? ( gnome-extra/iio-sensor-proxy ) - screenshot? ( gui-apps/slurp ) -"