summaryrefslogtreecommitdiff
path: root/dev-util/intel-graphics-system-controller
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-util/intel-graphics-system-controller
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
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.2.4-r1.ebuild51
-rw-r--r--dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.6.0.ebuild2
3 files changed, 2 insertions, 55 deletions
diff --git a/dev-util/intel-graphics-system-controller/Manifest b/dev-util/intel-graphics-system-controller/Manifest
index 1be80af63a3b..c848fc23a051 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.2.4.tar.gz 125476 BLAKE2B 82c803dc654240a364416dcca6c1104ec96eca6a0ffec058394ec2594d87bdd6854a3b0143ad6e114b5b4359b15f787679c995fa60fcbbcf5097467c15252217 SHA512 57b0aa1f5cfb6c103903be590d94f4a07c33c90180e688b62b2434baddf16637a6fb6c160c225fa08cf2d0efc80a42c6b86de48b71fb6aa08bd3f9fe2ff79fa6
DIST intel-graphics-system-controller-0.6.0.tar.gz 146082 BLAKE2B e67b6d5064aece983d047e1f64e0477c613fb7bc0912c5173cc1c1588151703098e0429c790f25d78a76caab8663b80e9fc20f313be2318c2be2b30aa6ca06f5 SHA512 265716648b1c2a2e8164643eaf8a6cdac57953493d67c805ecfb9077b834e17b13693c56958c219083fc8e4f5fb3e9cafb64d6b3dd40d510434d4517ec945fc3
-EBUILD intel-graphics-system-controller-0.2.4-r1.ebuild 1097 BLAKE2B 2b9b7cf083d1fe984bf8511f9efb97b3614f513bc49952529ec31b33868f7dd0dac918379045ec65c697f2f2ac3657de85d897f13562f1c97d5fae9a4a2b92aa SHA512 f1acc17891c8b6d5883982833f3d4c6298d23b8728d42e489bd14af6cb29f19dba0ec3ecdb3618718039020cc7f30ce4aa8d8444d9cb8fae400e9a62d497e282
-EBUILD intel-graphics-system-controller-0.6.0.ebuild 1104 BLAKE2B e0c1e7af6dc5e56434dfeb0c81c28e701e9e3d6699019caca8e689eec7c1f9a9773f8114cf7f2f06e00c4fb1def2b8cfb41a9d4070f660ca41fbdedf233c1f70 SHA512 e7e6c5b31daa49edce0423d23633307448c326c341f1eb3c6a260d7b2e31d2727a7b80196bd27f28374c23e6ecd87cdb83116f75b55cade98e8d98fce7dabf20
+EBUILD intel-graphics-system-controller-0.6.0.ebuild 1103 BLAKE2B 8bc3afd859e66f76ae90ce229f9e2da04c16950dcea7305422677d53e7941c7d0e43682aaa2061c9375b84aad877f1c5c93cb0c326c0049d6ac76bca90dcf63f SHA512 c7d8525861f726323d23c9fd3544e2c092e8f34bd6c0113e8ef9b77e17d9c800d15f0b9160a5848daf4805dc314f3df17c05c72cfd918a5caedaa74e74b86393
MISC metadata.xml 674 BLAKE2B a0d4f2c1989040b8cddb6ec87f0758bcd758e442b802f61a1f04da442288724ff296185e8c982247663fea70bf8a05f3cd1091033e4bf081ec3af9a03d623c2e SHA512 afcf2cfffad24226e64efc6116e01ec0750b8ba2df62871f090727e5300f98b8e166dcc7b025a29365cf83ea38575d8f63a705ebb478c83c416b8abf4ddb0fb3
diff --git a/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.2.4-r1.ebuild b/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.2.4-r1.ebuild
deleted file mode 100644
index 01090210f89f..000000000000
--- a/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.2.4-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 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_{8..10} )
-
-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"
-KEYWORDS="amd64"
-IUSE="+cli doc"
-
-RDEPEND="dev-libs/metee:="
-DEPEND="${RDEPEND}"
-BDEPEND="
- doc? (
- ${PYTHON_DEPS}
- app-doc/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_ENUM="ON"
- -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.6.0.ebuild b/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.6.0.ebuild
index 7afb2e41ab53..896cfe892dac 100644
--- a/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.6.0.ebuild
+++ b/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.6.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0"
SLOT="0/0.6.0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="+cli doc"
RDEPEND="dev-libs/metee:="