summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-analyzer/sslscan: add 2.0.15Hans de Graaff2022-07-042-0/+84
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/kramdown: keyword 2.4.0 for ~hppa, ~ppc, ~ppc64Hans de Graaff2022-07-041-1/+1
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/path_expander: add 1.1.1Hans de Graaff2022-07-042-0/+30
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-python/hatchling: Bump to 1.4.0Michał Górny2022-07-042-0/+75
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pytoolconfig: Bump to 1.2.1Michał Górny2022-07-042-0/+36
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* www-servers/tornado: Bump to 6.2Michał Górny2022-07-042-0/+69
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/setuptools: Bump to 63.1.0Michał Górny2022-07-042-0/+124
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-kernel/genkernel: update for newer boostRobin H. Johnson2022-07-034-1/+348
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/854480
* sys-kernel/genkernel: re-add keywords for 4.2.6-r3Robin H. Johnson2022-07-031-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-libs/portmidi: removed obsolete 234-r1Miroslav Šulc2022-07-042-191/+0
| | | | | Bug: https://bugs.gentoo.org/855881 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* x11-libs/libva-intel-media-driver: Drop old versionsMatt Turner2022-07-035-224/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/libva-intel-media-driver: Version bump to 22.4.4Matt Turner2022-07-032-0/+56
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/libva-intel-media-driver: Switch to EAPI=8Matt Turner2022-07-031-2/+2
| | | | | | And fix "VA-API". Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-video/libva-utils: Drop old versionsMatt Turner2022-07-034-117/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-video/libva-utils: Version bump to 2.15.0Matt Turner2022-07-032-0/+92
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-video/libva-utils: Switch to EAPI=8Matt Turner2022-07-031-14/+9
| | | | | | | | * Add missing dep on libdrm * Drop unnecessary sed (now fixed upstream) * Restructure dependencies Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/libva: Drop old versionsMatt Turner2022-07-033-89/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/libva: Version bump to 2.15.0Matt Turner2022-07-032-0/+70
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/libva: Switch to EAPI=8Matt Turner2022-07-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-apps/xdg-desktop-portal-gnome: Version bump to 42.3Matt Turner2022-07-032-0/+40
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-block/targetcli-fb: update EAPI 7 -> 8, enable Python 3.10Sam James2022-07-041-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ghc: add 9.0.2 (no keywords)Jack Todaro2022-07-047-0/+945
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jack Todaro <solpeth@posteo.org> Closes: https://github.com/gentoo/gentoo/pull/24042 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/tigervnc: Fix for USE=-server and no pamViorel Munteanu2022-07-045-19/+325
| | | | | | | | | | | Don't build server files instead of erasing them afterwards Drop xorgmodule local use flag from metadata (no longer used) Closes: https://bugs.gentoo.org/852830 Signed-off-by: Nick Bowler <nbowler@draconx.ca> Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26034 Signed-off-by: Sam James <sam@gentoo.org>
* app-emacs/fennel-mode: fixes to older version ebuildMaciej Barć2022-07-041-4/+4
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-emacs/fennel-mode: bump to 0.5.0Maciej Barć2022-07-042-0/+30
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* sci-geosciences/geocode-glib: Version bump to 3.26.3Matt Turner2022-07-033-0/+89
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* kernel-build.eclass: Properly install vmlinux(.debug)Martin Kletzander2022-07-041-7/+8
| | | | | | | | | | | | | | | Previously, in commit ad3b55e32736 we installed vmlinux with debug symbols, but two issues remained. Firstly, the debug symbols were stripped (and optionally extracted), and secondly the build-id was changed due to how estrip works. In order to make systemtap work without complaining about missing debuginfo and mismatch of build-id from the running kernel install the whole vmlinux and exclude it from stripping. Signed-off-by: Martin Kletzander <nert.pinx@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26065 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ilmbase: drop 2.5.7-r2, 2.5.7-r3Bernd Waibel2022-07-043-85/+0
| | | | | | | | cleanup old Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/26057 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openexr: fix typo for patchesBernd Waibel2022-07-042-36/+1
| | | | | | | | | Remove patch and bits for sparc machines regarding test patches. Sparc is keyworded as -sparc, so this patch for failing tests will usually not be needed. Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/openexr: drop 2.5.7Bernd Waibel2022-07-042-76/+0
| | | | | | | | cleanup old Closes: https://bugs.gentoo.org/818424 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/criu: Stabilize 3.16.1 ppc64, #850280matoro2022-07-041-1/+1
| | | | | | Signed-off-by: matoro <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/26205 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/busybox: drop 1.32.1-r1, 1.33.1, 1.33.1-r2Viorel Munteanu2022-07-044-1021/+0
| | | | | | | | | They have security issues Bug: https://bugs.gentoo.org/824222 Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26180 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/busybox: sync fixes to newer versionsViorel Munteanu2022-07-043-5/+464
| | | | | | | | Sync fixes from 1.34.0-r1 to 1.35.0-r1 and to 9999 Fix new QA issue in live version Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/busybox: update 1.34.1-r1 from with 1.34.1Viorel Munteanu2022-07-041-9/+1
| | | | | | | | | Some changes have been made to 1.34.1, import them in 1.34.1-r1: - add keyword for ~loong - drop obsolete warning as per commit 67c192b1117d51b72b9ff638fe0563d00c65c64e Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/git-sources: add 5.19_rc5Mike Pagano2022-07-032-0/+42
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* dev-libs/boost: Stabilize 1.79.0 hppa, #853676Sam James2022-07-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/boost-build: Stabilize 1.79.0 hppa, #853676Sam James2022-07-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-plugins/pdfjs: drop 2.4.456, 2.5.207Bernard Cafarelli2022-07-043-46/+0
| | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* www-plugins/pdfjs: add 2.14.305Takuya Wakazono2022-07-042-0/+23
| | | | | | Signed-off-by: Takuya Wakazono <pastalian46@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26207 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* net-analyzer/wapiti: sync live ebuildBernard Cafarelli2022-07-041-9/+17
| | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* net-analyzer/wapiti: add 3.1.2Bernard Cafarelli2022-07-042-0/+52
| | | | | Closes: https://bugs.gentoo.org/850187 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* dev-python/furo: Keyword 2022.6.21 sparc, #855161matoro2022-07-031-1/+1
| | | | | | Signed-off-by: matoro <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/26214 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/sphinx-basic-ng: Keyword 0.0.1_alpha11 sparc, #855161matoro2022-07-031-1/+1
| | | | | Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtdeclarative: python3_11Andreas Sturmlechner2022-07-041-1/+1
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-portage/g-cpan: add ewarn for recreating overlay/ebuildsSam James2022-07-032-0/+24
| | | | | Bug: https://bugs.gentoo.org/819513 Signed-off-by: Sam James <sam@gentoo.org>
* app-portage/g-cpan: add 0.18.0Sam James2022-07-033-11/+80
| | | | | Bug: https://bugs.gentoo.org/819513 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/wayland: Version bump to 1.21.0Matt Turner2022-07-032-0/+58
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/wayland: Update SRC_URIMatt Turner2022-07-031-4/+2
| | | | | | Also use EAPI=8 and drop unnecessary dependencies on expat and libxml2. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/wayland-scanner: Version bump to 1.21.0Matt Turner2022-07-032-0/+45
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/wayland-scanner: Update SRC_URIMatt Turner2022-07-031-3/+3
| | | | | | Also use EAPI=8 and drop unnecessary slot operator on expat. Signed-off-by: Matt Turner <mattst88@gentoo.org>