diff --git a/sys-power/envycontrol/Manifest.txt b/sys-power/envycontrol/Manifest.txt deleted file mode 100644 index 0a19d64..0000000 --- a/sys-power/envycontrol/Manifest.txt +++ /dev/null @@ -1 +0,0 @@ -DIST envycontrol-3.4.0.tar.gz 78371 BLAKE2B 99cfe5877a23f82b5722eb32a88b4943731c519eb5464bb6b4454a7739f4e9b051751dde2baa0557ca0338e7344e71d021f4f8d3e57588d60c2b07cfb3e14bd5 SHA512 fc55a5a43aa33054564c9f7ce9819cb8095f906b7ce25fe0363bdf53eb358920a393c12de75d7a9edcad865cc11591ca7717ef4c7d8cc6eda9e62444e62a7b12 diff --git a/sys-power/envycontrol/envycontrol-3.4.0.ebuild b/sys-power/envycontrol/envycontrol-3.4.0.ebuild deleted file mode 100644 index 97d6f2b..0000000 --- a/sys-power/envycontrol/envycontrol-3.4.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) - -inherit distutils-r1 - -DESCRIPTION="Easy GPU switching for Nvidia Optimus laptops under Linux " -HOMEPAGE="https://github.com/bayasdev/envycontrol" -SRC_URI="https://github.com/bayasdev/envycontrol/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_compile() { - distutils-r1_src_compile -} - -src_install() { - distutils-r1_src_install -} diff --git a/sys-power/envycontrol/envycontrol-3.5.2.ebuild b/sys-power/envycontrol/envycontrol-3.5.2.ebuild index ea7cab7..94ea541 100644 --- a/sys-power/envycontrol/envycontrol-3.5.2.ebuild +++ b/sys-power/envycontrol/envycontrol-3.5.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{11..15} ) inherit distutils-r1