summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-11-24 07:35:35 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-11-24 07:36:49 +0100
commitd7e03b380a2f4b884dd1625ccf1dd352e7ad32f5 (patch)
tree047dbd58942bd6ab815fa77198bd1e4e410824e7 /app-misc
parentdev-util/sgb: treeclean (diff)
downloadgentoo-d7e03b380a2f4b884dd1625ccf1dd352e7ad32f5.tar.gz
gentoo-d7e03b380a2f4b884dd1625ccf1dd352e7ad32f5.tar.bz2
gentoo-d7e03b380a2f4b884dd1625ccf1dd352e7ad32f5.zip
app-misc/tpconfig: treeclean
Closes: https://bugs.gentoo.org/871057 Closes: https://bugs.gentoo.org/878337 Closes: https://bugs.gentoo.org/722356 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/tpconfig/Manifest1
-rw-r--r--app-misc/tpconfig/files/tpconfig-r122
-rw-r--r--app-misc/tpconfig/files/tpconfig.conf4
-rw-r--r--app-misc/tpconfig/metadata.xml5
-rw-r--r--app-misc/tpconfig/tpconfig-3.1.3-r3.ebuild24
5 files changed, 0 insertions, 56 deletions
diff --git a/app-misc/tpconfig/Manifest b/app-misc/tpconfig/Manifest
deleted file mode 100644
index b758ff6b16a2..000000000000
--- a/app-misc/tpconfig/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tpconfig-3.1.3.tar.gz 106789 BLAKE2B 1a02a1c91ce2174ae406888a73ad488d79e60941d0e904f47c9ff1cc82319780cf9874ede6ec4b18cc9176bcaeb465c201fca1bdf5840029565e5a3c5cac85f7 SHA512 b10b709f113dcd526c7521f519466677a1dd37b5c3bd4adf7a0fdbf95428bf56777a726b85e158c4842d406e7659f1b6e161c68bc6f6c6739d376ab84351efc9
diff --git a/app-misc/tpconfig/files/tpconfig-r1 b/app-misc/tpconfig/files/tpconfig-r1
deleted file mode 100644
index 10020958a03d..000000000000
--- a/app-misc/tpconfig/files/tpconfig-r1
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- before display-manager
-}
-
-start() {
- ebegin "Loading tpconfig options..."
- /usr/bin/tpconfig ${TPOPTIONS} > /dev/null 2> /tmp/tpconfig.start
- if [ -z "`cat /tmp/tpconfig.start 2> /dev/null`" ]; then
- eend 0
- else
- eend 1
- fi
-}
-
-stop() {
- ebegin "Stoping tpconfig (this does nothing)..."
- eend 0
-}
diff --git a/app-misc/tpconfig/files/tpconfig.conf b/app-misc/tpconfig/files/tpconfig.conf
deleted file mode 100644
index 6566b926710e..000000000000
--- a/app-misc/tpconfig/files/tpconfig.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-TPOPTIONS="--tapmode=0"
diff --git a/app-misc/tpconfig/metadata.xml b/app-misc/tpconfig/metadata.xml
deleted file mode 100644
index 85e4ed814fa2..000000000000
--- a/app-misc/tpconfig/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/app-misc/tpconfig/tpconfig-3.1.3-r3.ebuild b/app-misc/tpconfig/tpconfig-3.1.3-r3.ebuild
deleted file mode 100644
index f170bc089e8b..000000000000
--- a/app-misc/tpconfig/tpconfig-3.1.3-r3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-DESCRIPTION="Touchpad config for ALPS and Synaptics TPs. Controls tap/click behaviour"
-HOMEPAGE="http://www.compass.com/synaptics/"
-SRC_URI="http://www.compass.com/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- einstalldocs
- dobin "${PN}"
- newinitd "${FILESDIR}"/"${PN}-r1" "${PN}"
- newconfd "${FILESDIR}"/"${PN}.conf" "${PN}"
-}