summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-09-29 19:03:18 +0200
committerMatt Turner <mattst88@gentoo.org>2018-09-29 19:18:53 +0200
commit884af06bd8b5dfc2a307fca734d7d480218c2867 (patch)
tree4a889ae5382c57dfcf9dc40477f830755c61d8e2 /x11-drivers
parentx11-drivers/xf86-input-mouse: Drop old versions (diff)
downloadgentoo-884af06bd8b5dfc2a307fca734d7d480218c2867.tar.gz
gentoo-884af06bd8b5dfc2a307fca734d7d480218c2867.tar.bz2
gentoo-884af06bd8b5dfc2a307fca734d7d480218c2867.zip
x11-drivers/xf86-input-tslib: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-tslib/Manifest1
-rw-r--r--x11-drivers/xf86-input-tslib/xf86-input-tslib-0.0.6-r3.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-drivers/xf86-input-tslib/Manifest b/x11-drivers/xf86-input-tslib/Manifest
index 44584aa3db90..dc73474e90d6 100644
--- a/x11-drivers/xf86-input-tslib/Manifest
+++ b/x11-drivers/xf86-input-tslib/Manifest
@@ -1,2 +1 @@
DIST xf86-input-tslib-1.2.0_rc1.tar.gz 12029 BLAKE2B 28841961882af8285d12830c5774eb86b0c4a3ed515394d493d384933209020e6593680a087c9d70a6e7b351e6556bf73246e3deff4eee7ab52d57f89ecc8f7c SHA512 6ab358470b01c5c29e8004624c5a0ac9e9737bf7ccc946a08606a2d5fe36657af7c062cf8a8fe98f692f9f352a3bc7aa90592faa43647fc133ac22ecb52d4805
-DIST xf86-input-tslib_0.0.6-3.tar.gz 307751 BLAKE2B 05037c2ca9339245b0987ce7e0121f4825a840dab24e60ce901d290b13841a3843d6c93ef9910db92d47418d649189d78e18e26ec248c4ff9ad1131e54b81240 SHA512 abc6060ba595790dab02a191861ee128a729916a6ea2df2a818a0b3388839dac933a0d7ee5530735f376f917f33bf8db40d42a7dce90b20a7682344370bc7b48
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
deleted file mode 100644
index 08bf9011cba6..000000000000
--- a/x11-drivers/xf86-input-tslib/xf86-input-tslib-0.0.6-r3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-PATCHLEVEL=3
-DEBSOURCES="${PN}_${PV}-${PATCHLEVEL}.tar.gz"
-
-DESCRIPTION="xorg input driver for use of tslib based touchscreen devices"
-HOMEPAGE="http://www.pengutronix.de/software/xf86-input-tslib/index_en.html"
-SRC_URI="ftp://cdn.debian.net/debian/pool/main/x/${PN}/${DEBSOURCES}"
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/tslib"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-S=${WORKDIR}/${PN}-trunk
-
-DOCS=( COPYING ChangeLog )
-
-PATCHES=(
- "${FILESDIR}"/fix-overlapped-variable.patch
- "${FILESDIR}"/${PN}-port-ABI-12-r48.patch
- "${FILESDIR}"/${P}-xf86XInputSetScreen.patch
-)