diff --git a/profiles/package.mask b/profiles/package.mask index b165d84e583f9..54a37eeee6dc5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -449,11 +449,6 @@ sys-cluster/liblogthread # See tracker: https://bugs.gentoo.org/670222 >=app-text/poppler-0.71.0 -# Matt Turner (02 Nov 2018) -# Dead and unusable with latest xserver. Masked for removal in 30 days. -# Bug #664096 -x11-drivers/xf86-input-tslib - # Pacho Ramos (01 Nov 2018) # All this packages are broken and need major version bumps to fix them. See # bug #504114, #486510, #510550, #511096, #517260, #551784, #616490, # diff --git a/x11-drivers/xf86-input-tslib/Manifest b/x11-drivers/xf86-input-tslib/Manifest deleted file mode 100644 index dc73474e90d60..0000000000000 --- a/x11-drivers/xf86-input-tslib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xf86-input-tslib-1.2.0_rc1.tar.gz 12029 BLAKE2B 28841961882af8285d12830c5774eb86b0c4a3ed515394d493d384933209020e6593680a087c9d70a6e7b351e6556bf73246e3deff4eee7ab52d57f89ecc8f7c SHA512 6ab358470b01c5c29e8004624c5a0ac9e9737bf7ccc946a08606a2d5fe36657af7c062cf8a8fe98f692f9f352a3bc7aa90592faa43647fc133ac22ecb52d4805 diff --git a/x11-drivers/xf86-input-tslib/metadata.xml b/x11-drivers/xf86-input-tslib/metadata.xml deleted file mode 100644 index e64834c735b67..0000000000000 --- a/x11-drivers/xf86-input-tslib/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - embedded@gentoo.org - Embedded Gentoo - - - x11@gentoo.org - X11 - - diff --git a/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild b/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild deleted file mode 100644 index de005ca1cf29c..0000000000000 --- a/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools vcs-snapshot - -DESCRIPTION="X.org tslib input driver" -HOMEPAGE="https://github.com/merge/xf86-input-tslib" -SRC_URI="https://github.com/merge/${PN}/archive/${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz" -IUSE="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86" - -RDEPEND="x11-libs/tslib - x11-base/xorg-server:=" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -DOCS=( "README.md" ) - -src_prepare() { - default - eautoreconf -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}