summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--profiles/package.mask5
6 files changed, 0 insertions, 61 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}"
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 77eb11360f65..948e36ee303e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -412,11 +412,6 @@ dev-libs/cloog
# Removal in 30 days
dev-python/pweave
-# Jonas Stein <jstein@gentoo.org> (2022-10-26)
-# Dead upstream, open bugs.
-# Removal after 2022-12-24. Bug #878337.
-app-misc/tpconfig
-
# John Helmert III <ajak@gentoo.org> (2022-10-16)
# <OpenSSL-1.1.1 are EOL and contain known vulnerabilities. Users should
# migrate to a newer branch.