commit: e36db89108028e85c4ee177e9608932946e75334 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 07:59:48 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Sat Jun 21 08:03:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36db891
x11-misc/xcalib: drop 0.10-r1 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> x11-misc/xcalib/Manifest | 1 - x11-misc/xcalib/files/xcalib-0.10-cmake4.patch | 10 ---------- x11-misc/xcalib/xcalib-0.10-r1.ebuild | 26 -------------------------- 3 files changed, 37 deletions(-) diff --git a/x11-misc/xcalib/Manifest b/x11-misc/xcalib/Manifest index 54694fba7da0..90c3b22e5de9 100644 --- a/x11-misc/xcalib/Manifest +++ b/x11-misc/xcalib/Manifest @@ -1,2 +1 @@ -DIST xcalib-0.10.tar.gz 36769 BLAKE2B 419bcbe4c87bd8af5869537d334ec08e1e1d262d8a3ef550a5e99451ccfebce37025b95e7044ca782faac6f933e5a0a5b65c8ced10ea1f5aab8f3bc93290d959 SHA512 c52252c903125bf95592d35a75c818be196dd92a86ceab39e0a933162e04e160f2303d20e5892e72a23a7e8067c1e8d785381b4c327980a6fab22ed093c28f41 DIST xcalib-0.11.tar.gz 114254 BLAKE2B 60a450fb9e708096cca2173676ba26f8bce345dd8fa9b20df9288af5d7c70b076ab11c90222efee267754c975f072bb627532df95877601091510b1dfec8ad55 SHA512 9e0ce7cc0750d52ff95cf0584222d70f69559498ad1678fa17fc26b9a041d287cee28c2e8ee5f2cfc112ba1c98e4989fbbf07cb730057b6e8e9b6815e98e80a6 diff --git a/x11-misc/xcalib/files/xcalib-0.10-cmake4.patch b/x11-misc/xcalib/files/xcalib-0.10-cmake4.patch deleted file mode 100644 index 342865f134e2..000000000000 --- a/x11-misc/xcalib/files/xcalib-0.10-cmake4.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 6a48c13..0f883dd 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,4 +1,4 @@ --CMAKE_MINIMUM_REQUIRED (VERSION 2.6) -+CMAKE_MINIMUM_REQUIRED (VERSION 3.5) - - PROJECT (xcalib C) - diff --git a/x11-misc/xcalib/xcalib-0.10-r1.ebuild b/x11-misc/xcalib/xcalib-0.10-r1.ebuild deleted file mode 100644 index ebdb938707d0..000000000000 --- a/x11-misc/xcalib/xcalib-0.10-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Tiny monitor calibration loader for X.org" -HOMEPAGE="https://github.com/OpenICC/xcalib" -SRC_URI="https://github.com/OpenICC/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXrandr - x11-libs/libXxf86vm -" -DEPEND="${RDEPEND} - x11-base/xorg-proto - x11-libs/libXext -" - -PATCHES=( "$FILESDIR"/${P}-cmake4.patch )
