From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-drivers/evdi/
Date: Wed, 9 Oct 2024 15:39:02 +0000 (UTC) [thread overview]
Message-ID: <1728484191.3dc17ef603ca06bce2d1ee5fd3c9818088422f0a.davidroman@gentoo> (raw)
commit: 3dc17ef603ca06bce2d1ee5fd3c9818088422f0a
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Wed Oct 9 14:29:51 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Oct 9 14:29:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3dc17ef6
x11-drivers/evdi: drop 1.14.5
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
x11-drivers/evdi/Manifest | 1 -
x11-drivers/evdi/evdi-1.14.5.ebuild | 79 -------------------------------------
2 files changed, 80 deletions(-)
diff --git a/x11-drivers/evdi/Manifest b/x11-drivers/evdi/Manifest
index 1ff924738..f57567b2b 100644
--- a/x11-drivers/evdi/Manifest
+++ b/x11-drivers/evdi/Manifest
@@ -1,2 +1 @@
-DIST evdi-1.14.5.tar.gz 90775 BLAKE2B ccee5c1fa1644bef98ddbc2d06eff990c56d2f5a58042f5ee1557816f25da850bd5c5cc5bd60ca48cc341fe167359ab513425e5ef5d3b248426c1e81a5e5cd10 SHA512 6374c88a4433da0142fc1e9ae7fa48791253747694deb86b4897a2f503783ba45c46f5e5f53718dc73ce47cb4a03479b989300ca57c4d847a912915b36a72142
DIST evdi-1.14.6.tar.gz 91220 BLAKE2B 7b500096d45f0ac8329059d6ba092b3536039fa2647e39c40a863efd01756cae03dbc06076513e9ba68344e3997838727512003fb75c69c70a277a9276ee945c SHA512 8fc77d1b4a78395f05541ac3f9babb69c3fa59d89383d95b5a429a61d8941cddbc5087348f02125296eeec1c656135580f5a34d61430f4bce4b25c4ca685f735
diff --git a/x11-drivers/evdi/evdi-1.14.5.ebuild b/x11-drivers/evdi/evdi-1.14.5.ebuild
deleted file mode 100644
index 00cf76a59..000000000
--- a/x11-drivers/evdi/evdi-1.14.5.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-inherit linux-mod-r1 python-single-r1
-
-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}
- x11-libs/libdrm
- python? (
- $(python_gen_cond_dep '
- dev-python/pybind11[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
- ')
- )
-"
-
-DEPEND="${RDEPEND}
- 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() {
- 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() {
- 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
-}
next reply other threads:[~2024-10-09 15:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 15:39 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-13 14:19 [gentoo-commits] repo/proj/guru:master commit in: x11-drivers/evdi/ Julien Roy
2024-11-21 17:45 Julien Roy
2024-11-21 17:45 Julien Roy
2024-10-09 15:39 David Roman
2024-09-07 9:22 David Roman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1728484191.3dc17ef603ca06bce2d1ee5fd3c9818088422f0a.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox