Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-tslib/
Date: Sat, 29 Sep 2018 17:19:36
Message-Id: 1538241533.884af06bd8b5dfc2a307fca734d7d480218c2867.mattst88@gentoo
1 commit: 884af06bd8b5dfc2a307fca734d7d480218c2867
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 17:03:18 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 17:18:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884af06b
7
8 x11-drivers/xf86-input-tslib: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-input-tslib/Manifest | 1 -
13 .../xf86-input-tslib-0.0.6-r3.ebuild | 31 ----------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/x11-drivers/xf86-input-tslib/Manifest b/x11-drivers/xf86-input-tslib/Manifest
17 index 44584aa3db9..dc73474e90d 100644
18 --- a/x11-drivers/xf86-input-tslib/Manifest
19 +++ b/x11-drivers/xf86-input-tslib/Manifest
20 @@ -1,2 +1 @@
21 DIST xf86-input-tslib-1.2.0_rc1.tar.gz 12029 BLAKE2B 28841961882af8285d12830c5774eb86b0c4a3ed515394d493d384933209020e6593680a087c9d70a6e7b351e6556bf73246e3deff4eee7ab52d57f89ecc8f7c SHA512 6ab358470b01c5c29e8004624c5a0ac9e9737bf7ccc946a08606a2d5fe36657af7c062cf8a8fe98f692f9f352a3bc7aa90592faa43647fc133ac22ecb52d4805
22 -DIST xf86-input-tslib_0.0.6-3.tar.gz 307751 BLAKE2B 05037c2ca9339245b0987ce7e0121f4825a840dab24e60ce901d290b13841a3843d6c93ef9910db92d47418d649189d78e18e26ec248c4ff9ad1131e54b81240 SHA512 abc6060ba595790dab02a191861ee128a729916a6ea2df2a818a0b3388839dac933a0d7ee5530735f376f917f33bf8db40d42a7dce90b20a7682344370bc7b48
23
24 diff --git a/x11-drivers/xf86-input-tslib/xf86-input-tslib-0.0.6-r3.ebuild b/x11-drivers/xf86-input-tslib/xf86-input-tslib-0.0.6-r3.ebuild
25 deleted file mode 100644
26 index 08bf9011cba..00000000000
27 --- a/x11-drivers/xf86-input-tslib/xf86-input-tslib-0.0.6-r3.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit xorg-2
36 -
37 -PATCHLEVEL=3
38 -DEBSOURCES="${PN}_${PV}-${PATCHLEVEL}.tar.gz"
39 -
40 -DESCRIPTION="xorg input driver for use of tslib based touchscreen devices"
41 -HOMEPAGE="http://www.pengutronix.de/software/xf86-input-tslib/index_en.html"
42 -SRC_URI="ftp://cdn.debian.net/debian/pool/main/x/${PN}/${DEBSOURCES}"
43 -
44 -LICENSE="GPL-2"
45 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
46 -IUSE=""
47 -
48 -RDEPEND="x11-libs/tslib"
49 -DEPEND="${RDEPEND}
50 - x11-base/xorg-proto"
51 -
52 -S=${WORKDIR}/${PN}-trunk
53 -
54 -DOCS=( COPYING ChangeLog )
55 -
56 -PATCHES=(
57 - "${FILESDIR}"/fix-overlapped-variable.patch
58 - "${FILESDIR}"/${PN}-port-ABI-12-r48.patch
59 - "${FILESDIR}"/${P}-xf86XInputSetScreen.patch
60 -)