summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-03 20:23:23 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-03 21:36:35 -0500
commitb856637b3283cb9c39e2fbe7111e3632cd6342b9 (patch)
treee7a87fe83d0a603cd00469af647cb4074b356805 /x11-drivers/xf86-input-void
parentx11-drivers/xf86-input-vmmouse: Drop old versions (diff)
downloadgentoo-b856637b3283cb9c39e2fbe7111e3632cd6342b9.tar.gz
gentoo-b856637b3283cb9c39e2fbe7111e3632cd6342b9.tar.bz2
gentoo-b856637b3283cb9c39e2fbe7111e3632cd6342b9.zip
x11-drivers/xf86-input-void: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-input-void')
-rw-r--r--x11-drivers/xf86-input-void/Manifest1
-rw-r--r--x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild13
2 files changed, 0 insertions, 14 deletions
diff --git a/x11-drivers/xf86-input-void/Manifest b/x11-drivers/xf86-input-void/Manifest
index 1101aff3997d..6c773961136e 100644
--- a/x11-drivers/xf86-input-void/Manifest
+++ b/x11-drivers/xf86-input-void/Manifest
@@ -1,2 +1 @@
-DIST xf86-input-void-1.4.1.tar.bz2 271597 BLAKE2B c78d829dfc9aed788fc2e527f796c697546dfa9687189f5f36043fb017515307303d1bc419458e909107fdb30f6f534e9086e86708d4b8bf2447ed941d223011 SHA512 3cbcba9510635fc4a3b610fb940584417d4b3fcace88670b1289906a7da15614e9a286590cecd1840af4bb3bd0c62f246522b1203700067ec384c3cc11b7e94a
DIST xf86-input-void-1.4.2.tar.xz 257888 BLAKE2B 864ef551c09af5a9726094d3ce7e1a0d948e0a06d23784270a43e81c4b8904b3bb1abb0e1d9efa59d9c445dcc2be7515c45d956c2e669e2e0d7ccad23c10f30b SHA512 f266494bd0ab62d2e20048d5557cb4724cc704be06b7f04f55970aad070887ca8940341c4a4929bb48a46b4d040e03c4d09ce3ae85b94ce23c70faf28486005d
diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild b/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild
deleted file mode 100644
index d6b4daf361d6..000000000000
--- a/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="null input driver"
-
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="x11-base/xorg-server"
-DEPEND="${RDEPEND}"