summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/harfbuzz: update HOMEPAGESam James7 days1-1/+1
| | | | | | | The fd.o wiki page redirects to just the GH repo. Let's replace it in HOMEPAGE with the 'new' (no idea how old) proper upstream HOMEPAGE. Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: Add python3_13 compatSasha Finkelstein2024-10-071-1/+1
| | | | | Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-121-1/+1
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/harfbuzz: add 9.0.0Sam James2024-06-281-15/+0
| | | | | | | | | | | | | | | | Drop some old workarounds while at it: * bug #762415's workaround was broken (see last comment) but we've been using Meson for a while now and in this release upstream moved to Meson-only. * bug #931090's workaround is obsolete as upstream have implemented it in meson.build. It looks like we don't need the Python bits anymore either. Bug: https://bugs.gentoo.org/762415 Bug: https://bugs.gentoo.org/931090 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: add 8.4.0Sam James2024-05-021-0/+3
| | | | | Closes: https://bugs.gentoo.org/931090 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: add 8.3.1Sam James2024-03-171-4/+2
| | | | | | | and sync live to drop stale dev-libs/gobject-introspection-common dep which was for the autotools days. Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: add 8.0.0Sam James2023-07-091-5/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: sync liveSam James2023-06-081-1/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: increase test timeoutSam James2023-06-081-1/+1
| | | | | | Reported by Dakon. Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove sparc64-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* media-libs/harfbuzz: add 7.2.0Sam James2023-04-271-0/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: add 7.1.0Sam James2023-03-041-9/+6
| | | | | | | | | It's easier to add Cairo as multilib given I'm not really convinced Harfbuzz is something you can properly split up & I don't think you can easily regulate what multilib consumers are actually using, given the history of the APIs Harfbuzz consumers tend to use (i.e. everything, even the experimental stuff). Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: drop obsolete c++14 forceSam James2023-01-261-3/+0
| | | | | | | | | | Added in 2018 -- GCC 11 defaults to C++17 nowadays, Clang 6 defaulted to C++14 and will change to C++17 in Clang 16. So, this is either giving the same as the default, or it's regressing us. Bug: https://bugs.gentoo.org/618772 Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-libs/harfbuzz: add 6.0.0Sam James2022-12-171-1/+2
| | | | | | | | libharfbuzz-subset.so broke ABI. Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/28685 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: add 5.2.0Sam James2022-09-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: add 5.0.1Sam James2022-07-241-5/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: Add Python 3.11 compatibilityMatt Turner2022-06-281-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/harfbuzz: fix comment typoSam James2022-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: Synced live ebuildLars Wendler2022-03-021-2/+2
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/harfbuzz: Synced live ebuildLars Wendler2021-11-041-1/+1
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/harfbuzz: update subslot for 3.xSam James2021-10-091-2/+4
| | | | | Closes: https://bugs.gentoo.org/813705 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/harfbuzz: fix auto-dep on chafa and stale fontconfig optionMart Raudsepp2021-08-191-1/+1
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/harfbuzz: drop broken USE=static-libsMart Raudsepp2021-08-191-2/+1
| | | | | | | | | | | | Fixing it should just be a matter of replacing the non-existent static meson option with -Ddefault_library=$(usex static-libs both shared) But as it has been broken for a year, there are no in-tree consumers of it and no-one has complained, just drop it as we don't generally provide USE=static-libs unless something requires it. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/harfbuzz: Synced live ebuildLars Wendler2021-08-181-2/+2
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/harfbuzz: fix documentation configure optionNuno Silva2021-07-201-1/+1
| | | | | Signed-off-by: Nuno Silva <njsg@iki.fi> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/harfbuzz: add experimental useflagAlessandro Barbieri2021-07-091-7/+11
| | | | | | | | | | | EAPI 8 bump python implementations Bug: https://bugs.gentoo.org/800109 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21510 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/harfbuzz: Switch to meson-multilibMatt Turner2021-06-031-25/+5
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/harfbuzz: filter unsupported flagsStephan Hartmann2021-05-171-0/+3
| | | | | | | | | | | | | | harfbuzz does not want to link with libstdc++. Therefore -fno-exceptions and -fno-threadsafe-statics are passed to the C++ compiler. With autotools these flags were appended after user CXXFLAGS. However, with meson user CXXFLAGS are always appended and can overwrite -fno-exceptions and -fno-threadsafe-statics. Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Stephan Hartmann <sultan@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/20849 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/harfbuzz: Moved python deps to BDEPENDLars Wendler2021-03-091-1/+1
| | | | | | Closes: https://bugs.gentoo.org/774951 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/harfbuzz: drop x86-macosFabian Groffen2021-01-061-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* media-libs/harfbuzz: Fixed python depsLars Wendler2021-01-021-1/+1
| | | | | | | Thanks-to: Michał Górny <mgorny@gentoo.org> Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/harfbuzz: Fixed python script shebangsLars Wendler2021-01-021-4/+10
| | | | | | Closes: https://bugs.gentoo.org/762415 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/harfbuzz: Another meson related cleanupLars Wendler2020-08-151-1/+1
| | | | | | Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/harfbuzz: Added missing build dependencyLars Wendler2020-08-151-0/+1
| | | | | | Closes: https://bugs.gentoo.org/737182 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/harfbuzz: ebuild cleanup regarding change to mesonLars Wendler2020-08-151-6/+0
| | | | | Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/harfbuzz: Synced live ebuildLars Wendler2020-08-141-32/+31
| | | | | Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/harfbuzz: Synced live ebuildLars Wendler2020-07-261-18/+12
| | | | | Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/harfbuzz: Finally, run eautoreconf all the timeAndreas Sturmlechner2020-06-021-3/+3
| | | | | | Bug: https://bugs.gentoo.org/726674 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/harfbuzz: Add missed Makefile.in sedAndreas Sturmlechner2020-06-011-1/+2
| | | | | | Closes: https://bugs.gentoo.org/726674 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/harfbuzz: Don't even try to run macos.testsAndreas Sturmlechner2020-05-311-0/+4
| | | | | | Closes: https://bugs.gentoo.org/726120 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/harfbuzz: Synced live ebuildLars Wendler2020-04-261-2/+2
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-libs/harfbuzz: Remove py2 where possibleMichał Górny2020-02-101-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/harfbuzz: Allow python3 for tests as wellLars Wendler2020-01-141-3/+3
| | | | | | Closes: https://bugs.gentoo.org/705378 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* media-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>