Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/opendkim/
Date: Wed, 27 Mar 2019 17:19:09
Message-Id: 1553707084.a3d81912b95dbe7b9af7ffbeff06a828556ff34e.mjo@gentoo
1 commit: a3d81912b95dbe7b9af7ffbeff06a828556ff34e
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 27 14:04:39 2019 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 27 17:18:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d81912
7
8 mail-filter/opendkim: add GPL-2 to LICENSE for OpenRC service script.
9
10 Our init script is a critical out-of-tree piece of code that gets
11 installed, and it's licensed GPL-2. So, we should include that in the
12 LICENSE variable for the package.
13
14 Closes: https://bugs.gentoo.org/425960
15 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
16 Package-Manager: Portage-2.3.62, Repoman-2.3.11
17
18 mail-filter/opendkim/opendkim-2.10.3-r4.ebuild | 3 ++-
19 1 file changed, 2 insertions(+), 1 deletion(-)
20
21 diff --git a/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild
22 index 36c2a995495..74b3c8a1021 100644
23 --- a/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild
24 +++ b/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild
25 @@ -9,7 +9,8 @@ DESCRIPTION="A milter-based application to provide DKIM signing and verification
26 HOMEPAGE="http://opendkim.org"
27 SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz"
28
29 -LICENSE="Sendmail-Open-Source BSD"
30 +# The GPL-2 is for the init script, bug 425960.
31 +LICENSE="BSD GPL-2 Sendmail-Open-Source"
32 SLOT="0"
33 KEYWORDS="~amd64 ~arm ~x86"
34 IUSE="+berkdb gnutls ldap libressl lmdb lua memcached opendbx poll sasl selinux +ssl static-libs unbound"