summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-i18n/opencc: Add support for Python 3.10. Update EAPI.Arfrever Frehtes Taifersar Arahesis2022-01-291-3/+3
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-i18n/opencc: Disable dev-cpp/benchmark dependency on HPPA and SPARC.Arfrever Frehtes Taifersar Arahesis2021-03-261-2/+2
| | | | | | | Bug: https://bugs.gentoo.org/760803 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-i18n/opencc: Stop using no longer needed patch.Arfrever Frehtes Taifersar Arahesis2021-03-261-4/+0
| | | | | | | https://github.com/BYVoid/OpenCC/commit/e558970d545d0a56ad320f40ad360b6fdbbfd1a0 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-i18n/opencc: Stop using no longer needed -I option for rapidjson headers.Arfrever Frehtes Taifersar Arahesis2021-03-261-2/+0
| | | | | | | https://github.com/BYVoid/OpenCC/commit/fbc670770c69f7891e917708637b702a25378034 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-i18n/opencc: Stop using no longer needed patch.Arfrever Frehtes Taifersar Arahesis2021-03-261-2/+1
| | | | | | | https://github.com/BYVoid/OpenCC/commit/6cdd438556c176d9f13f092796663e8745bc76e7 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-i18n/opencc: Use system libraries.Arfrever Frehtes Taifersar Arahesis2020-12-271-10/+22
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-i18n/opencc: Update subslot.Arfrever Frehtes Taifersar Arahesis2020-12-271-1/+1
| | | | | | | https://github.com/BYVoid/OpenCC/commit/c6cde22372a564511c1b8e7f090e88f6ccff9639 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-i18n/opencc: Update patch for parallel build failure.Arfrever Frehtes Taifersar Arahesis2020-12-271-1/+1
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-i18n/opencc: Fix LICENSE.Arfrever Frehtes Taifersar Arahesis2020-11-221-1/+7
| | | | | | | | | 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>
* app-i18n/opencc: Add proper usage of python-any-r1.eclass.Arfrever Frehtes Taifersar Arahesis2020-11-221-2/+4
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-i18n/opencc: Stop using no longer needed patch.Arfrever Frehtes Taifersar Arahesis2020-11-221-1/+0
| | | | | | | https://github.com/BYVoid/OpenCC/commit/ba4d20af2fb82858a1903d03696c1d955fdd0103 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-i18n/opencc: Use cmake.eclass.Arfrever Frehtes Taifersar Arahesis2020-11-221-3/+3
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-i18n/opencc: Use EAPI="7".Arfrever Frehtes Taifersar Arahesis2020-11-221-15/+24
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-i18n/opencc: add patch to avoid conflicting copyNaohiro Aota2018-10-101-2/+5
| | | | | | | | | copy command is only necessary in VS build, and it's causing conflict on parallel build. Dropping the command is safe on Linux. Closes: https://bugs.gentoo.org/666904 Signed-off-by: Naohiro Aota <naota@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* app-i18n/opencc: enable testsAkinori Hattori2017-08-231-2/+3
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* app-i18n/opencc: tidyAkinori Hattori2017-08-231-21/+11
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* app-i18n/opencc: Add live ebuild.Arfrever Frehtes Taifersar Arahesis2017-08-221-0/+53