Gentoo Archives: gentoo-commits

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