summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-python/python_orocos_kdl: update live templateArthur Zamarin2021-11-031-22/+12
| | | | | | | | - remove redundent `IUSE=""` - cleanup all checks for "is live" into one clean block, and use [[ instead of [ Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-libs/orocos_kdl: add 1.5.1Arthur Zamarin2021-11-032-0/+74
| | | | | | | All tests pass, and reviewed upstream commits Straight ebuild copy from 9999 ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/liborcus: enable py3.10, fix python byte-compiledArthur Zamarin2021-11-032-2/+4
| | | | | Closes: https://bugs.gentoo.org/777036 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libixion: enable py3.10Arthur Zamarin2021-11-032-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-ruby/rspec-support: add 3.10.3Hans de Graaff2021-11-032-0/+52
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/oauth: add 0.5.7Hans de Graaff2021-11-032-0/+40
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/descendants_tracker: add ruby30Hans de Graaff2021-11-031-0/+29
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/ice_nine: cleanupHans de Graaff2021-11-031-22/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/i18n: add 1.8.11Hans de Graaff2021-11-032-0/+59
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-python/google-api-python-client: Revert grpc blocker, wrong pkgMichał Górny2021-11-031-3/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/Faker: Bump to 9.8.0Michał Górny2021-11-032-0/+30
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/aws-sam-translator: Bump to 1.40.0Michał Górny2021-11-032-0/+44
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/google-api-core: Bump to 2.2.2Michał Górny2021-11-032-0/+51
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/wcmatch: Bump to 8.3Michał Górny2021-11-032-0/+58
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/backrefs: Bump to 5.2Michał Górny2021-11-032-0/+51
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/natsort: Bump to 7.2.0Michał Górny2021-11-032-0/+24
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-terms/kitty: drop 0.20.1, 0.20.3, 0.21.2Ionen Wolkens2021-11-038-466/+0
| | | | | Closes: https://github.com/gentoo/gentoo/pull/22724 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty: sync and update live ebuildIonen Wolkens2021-11-031-59/+71
| | | | | | | | | | | | New dependency on librsync for transfer kitten. Note about skipped docs: Since ~3 months ago, a new theme is used and needs some missing dependencies (not just sphinx) and, as long as it's only needed for the live ebuild (prebuilt for release), does not feel worth it. Given the full depgraph, users would likely prefer it optional+disabled too. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty: revamp ebuildIonen Wolkens2021-11-032-0/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EAPI-8 * enable py3.10 * make glfw-x11.so optional with IUSE=+X wrt bug #713702 * move most glfw dlopen() deps to DEPEND-only, they are not essential at runtime for kitty save for libglvnd * add wayland-scanner BDEPEND (if missing it silently skips glfw-wayland.so despite USE=wayland) * export PKGCONFIG_EXE to use right pkg-config * disable LTO, same reason was already stripping -O3 (if wanted, should be set by users in CFLAGS -- there is no custom LTO paths) * use intended --ignore-compiler-warnings to disable -Werror and simplify -flags.patch to hopefully need less rebasing * replace -tests.patch used to find bin/kitty by setting PATH * drop terminfo patch, let kitty install its own /usr/lib64/kitty terminfo and only skip /usr/share/terminfo from kitty-terminfo * pin kitty-terminfo to match, the >-r0 check will be removable next version and is there to avoid collisions (pinning not always /essential/, but on a same system they originate from the same package and should match) * add test dep on dev-python/pillow used by 1 test * remove unnessary fix shebang (these don't have executable bits and are used through kitty's linked libpython) * make libcanberra an optfeature wrt bug #775266 * for imagemagick optfeature, don't use the virtual so it's not noisy if users have *magick installed but not the virtual * change HOMEPAGE to actual homepage, github is shown from remote-id Closes: https://bugs.gentoo.org/713702 Closes: https://bugs.gentoo.org/775266 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty: tidy metadataIonen Wolkens2021-11-031-3/+1
| | | | | | | doc is redundant with HOMEPAGE, and bugs-to doesn't mean much if not different from the github remote-id Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty: add myself as a maintainerIonen Wolkens2021-11-031-0/+4
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty-terminfo: drop 0.21.2Ionen Wolkens2021-11-032-42/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty-terminfo: sync live ebuildIonen Wolkens2021-11-031-25/+9
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty-terminfo: simplify ebuild, skip private terminfoIonen Wolkens2021-11-031-0/+23
| | | | | | | | | | | | | There's no need to use setup.py, patch, and handle python deps just to run a single tic command (does emit a "new" warning because build-terminfo formerly expected and silenced it). This formerly installed in both /usr/share/terminfo and /usr/lib64/kitty. The latter does not make sense on a system where kitty is not installed, i.e. where terminfo is being installed for using kitty over ssh or similar. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty-terminfo: mark ALLARCHESIonen Wolkens2021-11-031-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty-terminfo: add myself as a maintainerIonen Wolkens2021-11-031-1/+5
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-gfx/plantuml: bump to 1.2021.13Miroslav Šulc2021-11-032-0/+34
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* profiles/package.mask: dev-java/jamon mask for removalVolkmar W. Pogatzki2021-11-031-0/+5
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/22791 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* x11-drivers/nvidia-drivers: drop 470.62.05Ionen Wolkens2021-11-032-481/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: add 470.62.07 (0/vulkan)Ionen Wolkens2021-11-032-0/+481
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-strategy/tornado: use domoIonen Wolkens2021-11-031-5/+3
| | | | | | | Hadn't realized there was an ebuild helper to install .mo files. This doesn't make this prettier but feels more proper. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* www-client/firefox: add some more implicit depsThomas Deutschmann2021-11-032-0/+2
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* www-client/firefox-bin: bump to v91.3.0 ESRThomas Deutschmann2021-11-032-0/+484
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* www-client/firefox-bin: add some more implicit depsThomas Deutschmann2021-11-031-0/+3
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* www-client/firefox-bin: depend on x11-libs/libXrandrThomas Deutschmann2021-11-031-0/+1
| | | | | | Reported-by: Georgy Yakovlev <gyakovlev@gentoo.org> Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* www-client/firefox: depend on x11-libs/libXrandrThomas Deutschmann2021-11-031-0/+1
| | | | | | Reported-by: Georgy Yakovlev <gyakovlev@gentoo.org> Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-process/audit: enable py3.10 and disable py3.7Sam James2021-11-031-3/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/audit: add github upstream metadataSam James2021-11-031-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: add 5.15Sam James2021-11-032-0/+47
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/audit: add 3.0.6Sam James2021-11-032-0/+156
| | | | | Closes: https://bugs.gentoo.org/821394 Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/audit: Version updated to 3.0.3, with changes:Jonathan Davies2021-11-032-0/+156
| | | | | | | | * Enabled test USE flag. Signed-off-by: Jonathan Davies <jpds@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/21681 Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/nginx: bump to v1.21.4Thomas Deutschmann2021-11-032-0/+1088
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-apps/fwupd: bump to v1.7.1Thomas Deutschmann2021-11-033-1/+179
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-arch/rar: drop oldThomas Deutschmann2021-11-032-112/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-libs/glibc: only copy crypt.h if it existsSam James2021-11-033-6/+40
| | | | | | | | | Some folks may have rather strict INSTALL_MASKs and such and don't need headers, so if they don't have it already, go with it. Bug: https://bugs.gentoo.org/802207 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/sandbox: version bump to 3.0Mike Frysinger2021-11-022-0/+63
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sci-libs/proj: add 8.2.0Sam James2021-11-032-0/+65
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-client/firefox: restore keywordsThomas Deutschmann2021-11-031-1/+1
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-text/bibutils: Stabilize 7.1 amd64, #821373Sam James2021-11-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/socat: add 1.7.4.2Sam James2021-11-022-0/+59
| | | | Signed-off-by: Sam James <sam@gentoo.org>