summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-text/texlive: add 2023Florian Schmaus2024-03-011-0/+133
| | | | | | | | Special thanks to Paul "negril" Zander for help and initially creating the ebuilds for TexLive 2023. Bug: https://bugs.gentoo.org/836779 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/texlive-core: add 2023Florian Schmaus2024-03-012-0/+531
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/dvisvgm: add 3.2Florian Schmaus2024-03-012-0/+51
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/ps2pkm: add 1.8_p20230311Florian Schmaus2024-03-012-0/+25
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/ttf2pk2: add 2.0_p20230311Florian Schmaus2024-03-012-0/+34
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/dvipsk: add 2023.03.11_p66203Florian Schmaus2024-03-012-0/+59
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/pspdftool: mark LTO-unsafe, mark strict-aliasing unsafeEli Schwartz2024-02-291-2/+8
| | | | | | | | | | | | | | | | | The software is: - dead upstream since 2015 - maintainer-needed in gentoo - no reverse dependencies - unstable-only - a walking strict-aliasing problem It's not getting fixed any time soon, and there's nowhere to report its issues, so just filter out the most dangerous flags and pray nothing explodes. Closes: https://bugs.gentoo.org/855023 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/groonga: require acct-* at build time, not merge timeEli Schwartz2024-02-291-6/+4
| | | | | | | | It uses fowners in src_install. Migrating to sane technology like systemd-tmpfiles is out of scope for getting the package to work today. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/mecab: mark as LTO-unsafeEli Schwartz2024-02-292-4/+14
| | | | | | Closes: https://bugs.gentoo.org/924569 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/mecab: fix totally broken approach to fixing configure CFLAGSEli Schwartz2024-02-293-8/+35
| | | | | | | | | | Instead of sed'ing in the current CFLAGS, remove the broken code. This is actually technically correct and can be applied by others, and it also means that flag-o-matic doesn't get silently ignored because the flags were previously baked into the raw file. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/po4a: Stabilize 0.69 hppa, #924284Matoro Mahri2024-02-271-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-text/po4a: Stabilize 0.69 ppc, #924284Matoro Mahri2024-02-271-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-text/po4a: Stabilize 0.69 ppc64, #924284Matoro Mahri2024-02-271-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-text/po4a: Stabilize 0.69 sparc, #924284Matoro Mahri2024-02-271-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-text/sigil: drop 2.0.1-r2Arthur Zamarin2024-02-272-104/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/xdvik: drop long obsolete blockerFlorian Schmaus2024-02-271-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/xdvik: Fix compilation on GCC 14Christopher Fore2024-02-272-1/+45
| | | | | | | | | | | | | | | | | | | | | | | | | - Casts page_info.page_labels to _Xconst char** to correct an incompatible pointer type - Moves patches into an array gui/pagesel.c: In function ‘xaw_update_list’: gui/pagesel.c:541:41: error: passing argument 2 of ‘XawListChange’ from incompatible pointer type [-Wincompatible-pointer-types] 541 | XawListChange(LIST_WIDGET, page_info.page_labels, 0, | ~~~~~~~~~^~~~~~~~~~~~ | | | char ** https://wiki.gentoo.org/wiki/Modern_C_porting Unfortunately upstream rejected the PR due to backwards compatability issues Upstream PR: https://github.com/TeX-Live/texlive-source/pull/64 Mailing List: https://tug.org/pipermail/tex-k/2024-February/004008.html Closes: https://bugs.gentoo.org/919069 Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/35546 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/calibre: drop oldEli Schwartz2024-02-263-487/+0
| | | | | | | calibre 7.3.0 was stabilized a week ago. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/calibre: Stabilize 7.4.0 amd64, #925522Eli Schwartz2024-02-261-1/+1
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/xapian-omega: add 1.4.24Sam James2024-02-252-0/+44
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/qpdf: Bump to 11.9.0Michał Górny2024-02-252-0/+102
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/cmark: disable py3.9Joonas Niilola2024-02-241-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/cmark: add 0.31.0Azamat H. Hackimov2024-02-242-0/+34
| | | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35080 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/pdfsandwich: ignore QA. Built with ocamlAlfredo Tupone2024-02-231-1/+2
| | | | | Closes: https://bugs.gentoo.org/924965 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* app-text/crwx-ng: remove unused patch(es)Michael Mair-Keimberger2024-02-231-62/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-text/aspell: Stabilize 0.60.8.1 ppc, #922791Matoro Mahri2024-02-221-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/ronn-ng: Keyword 0.10.1 sparc, #923754Matoro Mahri2024-02-211-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-text/libetonyek: drop 0.1.10-r1Andreas Sturmlechner2024-02-201-61/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-text/poppler: drop 23.12.0, 24.01.0Andreas Sturmlechner2024-02-203-319/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-text/libexttextcat: drop 3.4.6Andreas Sturmlechner2024-02-202-23/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-text/poppler: Stabilize 24.02.0 x86, #923155Sam James2024-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libexttextcat: Stabilize 3.4.7 x86, #923155Sam James2024-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libetonyek: Stabilize 0.1.10-r2 x86, #923155Sam James2024-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/poppler: Stabilize 24.02.0 sparc, #923155Sam James2024-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/poppler: Stabilize 24.02.0 ppc, #923155Sam James2024-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libexttextcat: Stabilize 3.4.7 ppc, #923155Sam James2024-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/poppler: Stabilize 24.02.0 hppa, #923155Sam James2024-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/poppler: Stabilize 24.02.0 arm64, #923155Sam James2024-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libexttextcat: Stabilize 3.4.7 arm64, #923155Sam James2024-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libetonyek: Stabilize 0.1.10-r2 arm64, #923155Sam James2024-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/poppler: Stabilize 24.02.0 arm, #923155Sam James2024-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/calibre: Stabilize amd64, #924028Eli Schwartz2024-02-191-1/+1
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/pandoc-bin: drop old 3.1.12Maciej Barć2024-02-182-64/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-text/pandoc-bin: bump to 3.1.12.1Maciej Barć2024-02-182-0/+64
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-text/scdoc: add 1.11.3Arthur Zamarin2024-02-182-0/+46
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/rpl: keyword 1.15.5 for sparc, bug #919931Rolf Eike Beer2024-02-171-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/poppler: Stabilize 24.02.0 ppc64, #923155Arthur Zamarin2024-02-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/libexttextcat: Stabilize 3.4.7 ppc64, #923155Arthur Zamarin2024-02-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/libetonyek: Stabilize 0.1.10-r2 ppc64, #923155Arthur Zamarin2024-02-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/master-pdf-editor: bump to 5.9.82Andrey Grozin2024-02-172-0/+46
| | | | Signed-off-by: Andrey Grozin <grozin@gentoo.org>