diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2025-01-01 22:07:51 +0100 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2025-01-01 22:09:52 +0100 |
commit | 78fa92df706dfc9ca805ddd42cbcd1325b1344a6 (patch) | |
tree | 94edab0f478a7dc817981ae72a701314c80ed4f4 /net-mail | |
parent | sci-geosciences/gpsbabel: drop 1.9.0 (diff) | |
download | gentoo-78fa92df706dfc9ca805ddd42cbcd1325b1344a6.tar.gz gentoo-78fa92df706dfc9ca805ddd42cbcd1325b1344a6.tar.bz2 gentoo-78fa92df706dfc9ca805ddd42cbcd1325b1344a6.zip |
net-mail/stalwart-cli: fix warnings
Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/stalwart-cli/metadata.xml | 3 | ||||
-rw-r--r-- | 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>lordvan@gentoo.org</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 } |