diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-03-09 15:15:39 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-03-09 15:15:58 +0000 |
commit | 3d8894b413deb3beb5e0470abedee674ff1852a1 (patch) | |
tree | 4bd588b94d42eda5eecca85c6ed3506f33cf5950 /app-emulation | |
parent | sys-apps/util-linux: Enable py3.12 (diff) | |
download | gentoo-3d8894b413deb3beb5e0470abedee674ff1852a1.tar.gz gentoo-3d8894b413deb3beb5e0470abedee674ff1852a1.tar.bz2 gentoo-3d8894b413deb3beb5e0470abedee674ff1852a1.zip |
app-emulation/fs-uae-launcher: Bump to 3.1.70, drop 3.1.68, migrate to PEP517
Closes: https://bugs.gentoo.org/909874
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/fs-uae-launcher/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.70.ebuild (renamed from app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.68.ebuild) | 16 |
2 files changed, 6 insertions, 12 deletions
diff --git a/app-emulation/fs-uae-launcher/Manifest b/app-emulation/fs-uae-launcher/Manifest index 33e2c6962c2d..42be2cdab6a4 100644 --- a/app-emulation/fs-uae-launcher/Manifest +++ b/app-emulation/fs-uae-launcher/Manifest @@ -1 +1 @@ -DIST fs-uae-launcher-3.1.68.tar.xz 7736036 BLAKE2B b2b14d568efa8c00b45497dea1bf73ac0b2522171269903f50ee68eff7e990f54c1b836af84a0b338caffd159fe3f638e6326db95f86482e190238e75894decd SHA512 a637117602c7276b60350ac3bb9c69eec4c18454efd4024e7b822da897eee0f9299f406e4126771f753b75f29d53591e9bbe3e4cbc016dda1ec063e73fe51f07 +DIST fs-uae-launcher-3.1.70.tar.xz 7707368 BLAKE2B fce6e47b1e09fbfae4959cffe55fec5803aa4dca511af76d621fba2156eee5d76164c0ff5dfad75864b3c2fd5c0a8b5968181538d37b9a039ffd8ab037eeafa2 SHA512 6a4eca273ebd21f64ee0a863497fb39c8b17b6dba0b99a0122f33ea688fb2b341998280b3d0ab4cac2d913bc15834dfec3a1662331dea48933135a82e29f5a83 diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.68.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.70.ebuild index 3a44d050a9cf..d76e5f987497 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.68.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.70.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{9..12} ) +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_SINGLE_IMPL=yes inherit distutils-r1 xdg @@ -37,16 +37,10 @@ PATCHES=( ) python_compile_all() { - emake -} - -python_install() { - local dir=${EPREFIX}/usr/share/${PN} - distutils-r1_python_install --install-lib="${dir}" --install-scripts="${dir}" + emake mo } python_install_all() { - dosym ../share/${PN}/${PN} /usr/bin/${PN} emake install-data DESTDIR="${D}" prefix="${EPREFIX}"/usr mv "${ED}"/usr/share/doc/{${PN},${PF}} || die } |