commit:     b0c6301f8890bc72ce2227e1a702c9f913d3d68f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 03:29:28 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 15:15:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c6301f

dev-util/intel-graphics-system-controller: drop 0.8.4

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-util/intel-graphics-system-controller/Manifest |  1 -
 .../intel-graphics-system-controller-0.8.4.ebuild  | 50 ----------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-util/intel-graphics-system-controller/Manifest 
b/dev-util/intel-graphics-system-controller/Manifest
index 313394bd2db9..c0e95de0a64e 100644
--- a/dev-util/intel-graphics-system-controller/Manifest
+++ b/dev-util/intel-graphics-system-controller/Manifest
@@ -1,2 +1 @@
-DIST intel-graphics-system-controller-0.8.4.tar.gz 173733 BLAKE2B 
c51f21bd2093d44c12ce10b4e5990a4428294093c6a8ccd90b01be30d918ac0898ea57b68ad004f4f477a7049e5060521c7fb1547d09f6e30cae8eab41090a69
 SHA512 
948c2043765c7a5b5dd9c350474725871601a76d292fd34c57c81b492945107ba2519b6a3f113cefed158adb7ac61164e85284be4683d1f48870650fdba969ad
 DIST intel-graphics-system-controller-0.8.6.tar.gz 179906 BLAKE2B 
cadbcb559418f5e6164002cdff1dea2b8a0cec946fd0128c4f374f9b58d5086e9aba3cc97a05641be0255d848e8acf3429df16ca7d70debfff3a282445a7ca3f
 SHA512 
40b89f54754fba3a5cf43c4cc822ec5ea0506cd854b0a85bb29e03370cbb25638ab67b8a568fe6f4d7dd2e41e7f302c550e6d4955b6e6fbf4df0d512a3afe64b

diff --git 
a/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.4.ebuild
 
b/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.4.ebuild
deleted file mode 100644
index 689dbdd96db5..000000000000
--- 
a/dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 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..11} )
-
-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:="
-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_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
-}

Reply via email to