diff options
Diffstat (limited to 'dev-util/intel-graphics-system-controller')
3 files changed, 2 insertions, 54 deletions
diff --git a/dev-util/intel-graphics-system-controller/Manifest b/dev-util/intel-graphics-system-controller/Manifest index d3e7e8d9603b..9c96bafdc619 100644 --- a/dev-util/intel-graphics-system-controller/Manifest +++ b/dev-util/intel-graphics-system-controller/Manifest @@ -1,5 +1,3 @@ -DIST intel-graphics-system-controller-0.9.3.tar.gz 206474 BLAKE2B 3af1caeed8d553b017f333ddacfbccb28e6d0f370ebc93b890686417fa400fb227f46cb83cfd686808a5e308ebbc2b2534b318ea4ba8a94a237b721e0ef5be37 SHA512 758059556efa6b94702291d11ca8267a3e4258299a324388c4a8fcb9efd2a2218ad354447ea32277439fc65d52f9481441d0bd699bfae1c375b7f807e21f9d94 DIST intel-graphics-system-controller-0.9.5.tar.gz 207675 BLAKE2B 39e0bb6e7a81eadc31f44cad8a168c2077e39344bfe557a3d7417176c58b1cb15c22bebf0411d5b5c6af8e6acc2081f11a18383b5c45de8e7cd48f1aeb75b65e SHA512 6cd698e42cf5aa6b303fa1846b0906cbed16cb194bbdff860a11f9db31a2307a093f28d3caf19037ef9d4d62ef773066d88b9e0c0b7062fc24339ff4bdc9394e -EBUILD intel-graphics-system-controller-0.9.3.ebuild 1092 BLAKE2B 4519257f37fe3cc4d36658f886c201a48945c2244a4df2283644344e97241e7ba90cfeaa676a539027f89552dff0eb61e92128f31a09403200bf81c012a52b38 SHA512 cdb1245665cdc45b685a3a5d952866ed7ae3ba55699155edf7254bbe2326ec615bb775df1fe333c98e52d44af1739f868613e14f82f6459fa2a2b64ad100a197 -EBUILD intel-graphics-system-controller-0.9.5.ebuild 1093 BLAKE2B 4ddd26b13d3c3001b95cd690b031aa0c1033aa8685e17bc010de1afdcacb1e681a7c3ef73a3121dbc331f8c92930b355d4211039659d76106945b89717028f10 SHA512 ba337906d415f4ec73d6d5cabb955ff8b29fa294735d4345fba826f7feced91c9a9d79b90244fbe5077925ffd2241d838b83a99864cd271bc648b2870815c97d +EBUILD intel-graphics-system-controller-0.9.5.ebuild 1092 BLAKE2B 4519257f37fe3cc4d36658f886c201a48945c2244a4df2283644344e97241e7ba90cfeaa676a539027f89552dff0eb61e92128f31a09403200bf81c012a52b38 SHA512 cdb1245665cdc45b685a3a5d952866ed7ae3ba55699155edf7254bbe2326ec615bb775df1fe333c98e52d44af1739f868613e14f82f6459fa2a2b64ad100a197 MISC metadata.xml 674 BLAKE2B a0d4f2c1989040b8cddb6ec87f0758bcd758e442b802f61a1f04da442288724ff296185e8c982247663fea70bf8a05f3cd1091033e4bf081ec3af9a03d623c2e SHA512 afcf2cfffad24226e64efc6116e01ec0750b8ba2df62871f090727e5300f98b8e166dcc7b025a29365cf83ea38575d8f63a705ebb478c83c416b8abf4ddb0fb3 diff --git a/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.9.3.ebuild b/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.9.3.ebuild deleted file mode 100644 index 68df71633e60..000000000000 --- a/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.9.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="igsc" -MY_P="${MY_PN}-${PV}" -PYTHON_COMPAT=( python3_{10..13} ) - -inherit cmake python-any-r1 - -DESCRIPTION="Intel graphics system controller firmware update library" -HOMEPAGE="https://github.com/intel/igsc" -SRC_URI="https://github.com/intel/${MY_PN}/archive/refs/tags/V${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="amd64" -IUSE="+cli doc" - -RDEPEND=">=dev-libs/metee-3.2.4:=" -DEPEND="${RDEPEND}" -BDEPEND=" - doc? ( - ${PYTHON_DEPS} - app-text/doxygen - $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]') - ) -" - -pkg_setup() { - use doc && python-any-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DENABLE_CLI="$(usex cli)" - -DENABLE_DOCS="$(usex doc)" - -DENABLE_PERF="OFF" - -DENABLE_WERROR="OFF" - - # If enabled, tests are automatically run during - # the compile phase and we cannot run them because - # they require permissions to access the hardware. - -DENABLE_TESTS="OFF" - ) - - cmake_src_configure -} diff --git a/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.9.5.ebuild b/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.9.5.ebuild index 358f6dec3c36..68df71633e60 100644 --- a/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.9.5.ebuild +++ b/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.9.5.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="+cli doc" RDEPEND=">=dev-libs/metee-3.2.4:=" |