summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-im/slack: add 4.38.115Yixun Lan2024-04-282-0/+115
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* media-sound/mac: add 10.71Daniel Pielmeier2024-04-282-0/+29
| | | | Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
* app-text/krop: Refactor with help from Arthur ZamarinAndreas K. Hüttel2024-04-281-0/+38
| | | | | Closes: https://bugs.gentoo.org/922531 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sci-libs/libticalcs2: unkeyword 1.1.9-r1 for ~ppcArthur Zamarin2024-04-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-libs/libtifiles2: unkeyword 1.1.7-r1 for ~ppcArthur Zamarin2024-04-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-calculators/tilp2: unkeyword 1.18-r1 for ~ppcArthur Zamarin2024-04-281-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-libs/libticonv: unkeyword 1.1.5-r1 for ~ppcArthur Zamarin2024-04-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-libs/libticonv: EAPI 6 -> 8Arthur Zamarin2024-04-281-5/+5
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-physics/heppdt: EAPI 6 -> 8Arthur Zamarin2024-04-281-16/+9
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/emacs: drop 26.3-r17, 27.2-r15, 28.2-r11Ulrich Müller2024-04-284-1367/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sci-visualization/circos: drop 0.55-r1, EAPI6--Arthur Zamarin2024-04-282-43/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/389-ds-base: drop 1.4.4.19-r4, 2.1.0-r4, 2.3.2Robert Förster2024-04-285-1244/+0
| | | | | | | | | Bug: https://bugs.gentoo.org/849401 Bug: https://bugs.gentoo.org/835611 Bug: https://bugs.gentoo.org/833631 Signed-off-by: Robert Förster <Dessa@gmake.de> Closes: https://github.com/gentoo/gentoo/pull/36458 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/389-ds-base: add 3.0.2Robert Förster2024-04-282-0/+410
| | | | | | | Closes: https://bugs.gentoo.org/929734 Bug: https://bugs.gentoo.org/924935 Signed-off-by: Robert Förster <Dessa@gmake.de> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-visualization/fig2sxd: add gitlab upstream metadataArthur Zamarin2024-04-281-0/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-visualization/fig2sxd: add 0.23, EAPI=8Arthur Zamarin2024-04-282-0/+32
| | | | | | | | Looks like upstream moved to gitlab. Debian and FreeBSD moved to it, so it looks like indeed upstream move. Closes: https://bugs.gentoo.org/732018 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-firmware/midisport-firmware: EAPI=8, fix udev_reloadArthur Zamarin2024-04-281-6/+16
| | | | | Closes: https://bugs.gentoo.org/852107 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-boot/mbr: EAPI 6 -> 8Arthur Zamarin2024-04-281-0/+33
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-apps/ed: add 1.20.2Sam James2024-04-282-0/+50
| | | | | Closes: https://bugs.gentoo.org/930753 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: Fix automagic systemd dependencyAndreas K. Hüttel2024-04-285-4/+41
| | | | | | | This broke the binary packages for half our users. Closes: https://bugs.gentoo.org/914076 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* x11-plugins/wmcalendar: update EAPI 7 -> 8Eli Schwartz2024-04-281-1/+1
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmcalendar: add patches to fix horrible missing function declsEli Schwartz2024-04-283-0/+129
| | | | | | | | | | | | | | | | We kill two birds with one stone. It fails the c99 porting tracker and will not compile with Modern C compilers such as gcc 14 or clang 16, and it ALSO fixes LTO errors since -Werror=lto-type-mismatch complained when the implicit function declaration's assumed type was incorrect and didn't match the type of the actual live instance of the function. While we are at it, fix some additional (memory access) errors discovered by LTO in the form of -Waggressive-loop-optimizations. Closes: https://bugs.gentoo.org/875530 Closes: https://bugs.gentoo.org/881461 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/squashfs-tools-ng: run elibtoolize in non-live ebuildEli Schwartz2024-04-283-5/+20
| | | | | | | | | When building live, we always run eautoreconf. However, even in release mode we should still run elibtoolize to get important fixes -- such as the ones that pass through LTO sanity flags to the link phase. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Archive-Tar-Wrapper: add 0.390.0Sam James2024-04-282-0/+37
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/App-Cmd: add 0.336.0Sam James2024-04-282-0/+44
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/AnyEvent-I3: add 0.190.0Sam James2024-04-282-0/+29
| | | | | | | Try to wire up tests better although they still complain about not finding a DISPLAY. Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Alien-Gnuplot: add 1.43.0Sam James2024-04-283-0/+46
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/gopass: Keyword 1.15.13 arm64, #930430Arthur Zamarin2024-04-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/cmigemo: new snapshotAkinori Hattori2024-04-284-0/+156
| | | | Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-text/cmigemo: rename patchAkinori Hattori2024-04-282-1/+1
| | | | Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-text/cmigemo: fix vim pluginAkinori Hattori2024-04-281-1/+25
| | | | Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-text/cmigemo: rename vim-syntax USE flag to vimAkinori Hattori2024-04-282-2/+5
| | | | Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-text/cmigemo: fix buildAkinori Hattori2024-04-284-4/+200
| | | | | | Closes: https://bugs.gentoo.org/881575 Closes: https://bugs.gentoo.org/882397 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-text/cmigemo: update to EAPI 8Akinori Hattori2024-04-281-19/+20
| | | | Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-text/cmigemo: update HOMEPAGE and SRC_URIAkinori Hattori2024-04-281-3/+3
| | | | Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-text/cmigemo: update patchesAkinori Hattori2024-04-282-12/+7
| | | | Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* sys-libs/ncurses: Stabilize 6.4_p20240414 x86, #930803Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: Stabilize 6.4_p20240414 sparc, #930803Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: Stabilize 6.4_p20240414 ppc64, #930803Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: Stabilize 6.4_p20240414 ppc, #930803Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: Stabilize 6.4_p20240414 arm64, #930803Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: Stabilize 6.4_p20240414 arm, #930803Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: Stabilize 6.4_p20240414 amd64, #930803Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses-compat: Stabilize 6.4_p20240330 arm64, #930804Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses-compat: Stabilize 6.4_p20240330 arm, #930804Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses-compat: Stabilize 6.4_p20240330 x86, #930804Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses-compat: Stabilize 6.4_p20240330 ppc64, #930804Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses-compat: Stabilize 6.4_p20240330 sparc, #930804Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses-compat: Stabilize 6.4_p20240330 ppc, #930804Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses-compat: Stabilize 6.4_p20240330 amd64, #930804Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/ncurses: Stabilize 6.4_p20240330 arm64, #930803Sam James2024-04-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>