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 9C43115812D for ; Wed, 01 Jan 2025 21:10:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5898E05AC; Wed, 01 Jan 2025 21:10:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF372E05AC for ; Wed, 01 Jan 2025 21:10:12 +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 DBEDA33C84E for ; Wed, 01 Jan 2025 21:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A9EE17F0 for ; Wed, 01 Jan 2025 21:10:10 +0000 (UTC) From: "Thomas Raschbacher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Raschbacher" Message-ID: <1735765792.36ea1618c15b25aa51d876b1dfb7aecf8ce6a6c8.lordvan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/stalwart-mail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/stalwart-mail/metadata.xml net-mail/stalwart-mail/stalwart-mail-0.10.7.ebuild X-VCS-Directories: net-mail/stalwart-mail/ X-VCS-Committer: lordvan X-VCS-Committer-Name: Thomas Raschbacher X-VCS-Revision: 36ea1618c15b25aa51d876b1dfb7aecf8ce6a6c8 X-VCS-Branch: master Date: Wed, 01 Jan 2025 21:10:10 +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: a6c38678-3575-4668-ba5b-68a5e714ddf0 X-Archives-Hash: a954a55cbc3bb1cc4418c65f51218cc1 commit: 36ea1618c15b25aa51d876b1dfb7aecf8ce6a6c8 Author: Thomas Raschbacher gentoo org> AuthorDate: Wed Jan 1 21:08:43 2025 +0000 Commit: Thomas Raschbacher gentoo org> CommitDate: Wed Jan 1 21:09:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ea1618 net-mail/stalwart-mail: fix warnings Signed-off-by: Thomas Raschbacher gentoo.org> net-mail/stalwart-mail/metadata.xml | 3 +++ net-mail/stalwart-mail/stalwart-mail-0.10.7.ebuild | 16 ++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/net-mail/stalwart-mail/metadata.xml b/net-mail/stalwart-mail/metadata.xml index d5549a5afdb7..90e605af1ee8 100644 --- a/net-mail/stalwart-mail/metadata.xml +++ b/net-mail/stalwart-mail/metadata.xml @@ -8,4 +8,7 @@ Enables rocksdb storage backend + + stalwartlabs/mail-server + diff --git a/net-mail/stalwart-mail/stalwart-mail-0.10.7.ebuild b/net-mail/stalwart-mail/stalwart-mail-0.10.7.ebuild index 044e50b3e693..e3a343d11b08 100644 --- a/net-mail/stalwart-mail/stalwart-mail-0.10.7.ebuild +++ b/net-mail/stalwart-mail/stalwart-mail-0.10.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Autogenerated by pycargoebuild 0.13.4 @@ -745,28 +745,28 @@ SRC_URI="https://github.com/stalwartlabs/mail-server/archive/refs/tags/v${PV}.ta ${CARGO_CRATE_URIS} " +S="${WORKDIR}/mail-server-${PV}" + LICENSE="|| ( AGPL-3 )" # Dependent crate licenses LICENSE+=" AGPL-3 Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT MPL-2.0 Unicode-3.0 ZLIB " -SLOT="0" -KEYWORDS="~amd64" - -IUSE="sqlite postgres mysql +rocks" RDEPEND="acct-group/stalwart-mail acct-user/stalwart-mail" -S="${WORKDIR}/mail-server-${PV}" +SLOT="0" +KEYWORDS="~amd64" +IUSE="sqlite postgres mysql +rocks" DOCS="resources/config README.md SECURITY.md UPGRADING.md CONTRIBUTING.md CHANGELOG.md" src_unpack() { cargo_src_unpack - sed -i -e "s%__PATH__/etc/%${ROOT}/opt/stalwart-mail/etc/%g" "${S}"/resources/systemd/stalwart-mail.service || die - sed -i -e "s%__PATH__/bin/%${ROOT}/usr/bin/%g" "${S}"/resources/systemd/stalwart-mail.service || die + sed -i -e "s%__PATH__/etc/%/opt/stalwart-mail/etc/%g" "${S}"/resources/systemd/stalwart-mail.service || die + sed -i -e "s%__PATH__/bin/%/usr/bin/%g" "${S}"/resources/systemd/stalwart-mail.service || die } src_configure() {