Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/termcolor/
Date: Thu, 09 Dec 2021 01:54:30
Message-Id: 1639014855.f1cb7dffe54bdde4efe8c2a9356121eaf00f7d0c.sam@gentoo
1 commit: f1cb7dffe54bdde4efe8c2a9356121eaf00f7d0c
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Wed Dec 8 14:38:55 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 9 01:54:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1cb7dff
7
8 dev-cpp/termcolor: Change LICENSE to BSD.
9
10 Evidence:
11 - https://github.com/ikalnytskyi/termcolor/blob/v2.0.0/include/termcolor/termcolor.hpp#L9
12 - https://github.com/ikalnytskyi/termcolor/blob/v2.0.0/LICENSE
13 - https://termcolor.readthedocs.io/
14
15 The LICENSE file has a slight modification in the preamble to explicitly
16 include documentation.
17
18 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
19 Closes: https://github.com/gentoo/gentoo/pull/23225
20 Signed-off-by: Sam James <sam <AT> gentoo.org>
21
22 dev-cpp/termcolor/termcolor-2.0.0.ebuild | 2 +-
23 1 file changed, 1 insertion(+), 1 deletion(-)
24
25 diff --git a/dev-cpp/termcolor/termcolor-2.0.0.ebuild b/dev-cpp/termcolor/termcolor-2.0.0.ebuild
26 index 2b522f5ede05..358a66030980 100644
27 --- a/dev-cpp/termcolor/termcolor-2.0.0.ebuild
28 +++ b/dev-cpp/termcolor/termcolor-2.0.0.ebuild
29 @@ -9,7 +9,7 @@ DESCRIPTION="A header-only C++ library for printing colored messages to the term
30 HOMEPAGE="https://github.com/ikalnytskyi/termcolor https://termcolor.readthedocs.io"
31 SRC_URI="https://github.com/ikalnytskyi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32
33 -LICENSE="MIT"
34 +LICENSE="BSD"
35 SLOT="0"
36 KEYWORDS="~amd64"
37 IUSE="test"