summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-11-19 07:00:00 +0000
committerMike Gilbert <floppym@gentoo.org>2020-11-22 14:31:54 -0500
commit998cf7d913ef152cc0b21377727834a1063a4bfa (patch)
treef776803845917fa485579e87e67dcf3603d446f2
parentapp-i18n/opencc: Add proper usage of python-any-r1.eclass. (diff)
downloadgentoo-998cf7d913ef152cc0b21377727834a1063a4bfa.tar.gz
gentoo-998cf7d913ef152cc0b21377727834a1063a4bfa.tar.bz2
gentoo-998cf7d913ef152cc0b21377727834a1063a4bfa.zip
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@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--app-i18n/opencc/opencc-1.0.5.ebuild7
-rw-r--r--app-i18n/opencc/opencc-9999.ebuild8
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 6e3c86035fde..791c79b18315 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 bcf43765ab11..8a1dbc501c8b 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"