summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-01-26 12:30:02 -0500
committerMatt Turner <mattst88@gentoo.org>2023-01-26 12:37:41 -0500
commit9fb68722ccb051862df9ab935a3b47d2590aa0eb (patch)
treea36744dd332a23f2fa61c77f13ba9c0e905e911b
parentx11-drivers/xf86-input-elographics: Drop old versions (diff)
downloadgentoo-9fb68722ccb051862df9ab935a3b47d2590aa0eb.tar.gz
gentoo-9fb68722ccb051862df9ab935a3b47d2590aa0eb.tar.bz2
gentoo-9fb68722ccb051862df9ab935a3b47d2590aa0eb.zip
x11-drivers/xf86-input-joystick: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-drivers/xf86-input-joystick/Manifest1
-rw-r--r--x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/x11-drivers/xf86-input-joystick/Manifest b/x11-drivers/xf86-input-joystick/Manifest
index 96ee04ed336c..9c2ba4b3d62a 100644
--- a/x11-drivers/xf86-input-joystick/Manifest
+++ b/x11-drivers/xf86-input-joystick/Manifest
@@ -1,2 +1 @@
-DIST xf86-input-joystick-1.6.3.tar.bz2 351846 BLAKE2B 3cbba17066cce241d6ed1a04ae26d4a875b994b47eb2d1078704d9dd109c9477ca367aebfec15b3358a7c857b91a8e751a83c2c4bab28f26b7aa6c02119463d8 SHA512 541c993bd37dd74d96d90060407d9fb9ebd3fbca352189a08c6b0c899c84609a1b5a3c1ea3febb4ceb5e2b881b54e45c75b8f9b2e475e16d7cffbbe42a3221e5
DIST xf86-input-joystick-1.6.4.tar.xz 296132 BLAKE2B 2e24287bcf426e69ac87d2e000c94ce72807c5590a5399d9573f150e0353c93886d47ffb7d684bad119bb8dcf6cdfee14fe472ddb583f7f2554129ca8341fe30 SHA512 4e9127f125543060f9e6bc4b0aa384bc98a92acc52bfb240c9a114c565e0b24d2e9dcbc0e866845abc8aeb1e1a6c78cd5e3f0c0f22007aa93460b6a1910d67ef
diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild
deleted file mode 100644
index 2885ec97bfab..000000000000
--- a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="X.Org driver for joystick input devices"
-
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 sparc x86"
-
-RDEPEND="x11-base/xorg-server"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-src_install() {
- xorg-3_src_install
-
- insinto /usr/share/X11/xorg.conf.d
- doins config/50-joystick-all.conf
-}