diff --git a/app-admin/blahajdots/Manifest b/app-admin/blahajdots/Manifest index 8cd23fd9d4..8ab0a13f05 100644 --- a/app-admin/blahajdots/Manifest +++ b/app-admin/blahajdots/Manifest @@ -1 +1 @@ -DIST blahajdots-0.4.0.tar.xz 17583724 BLAKE2B a41fd6d20ad9d376fa65f42bbb8247c6c67891988bb846a9213bf1dcd1dc830723c7cc6a56c5bec6e00df4078c67ca6f27bcc27fe139d497294753570d2a73e6 SHA512 30b16c97a201bc86500b53457201b3f36fb142a90242c7408d2a435fbb0abc1c4d41a9e01062f7352ff9effc2b6e703aa5aa6e40bc270a4291e6bd7e874e62b3 +DIST blahajdots-0.5.0.tar.xz 11251968 BLAKE2B 84ba3030aba9425f8db4143ae8b59c8201707b13fe2e56acd1c6b04144bc088c9b3ec5e614856d0fdd0bd10cd35faf34ed44a8b516153f9bbe8c4edd63a356f8 SHA512 2d7bdc88c071fee57e9b00f50783bfccd987d25641704f79cd08d4ece0ccdaaaa5e55738049ca8a95810cb21e0e3f640897a9ecf35dd0e4fec3b594667100249 diff --git a/app-admin/blahajdots/blahajdots-0.4.0-r1.ebuild b/app-admin/blahajdots/blahajdots-0.5.0.ebuild similarity index 100% rename from app-admin/blahajdots/blahajdots-0.4.0-r1.ebuild rename to app-admin/blahajdots/blahajdots-0.5.0.ebuild diff --git a/dev-python/pillow-heif/pillow-heif-0.21.0.ebuild b/dev-python/pillow-heif/pillow-heif-0.21.0.ebuild index 43556e4901..6835b4268f 100644 --- a/dev-python/pillow-heif/pillow-heif-0.21.0.ebuild +++ b/dev-python/pillow-heif/pillow-heif-0.21.0.ebuild @@ -41,8 +41,7 @@ PATCHES=( "${FILESDIR}/${P}-respect-cflags.patch" ) EPYTEST_DESELECT=( # only works with libeif-1.19.5 # https://github.com/bigcat88/pillow_heif/pull/312/commits/d740dcce7d967d025c4100611cc7a4632aa3fc3a - "tests/read_test.py::test_heif_read_images[image_path16]" - "tests/read_test.py::test_heif_read_images[image_path43]" + "tests/read_test.py::test_heif_read_images" ) distutils_enable_tests pytest diff --git a/dev-python/podman-compose/Manifest b/dev-python/podman-compose/Manifest deleted file mode 100644 index 3a20e7bc34..0000000000 --- a/dev-python/podman-compose/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST podman-compose-1.0.6.gh.tar.gz 58426 BLAKE2B 4a200d7abb77535d631704e96f600c360cd03a70274c5ed763a6f21a309f9be1225749e4f34b1df00973e9c1de191ec3d43bf35588d912faac25de52e4dd85be SHA512 eb6972c51fd02c7a7dec364d18417c4f093f12ab90ba7061be189de7130c8eb0becb5a1653ebf7db0611470b52257a4a1eaae52891f434ca73fbc6dd30da5f56 -DIST podman-compose-1.2.0.gh.tar.gz 84708 BLAKE2B ab1f458cef6db99c5727a6676cd1a15ccc58108a14763b9bf8e1093bc674e1adbee21c81744a0cb7798be6134e7b566a4ed9222be71bda0d8f7e4568b3d2fcb7 SHA512 2b45bcb331e334d362a0906563377e1514aca95f50c575e4b53039e58394b39af1ceeb606d90c652ef6d8cc5e8764a27edf11fc9782a89b186812a474b583579 diff --git a/dev-python/podman-compose/metadata.xml b/dev-python/podman-compose/metadata.xml deleted file mode 100644 index 67358b8c15..0000000000 --- a/dev-python/podman-compose/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - mathieu.tortuyaux@gmail.com - Mathieu Tortuyaux - - - podman-compose - containers/podman-compose - - diff --git a/dev-python/podman-compose/podman-compose-1.0.6.ebuild b/dev-python/podman-compose/podman-compose-1.0.6.ebuild deleted file mode 100644 index 00c561b9e5..0000000000 --- a/dev-python/podman-compose/podman-compose-1.0.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) -inherit distutils-r1 - -DESCRIPTION="A script to run docker-compose.yml using Podman" -HOMEPAGE="https://github.com/containers/podman-compose" -SRC_URI="https://github.com/containers/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - || ( - ( app-containers/netavark app-containers/aardvark-dns ) - app-containers/dnsname-cni-plugin - ) - app-containers/podman - dev-python/pyaml[${PYTHON_USEDEP}] - dev-python/python-dotenv[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}" - -distutils_enable_tests pytest - -python_test() { - epytest pytests -} diff --git a/dev-python/podman-compose/podman-compose-1.2.0.ebuild b/dev-python/podman-compose/podman-compose-1.2.0.ebuild deleted file mode 100644 index e0cc4093d4..0000000000 --- a/dev-python/podman-compose/podman-compose-1.2.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) -inherit distutils-r1 - -DESCRIPTION="A script to run docker-compose.yml using Podman" -HOMEPAGE="https://github.com/containers/podman-compose" -SRC_URI="https://github.com/containers/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - app-containers/aardvark-dns - app-containers/netavark - app-containers/podman -" - -RDEPEND=" - ${DEPEND} - dev-python/pyaml[${PYTHON_USEDEP}] - dev-python/python-dotenv[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/parameterized[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - epytest pytests -} diff --git a/dev-util/mh/mh-1.4.1.ebuild b/dev-util/mh/mh-1.4.1.ebuild index d3d830e8fc..e42f86af5f 100644 --- a/dev-util/mh/mh-1.4.1.ebuild +++ b/dev-util/mh/mh-1.4.1.ebuild @@ -11,6 +11,8 @@ LICENSE="BSD" SLOT=0 KEYWORDS="~amd64" +inherit toolchain-funcs + IUSE="test" RESTRICT="!test? ( test )" @@ -23,7 +25,7 @@ DEPEND=" " src_compile() { - emake mh VERSION="${PV}" + emake mh VERSION="${PV}" CC="$(tc-getCC)" } src_install() { diff --git a/media-libs/amdvlk/files/amdvlk-2024.4.1-missing-header.patch b/media-libs/amdvlk/files/amdvlk-2024.4.1-missing-header.patch deleted file mode 100644 index e29d8746eb..0000000000 --- a/media-libs/amdvlk/files/amdvlk-2024.4.1-missing-header.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/pal/src/core/misc/cacheLayer/multiElfCacheLayer.cpp b/pal/src/core/misc/cacheLayer/multiElfCacheLayer.cpp -index 93af97aa..73db7af8 100644 ---- a/pal/src/core/misc/cacheLayer/multiElfCacheLayer.cpp -+++ b/pal/src/core/misc/cacheLayer/multiElfCacheLayer.cpp -@@ -24,6 +24,7 @@ - **********************************************************************************************************************/ - #include "multiElfCacheLayer.h" - #include -+#include - - namespace Util - { diff --git a/net-vpn/mullvadvpn-app/Manifest b/net-vpn/mullvadvpn-app/Manifest index 315f8059ca..b8895422dd 100644 --- a/net-vpn/mullvadvpn-app/Manifest +++ b/net-vpn/mullvadvpn-app/Manifest @@ -1,2 +1,4 @@ DIST MullvadVPN-2024.8_aarch64.rpm 83171245 BLAKE2B 06b9258fdd72b26637a6ad3e6acb08ad9d38dd5bec8f843560fddc5c812e9ab22312df4b5a8574a162a2b3f2aa45bc46b9d9a09bb3be2b7f20246a4c2e81df58 SHA512 950f5f0840e75b192ff12171c5b93f7820cebe4682bae5ad7e8687cce43449152bd1266d3895883d65f7d4eab1c52f5c902a0b0077e0430d5e32de0045f84094 DIST MullvadVPN-2024.8_x86_64.rpm 88951337 BLAKE2B 541a52cf23f7de6dee8b03d4c004dc1f2cae6f3b337cfb9fe51782f55cb371fe52f46877c13da53439fd6230096fa0738d485d8a4510cebb3c2536257e8809d1 SHA512 7cd29c7472ce8a23eb737ec73de101b703e5c0c32b9a3c32055d6c874f5e7eb5ef7fb382c95bf1b01267f48936d4bc83012fca5967ca32a000233098964337f4 +DIST MullvadVPN-2024.9-beta1_aarch64.rpm 83133761 BLAKE2B cf3680d2abceab4fdff38d6b86ea150d22f4734c4f80bffcf5bf53c096d2b250ec77d0b384a3e3ee9a521e3747da657d7d24d15fae43bbff68a7819632e246a3 SHA512 88765fba9115b42b0083e6015ae743525a10bc553dd6f19b434c62898bde3bdac935f539fbc5485c40723a3ec5fe8c2e0cf47aab79c7291a9381494701c503fd +DIST MullvadVPN-2024.9-beta1_x86_64.rpm 88897153 BLAKE2B 10be174ec661801f7e702ddd529089927626400afa17e6086f23d0ea552862d7dc67aeafe573c24a8ab0ef8017169b7a35c844d6ef672a4fe8947050e7665456 SHA512 1d56d5567e6778439744edc1104c278736dc9687a7af249e9901b26d1e03df607ab97fbe59842c80f8f2c3a758de754e98334853ed5e6c7d03d51b2f10ad95e0 diff --git a/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.9_beta1.ebuild b/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.9_beta1.ebuild new file mode 100644 index 0000000000..74b5bde486 --- /dev/null +++ b/net-vpn/mullvadvpn-app/mullvadvpn-app-2024.9_beta1.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop rpm systemd shell-completion xdg + +MYPV="${PV/_beta/-beta}" +DESCRIPTION="Tool used to manage daemon setup" +HOMEPAGE="https://github.com/mullvad/mullvadvpn-app https://mullvad.net/" +SRC_URI=" + amd64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/${MYPV}/MullvadVPN-${MYPV}_x86_64.rpm ) + arm64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/${MYPV}/MullvadVPN-${MYPV}_aarch64.rpm ) +" + +S="${WORKDIR}" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="-* ~amd64 ~arm64" + +RESTRICT="bindist mirror strip" + +RDEPEND=" + app-accessibility/at-spi2-core:2 + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/mesa + net-print/cups + sys-apps/dbus + x11-libs/cairo + x11-libs/gtk+:3 + x11-libs/libdrm + x11-libs/libX11 + x11-libs/libxcb + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libxkbcommon + x11-libs/libXrandr + x11-libs/pango +" + +QA_PREBUILT="*" + +src_install() { + sed -i "s|SCRIPT_DIR=.*|SCRIPT_DIR=\"/opt/Mullvad VPN/\"|g" "${S}/opt/Mullvad VPN/mullvad-vpn" || die + + # Using doins -r would strip executable bits from all binaries + cp -pPR "${S}"/opt "${D}"/ || die "Failed to copy files" + fperms +x "/opt/Mullvad VPN/chrome_crashpad_handler" + fperms 4755 "/opt/Mullvad VPN/chrome-sandbox" + + dobin "${S}"/usr/bin/mullvad + dobin "${S}"/usr/bin/mullvad-daemon + dobin "${S}"/usr/bin/mullvad-exclude + dosym "../../opt/Mullvad VPN/mullvad-vpn" /usr/bin/mullvad-vpn + dosym "../../opt/Mullvad VPN/resources/mullvad-problem-report" /usr/bin/mullvad-problem-report + + # mullvad-exclude uses cgroups to manage exclusions, which requires root permissions, but is + # also most often used to exclude graphical applications which can't or shouldn't run as root + # (i.e., can't be run under `sudo/doas /usr/bin/mullvad-exclude ...`, because `sudo`/`doas` + # change user). The setuid bit allows any user to exclude executables under their own UID. + fperms 4755 /usr/bin/mullvad-exclude + + newinitd "${FILESDIR}"/mullvad-daemon.initd mullvad-daemon + + systemd_newunit "${S}"/usr/lib/systemd/system/mullvad-daemon.service mullvad-daemon.service + systemd_newunit "${S}"/usr/lib/systemd/system/mullvad-early-boot-blocking.service mullvad-early-boot-blocking.service + + newbashcomp "${S}"/usr/share/bash-completion/completions/mullvad mullvad + newfishcomp "${S}"/usr/share/fish/vendor_completions.d/mullvad.fish mullvad + newzshcomp "${S}"/usr/share/zsh/site-functions/_mullvad _mullvad + + domenu "${S}"/usr/share/applications/mullvad-vpn.desktop + local x + for x in 16 32 48 64 128 256 512 1024; do + doicon -s ${x} "${S}"/usr/share/icons/hicolor/${x}x${x}/apps/mullvad-vpn.png + done +}