mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
x11-drivers/xf86-input-tslib: Remove last-rited pkg
Closes: https://bugs.gentoo.org/664096 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -449,11 +449,6 @@ sys-cluster/liblogthread
|
||||
# See tracker: https://bugs.gentoo.org/670222
|
||||
>=app-text/poppler-0.71.0
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (02 Nov 2018)
|
||||
# Dead and unusable with latest xserver. Masked for removal in 30 days.
|
||||
# Bug #664096
|
||||
x11-drivers/xf86-input-tslib
|
||||
|
||||
# Pacho Ramos <pacho@gentoo.org> (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, #
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
DIST xf86-input-tslib-1.2.0_rc1.tar.gz 12029 BLAKE2B 28841961882af8285d12830c5774eb86b0c4a3ed515394d493d384933209020e6593680a087c9d70a6e7b351e6556bf73246e3deff4eee7ab52d57f89ecc8f7c SHA512 6ab358470b01c5c29e8004624c5a0ac9e9737bf7ccc946a08606a2d5fe36657af7c062cf8a8fe98f692f9f352a3bc7aa90592faa43647fc133ac22ecb52d4805
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>embedded@gentoo.org</email>
|
||||
<name>Embedded Gentoo</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>x11@gentoo.org</email>
|
||||
<name>X11</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user