summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-office/joplin-desktop: Stabilize 2.14.20 amd64, #930461Sam James2024-04-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-office/dia2code: Keyword 1.0.0-r1 arm64, #907102Arthur Zamarin2024-04-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/libreoffice: drop 7.6.9999, no more packaging this branchAndreas Sturmlechner2024-04-201-668/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/dia2code: unkeyword 1.0.0-r1 for ~ia64, ~ppc, ~sparcArthur Zamarin2024-04-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/dia2code: fix compile, RDEPEND, EAPI=8Arthur Zamarin2024-04-192-7/+22
| | | | | | | | | | | - fix unknown uint8_t - fix RDEPEND wrong assign - EAPI=8 - small refactor Closes: https://bugs.gentoo.org/895298 Closes: https://bugs.gentoo.org/886083 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/worklog-assistant-bin: add 2.3.3900, EAPI=8Arthur Zamarin2024-04-192-0/+31
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/moneydance: drop 2023.3.5064Conrad Kostecki2024-04-172-54/+0
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-office/moneydance: add 2024.5117Conrad Kostecki2024-04-172-0/+54
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-office/gnumeric: drop 1.12.55, 1.12.56Mart Raudsepp2024-04-133-188/+0
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-office/lyx: unkeyword 2.3.7 for ~ppc, ~ppc64, ~sparcArthur Zamarin2024-04-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/lyx: remove USE=debug, restrict testsArthur Zamarin2024-04-121-8/+9
| | | | | | | | | | | USE=debug is bringing too much headache, really not worth. Also, the tests are broken upstream in a lot of places (and known), they use tests as more of report of progress, so no need to run this in Gentoo. Closes: https://bugs.gentoo.org/928672 Closes: https://bugs.gentoo.org/928670 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/libreoffice: drop 24.2.2.2Andreas Sturmlechner2024-04-112-699/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/libreoffice: add 24.2.3.1Andreas Sturmlechner2024-04-112-0/+699
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/merkuro: drop 24.02.1Andreas Sturmlechner2024-04-112-58/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/merkuro: 24.02.2 version bumpAndreas Sturmlechner2024-04-112-0/+58
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/joplin-desktop: Stabilize 2.14.19 amd64, #929103Arthur Zamarin2024-04-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/joplin-desktop: drop old 2.14.11Maciej Barć2024-04-112-104/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-office/skrooge: add 2.32.0Andreas Sturmlechner2024-04-092-0/+100
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/libreoffice-l10n: drop 7.6.5.2Andreas Sturmlechner2024-04-092-274/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/libreoffice: drop 7.6.5.2Andreas Sturmlechner2024-04-092-670/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/gnumeric: Stabilize 1.12.57 amd64, #928761Arthur Zamarin2024-04-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/lyx: fix external mythes on debug buildsJustin Keogh2024-04-061-1/+1
| | | | | | Signed-off-by: Justin Keogh <bugs.gentoo.org@v6y.net> Closes: https://bugs.gentoo.org/928651 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/lyx: use bundled hunspell & mythes for IUSE="debug"Arthur Zamarin2024-04-051-2/+2
| | | | | | | | | | | | | > CMake Error at development/cmake/ConfigureChecks.cmake:116 (message): > Compiling LyX with stdlib-debug and system hunspell libraries may lead to > crashes. Consider using '-DLYX_STDLIB_DEBUG=OFF -DLYX_DEBUG_GLIBC=OFF > -DLYX_DEBUG_GLIBC_PEDANTIC=OFF' or -DLYX_EXTERNAL_HUNSPELL=OFF. I don't revbump, since it fails to build for debug users, and no change for !debug users. Closes: https://bugs.gentoo.org/928648 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/lyx: use bundled boost for IUSE="debug"Arthur Zamarin2024-04-051-1/+1
| | | | | | | | | | | > CMake Error at CMakeLists.txt:323 (message): > Using external boost not compatible with debug mode for stdlib I don't revbump, since it fails to build for debug users, and no change for !debug users. Closes: https://bugs.gentoo.org/928646 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/lyx: add myself as a maintainerArthur Zamarin2024-04-051-0/+4
| | | | | | | | | I've contacted the maintainer 3 times in the last month, without reply. Since I want to bump the package, and plan to continue maintain it, I'll add myself as a maintainer, so when things fail because of my change, I'm also pinged about it. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/lyx: add 2.4.0_rc4Arthur Zamarin2024-04-054-0/+255
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/denaro: drop old 2024.1.0Maciej Barć2024-04-042-257/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-office/joplin-desktop: Stabilize 2.14.17 amd64, #928554Jakov Smolić2024-04-041-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-office/libreoffice: add bug ref for gcc14 patchSam James2024-04-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-office/libreoffice: Backport patch from 24.x branch to allow GCC 14 ↵Robert Greener2024-04-031-0/+1
| | | | | | | | | compilation Closes: https://bugs.gentoo.org/928152 Signed-off-by: Robert Greener <me@r0bert.dev> Closes: https://github.com/gentoo/gentoo/pull/36049 Signed-off-by: Sam James <sam@gentoo.org>
* app-office/joplin-desktop: bump to 3.0.2Maciej Barć2024-03-312-0/+104
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-office/libreoffice: Fix build with dev-build/autoconf-2.72Andreas Sturmlechner2024-03-282-0/+56
| | | | | Closes: https://bugs.gentoo.org/925162 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/libreoffice: Re-add KEYWORDS to 7.6.6.3Andreas Sturmlechner2024-03-282-3/+3
| | | | | Closes: https://bugs.gentoo.org/926227 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/libreoffice-l10n: add 24.2.2.2, drop 24.2.2.1Andreas Sturmlechner2024-03-282-183/+183
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/libreoffice: Patch out unused QtNetwork dependencyAndreas Sturmlechner2024-03-257-0/+133
| | | | | Closes: https://bugs.gentoo.org/925683 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/libreoffice: add 24.2.2.2, drop 24.2.2.1Andreas Sturmlechner2024-03-252-3/+3
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/libreoffice-l10n: add 7.6.6.3, drop 7.6.6.1Andreas Sturmlechner2024-03-252-183/+183
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/libreoffice: add 7.6.6.3, drop 7.6.6.1Andreas Sturmlechner2024-03-253-158/+2
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/merkuro: unkeyword 23.08.5 for ~ppc64Andreas Sturmlechner2024-03-231-1/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/merkuro: drop 24.02.0Andreas Sturmlechner2024-03-212-58/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/merkuro: 24.02.1 version bumpAndreas Sturmlechner2024-03-212-0/+58
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/joplin-desktop: bump to 2.14.20Maciej Barć2024-03-202-0/+104
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-office/drawio-desktop-bin: add 24.0.4Giuseppe Foti2024-03-172-0/+115
| | | | | | Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35758 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-office/drawio-desktop-bin: Stabilize 23.1.5 amd64, #927034Arthur Zamarin2024-03-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/homebank: drop 5.7.3Petr Vaněk2024-03-152-37/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* app-office/calligra: Switch okularpart headers to okular5Andreas Sturmlechner2024-03-152-0/+82
| | | | | Bug: https://bugs.gentoo.org/926748 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-office/homebank: Stabilize 5.7.4 x86, #927054Sam James2024-03-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-office/homebank: Stabilize 5.7.4 amd64, #927054Sam James2024-03-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-office/homebank: Stabilize 5.7.4 ppc, #927054Arthur Zamarin2024-03-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-office/gnumeric: crank min. version of pangoSam James2024-03-151-1/+1
| | | | | Bug: https://gitlab.gnome.org/GNOME/gnumeric/-/issues/758 Signed-off-by: Sam James <sam@gentoo.org>