summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-09-29 19:00:27 +0200
committerMatt Turner <mattst88@gentoo.org>2018-09-29 19:18:55 +0200
commitfbeddf80ca01ff559b9c4e760b4a81fb6efa9ae9 (patch)
tree5256f25560473fd1c9340a4e87fcfb53f19a4aaf /dev-libs
parentx11-drivers/xf86-input-tslib: Drop old versions (diff)
downloadgentoo-fbeddf80ca01ff559b9c4e760b4a81fb6efa9ae9.tar.gz
gentoo-fbeddf80ca01ff559b9c4e760b4a81fb6efa9ae9.tar.bz2
gentoo-fbeddf80ca01ff559b9c4e760b4a81fb6efa9ae9.zip
dev-libs/libevdev: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libevdev/libevdev-1.5.9.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/libevdev/libevdev-1.5.9.ebuild b/dev-libs/libevdev/libevdev-1.5.9.ebuild
deleted file mode 100644
index be72884a0198..000000000000
--- a/dev-libs/libevdev/libevdev-1.5.9.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_MULTILIB=yes
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit python-any-r1 xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git"
-
-DESCRIPTION="Handler library for evdev events"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/"
-
-if [[ ${PV} == 9999* ]] ; then
- SRC_URI=""
-else
- SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
-fi
-
-RESTRICT="test" # Tests need to run as root.
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"