diff options
| author | Conrad Kostecki <conikost@gentoo.org> | 2024-02-08 20:35:30 +0100 |
|---|---|---|
| committer | Conrad Kostecki <conikost@gentoo.org> | 2024-02-08 22:47:32 +0100 |
| commit | c97763f9d031f7591da42ac9973defaf8cdbf507 (patch) | |
| tree | 589f1fd813b3240b0223479e6f50e89ffbe5e6fa /dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.13-r1.ebuild | |
| parent | 613269c3f321c69a736112d7224fb7481ced40a0 (diff) | |
| download | gentoo-c97763f9d031f7591da42ac9973defaf8cdbf507.tar.gz gentoo-c97763f9d031f7591da42ac9973defaf8cdbf507.tar.bz2 gentoo-c97763f9d031f7591da42ac9973defaf8cdbf507.zip | |
dev-util/intel-graphics-system-controller: drop 0.8.13-r1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.13-r1.ebuild')
| -rw-r--r-- | dev-util/intel-graphics-system-controller/intel-graphics-system-controller-0.8.13-r1.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
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 -} |
