diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-03-20 14:27:17 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-03-20 14:27:17 +0000 |
commit | 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch) | |
tree | 66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-drivers/xf86-input-vmmouse | |
parent | 7218e1b46bceac05841e90472501742d905fb3fc (diff) |
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-drivers/xf86-input-vmmouse')
3 files changed, 19 insertions, 23 deletions
diff --git a/x11-drivers/xf86-input-vmmouse/Manifest b/x11-drivers/xf86-input-vmmouse/Manifest index 2df87de96d6d..672666f63ba2 100644 --- a/x11-drivers/xf86-input-vmmouse/Manifest +++ b/x11-drivers/xf86-input-vmmouse/Manifest @@ -1,4 +1,4 @@ DIST xf86-input-vmmouse-13.1.0.tar.bz2 319188 BLAKE2B dddcee47a0d667555ba8a85a4a86c9f922a68ff716f836ac38bb0dbc643011debfbbd2d2054bb8df2f04cc94f2da95cfff7b0ccfb30879e07ca571a9b3aa840a SHA512 38e09c5d7da971eb25ed79fc2daac3b8e1f5e6ec1096424696652c975ea653ed4a49d7779e7735d81a512c12c0a30829d5443ca78a275f3181ebd1740dd2dfd4 -EBUILD xf86-input-vmmouse-13.1.0-r1.ebuild 517 BLAKE2B d96def911d53d97abc9a80eef56837e6100e870fa4b1503925af23ae1da1ac00e64f001ee8f504933bd2795bec4bbb295f7a147c946662ff47dcd573935437d3 SHA512 e178ae8060b25a4ce5593777bd360094d0850ff658bcfca464e71e2559e9ed24d831bed57e81fb39f052d32f31b3161b246982a6fcee29a78806f6333d9b437f -EBUILD xf86-input-vmmouse-9999.ebuild 508 BLAKE2B 9c9cea76552985d31d1467e3e38b2341b18829d34c9103800ba7653bab53de176fe1fc16535a282c7546507c01496cfb66ffd7cedd1079a4a1039b5d293075d8 SHA512 4f89a2e60ec6c0862caaa0912889d07103cc45e8a291650722d87df256b014818ead6e1954292cc96974425362fc3c755fd711e44b785c42cbf3324df73cb0f4 +EBUILD xf86-input-vmmouse-13.1.0-r1.ebuild 526 BLAKE2B adb028b183206ec35c2c7a331992a5cf5de01d77db53afa71286935ae53940ba390e51da858934bf33221ac66ce49fcc339795d0ea2b1e49597543a2aed33df6 SHA512 fcb2c44bea9b51fccc7b2a8cd7376a686ccf0b7fe227200ef35eaf43ce61944d70f440fc3cac7b26b7baadc317234f23bb35dfc722f82f8fcfd0ce30d3d3da8c +EBUILD xf86-input-vmmouse-9999.ebuild 504 BLAKE2B 1b97870364539d80eb3aa798439548ac6ed447a7b54017175d00836280010487b112498e8e82574859e31cf1ed9bf48bdf49880a559abb5ec1f380577bb764ef SHA512 71372b233d2c137099c83b6b4c36e8adbafb02820baf7aabf0f78e08c3d9b5c8d37c96b95eb49290c85ef7332d31fc760baeb7f1e0cb6aa6315213c42da23520 MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0-r1.ebuild b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0-r1.ebuild index 5729c0d5e63d..2e0a13029688 100644 --- a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0-r1.ebuild +++ b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0-r1.ebuild @@ -1,30 +1,29 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit udev xorg-2 +inherit udev xorg-3 DESCRIPTION="VMWare mouse input driver" -IUSE="" + KEYWORDS="amd64 x86" RDEPEND="" DEPEND="${RDEPEND} x11-base/xorg-proto" -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( +src_configure() { + local XORG_CONFIGURE_OPTIONS=( --with-hal-bin-dir=/punt --with-hal-callouts-dir=/punt --with-hal-fdi-dir=/punt --with-udev-rules-dir=$(get_udevdir)/rules.d ) - - xorg-2_pkg_setup + xorg-3_src_configure } src_install() { - xorg-2_src_install - rm -rf "${ED}"/punt + xorg-3_src_install + rm -r "${ED}"/punt || die } diff --git a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-9999.ebuild b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-9999.ebuild index 1a242a878474..6e59ab01e3c2 100644 --- a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-9999.ebuild +++ b/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-9999.ebuild @@ -1,30 +1,27 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit udev xorg-2 +inherit udev xorg-3 DESCRIPTION="VMWare mouse input driver" -IUSE="" -KEYWORDS="" RDEPEND="" DEPEND="${RDEPEND} x11-base/xorg-proto" -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( +src_configure() { + local XORG_CONFIGURE_OPTIONS=( --with-hal-bin-dir=/punt --with-hal-callouts-dir=/punt --with-hal-fdi-dir=/punt --with-udev-rules-dir=$(get_udevdir)/rules.d ) - - xorg-2_pkg_setup + xorg-3_src_configure } src_install() { - xorg-2_src_install - rm -rf "${ED}"/punt + xorg-3_src_install + rm -r "${ED}"/punt || die } |