summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2024-08-19 03:33:57 UTCHEADstablemasterRepository mirror & CI56 min.3-2/+16
|
* Merge updates from masterRepository mirror & CI56 min.2-0/+44
|\
| * app-containers/k3d: add 5.7.3 (bump K3S_TAG to v1.30.3-k3s1)Zac Medico61 min.2-0/+44
| | | | | | | | Signed-off-by: Zac Medico <zmedico@gentoo.org>
* | 2024-08-19 02:33:58 UTCRepository mirror & CI116 min.2-2/+2
| |
* | Merge updates from masterRepository mirror & CI116 min.1-3/+2
|\|
| * media-gfx/ueberzugpp: improve libc++ checkIonen Wolkens2 hours1-3/+2
| | | | | | | | | | | | | | | | Hadn't noticed we had a function for this, and had just went for a heuristic check (not that the check was important given test-flags-CXX would skip the option if unusable). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* | 2024-08-19 01:33:58 UTCRepository mirror & CI3 hours6-7/+21
| |
* | Merge updates from masterRepository mirror & CI3 hours4-5/+74
|\|
| * games-emulation/gens: allow textrelsSam James3 hours1-1/+1
| | | | | | | | | | | | | | | | | | We already allow execstack. It's an emulator, so no further comment needed. Closes: https://bugs.gentoo.org/800284 Signed-off-by: Sam James <sam@gentoo.org>
| * media-libs/xvid: update HOMEPAGESam James3 hours3-5/+5
| | | | | | | | | | | | Got the idea from Debian: https://salsa.debian.org/multimedia-team/xvidcore/-/commit/f73e1e499dcfb94686f50f6ce41999f3e0c8d90f Signed-off-by: Sam James <sam@gentoo.org>
| * media-libs/xvid: disable assemblySam James3 hours1-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | There's a handful of very old asm impls in here for mmx+sse2 but they're non-PIC and unlikely to be worth it these days. Bug: https://bugs.gentoo.org/421841 Bug: https://bugs.gentoo.org/831044 Bug: https://bugs.gentoo.org/858431 Closes: https://bugs.gentoo.org/258804 Closes: https://bugs.gentoo.org/926543 Closes: https://bugs.gentoo.org/937019 Signed-off-by: Sam James <sam@gentoo.org>
* | 2024-08-19 00:18:59 UTCRepository mirror & CI4 hours2-2/+2
| |
* | Merge updates from masterRepository mirror & CI4 hours1-6/+2
|\|
| * dev-go/go-tools: Compile go packages selectivelyZac Medico4 hours1-6/+2
| | | | | | | | | | | | | | This eliminates the need to use nonfatal and check for expected binaries afterwards. Signed-off-by: Zac Medico <zmedico@gentoo.org>
* | 2024-08-19 00:03:59 UTCRepository mirror & CI4 hours4-7/+7
| |
* | Merge updates from masterRepository mirror & CI4 hours3-3/+3
|\|
| * dev-go/go-tools: update HOMEPAGEZac Medico5 hours3-3/+3
| | | | | | | | Signed-off-by: Zac Medico <zmedico@gentoo.org>
* | 2024-08-18 23:04:01 UTCRepository mirror & CI5 hours4-3/+19
| |
* | Merge updates from masterRepository mirror & CI5 hours3-2/+54
|\|
| * dev-debug/dtrace: add link to upstream bug re _F_SSam James6 hours1-2/+1
| | | | | | | | | | Bug: https://github.com/oracle/dtrace-utils/issues/78 Signed-off-by: Sam James <sam@gentoo.org>
| * sys-devel/gcc: add 15.0.0_pre20240818Sam James6 hours2-0/+53
| | | | | | | | | | | | Closes: https://bugs.gentoo.org/937358 Closes: https://bugs.gentoo.org/938157 Signed-off-by: Sam James <sam@gentoo.org>
* | 2024-08-18 22:33:57 UTCRepository mirror & CI6 hours3-2/+17
| |
* | Merge updates from masterRepository mirror & CI6 hours2-0/+40
|\|
| * sys-kernel/git-sources: add 6.11_rc4Mike Pagano6 hours2-0/+40
| | | | | | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* | 2024-08-18 22:04:18 UTCRepository mirror & CI6 hours4-8/+8
| |
* | Merge updates from masterRepository mirror & CI6 hours2-4/+4
|\|
| * dev-debug/dtrace: tweak DESCRIPTION, sort BDEPENDSam James7 hours2-4/+4
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
* | 2024-08-18 21:48:57 UTCRepository mirror & CI7 hours5-1/+32
| |
* | Merge updates from masterRepository mirror & CI7 hours5-0/+393
|\|
| * dev-debug/dtrace: cleanup kernel config checksSam James7 hours2-6/+6
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-debug/dtrace: update HOMEPAGE, link to wiki page in pkg_postinstSam James7 hours2-3/+6
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-debug/dtrace: new package, add 2.0.1.1, add 9999Sam James7 hours5-0/+390
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the modern incarnation of DTrace. It is now BPF-based and requires no out-of-tree code or modules. i.e. it Just Works with sys-kernel/gentoo-kernel[-hardened,debug] (*). Please see https://wiki.gentoo.org/wiki/DTrace and report any issues. There is still some pending work to be done for integration in Gentoo: * Figuring out collision with dev-debug/systemtap * Wiring up DTrace/systemtap probe support in more packages * Deciding on consistent naming/global USE for that support But the tooling works as-is. Enjoy! (*) -hardened is needed for now because of CONFIG_GCC_PLUGIN_RANDSTRUCT, see https://gcc.gnu.org/PR84052. Investigation is ongoing on fixing this. Signed-off-by: Sam James <sam@gentoo.org>
* | 2024-08-18 20:49:04 UTCRepository mirror & CI8 hours4-6/+6
| |
* | Merge updates from masterRepository mirror & CI8 hours3-5/+5
|\|
| * app-emacs/php-mode: keyword 1.25.1 for ~riscvMichael Orlitzky8 hours2-3/+3
| | | | | | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
| * app-emacs/apache-mode: keyword 2.2.0 for ~riscvMichael Orlitzky8 hours1-2/+2
| | | | | | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* | 2024-08-18 19:48:52 UTCRepository mirror & CI9 hours5-4/+17
| |
* | Merge updates from masterRepository mirror & CI9 hours4-1/+59
|\|
| * dev-build/make: consistently call guile_bump_sources in new guile revsArsen Arsenović9 hours2-1/+5
| | | | | | | | | | | | | | It seems that I forgot to update this ebuild after refactoring. Fixes: a35501c8975b (dev-build/make: switch to new guile mechanism) Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
| * dev-go/go-tools: add 0.24.0Zac Medico9 hours2-0/+54
| | | | | | | | | | | | | | | | Tested with go-1.23.0 and it successfully built all of the expected binaries. Closes: https://bugs.gentoo.org/937934 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* | 2024-08-18 19:18:55 UTCRepository mirror & CI9 hours2-6/+6
| |
* | Merge updates from masterRepository mirror & CI9 hours1-3/+16
|\|
| * media-libs/glycin-loaders: Enable testingMichał Górny9 hours1-3/+16
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2024-08-18 18:23:24 UTCRepository mirror & CI10 hours3-19/+2
| |
* | Merge updates from masterRepository mirror & CI10 hours1-414/+0
|\|
| * Revert "app-antivirus/clamav: add 1.4.0"Mike Gilbert10 hours1-414/+0
| | | | | | | | | | | | | | The Manifest is missing several entries. Reverts: 106b99de2fc267bde74c2e12b752641a8b67a8ce Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* | 2024-08-18 18:04:00 UTCRepository mirror & CI10 hours22-78/+169
| |
* | Merge updates from masterRepository mirror & CI10 hours37-1096/+1645
|\|
| * app-vim/vimtex: add 2.15Arthur Zamarin11 hours2-0/+25
| | | | | | | | | | Closes: https://bugs.gentoo.org/905130 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-ml/mccs: Stabilize 1.1.17 ppc64, #938140Sam James11 hours1-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>