summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-12-04 22:05:07 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-12-04 22:05:07 +0100
commit2b819778b10d02b4f46b6cf52cb9cd4a7e429419 (patch)
treef8082dfee9044d3473069430e0252d89023fe618 /dev-libs/libevdev/libevdev-1.3.ebuild
parentdev-libs/libevdev: Version bump to 1.5.5 (diff)
downloadgentoo-2b819778b10d02b4f46b6cf52cb9cd4a7e429419.tar.gz
gentoo-2b819778b10d02b4f46b6cf52cb9cd4a7e429419.tar.bz2
gentoo-2b819778b10d02b4f46b6cf52cb9cd4a7e429419.zip
dev-libs/libevdev: Remove old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-libs/libevdev/libevdev-1.3.ebuild')
-rw-r--r--dev-libs/libevdev/libevdev-1.3.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/libevdev/libevdev-1.3.ebuild b/dev-libs/libevdev/libevdev-1.3.ebuild
deleted file mode 100644
index 377bfd4752ee..000000000000
--- a/dev-libs/libevdev/libevdev-1.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-XORG_MULTILIB=yes
-PYTHON_COMPAT=( python2_7 )
-
-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}"