summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-03-11 18:49:51 -0800
committerMatt Turner <mattst88@gentoo.org>2017-03-16 13:36:40 -0700
commit67cb6898cfcdc35d5a7249adfe43bb3f6c58f6b4 (patch)
tree1614a7a05e53d8184e4ee2b0faea8959c70ea03a /dev-libs/libevdev/libevdev-1.5.5.ebuild
parentx11-terms/xterm: Drop old versions (diff)
downloadgentoo-67cb6898cfcdc35d5a7249adfe43bb3f6c58f6b4.tar.gz
gentoo-67cb6898cfcdc35d5a7249adfe43bb3f6c58f6b4.tar.bz2
gentoo-67cb6898cfcdc35d5a7249adfe43bb3f6c58f6b4.zip
dev-libs/libevdev: Drop old versions.
Diffstat (limited to 'dev-libs/libevdev/libevdev-1.5.5.ebuild')
-rw-r--r--dev-libs/libevdev/libevdev-1.5.5.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-libs/libevdev/libevdev-1.5.5.ebuild b/dev-libs/libevdev/libevdev-1.5.5.ebuild
deleted file mode 100644
index 9cc32d8ac60a..000000000000
--- a/dev-libs/libevdev/libevdev-1.5.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 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} )
-
-inherit python-any-r1 xorg-2
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git"
-
-DESCRIPTION="Handler library for evdev events"
-
-if [[ ${PV} == 9999* ]] ; then
- SRC_URI=""
-else
- SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
-fi
-
-RESTRICT="test" # Tests need to run as root.
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"