Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevdev/
Date: Sat, 29 Sep 2018 17:19:30
Message-Id: 1538241535.fbeddf80ca01ff559b9c4e760b4a81fb6efa9ae9.mattst88@gentoo
1 commit: fbeddf80ca01ff559b9c4e760b4a81fb6efa9ae9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 17:00:27 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 17:18:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbeddf80
7
8 dev-libs/libevdev: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/libevdev/libevdev-1.5.9.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-libs/libevdev/libevdev-1.5.9.ebuild b/dev-libs/libevdev/libevdev-1.5.9.ebuild
16 deleted file mode 100644
17 index be72884a019..00000000000
18 --- a/dev-libs/libevdev/libevdev-1.5.9.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -XORG_MULTILIB=yes
26 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
27 -
28 -inherit python-any-r1 xorg-2
29 -
30 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git"
31 -
32 -DESCRIPTION="Handler library for evdev events"
33 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/"
34 -
35 -if [[ ${PV} == 9999* ]] ; then
36 - SRC_URI=""
37 -else
38 - SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
39 -fi
40 -
41 -RESTRICT="test" # Tests need to run as root.
42 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
43 -IUSE=""
44 -
45 -DEPEND="${PYTHON_DEPS}"