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 0F28115812D for ; Mon, 30 Dec 2024 14:04:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9895CE077F; Mon, 30 Dec 2024 14:04:08 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63259E077F for ; Mon, 30 Dec 2024 14:04:08 +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 D98F133BF08 for ; Mon, 30 Dec 2024 14:04:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 769E31835 for ; Mon, 30 Dec 2024 14:04:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1735567373.006ed015f90e69c68a3c04db640494adc9fd627e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/proton-mail-bridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/proton-mail-bridge/proton-mail-bridge-3.15.1.ebuild X-VCS-Directories: mail-mta/proton-mail-bridge/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 006ed015f90e69c68a3c04db640494adc9fd627e X-VCS-Branch: master Date: Mon, 30 Dec 2024 14:04:05 +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: 38646c6d-a08a-4861-ac6c-e647c6ee923b X-Archives-Hash: 4dea61ffa8f75ba7bc9922d5c2d5a5c6 commit: 006ed015f90e69c68a3c04db640494adc9fd627e Author: Sam James gentoo org> AuthorDate: Mon Dec 30 14:02:53 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 30 14:02:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006ed015 mail-mta/proton-mail-bridge: style tweaks Signed-off-by: Sam James gentoo.org> mail-mta/proton-mail-bridge/proton-mail-bridge-3.15.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.15.1.ebuild b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.15.1.ebuild index b6c6f0e9f58c..3dba7b1a0afe 100644 --- a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.15.1.ebuild +++ b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.15.1.ebuild @@ -12,6 +12,7 @@ DESCRIPTION="Serves Proton Mail to IMAP/SMTP clients" HOMEPAGE="https://proton.me/mail/bridge https://github.com/ProtonMail/proton-bridge/" SRC_URI="https://github.com/ProtonMail/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz" +S="${WORKDIR}"/${MY_P} LICENSE="Apache-2.0 BSD BSD-2 GPL-3+ ISC LGPL-3+ MIT MPL-2.0 Unlicense" SLOT="0" @@ -22,7 +23,8 @@ IUSE="gui" PROPERTIES="test_network" RESTRICT="test" -RDEPEND="app-crypt/libsecret +RDEPEND=" + app-crypt/libsecret gui? ( >=dev-libs/protobuf-21.12:= >=dev-libs/sentry-native-0.6.5-r1 @@ -39,8 +41,6 @@ PATCHES=( "${FILESDIR}"/${PN}-3.15.1-gui_gentoo.patch ) -S="${WORKDIR}"/${MY_P} - src_unpack() { default