summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-debug/dtrace: new package, add 2.0.1.1, add 9999HEADmasterSam James8 min.5-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>
* app-emacs/php-mode: keyword 1.25.1 for ~riscvMichael Orlitzky64 min.2-3/+3
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-emacs/apache-mode: keyword 2.2.0 for ~riscvMichael Orlitzky64 min.1-2/+2
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-build/make: consistently call guile_bump_sources in new guile revsArsen Arsenović112 min.2-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 Medico2 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>
* media-libs/glycin-loaders: Enable testingMichał Górny2 hours1-3/+16
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Revert "app-antivirus/clamav: add 1.4.0"Mike Gilbert4 hours1-414/+0
| | | | | | | The Manifest is missing several entries. Reverts: 106b99de2fc267bde74c2e12b752641a8b67a8ce Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-vim/vimtex: add 2.15Arthur Zamarin4 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 James4 hours1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-ml/opam-installer: Stabilize 2.1.6 ppc64, #938140Sam James4 hours1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-ml/opam: Stabilize 2.1.6 ppc64, #938140Sam James4 hours1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-ml/mccs: Stabilize 1.1.17 amd64, #938140Sam James4 hours1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-ml/opam-installer: Stabilize 2.1.6 amd64, #938140Sam James4 hours1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-ml/opam: Stabilize 2.1.6 amd64, #938140Sam James4 hours1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-ml/mccs: Stabilize 1.1.17 x86, #938140Sam James4 hours1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-ml/opam-installer: Stabilize 2.1.6 x86, #938140Sam James4 hours1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-ml/opam: Stabilize 2.1.6 x86, #938140Sam James4 hours1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-scheme/slib: add 3c1, port to new guile eclassesArsen Arsenović4 hours3-0/+125
| | | | | | | NOTE: dev-scheme/scm (i.e. the scm use flag) is untested currently, since I can't merge SCM. Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* www-apps/haunt: new package, add 0.3.0Arsen Arsenović4 hours4-0/+39
| | | | Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* dev-scheme/guile-commonmark: new package, add 0.1.2_pre20240803Arsen Arsenović4 hours4-0/+46
| | | | Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* dev-scheme/guile-reader: port to new guile eclassesArsen Arsenović4 hours4-0/+152
| | | | Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* dev-build/make: switch to new guile mechanismArsen Arsenović4 hours3-2/+115
| | | | Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* profiles/base: add guile _TARGETS USE_EXPAND variablesArsen Arsenović4 hours3-1/+21
| | | | | Bug: https://bugs.gentoo.org/689408 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* guile.eclass: new eclass, for guile multi-impl packagesArsen Arsenović4 hours1-0/+358
| | | | | Bug: https://bugs.gentoo.org/689408 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* guile-single.eclass: new eclass, for single-impl guile packagesArsen Arsenović4 hours1-0/+245
| | | | | Bug: https://bugs.gentoo.org/689408 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* guile-utils.eclass: new eclass, common code for guile packagesArsen Arsenović4 hours1-0/+275
| | | | | Bug: https://bugs.gentoo.org/689408 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* dev-scheme/guile: add properly slotted revisionsArsen Arsenović4 hours5-1/+201
| | | | | | | | Bug: https://bugs.gentoo.org/689408 Bug: https://bugs.gentoo.org/640116 Bug: https://bugs.gentoo.org/746914 Bug: https://bugs.gentoo.org/705554 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* app-vim/gundo: EAPI=8, enable py3.11, py3.12Arthur Zamarin4 hours1-0/+32
| | | | | | Closes: https://bugs.gentoo.org/929372 Closes: https://bugs.gentoo.org/896650 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-vim/nerdtree: fix missing src_installArthur Zamarin4 hours2-0/+8
| | | | | | | | With the previous bump to EAPI=8, I've broken the package, thanks to the report in the bug, a solution was suggested which fixes it. Closes: https://bugs.gentoo.org/938104 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/asterisk: remove dahdi use flag from metadata.xmlJaco Kroon4 hours1-1/+0
| | | | | | Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/38170 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/asterisk: drop 16.30.1-r1, 16.30.1-r2, 18.21.0Jaco Kroon4 hours4-1088/+0
| | | | | | | | Security affected. Bug: https://bugs.gentoo.org/937844 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */dolphin-plugins-*: Drop unnecessary manual metainfo.xml removalAndreas Sturmlechner4 hours15-80/+5
| | | | | Closes: https://bugs.gentoo.org/938092 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-antivirus/clamav: add 1.4.0Thomas Raschbacher5 hours1-0/+414
| | | | Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
* media-gfx/fotema: Require media-libs/glycin-loadersMichał Górny7 hours1-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/glycin-loaders: New package, 1.1_betaMichał Górny7 hours3-0/+81
| | | | | | Required by media-gfx/fotema. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/virtualbox: fix linking with moldViorel Munteanu8 hours2-2/+16
| | | | | Bug: https://bugs.gentoo.org/925347 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-ruby/minitest-hooks: keyword 1.5.2 for ~loongHans de Graaff12 hours1-1/+1
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-java/maven-bin: bump to 3.9.9Miroslav Šulc13 hours2-0/+64
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-ruby/propshaft: drop 0.8.0Hans de Graaff14 hours2-39/+0
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/propshaft: add 0.9.1Hans de Graaff14 hours2-0/+39
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/pg: add 1.5.7Hans de Graaff14 hours2-0/+70
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* profiles/arch/loong/package.use.mask: mask test for minitest-hooksHans de Graaff15 hours1-0/+4
| | | | | Bug: https://bugs.gentoo.org/937954 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* xfce-base/thunar: Remove oldMichał Górny16 hours4-221/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/asyncssh: Bump to 2.16.0Michał Górny16 hours2-0/+55
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/asyncssh: Remove oldMichał Górny16 hours3-205/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/simsimd: Bump to 5.0.1Michał Górny16 hours2-0/+65
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jsonpath-ng: Enable py3.10 (for dev-python/moto)Michał Górny16 hours1-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/types-setuptools: Bump to 71.1.0.20240818Michał Górny16 hours2-0/+18
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/automat: Bump to 24.8.0Michał Górny16 hours2-0/+50
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/sqlglot: Bump to 25.13.0Michał Górny16 hours2-0/+122
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>