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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58A3A1581B7 for ; Mon, 5 Feb 2024 11:57:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 204B1E2A5E; Mon, 5 Feb 2024 11:57:41 +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 F0ACAE2A5D for ; Mon, 5 Feb 2024 11:57:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 121E23430FF for ; Mon, 5 Feb 2024 11:57:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3737014C9 for ; Mon, 5 Feb 2024 11:57:37 +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: <1707074209.93dac2a0b12d940a104d6ecdaed8e892c78b63d5.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/phoc/Manifest gui-wm/phoc/phoc-0.36.0.ebuild X-VCS-Directories: gui-wm/phoc/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 93dac2a0b12d940a104d6ecdaed8e892c78b63d5 X-VCS-Branch: master Date: Mon, 5 Feb 2024 11:57:37 +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: c4cc72e9-6e65-4fdd-aeeb-0265a67e11de X-Archives-Hash: 8e278daf18357abc4904ea73fc922f35 commit: 93dac2a0b12d940a104d6ecdaed8e892c78b63d5 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Feb 4 19:16:46 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Feb 4 19:16:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93dac2a0 gui-wm/phoc: add verify-sig Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> gui-wm/phoc/Manifest | 1 + gui-wm/phoc/phoc-0.36.0.ebuild | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gui-wm/phoc/Manifest b/gui-wm/phoc/Manifest index 7d1927efb3..7710ab46ea 100644 --- a/gui-wm/phoc/Manifest +++ b/gui-wm/phoc/Manifest @@ -1,2 +1,3 @@ DIST phoc-0.35.0.tar.xz 677432 BLAKE2B 722a3669b1d76015612b5f4020d0e21c47faa8f6fb19887b2b79d4f6b79e30f45e0332ae2e2771fb9169214002508bdcff61ee0e7f874930e03a7cf952c44e7c SHA512 ec4b382ef11b257afe3b13ebf1e588353c785279afde4b1a8ee80790cb6a299fd94098a5170b30a2114061d86bdf388bb1c99f8ce1bd5173deb886d11015681e DIST phoc-0.36.0.tar.xz 681384 BLAKE2B 6c27c785dd01f9e44cb0940c5a4f73d5ce75cad85808d0b6c801360401ff001cca839abd27bc8442702c5241bac043c6d7015e6f1c5a5ec30cfcb6779adf973b SHA512 a47851a3e222958ad55c05ed86a068b30f6e00ed5d7e957aab99e7f4103b95fee4db6b177f2de8d0c9ce11306c68ef74d78e38ea0bdb6c47e66f9ef9bf0e9f66 +DIST phoc-0.36.0.tar.xz.asc 833 BLAKE2B 0562c02dcb5d1618b3a316c4c36e4757f4729adf99b8ac748ed52c1bdcad6b65bc9fdb98462375e80f6898d699c6e237e4aa5057631434235166ca616de7d2e6 SHA512 2108eed0a0723c743d86eee9f517a9c8505faf8f55a32eb60ee9da04ae53221b00520ca9e422397617d1bde6f1047ba2ebdf6d45211df052b9b2cfa2d3ea12fe diff --git a/gui-wm/phoc/phoc-0.36.0.ebuild b/gui-wm/phoc/phoc-0.36.0.ebuild index 6b3b29f93f..8565dfb6c1 100644 --- a/gui-wm/phoc/phoc-0.36.0.ebuild +++ b/gui-wm/phoc/phoc-0.36.0.ebuild @@ -3,11 +3,13 @@ EAPI=8 -inherit gnome2-utils meson virtualx xdg +inherit gnome2-utils meson verify-sig virtualx xdg DESCRIPTION="Wayland compositor for mobile phones" HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc" -SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz" +SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz + verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc ) +" LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT" SLOT="0" @@ -42,8 +44,11 @@ BDEPEND=" sys-devel/gettext gtk-doc? ( dev-util/gi-docgen ) man? ( dev-python/docutils ) + verify-sig? ( sec-keys/openpgp-keys-phosh ) " +VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/phosh.asc" + src_configure() { local emesonargs=( $(meson_feature X xwayland)