summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-text/pandoc-bin: Stabilize 3.1.6.2 arm64, #914650Arthur Zamarin2023-09-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/pandoc-bin: Stabilize 3.1.6.2 amd64, #914650Arthur Zamarin2023-09-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/sablotron: cleanup, rename patchesArthur Zamarin2023-09-255-26/+20
| | | | | | | | - use array for econf args - add ${PN} prefix to FILESDIR patches - organize global scope assignments Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/sablotron: Fix C++17 does not allow register storage classBrahmajit Das2023-09-252-0/+71
| | | | | | | | | And update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/894710 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32726 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/podofo: skip tests which require USE flags to succeedEli Schwartz2023-09-241-2/+16
| | | | | | | | | | | | | | | | | These do not indicate anything wrong with podofo -- the verbose errors are just things like "cannot find an Arial font" or "png / jpeg is not supported", and that's very innocent. For the Arial test in particular, passing the test also requires `SearchFont("LiberationSans")` so must be a build dependency when enabling both test and fontconfig. Consequently, we drop ~hppa since that font isn't keyworded on hppa; it will have to be rekeyworded later. One could wish that the upstream testsuite automatically skipped those tests, but it is what it is... Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-text/podofo: suppress possibly impactful compiler fp handlingEli Schwartz2023-09-241-1/+7
| | | | | | | | | | | | | | The tests fail on specific combinations of compiler optimizations due to https://github.com/podofo/podofo/issues/103 In particular, at -march=x86-64-v3 levels and up, plus -O2. Setting -ffp-contract=off makes the tests pass again... this *could* just be a test data issue, but it may also be genuine library mis-handling. To be on the safe side, just compile podofo such that it definitely passes its tests, while waiting for an upstream response. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-text/languagetool: fix start-stop-daemon argsSam James2023-09-252-3/+3
| | | | | Closes: https://bugs.gentoo.org/817398 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/scdoc: fix install on PrefixLeonardo Hernández Hernández2023-09-242-5/+5
| | | | | | Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Closes: https://github.com/gentoo/gentoo/pull/33040 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/a2ps: Stabilize 4.15.5 ppc, #913820Arthur Zamarin2023-09-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/xapian-omega: bumpRobin H. Johnson2023-09-232-0/+44
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-text/atril: Stabilize 1.27.0 amd64, #914524Arthur Zamarin2023-09-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/atril: Stabilize 1.27.0 x86, #914524Arthur Zamarin2023-09-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/podofo: add 0.10.1Eli Schwartz2023-09-223-1/+59
| | | | | | | | | | | | | | Upstream moved to github and did a lot of cleanup. I have taken the opportunity to drop lots of complicated logic that I don't understand the need for, but which doesn't seem to be relevant to 0.10.x anyway. This is effectively a brand-new ebuild. Of particular note, the library soname is now incremented in CMakeLists.txt (with real ABI tracking!) and is NOT simply the appended project version in full. The slot has been adjusted accordingly. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* Revert "app-text/podofo: add 0.10.1"Joonas Niilola2023-09-223-68/+1
| | | | | | | | | This reverts commit fb167a63978ae916c47e7d9d8b8454d492a02838. - additional code was included in the author's patch, without author's approval. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/evince: Drop sparc keywordsMatt Turner2023-09-212-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-text/evince: Drop ia64 keywordsMatt Turner2023-09-212-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-text/evince: Drop old versionsMatt Turner2023-09-212-125/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-text/a2ps: stable 4.15.5 for sparc, bug #913820Rolf Eike Beer2023-09-211-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/calibre: Incompatible with latest calibreZac Medico2023-09-212-0/+4
| | | | | Closes: https://bugs.gentoo.org/914485 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-text/podofo: add 0.10.1Eli Schwartz2023-09-203-1/+68
| | | | | | | | | | | | | | | Upstream moved to github and did a lot of cleanup. I have taken the opportunity to drop lots of complicated logic that I don't understand the need for, but which doesn't seem to be relevant to 0.10.x anyway. This is effectively a brand-new ebuild. Of particular note, the library soname is now incremented in CMakeLists.txt (with real ABI tracking!) and is NOT simply the appended project version in full. The slot has been adjusted accordingly. Closes: https://github.com/gentoo/gentoo/pull/32941 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-text/pdftk: build with bcprov:1.74Volkmar W. Pogatzki2023-09-191-0/+83
| | | | | | Closes: https://bugs.gentoo.org/912247 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* app-text/xchm: add 1.36Marek Szuba2023-09-192-0/+49
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-text/evince: Version bump to 45.0Guillermo Joandet2023-09-182-0/+125
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32913 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-text/sigil: add additional USE=plugin recommended depsEli Schwartz2023-09-182-0/+10
| | | | | | | | | This brings us fully into alignment with upstream's recommended list of plugin ecosystem modules. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32766 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/sigil: move required python USE on tk, to plugins supportEli Schwartz2023-09-182-4/+4
| | | | | | | | | | | | | sigil does not use the python tkinter module itself. Like all packages pulled in by USE=plugins, tkinter is solely used by thirdparty plugins and only listed in the sigil documentation under: > but if you want to make use of Sigil plugins that people are > developing, you will also want to install the "standard" modules that > ship with the binary version of Sigil on Windows and OS X. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/sigil: unconditionally require dulwich dependencyEli Schwartz2023-09-182-2/+2
| | | | | | | | | | | | | | | This is not used by plugins at all -- it is part of the core UI and powers the checkpointing feature for comparing against or reverting to old revisions of an ebook you are working on. It needs to be available since otherwise builtin UI buttons produce "sigil: Embedded Python Error". Dependency-only change -- bump ebuild revisions and preserve stable keywords. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/sigil: drop 2.0.1Arthur Zamarin2023-09-181-86/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/docbook2X: keyword 0.8.8-r4 for ~loongWANG Xuerui2023-09-181-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-text/ghostscript-gpl: drop 10.0.0-r5, 10.01.0Sam James2023-09-173-386/+0
| | | | | Bug: https://bugs.gentoo.org/904245 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/webgen: fix minitest deprecationHans de Graaff2023-09-161-1/+4
| | | | | Closes: https://bugs.gentoo.org/911743 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* app-text/xmlto: pass BASH=/bin/bash to configureMike Gilbert2023-09-141-3/+7
| | | | | | | | This ensures the same xmlto script can be used on merged-usr and split-usr systems. Closes: https://bugs.gentoo.org/912286 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-text/ghostscript-gpl: add 10.02.0Sam James2023-09-142-0/+195
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/qpdf: fix automagic gnutls depSam James2023-09-131-0/+78
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/dvipsk: add missing RDEPENDSam James2023-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/mdbook: drop 0.4.30, 0.4.33Ionen Wolkens2023-09-123-671/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-text/pdfminer: add 20221105Azamat H. Hackimov2023-09-112-0/+45
| | | | | | | | | | | Fix doc and example installation, fix version generation. Add python3_12, minor fixes to ebuild. Closes: https://bugs.gentoo.org/848990 Co-authored-by: Fabio Rossi <rossi.f@inwind.it> Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32720 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/xml2rfc: add 3.18.0Florian Schmaus2023-09-112-0/+52
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/pandoc-bin: bump to 3.1.8Maciej Barć2023-09-102-0/+58
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-text/pandoc-bin: drop old 3.1.6Maciej Barć2023-09-102-58/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-text/sigil: fix qt5 qt6 USE flagsArthur Zamarin2023-09-091-10/+11
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/qpdfview: fix build w/ >=poppler-23.08.0 (build w/ c++17)Sam James2023-09-082-0/+13
| | | | | Closes: https://bugs.gentoo.org/909037 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libpaper: Stabilize 2.1.0 x86, #913821Sam James2023-09-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libpaper: Stabilize 2.1.0 hppa, #913821Sam James2023-09-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libpaper: mask gnulib false positive implicit declsDavid Seifert2023-09-081-0/+6
| | | | | Closes: https://bugs.gentoo.org/898346 Signed-off-by: David Seifert <soap@gentoo.org>
* app-text/libpaper: add 2.1.1Sam James2023-09-082-0/+25
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libpaper: Stabilize 2.1.0 amd64, #913821Sam James2023-09-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libpaper: Stabilize 2.1.0 ppc, #913821Sam James2023-09-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libpaper: Stabilize 2.1.0 ppc64, #913821Sam James2023-09-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/a2ps: Stabilize 4.15.5 x86, #913820Sam James2023-09-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/a2ps: Stabilize 4.15.5 amd64, #913820Sam James2023-09-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>