summaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/Manifest.gzbin4715 -> 4718 bytes
-rw-r--r--x11-drivers/xf86-input-wacom/Manifest2
-rw-r--r--x11-drivers/xf86-input-wacom/xf86-input-wacom-1.1.0.ebuild81
-rw-r--r--x11-drivers/xf86-video-siliconmotion/Manifest2
-rw-r--r--x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild13
5 files changed, 0 insertions, 98 deletions
diff --git a/x11-drivers/Manifest.gz b/x11-drivers/Manifest.gz
index a0173f15bbe0..461cc698d31b 100644
--- a/x11-drivers/Manifest.gz
+++ b/x11-drivers/Manifest.gz
Binary files differ
diff --git a/x11-drivers/xf86-input-wacom/Manifest b/x11-drivers/xf86-input-wacom/Manifest
index 273eeca237fa..c79c02f188ae 100644
--- a/x11-drivers/xf86-input-wacom/Manifest
+++ b/x11-drivers/xf86-input-wacom/Manifest
@@ -1,5 +1,3 @@
-DIST xf86-input-wacom-1.1.0.tar.bz2 645948 BLAKE2B fccc81f49777b10527072bf4b30cb1a510e35d61f30fca96a68d05df55acc91f6c8dc44b2fad5d2b2f3f000646d85b2052841cbc8f933db51b668b1eb3e49dbe SHA512 d4ca8d5ea5e328c6e6b4bdb3d0ca23dee0bdb960e79f4422483d456330f9c88ea7579da4fba192fd250b23d7db1b7f40ad8ef0127f334c580030858edcbb9f4d
DIST xf86-input-wacom-1.2.0.tar.bz2 647874 BLAKE2B c59e605bacb2694c2e322faba9b030112ffb57f916c816cbcb9a946fa063713c0590e1ea29273f73a84f4360b5bc5241c9768d7e61d77dfc9fb0af72b1a6f1cc SHA512 34817b87318d1fcf885e6427436a54d748a1c910026e6af0a22fafb461b227ca566cf06846f1f57c0d66412d5a3b20c95f014a71f8ef394ea8ca360a5f902318
-EBUILD xf86-input-wacom-1.1.0.ebuild 1918 BLAKE2B 9e0f2b9438782ff2894d576db4ed7e63b566961436ab49c471ee5658bbc852453b6f3faaa790766e645633438be13776887eac325686fdc3c5e6fea0d3489b3e SHA512 2a991e5afb0860baa6fafaa875cf192fdb936563ba6501cd131c8b20a59dd241ff18355634b8e752668c2c6866cecc433e5e1ebb0a1ca96b49af00ea57d16314
EBUILD xf86-input-wacom-1.2.0.ebuild 1918 BLAKE2B 508aa3ec637806433278223879451b8b6eec906d4f1826ee6933961ea0bbf0438155bd8aad7b867bb941b3a5d4461ea2237beafb48b96a53fff67f43c06fbb1a SHA512 9be4d52b4478e20d165e6196a759218c8623bf9b64ca8b7e6ed38003f383a46893fc7879d79efbf80e4df9c08fc6f05c3b5ab2e0654fc2ac955d4b24b23d62d2
MISC metadata.xml 337 BLAKE2B 4af5fa6cfa58ef6ecec60cbe9f316cc4adfa0b1eb304d2c1fe4525b916e1c347bd3b9a74c2e79a5bb88649aae92f00b624c619169fc8cb6ac81e359e58c53d2b SHA512 fba2d6d8bbfe90c65794dd1b831c6bad7dcd2b6e67036f46d629f4e85f926409b7fba0e99892ce7a2ce527fd080d5e75467d0ec38fee0ea2f7ecd311c2c49893
diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-1.1.0.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-1.1.0.ebuild
deleted file mode 100644
index 1a8b5710751b..000000000000
--- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-1.1.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info systemd udev xorg-3 meson
-
-DESCRIPTION="Driver for Wacom tablets and drawing devices"
-HOMEPAGE="https://linuxwacom.github.io/"
-LICENSE="GPL-2"
-SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.bz2"
-
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/libwacom-2:=
- >=x11-base/xorg-server-1.13:=
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXi
- x11-libs/libXrandr
- x11-libs/libXinerama
- virtual/libudev:="
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-pkg_pretend() {
- linux-info_pkg_setup
-
- if kernel_is lt 3 17; then
- if ! linux_config_exists \
- || ! linux_chkconfig_present TABLET_USB_WACOM \
- || ! linux_chkconfig_present INPUT_EVDEV; then
- echo
- ewarn "If you use a USB Wacom tablet, you need to enable support in your kernel"
- ewarn " Device Drivers --->"
- ewarn " Input device support --->"
- ewarn " <*> Event interface"
- ewarn " [*] Tablets --->"
- ewarn " <*> Wacom Intuos/Graphire tablet support (USB)"
- echo
- fi
- else
- if ! linux_config_exists \
- || ! linux_chkconfig_present HID_WACOM; then
- echo
- ewarn "If you use a USB Wacom tablet, you need to enable support in your kernel"
- ewarn " Device Drivers --->"
- ewarn " HID support --->"
- ewarn " Special HID drivers --->"
- ewarn " <*> Wacom Intuos/Graphire tablet support (USB)"
- echo
- fi
- fi
-}
-
-pkg_setup() {
- linux-info_pkg_setup
-}
-
-src_configure() {
- xorg-3_flags_setup
-
- local emesonargs=(
- -Dsystemd-unit-dir="$(systemd_get_systemunitdir)"
- -Dudev-rules-dir="$(get_udevdir)/rules.d"
- $(meson_feature test unittests)
- -Dwacom-gobject=disabled
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- udev_reload
-}
-
-pkg_postrm() {
- udev_reload
-}
diff --git a/x11-drivers/xf86-video-siliconmotion/Manifest b/x11-drivers/xf86-video-siliconmotion/Manifest
index 67ca2a59b836..657b94f8c25d 100644
--- a/x11-drivers/xf86-video-siliconmotion/Manifest
+++ b/x11-drivers/xf86-video-siliconmotion/Manifest
@@ -1,5 +1,3 @@
DIST xf86-video-siliconmotion-1.7.10.tar.xz 347056 BLAKE2B 436d2348d69976336ef83c2ee542615d65681fe0abf38887c223234a05255d194beeee0f3e0b1b8c2a0dfbf1c453e2189c39720d65eb8348dff6ddc957f23ef0 SHA512 d8bb90e636598ed20a32bdc049fe42420d9e6093429f09c3a886a7e78d3813c8533abf67c4fed084be97dd7553a1934c49aa9f94d1083dfa64ab36867ae55fca
-DIST xf86-video-siliconmotion-1.7.9.tar.bz2 416351 BLAKE2B 8832c4de662871b373fdd2a1ac395454bbcf3ab3ac81416aab23c9a282a18cf46be5d98aaaa15213f394d0d7ac8b407c39aa0b9e3692495e36ef800077ec3f19 SHA512 13085945ca496f83521c28b25c394077e010031dbdc2374347a932a52650ada02f525269a81d0b0bb20b48e371d5435a7a73cb7555a07dc5a784e77152608c63
EBUILD xf86-video-siliconmotion-1.7.10.ebuild 224 BLAKE2B 8e04d3eab1c67563eb747f64f5613e373308192408b0795a79163be37ee9619bec472944c45b8f5e256a65f7f78162232fb73c4327388d8fff3607feaf4899cb SHA512 65ea717742742ac12b841c0d8f8f72c2aa02d259150755ea202647b82880cc8852c8198a2d5b660fa06d24b739d89a2f02d05e6b5ee6d3fcb7d57950beb4c696
-EBUILD xf86-video-siliconmotion-1.7.9.ebuild 251 BLAKE2B 0d70653297b3adf446a69a6b25fb58cdb9d397c3527dcea77359221e003615641e8f165e48b19c95746aad7861bab4b91ba0afacc222382343b727b470b999d6 SHA512 8def3850299ae7d4f06ff46620e610a11564ed70e40c5580f05317a85a43e7e35471da2f777868b64638141053ca3d2886b608301c71b53baae239df2cd7af84
MISC metadata.xml 358 BLAKE2B 193da1cdb72369fc0cac604a5bd344251da78f8ae87a545426ee792bf2e36d7fc29b69184e7f33fd03a4f248da2c9c79ddf91754ff23f533b72c18c380af7d79 SHA512 8718e348d0ecdbb4f4541f1e1188cd6c7e04df64ec91189be8226b652c7c53f92efd5d97e32b414f1264477cb1ea7a2792ba59629744550c74597bcc3cb45716
diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
deleted file mode 100644
index ab2e1341ccfa..000000000000
--- a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="Silicon Motion video driver"
-
-KEYWORDS="amd64 ~mips x86"
-
-RDEPEND="x11-base/xorg-server"
-DEPEND="${RDEPEND}"