commit: 78fa92df706dfc9ca805ddd42cbcd1325b1344a6
Author: Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 1 21:07:51 2025 +0000
Commit: Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 1 21:09:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fa92df
net-mail/stalwart-cli: fix warnings
Signed-off-by: Thomas Raschbacher <lordvan <AT> gentoo.org>
net-mail/stalwart-cli/metadata.xml | 3 +++
net-mail/stalwart-cli/stalwart-cli-0.10.7.ebuild | 9 ++++-----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/net-mail/stalwart-cli/metadata.xml
b/net-mail/stalwart-cli/metadata.xml
index 6cab649acb8d..441e2e14047f 100644
--- a/net-mail/stalwart-cli/metadata.xml
+++ b/net-mail/stalwart-cli/metadata.xml
@@ -5,4 +5,7 @@
<email>[email protected]</email>
<name>Thomas Raschbacher</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">stalwartlabs/mail-server</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/net-mail/stalwart-cli/stalwart-cli-0.10.7.ebuild
b/net-mail/stalwart-cli/stalwart-cli-0.10.7.ebuild
index 395a43578de9..f875c62bcaa7 100644
--- a/net-mail/stalwart-cli/stalwart-cli-0.10.7.ebuild
+++ b/net-mail/stalwart-cli/stalwart-cli-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
@@ -746,19 +746,18 @@
SRC_URI="https://github.com/stalwartlabs/mail-server/archive/refs/tags/v${PV}.ta
"
# rename to same as stalwart-mail as it is the same tarball
+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=""
-
-S="${WORKDIR}/mail-server-${PV}"
-
src_compile() {
cargo_src_compile --bin stalwart-cli
}