commit:     d7e03b380a2f4b884dd1625ccf1dd352e7ad32f5
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 06:35:35 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 06:36:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e03b38

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 <AT> gentoo.org>

 app-misc/tpconfig/Manifest                 |  1 -
 app-misc/tpconfig/files/tpconfig-r1        | 22 ----------------------
 app-misc/tpconfig/files/tpconfig.conf      |  4 ----
 app-misc/tpconfig/metadata.xml             |  5 -----
 app-misc/tpconfig/tpconfig-3.1.3-r3.ebuild | 24 ------------------------
 profiles/package.mask                      |  5 -----
 6 files changed, 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 <jst...@gentoo.org> (2022-10-26)
-# Dead upstream, open bugs.
-# Removal after 2022-12-24.  Bug #878337.
-app-misc/tpconfig
-
 # John Helmert III <a...@gentoo.org> (2022-10-16)
 # <OpenSSL-1.1.1 are EOL and contain known vulnerabilities. Users should
 # migrate to a newer branch.

Reply via email to