1
0
Fork 0

x11-drivers/evdi: drop 1.9.1, 1.10.0, 1.10.1, 1.11.0

This commit is contained in:
Ryan Fox 2023-03-26 22:08:07 -07:00
parent f1442fd048
commit ab830f0504
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
5 changed files with 0 additions and 134 deletions

View File

@ -1,6 +1,2 @@
DIST evdi-1.10.0.tar.gz 68714 BLAKE2B 5fab970380eee7430154733427203e0507652290869014fa3958c11ac6562e08805056568b6527a0744f5ff69064c5e124a687aa4e82df6d57411a03f1b3a518 SHA512 3c945de20fbbf22324dc5f1199dfcddb98b26c1e7913c700874b30816359acf603f119889e8da4b8b6aab3786a8b0ff6ddcd044a7a9d7c31faf2a5d5382728b3
DIST evdi-1.10.1.tar.gz 68769 BLAKE2B b0fd9cc6adf5125666d45cca8cbb04b7bbaae4d2e85b97a874d69a3baf2631204ba6b60c0200c66f105f92d5c4e3de9eb331226aa5c4931bae2529355941cd1c SHA512 e24c82d341463e8ba7dea3dc66dd0264d3c9511b24022f62685fdcb6f9b3ba899e4091198b37531da3c628ab82a52ac9d40a1104ee8fc541b98a77bce4de01f8
DIST evdi-1.11.0.tar.gz 69054 BLAKE2B e0839cfb82e421b0b38adb0237b7b6937f67f4e47314b255a7682facd969be3ed1aff8f5d4d8fcbbb7949a5fa9c07b7e9719dedd6e7413d8d8a9cf9f46856cc8 SHA512 87c2ecb505ce9e2a2af20e6bed377cb9fd0564440fcbca7e22aa30b50a2edf4a94d4778b24b40096ea66f2020139fa8b54ade633c447c3ef8287e6a22524186f
DIST evdi-1.12.0.tar.gz 69147 BLAKE2B 9783ef6b51256047e51f8f7ad79aac9d0f49dd38f9f94c50ec1eb2f0942f9696c9c95152964a1f97ab12b18f3ba0dbd37751e0ea542067e36386ae77f1dd9941 SHA512 9d9e2ddc677b7b1a98f21e0156933c682e97c37546565249e33d2c6afd6a41ebda612d4ae60bc9c996dd1f1b2dd8ee6e4dbb44f5f2bd58f934e4d2a820dd3ea1
DIST evdi-1.13.0.tar.gz 80599 BLAKE2B 1be0dedc3e702f57a00a89238d6f1534915c1833f05cf0e1a1df74d5736b615cb7292d55dcec4dd5f84fbbd7d2a50f565e83465eb80b06dd348a2fa27d368267 SHA512 adefc282d4844da5b141b461f7ebb2106a87c122a7d237fa80602f5fc8a629c15e8aa4d7fad6ba291c4e77bfdff1c71a8f89d5e89a17695b79ea32f6e38d1772
DIST evdi-1.9.1.tar.gz 67395 BLAKE2B 76de6fc93810442bf4e87501c30eec5d06a16b5526f1de2c0ce48ae3d5647a01a9b88e493a9ea19a45da327acb7df877ce0e7ec027f16cd37cfa235e4c695660 SHA512 3aaf79e4bbb768acbca6cb1a51fafedba7175af61272518a9bce5534df81ecbc4def8c6e739b276a7f6d2eecef1e6579de8b9159ee8112898088ac4c40829ee5

View File

@ -1,34 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-mod
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/DisplayLink/evdi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/DisplayLink/evdi.git"
fi
S="${S}/module"
DESCRIPTION="Kernel module for managing screens"
HOMEPAGE="https://github.com/DisplayLink/evdi"
LICENSE="GPL-2"
SLOT="0"
DEPEND="x11-libs/libdrm"
RDEPEND="${DEPEND}"
BDEPEND="sys-kernel/linux-headers"
MODULE_NAMES="evdi(video:${S})"
CONFIG_CHECK="~FB_VIRTUAL ~I2C"
src_prepare() {
default
local KVER=$(cat "${KERNEL_DIR}/include/config/kernel.release")
sed -i "1i KVER := ${KVER}" "${S}/Makefile"
}

View File

@ -1,34 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-mod
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/DisplayLink/evdi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/DisplayLink/evdi.git"
fi
S="${S}/module"
DESCRIPTION="Kernel module for managing screens"
HOMEPAGE="https://github.com/DisplayLink/evdi"
LICENSE="GPL-2"
SLOT="0"
DEPEND="x11-libs/libdrm"
RDEPEND="${DEPEND}"
BDEPEND="sys-kernel/linux-headers"
MODULE_NAMES="evdi(video:${S})"
CONFIG_CHECK="~FB_VIRTUAL ~I2C"
src_prepare() {
default
local KVER=$(cat "${KERNEL_DIR}/include/config/kernel.release")
sed -i "1i KVER := ${KVER}" "${S}/Makefile"
}

View File

@ -1,34 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-mod
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/DisplayLink/evdi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/DisplayLink/evdi.git"
fi
S="${S}/module"
DESCRIPTION="Kernel module for managing screens"
HOMEPAGE="https://github.com/DisplayLink/evdi"
LICENSE="GPL-2"
SLOT="0"
DEPEND="x11-libs/libdrm"
RDEPEND="${DEPEND}"
BDEPEND="sys-kernel/linux-headers"
MODULE_NAMES="evdi(video:${S})"
CONFIG_CHECK="~FB_VIRTUAL ~I2C"
src_prepare() {
default
local KVER=$(cat "${KERNEL_DIR}/include/config/kernel.release")
sed -i "1i KVER := ${KVER}" "${S}/Makefile"
}

View File

@ -1,28 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-mod
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/DisplayLink/evdi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/DisplayLink/evdi.git"
fi
S="${S}/module"
DESCRIPTION="Kernel module for managing screens"
HOMEPAGE="https://github.com/DisplayLink/evdi"
LICENSE="GPL-2"
SLOT="0"
DEPEND="x11-libs/libdrm"
RDEPEND="${DEPEND}"
BDEPEND="sys-kernel/linux-headers"
MODULE_NAMES="evdi(video:${S})"
CONFIG_CHECK="~FB_VIRTUAL ~I2C"