summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-03 20:23:21 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-03 21:36:35 -0500
commit512294daddfa8fba041411eca6c590042244b11e (patch)
tree4339321aaab31a1c7bf6c61a019ffb951e2826b5 /x11-drivers
parentx11-base/xwayland: Drop old versions (diff)
downloadgentoo-512294daddfa8fba041411eca6c590042244b11e.tar.gz
gentoo-512294daddfa8fba041411eca6c590042244b11e.tar.bz2
gentoo-512294daddfa8fba041411eca6c590042244b11e.zip
x11-drivers/xf86-input-vmmouse: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-vmmouse/Manifest1
-rw-r--r--x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0-r1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/x11-drivers/xf86-input-vmmouse/Manifest b/x11-drivers/xf86-input-vmmouse/Manifest
index 932540594621..87837f82fbb4 100644
--- a/x11-drivers/xf86-input-vmmouse/Manifest
+++ b/x11-drivers/xf86-input-vmmouse/Manifest
@@ -1,2 +1 @@
-DIST xf86-input-vmmouse-13.1.0.tar.bz2 319188 BLAKE2B dddcee47a0d667555ba8a85a4a86c9f922a68ff716f836ac38bb0dbc643011debfbbd2d2054bb8df2f04cc94f2da95cfff7b0ccfb30879e07ca571a9b3aa840a SHA512 38e09c5d7da971eb25ed79fc2daac3b8e1f5e6ec1096424696652c975ea653ed4a49d7779e7735d81a512c12c0a30829d5443ca78a275f3181ebd1740dd2dfd4
DIST xf86-input-vmmouse-13.2.0.tar.xz 284684 BLAKE2B a63caa3959b47ee4b43dd4e90e7b68706fc39da2d4018965112218c372b4107cbbcebb19fae8fea05a7c95c86a4a793b414ff6cd49e1391fbce04341b7a9eb9c SHA512 26a01347a679db058abdc7cbd9a363bb4fccd1a727dc18e279d15b8a0dce71f67af5ff54df28b908391da8d2fc311d8c1813f26dcded4e9a2668db7b55ca5687
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
deleted file mode 100644
index c531152cd25f..000000000000
--- a/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit udev xorg-3
-
-DESCRIPTION="VMWare mouse input driver"
-
-KEYWORDS="amd64 x86"
-
-DEPEND="x11-base/xorg-proto"
-
-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-3_src_configure
-}
-
-src_install() {
- xorg-3_src_install
- rm -r "${ED}"/punt || die
-}
-
-pkg_postinst() {
- udev_reload
-}
-
-pkg_postrm() {
- udev_reload
-}