Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tpconfig/
Date: Sun, 24 Feb 2019 10:53:39
Message-Id: 1551005583.c1399152f5549718a4716312cda4ec3d27c538ef.pacho@gentoo
1 commit: c1399152f5549718a4716312cda4ec3d27c538ef
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 24 09:40:15 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 24 10:53:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1399152
7
8 app-misc/tpconfig: Drop old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-misc/tpconfig/tpconfig-3.1.3-r1.ebuild | 27 ---------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/app-misc/tpconfig/tpconfig-3.1.3-r1.ebuild b/app-misc/tpconfig/tpconfig-3.1.3-r1.ebuild
17 deleted file mode 100644
18 index 4fe0e3cb803..00000000000
19 --- a/app-misc/tpconfig/tpconfig-3.1.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="Touchpad config for ALPS and Synaptics TPs. Controls tap/click behaviour"
30 -HOMEPAGE="http://www.compass.com/synaptics/"
31 -SRC_URI="http://www.compass.com/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 x86"
36 -IUSE=""
37 -
38 -src_compile() {
39 - econf
40 - emake CC="$(tc-getCC)" || die "emake failed"
41 -}
42 -
43 -src_install() {
44 - dobin tpconfig || die "dobin failed!"
45 - dodoc README AUTHORS NEWS INSTALL
46 - doinitd "${FILESDIR}"/tpconfig
47 - newconfd "${FILESDIR}"/tpconfig.conf tpconfig
48 -}