commit:     23992115b237c990509c622a77fe157aa866a971
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 19:28:03 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 20:24:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23992115

x11-libs/tslib: drop 1.23

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-libs/tslib/files/tslib-1.23-cmake4.patch | 11 -----
 x11-libs/tslib/tslib-1.23.ebuild             | 61 ----------------------------
 2 files changed, 72 deletions(-)

diff --git a/x11-libs/tslib/files/tslib-1.23-cmake4.patch 
b/x11-libs/tslib/files/tslib-1.23-cmake4.patch
deleted file mode 100644
index e4c26352d018..000000000000
--- a/x11-libs/tslib/files/tslib-1.23-cmake4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -8,7 +8,7 @@
- #
- #
- 
--cmake_minimum_required(VERSION 3.3)
-+cmake_minimum_required(VERSION 3.5)
- 
- project(tslib LANGUAGES C)
- 

diff --git a/x11-libs/tslib/tslib-1.23.ebuild b/x11-libs/tslib/tslib-1.23.ebuild
deleted file mode 100644
index 70e9cafc83c8..000000000000
--- a/x11-libs/tslib/tslib-1.23.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-DESCRIPTION="Touchscreen Access Library"
-HOMEPAGE="https://github.com/kergoth/tslib";
-SRC_URI="https://github.com/libts/tslib/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="LGPL-2 uinput? ( GPL-2+ )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-IUSE="evdev sdl uinput"
-
-DEPEND="
-       evdev? ( dev-libs/libevdev[${MULTILIB_USEDEP}] )
-       sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="evdev? ( virtual/pkgconfig )"
-
-DOCS=( AUTHORS NEWS README{,.md} )
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.21-optional-utils.patch"
-       "${FILESDIR}/${P}-cmake4.patch" # bug 955696
-)
-
-src_configure() {
-       my_configure() {
-               local mycmakeargs=(
-                       -Denable-input-evdev=$(usex evdev)
-                       -DENABLE_TOOLS=$(usex uinput $(multilib_is_native_abi 
&& echo ON || echo OFF) OFF)
-                       -DENABLE_UTILS=$(multilib_is_native_abi && echo ON || 
echo OFF)
-                       -Denable-arctic2=ON
-                       -Denable-collie=ON
-                       -Denable-corgi=ON
-                       -Denable-cy8mrln-palmpre=ON
-                       -Denable-dejitter=ON
-                       -Denable-dmc=ON
-                       -Denable-dmc_dus3000=ON
-                       -Denable-galax=ON
-                       -Denable-h3600=ON
-                       -Denable-input=ON
-                       -Denable-linear-h2200=ON
-                       -Denable-linear=ON
-                       -Denable-mk712=ON
-                       -Denable-one-wire-ts-input=ON
-                       -Denable-pthres=ON
-                       -Denable-tatung=ON
-                       -Denable-ucb1x00=ON
-                       -Denable-variance=ON
-               )
-               multilib_is_native_abi && mycmakeargs+=( -Dwith-sdl=$(usex sdl) 
)
-
-               cmake_src_configure
-       }
-       multilib_parallel_foreach_abi my_configure
-}

Reply via email to