commit: 088095618a55c19cbc97aa6f94a63c8fa06b319e
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Sun Jan 25 12:47:08 2026 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Sun Jan 25 12:47:08 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08809561
x11-drivers/evdi: drop 1.14.11_p20251211 1.14.11 1.14.10
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
x11-drivers/evdi/Manifest | 3 -
x11-drivers/evdi/evdi-1.14.10.ebuild | 83 ----------------------
x11-drivers/evdi/evdi-1.14.11.ebuild | 83 ----------------------
x11-drivers/evdi/evdi-1.14.11_p20251211.ebuild | 98 --------------------------
4 files changed, 267 deletions(-)
diff --git a/x11-drivers/evdi/Manifest b/x11-drivers/evdi/Manifest
index 1fac5a2bf6..5ec4793592 100644
--- a/x11-drivers/evdi/Manifest
+++ b/x11-drivers/evdi/Manifest
@@ -1,4 +1 @@
-DIST evdi-1.14.10.tar.gz 97166 BLAKE2B
67e489a3287d773262997cb16337293979fbbfe01b7e32de0dbdf1ab95bcfc25e08707d5fdb44a735a561579b2888d7578761051e78ec34dc76429eb261519ff
SHA512
3937af9a2cc377f505c45de4ad0c28c778ef91ee7157341dfe411c8c1dde6c665cede26963678b7492688338059dd57f7fe296666e439240eb0f4d478bafbc28
-DIST evdi-1.14.11.tar.gz 97424 BLAKE2B
ffdb7071cc69b9788b1980273428122954dcff276bd13f693598d54a15ea796390e3b57827f8003be0a5c1157aab0fdf75a71f28b0cb7bc46fd199715b8997b7
SHA512
30d21a1b5ba2ecad827a98d7e826da8e3320919baf51b92410048d9d0fdc8f236c24fa20fafd18d946bb72c0b809c98ba1fd7fa3da5058c1b35959ecb04b5ea6
-DIST evdi-1.14.11_p20251211.tar.gz 97353 BLAKE2B
7119f09421c11554d063e19de97f9eabe980473352c6e8030ecc65199a0fce7fc22070fb8fe73fa811b8cce30fda8fb01f24432a0ad8b124bb80d358b2e2ca29
SHA512
e99c85548cbe7e6f8615b182fdf8bd8cf3c9d828aee6221e91deac13d7883f0077991681496944033cabf1b31a3108689b5e25f3baf0bb090bbbc6e957dbf6c7
DIST evdi-1.14.12.tar.gz 97369 BLAKE2B
096220d88306c17e29f5d65593e3c291d577fd0318df4b8a8c0f0461c2e5c44609ba0baf4f4ce7d7de9b5232072ff7ef25b2e46e266727dc9a69b4c40d94bda3
SHA512
7d4b078e22bc2d31f8db8f5fc71218d17c72d12359a208ef1d7afbe4356d41e4ef7abbfbd774501f66c92a0a6a6139ad57e96c10a0c6d8ec83f2a0ebd9bacf5d
diff --git a/x11-drivers/evdi/evdi-1.14.10.ebuild
b/x11-drivers/evdi/evdi-1.14.10.ebuild
deleted file mode 100644
index f4105664f4..0000000000
--- a/x11-drivers/evdi/evdi-1.14.10.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-inherit linux-mod-r1 python-single-r1 flag-o-matic
-
-DESCRIPTION="Extensible Virtual Display Interface"
-HOMEPAGE="https://github.com/DisplayLink/evdi"
-SRC_URI="https://github.com/DisplayLink/evdi/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-IUSE="python test"
-
-RDEPEND="${PYTHON_DEPS}
- python? (
- $(python_gen_cond_dep '
- dev-python/pybind11[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
- ')
- )
-"
-
-DEPEND="${RDEPEND}
- x11-libs/libdrm
- sys-kernel/linux-headers
-"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RESTRICT="!test? ( test )"
-
-# module/Kconfig
-CONFIG_CHECK="~FB_VIRTUAL ~I2C ~DRM ~USB_SUPPORT ~USB_ARCH_HAS_HCD MODULES"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.14.4-format-truncation.patch"
-)
-
-pkg_setup() {
- linux-mod-r1_pkg_setup
- use python && python-single-r1_pkg_setup
-}
-
-src_compile() {
- filter-lto
-
- local modlist=(
- "evdi=video:module"
- )
- local modargs=(
- CONFIG_DRM_EVDI="m" #
https://github.com/DisplayLink/evdi/issues/476
- KVER="${KV_FULL}"
- KDIR="${KV_OUT_DIR}"
- )
- linux-mod-r1_src_compile
-
- emake -C library
-
- use python && emake -C pyevdi
-}
-
-src_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-
- use python && emake -C pyevdi tests
-}
-
-src_install() {
- linux-mod-r1_src_install
-
- local -x DESTDIR="${ED}" PREFIX="${EPREFIX}"
-
- LIBDIR="/usr/$(get_libdir)" emake -C library install
-
- use python && emake -C pyevdi install
-}
diff --git a/x11-drivers/evdi/evdi-1.14.11.ebuild
b/x11-drivers/evdi/evdi-1.14.11.ebuild
deleted file mode 100644
index f4105664f4..0000000000
--- a/x11-drivers/evdi/evdi-1.14.11.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-inherit linux-mod-r1 python-single-r1 flag-o-matic
-
-DESCRIPTION="Extensible Virtual Display Interface"
-HOMEPAGE="https://github.com/DisplayLink/evdi"
-SRC_URI="https://github.com/DisplayLink/evdi/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-IUSE="python test"
-
-RDEPEND="${PYTHON_DEPS}
- python? (
- $(python_gen_cond_dep '
- dev-python/pybind11[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
- ')
- )
-"
-
-DEPEND="${RDEPEND}
- x11-libs/libdrm
- sys-kernel/linux-headers
-"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RESTRICT="!test? ( test )"
-
-# module/Kconfig
-CONFIG_CHECK="~FB_VIRTUAL ~I2C ~DRM ~USB_SUPPORT ~USB_ARCH_HAS_HCD MODULES"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.14.4-format-truncation.patch"
-)
-
-pkg_setup() {
- linux-mod-r1_pkg_setup
- use python && python-single-r1_pkg_setup
-}
-
-src_compile() {
- filter-lto
-
- local modlist=(
- "evdi=video:module"
- )
- local modargs=(
- CONFIG_DRM_EVDI="m" #
https://github.com/DisplayLink/evdi/issues/476
- KVER="${KV_FULL}"
- KDIR="${KV_OUT_DIR}"
- )
- linux-mod-r1_src_compile
-
- emake -C library
-
- use python && emake -C pyevdi
-}
-
-src_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-
- use python && emake -C pyevdi tests
-}
-
-src_install() {
- linux-mod-r1_src_install
-
- local -x DESTDIR="${ED}" PREFIX="${EPREFIX}"
-
- LIBDIR="/usr/$(get_libdir)" emake -C library install
-
- use python && emake -C pyevdi install
-}
diff --git a/x11-drivers/evdi/evdi-1.14.11_p20251211.ebuild
b/x11-drivers/evdi/evdi-1.14.11_p20251211.ebuild
deleted file mode 100644
index 31f122cd3d..0000000000
--- a/x11-drivers/evdi/evdi-1.14.11_p20251211.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-inherit linux-mod-r1 python-single-r1 flag-o-matic
-
-DESCRIPTION="Extensible Virtual Display Interface"
-HOMEPAGE="https://github.com/DisplayLink/evdi"
-
-if [[ "${PV}" = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/DisplayLink/evdi.git"
-else
- if [[ "${PV}" = *_p* ]] ; then
- EVDI_COMMIT="5d708d117baab842d6960f0ec61808a1541bda57"
-
SRC_URI="https://github.com/DisplayLink/evdi/archive/${EVDI_COMMIT}.tar.gz ->
${P}.tar.gz"
- S="${WORKDIR}/${PN}-${EVDI_COMMIT}"
- else
-
SRC_URI="https://github.com/DisplayLink/evdi/archive/refs/tags/v${PV}.tar.gz ->
${P}.tar.gz"
- fi
-
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/$(ver_cut 1)"
-
-IUSE="python test"
-
-RDEPEND="${PYTHON_DEPS}
- python? (
- $(python_gen_cond_dep '
- dev-python/pybind11[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
- ')
- )
-"
-
-DEPEND="${RDEPEND}
- x11-libs/libdrm
- sys-kernel/linux-headers
-"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RESTRICT="!test? ( test )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.14.4-format-truncation.patch"
-)
-
-pkg_setup() {
- # module/Kconfig
- local CONFIG_CHECK="~FB_VIRTUAL ~I2C ~DRM ~USB_SUPPORT
~USB_ARCH_HAS_HCD MODULES"
-
- linux-mod-r1_pkg_setup
-
- use python && python-single-r1_pkg_setup
-}
-
-src_compile() {
- # TODO ERROR: modpost: missing MODULE_LICENSE() in evdi.o
- filter-lto
-
- local modlist=(
- "evdi=video:module"
- )
- local modargs=(
- CONFIG_DRM_EVDI="m" #
https://github.com/DisplayLink/evdi/issues/476
- KVER="${KV_FULL}"
- KDIR="${KV_OUT_DIR}"
- )
- linux-mod-r1_src_compile
-
- emake -C library
-
- use python && emake -C pyevdi
-}
-
-src_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-
- use python && emake -C pyevdi tests
-}
-
-src_install() {
- linux-mod-r1_src_install
-
- local -x DESTDIR="${ED}" PREFIX="${EPREFIX}"
-
- LIBDIR="/usr/$(get_libdir)" emake -C library install
-
- use python && emake -C pyevdi install
-}