Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-tslib/, profiles/
Date: Sun, 02 Dec 2018 07:53:10
Message-Id: 1543737156.b7a385a05e69f1b7df98e07d5da36d609f4df3b5.mgorny@gentoo
1 commit: b7a385a05e69f1b7df98e07d5da36d609f4df3b5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 07:52:36 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 07:52:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a385a0
7
8 x11-drivers/xf86-input-tslib: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/664096
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 5 ----
14 x11-drivers/xf86-input-tslib/Manifest | 1 -
15 x11-drivers/xf86-input-tslib/metadata.xml | 12 --------
16 .../xf86-input-tslib-1.2.0_rc1.ebuild | 32 ----------------------
17 4 files changed, 50 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index b165d84e583..54a37eeee6d 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -449,11 +449,6 @@ sys-cluster/liblogthread
24 # See tracker: https://bugs.gentoo.org/670222
25 >=app-text/poppler-0.71.0
26
27 -# Matt Turner <mattst88@g.o> (02 Nov 2018)
28 -# Dead and unusable with latest xserver. Masked for removal in 30 days.
29 -# Bug #664096
30 -x11-drivers/xf86-input-tslib
31 -
32 # Pacho Ramos <pacho@g.o> (01 Nov 2018)
33 # All this packages are broken and need major version bumps to fix them. See
34 # bug #504114, #486510, #510550, #511096, #517260, #551784, #616490, #
35
36 diff --git a/x11-drivers/xf86-input-tslib/Manifest b/x11-drivers/xf86-input-tslib/Manifest
37 deleted file mode 100644
38 index dc73474e90d..00000000000
39 --- a/x11-drivers/xf86-input-tslib/Manifest
40 +++ /dev/null
41 @@ -1 +0,0 @@
42 -DIST xf86-input-tslib-1.2.0_rc1.tar.gz 12029 BLAKE2B 28841961882af8285d12830c5774eb86b0c4a3ed515394d493d384933209020e6593680a087c9d70a6e7b351e6556bf73246e3deff4eee7ab52d57f89ecc8f7c SHA512 6ab358470b01c5c29e8004624c5a0ac9e9737bf7ccc946a08606a2d5fe36657af7c062cf8a8fe98f692f9f352a3bc7aa90592faa43647fc133ac22ecb52d4805
43
44 diff --git a/x11-drivers/xf86-input-tslib/metadata.xml b/x11-drivers/xf86-input-tslib/metadata.xml
45 deleted file mode 100644
46 index e64834c735b..00000000000
47 --- a/x11-drivers/xf86-input-tslib/metadata.xml
48 +++ /dev/null
49 @@ -1,12 +0,0 @@
50 -<?xml version="1.0" encoding="UTF-8"?>
51 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 -<pkgmetadata>
53 -<maintainer type="project">
54 - <email>embedded@g.o</email>
55 - <name>Embedded Gentoo</name>
56 -</maintainer>
57 -<maintainer type="project">
58 - <email>x11@g.o</email>
59 - <name>X11</name>
60 -</maintainer>
61 -</pkgmetadata>
62
63 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
64 deleted file mode 100644
65 index de005ca1cf2..00000000000
66 --- a/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild
67 +++ /dev/null
68 @@ -1,32 +0,0 @@
69 -# Copyright 1999-2018 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=6
73 -
74 -inherit autotools vcs-snapshot
75 -
76 -DESCRIPTION="X.org tslib input driver"
77 -HOMEPAGE="https://github.com/merge/xf86-input-tslib"
78 -SRC_URI="https://github.com/merge/${PN}/archive/${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
79 -IUSE=""
80 -
81 -LICENSE="GPL-2"
82 -SLOT="0"
83 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
84 -
85 -RDEPEND="x11-libs/tslib
86 - x11-base/xorg-server:="
87 -DEPEND="${RDEPEND}
88 - x11-base/xorg-proto"
89 -
90 -DOCS=( "README.md" )
91 -
92 -src_prepare() {
93 - default
94 - eautoreconf
95 -}
96 -
97 -src_install() {
98 - default
99 - find "${D}" -name '*.la' -delete || die
100 -}