summaryrefslogtreecommitdiff
path: root/dev-util/intel-graphics-system-controller
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-09 03:59:01 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-09 03:59:01 +0000
commit4b63fd37a73007a6502ac56db4fc2c1c25c335fb (patch)
treeb533901c75ebfa0894a73c782d9e0cb35d1937a3 /dev-util/intel-graphics-system-controller
parent94f15e80a2d1bf7754cad4b53208be9c319ea7d5 (diff)
gentoo auto-resync : 09:02:2024 - 03:59:01
Diffstat (limited to 'dev-util/intel-graphics-system-controller')
-rw-r--r--dev-util/intel-graphics-system-controller/Manifest4
-rw-r--r--dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.13-r1.ebuild50
-rw-r--r--dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.16.ebuild2
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 ce4501c82b53..cf43f37db791 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.8.13.tar.gz 188769 BLAKE2B 95e6929c85c299b23ba1996c1e365aad65b975c94852a427fa24b35d4a42fae1ff49ee941bc754543db52a3c79d59fbf27e635866721a51301f7623591c40012 SHA512 9ea523c168d80dadae863c89ce8abefd7510687b721f9e5a0573b28e157b7ecec9caf4717381a3bee29d59611c6f06b77f263f3973063112eb8ca3493d2bc720
DIST intel-graphics-system-controller-0.8.16.tar.gz 192027 BLAKE2B fc97dffcffe53b92fa03b9fbcaa2f784f3fd33e4cdfa2f85548d2f6bea60bdf1868b003a45448829685fd961f9699534781de3ce43703a378168d50bf14927ce SHA512 105950a44c3b756fa4c23aa1590e2c0ae2f83af87660af14889641465433903a9e2973c8689338a716e67799098a762885933ba53c4a8de72ca4be3dbb134a84
-EBUILD intel-graphics-system-controller-0.8.13-r1.ebuild 1091 BLAKE2B 2c09454d296f1c62de2065f5cf8fd2c1435ac0a51753d05d4b0bc4a6b903fa3605b7a3a7a56dcd42e7b0e5846099b123175388b95a58b09764d04a67c0476b30 SHA512 7abb342b42d799437fdb070affd8b4e8035ced90f46501dc70c06bc9b9a7588d3fcc3403108e42e8be3a1597f6ea82201ad70a7271545fa26025ecd2e90f5f6c
-EBUILD intel-graphics-system-controller-0.8.16.ebuild 1092 BLAKE2B e312345ce98ba926ac3ee413a1710494b57c2ce3ac63c92996bb44a6bfeadce02f1cc561fece1770b2cef7eba4282ae91af6293f847a06c7d8bf1d8b7b4c7f0f SHA512 429e557be08ce04f6993af7e02216df0eb4db730ce5cd77c8e34821f1949ebf9ae55fa14ff1769b918b4b61a0c6af589f5170a2bb86a7201a1ab18200ea7d8d0
+EBUILD intel-graphics-system-controller-0.8.16.ebuild 1091 BLAKE2B d7e89b84fe6cf5072a509a1e87641c92cffd126a4c598da7fad8bf2966d49970b604a94ceba20ca9e3277eb8ec43cdc3a84f4a45655e62a120ca76a5bb4c0d7b SHA512 ed4f3fb565e40b5329926ca21fbe5c65fadadc4c178edfba0f665e8f59a4775a46f1707b1738fa201771eda50b3993a0e81d6db07c8dc04f64f738dd0767d0d2
MISC metadata.xml 674 BLAKE2B a0d4f2c1989040b8cddb6ec87f0758bcd758e442b802f61a1f04da442288724ff296185e8c982247663fea70bf8a05f3cd1091033e4bf081ec3af9a03d623c2e SHA512 afcf2cfffad24226e64efc6116e01ec0750b8ba2df62871f090727e5300f98b8e166dcc7b025a29365cf83ea38575d8f63a705ebb478c83c416b8abf4ddb0fb3
diff --git a/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.13-r1.ebuild b/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.13-r1.ebuild
deleted file mode 100644
index e62994b61971..000000000000
--- a/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.13-r1.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_{9..12} )
-
-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.3:="
-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.8.16.ebuild b/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.16.ebuild
index 4a1be28bdc61..ff64da540208 100644
--- a/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.16.ebuild
+++ b/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.16.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:="