summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libcgroup: drop 2.0Sam James2023-09-252-99/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libcgroup: fix 3.1.0Sam James2023-09-251-17/+18
| | | | | Closes: https://bugs.gentoo.org/914623 Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-repository: Bump to v14Michał Górny2023-09-252-0/+59
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/rapidfuzz: Bump to 3.3.1Michał Górny2023-09-252-0/+51
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pygit2: Bump to 1.13.1Michał Górny2023-09-252-0/+46
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypdf: Bump to 3.16.2Michał Górny2023-09-252-0/+57
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/python-utils: Bump to 3.8.0Michał Górny2023-09-252-0/+43
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/hypothesis: Bump to 6.87.0Michał Górny2023-09-252-0/+92
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/xlsxwriter: Bump to 3.1.5Michał Górny2023-09-252-0/+29
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* xfce-extra/xfce4-notifyd: Bump to 0.9.2Michał Górny2023-09-252-0/+75
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* virtual/podofo-build: drop 0.10.1-r1Eli Schwartz2023-09-241-15/+0
| | | | | | | | | | | | | | | This virtual package was only ever used by calibre, and only in order to depend on the union of podofo itself plus boost, see bug 503802 for details. Since podofo 0.10.1 does not use boost at all, the virtual package is obsoleted by this podofo update. The one package that depends on it, requires the old podofo (and will be version bumped to depend exclusively on the new podofo, *without* the virtual package). Closes: https://github.com/gentoo/gentoo/pull/32989 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Zac Medico <zmedico@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>
* dev-php/xdebug: add 3.2.1Stefan Linke2023-09-252-0/+59
| | | | | | | Closes: https://bugs.gentoo.org/893758 Signed-off-by: Stefan Linke <particleflux@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33032 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: remove unused patchMichael Mair-Keimberger2023-09-251-105/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/32985 Signed-off-by: Sam James <sam@gentoo.org>
* net-wireless/hostapd: move dead extra archive into files dirPaul Zander2023-09-255-69/+386
| | | | | | | | | | | The init and conf files were in the user dir of a now retired dev. Move them into the files dir. This also adds quotes around variables. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32561 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/dtc: fix static buildSam James2023-09-252-2/+6
| | | | | | Closes: https://bugs.gentoo.org/909366 Thanks-to: Jason A. Donenfeld <zx2c4@gentoo.org> Signed-off-by: Sam James <sam@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>
* toolchain.eclass: fix should_we_gcc_config for major-version slottingSam James2023-09-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | | Reported by the-horo on IRC. For example, with slot as major version: ``` $ gcc-config -c x86_64-pc-linux-gnu x86_64-pc-linux-gnu-13 $ gcc-config -S x86_64-pc-linux-gnu-13 x86_64-pc-linux-gnu 13 ``` so we're indeed comparing 13 with 13.2 and hence we decide to run gcc-config unnecessarily because we think it's a major version change. Fix that by taking into account tc_use_major_version_only and comparing based on GCCMAJOR for that case. Bug: https://bugs.gentoo.org/865835 Bug: https://bugs.gentoo.org/873505 Reported-by: the-horo Closes: https://github.com/gentoo/gentoo/pull/33042 Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/lunzip: Stabilize 1.13 amd64, #914607Sam James2023-09-251-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-wm/dwl: rename distfileSam James2023-09-254-4/+4
| | | | | | | | | | We switched to using a release tarball when moving from guru->::gentoo. Rename the tarball to avoid confusion given it would've had the same name in guru but it was the gh-generated one then. We can drop .gh. on the next release. Signed-off-by: Sam James <sam@gentoo.org>
* gui-wm/dwl: fix nonexistent ${S}Leonardo Hernández Hernández2023-09-253-3/+12
| | | | | | | | and install desktop file (only for 0.4) Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Closes: https://github.com/gentoo/gentoo/pull/33043 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/libuninameslist: add 20230916Sam James2023-09-252-0/+23
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Stabilize 6.0-r6 ppc64, #910314Sam James2023-09-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sec-keys/openpgp-keys-gentoo-developers: add 20230918Sam James2023-09-252-0/+234
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity: style tweaks, add upstream refsSam James2023-09-254-2/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/audacity-3.3.3: version bump and new 9999 ebuildMatthew White2023-09-259-0/+760
| | | | | | | | | | | | NOTE: Upstream planned the removal of libmad support with the merge of the https://github.com/audacity/audacity/pull/4384 PR. Closes: https://bugs.gentoo.org/906959 Closes: https://bugs.gentoo.org/910398 Package-Manager: portage-3.0.49-r1 Signed-off-by: Matteo Bianco <mehw.is.me@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/32129 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/crosstool-ng: add 1.26.0, drop 1.26.0_rc2-r1Sam James2023-09-252-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/crosstool-ng: style tweak, add commentSam James2023-09-254-4/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/mesa: Version bump to 23.1.8Matt Turner2023-09-242-0/+455
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: Version bump to 23.2.0_rc4Matt Turner2023-09-242-0/+451
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/cairo: Version bump to 1.18.0Guillermo Joandet2023-09-242-0/+97
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33014 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/chromaprint: Stabilize 1.5.1-r3 arm64, #910313Sam James2023-09-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/chromaprint: Stabilize 1.5.1-r3 amd64, #910313Sam James2023-09-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: add 14.0.0_pre20230924Sam James2023-09-242-0/+65
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/zstd: drop 1.4.9, 1.5.2-r3, 1.5.4-r2, 1.5.4-r3Sam James2023-09-248-543/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: drop 13.1.1_p20230527, 13.2.0, 13.2.1_p20230916Sam James2023-09-244-198/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: drop 12.2.1_p20230428-r1Sam James2023-09-242-64/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: drop 11.4.0, 11.4.1_p20230914Sam James2023-09-243-129/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: drop 10.4.1_p20230621Sam James2023-09-242-61/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: drop 12.3.1_p20230623, 12.3.1_p20230915Sam James2023-09-243-130/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-client/chromium: update upstream metadataSam James2023-09-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/systemd: drop versionsSam James2023-09-248-3613/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/systemd-utils: drop 252.10, 253.5, 253.7, 253.8, 253.10Sam James2023-09-246-2668/+0
| | | | 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>
* sys-devel/crosstool-ng: add missing dies; use bison/flexSam James2023-09-244-32/+64
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/crosstool-ng: style tweaksSam James2023-09-244-32/+40
| | | | | | Mostly to conform with skel.ebuild. Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/crosstool-ng: drop 1.24.0-r1, 1.26.0_rc1Sam James2023-09-243-93/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-apps/wl-clipboard: drop 2.1.0Matthew Thode2023-09-242-26/+0
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* sys-kernel/git-sources: add 6.6_rc3Mike Pagano2023-09-242-0/+42
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>