commit: 998cf7d913ef152cc0b21377727834a1063a4bfa
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Nov 19 07:00:00 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 19:31:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998cf7d9
app-i18n/opencc: Fix LICENSE.
deps directory contains bundled copies of dev-cpp/gtest (used by tests),
dev-cpp/tclap, dev-libs/darts, dev-libs/marisa, dev-libs/rapidjson and
dev-cpp/benchmark (used by benchmark tests, disabled by default).
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
app-i18n/opencc/opencc-1.0.5.ebuild | 7 ++++++-
app-i18n/opencc/opencc-9999.ebuild | 8 +++++++-
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/app-i18n/opencc/opencc-1.0.5.ebuild
b/app-i18n/opencc/opencc-1.0.5.ebuild
index 6e3c86035fd..791c79b1831 100644
--- a/app-i18n/opencc/opencc-1.0.5.ebuild
+++ b/app-i18n/opencc/opencc-1.0.5.ebuild
@@ -20,7 +20,12 @@ else
SRC_URI="https://github.com/BYVoid/OpenCC/archive/ver.${PV}.tar.gz ->
${P}.tar.gz"
fi
-LICENSE="Apache-2.0"
+# OpenCC: Apache-2.0
+# deps/darts-clone: BSD-2
+# deps/gtest-1.7.0: BSD
+# deps/rapidjson-0.11: MIT
+# deps/tclap-1.2.1: MIT
+LICENSE="Apache-2.0 BSD-2 MIT test? ( BSD )"
SLOT="0/2"
KEYWORDS="amd64 arm64 hppa ppc ppc64 sparc x86"
IUSE="doc test"
diff --git a/app-i18n/opencc/opencc-9999.ebuild
b/app-i18n/opencc/opencc-9999.ebuild
index bcf43765ab1..8a1dbc501c8 100644
--- a/app-i18n/opencc/opencc-9999.ebuild
+++ b/app-i18n/opencc/opencc-9999.ebuild
@@ -20,7 +20,13 @@ else
SRC_URI="https://github.com/BYVoid/OpenCC/archive/ver.${PV}.tar.gz ->
${P}.tar.gz"
fi
-LICENSE="Apache-2.0"
+# OpenCC: Apache-2.0
+# deps/darts-clone: BSD-2
+# deps/gtest-1.11.0: BSD
+# deps/marisa-0.2.5: || ( BSD-2 LGPL-2.1+ )
+# deps/rapidjson-1.1.0: MIT
+# deps/tclap-1.2.2: MIT
+LICENSE="Apache-2.0 BSD-2 MIT || ( BSD-2 LGPL-2.1+ ) test? ( BSD )"
SLOT="0/2"
KEYWORDS=""
IUSE="doc test"