commit: c464d1ec41cd87e0d57854c2195cccb15b09a1a1 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Mon Jan 12 00:20:53 2026 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Jan 14 13:14:40 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c464d1ec
x11-misc/qlipper: drop 5.1.2_p20241029 Closes: https://bugs.gentoo.org/966941 (obsolete) Closes: https://bugs.gentoo.org/968437 (obsolete) Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> x11-misc/qlipper/Manifest | 1 - .../files/qlipper-5.1.2_p20241029-cmake4.patch | 11 --------- x11-misc/qlipper/qlipper-5.1.2_p20241029.ebuild | 27 ---------------------- 3 files changed, 39 deletions(-) diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest index 69ca94023480..a6e286b81086 100644 --- a/x11-misc/qlipper/Manifest +++ b/x11-misc/qlipper/Manifest @@ -1,2 +1 @@ -DIST qlipper-5.1.2_p20241029-4f89ae6e.tar.gz 130470 BLAKE2B a3979be18d49dc9ad11fa6cb13c16cbf03690d7ca225301e2a90774ff768f19f43a3f2121d29cdcfa1957e06f623fde32efc0edfaebce48b19f8d4363f8312cb SHA512 5043bbbc9bdaf518605bd06d03082c6f7819f6536873294d7898eeac69fe5d0b934b384e5639daf64fbd32c5808bc809e42e068de5e5b57bd3122114b5195e6b DIST qlipper-6.0.0.gh.tar.gz 130712 BLAKE2B 4235e0b1036bb4fee6ee701d9a471ecd491b9f96e0d55b43348ef2cddaa778c8b1b79a2aae9ebe5169cd9abb1c962c775c3cb8d177287dcec37eccc8c7ced29c SHA512 d814a886730475d7331a1ff5c2a56a51f1cc932ece7da25c98f86841a0098c809dfa34bcb8070141407613e712f5dc6fb0dd27fd366c0e18eaa4d16ac0d3865c diff --git a/x11-misc/qlipper/files/qlipper-5.1.2_p20241029-cmake4.patch b/x11-misc/qlipper/files/qlipper-5.1.2_p20241029-cmake4.patch deleted file mode 100644 index 3252bdb123b8..000000000000 --- a/x11-misc/qlipper/files/qlipper-5.1.2_p20241029-cmake4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/CMakeLists.txt 2024-10-29 21:41:08.000000000 +0100 -+++ b/CMakeLists.txt 2025-05-01 18:51:18.770578621 +0200 -@@ -40,7 +40,7 @@ - # It will copy all dependecies (libs/resources) into bundle tree - # ------------------------------------------------------- - --CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) -+CMAKE_MINIMUM_REQUIRED(VERSION 3.16.0) - - project(qlipper) - diff --git a/x11-misc/qlipper/qlipper-5.1.2_p20241029.ebuild b/x11-misc/qlipper/qlipper-5.1.2_p20241029.ebuild deleted file mode 100644 index 0c0733c49bd1..000000000000 --- a/x11-misc/qlipper/qlipper-5.1.2_p20241029.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT=4f89ae6e90e3c9bbcc785981e4f522ef87842dfb -inherit cmake xdg - -DESCRIPTION="Lightweight and cross-platform clipboard history applet" -HOMEPAGE="https://github.com/pvanek/qlipper" -SRC_URI="https://github.com/pvanek/${PN}/archive/${COMMIT}.tar.gz -> ${P}-${COMMIT:0:8}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# TODO: still accurate? bundles x11-libs/libqxt but no qt6 system version is available yet -RDEPEND=" - dev-qt/qtbase:6[gui,widgets] - x11-libs/libX11 -" -DEPEND="${RDEPEND}" -BDEPEND="dev-qt/qttools:6[linguist]" - -PATCHES=( "${FILESDIR}/${P}-cmake4.patch" )
