commit: 4537eca98f9188e31cf7c0cca8c02cff99360d63 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Sep 20 07:54:17 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Sep 20 07:55:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4537eca9
mail-filter/postsrsd: update LICENSE Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> mail-filter/postsrsd/postsrsd-1.12.ebuild | 4 ++-- mail-filter/postsrsd/postsrsd-2.0.11-r5.ebuild | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/mail-filter/postsrsd/postsrsd-1.12.ebuild b/mail-filter/postsrsd/postsrsd-1.12.ebuild index 84b871c7be92..dbfadbbd705a 100644 --- a/mail-filter/postsrsd/postsrsd-1.12.ebuild +++ b/mail-filter/postsrsd/postsrsd-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ DESCRIPTION="Postfix Sender Rewriting Scheme daemon" HOMEPAGE="https://github.com/roehling/postsrsd" SRC_URI="https://github.com/roehling/postsrsd/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+ || ( GPL-2 BSD )" SLOT="0" KEYWORDS="amd64 x86" diff --git a/mail-filter/postsrsd/postsrsd-2.0.11-r5.ebuild b/mail-filter/postsrsd/postsrsd-2.0.11-r5.ebuild index 42112b4fc301..389e00a56e4f 100644 --- a/mail-filter/postsrsd/postsrsd-2.0.11-r5.ebuild +++ b/mail-filter/postsrsd/postsrsd-2.0.11-r5.ebuild @@ -7,10 +7,11 @@ inherit cmake eapi9-ver readme.gentoo-r1 systemd DESCRIPTION="Postfix Sender Rewriting Scheme daemon" HOMEPAGE="https://github.com/roehling/postsrsd" -SRC_URI="https://github.com/roehling/postsrsd/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/roehling/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -# See REUSE.toml; GPL-3 for the main software, BSD for src/sha*. -LICENSE="GPL-3 BSD" +# See REUSE.toml: GPL-3 (v3 only) for the main software, +# BSD for src/{sha1,srs2}.*, FSFAP for cmake/* +LICENSE="GPL-3 BSD FSFAP" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="redis sqlite test"
