mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/intel-graphics-system-controller: drop 1.3.0
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST intel-graphics-system-controller-1.3.0.tar.gz 208522 BLAKE2B 1ea3e37a0bb451d8cdc1e47c68ca44af9dd8354d43dc96532ff842ea0c41b1e1b0babd07e53c841ccf2932253eba87486c312514e2272000f8acd5985d004638 SHA512 e55b084e6bad8b9eda53fdbcd8872786a6ed4aa4332ac171b54e661abd0bcbb4d891baf95716058f076c0d5dd5baa9628254b80631f7a844b90b93a5392dde7b
|
||||
DIST intel-graphics-system-controller-1.3.1.tar.gz 209189 BLAKE2B 70c67ceb9d1c6de4d64cd229eb11ca172ae2167f6ef8f650f1de3bd5b8bb5984a7c385ee0a0d2cada1ef253eb1326b45924cc83a83e30f61337ef938bb6026e9 SHA512 62490aab0bcee4efd67e76293b9b5ee0b5bb92431dd5aeb042cfee352a767ed00d8e424cbff4ec60aaca19e758c50a13ebb222bf4520c74741d6eee3f40b932c
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2026 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..14} )
|
||||
|
||||
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-6.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
|
||||
}
|
||||
Reference in New Issue
Block a user