commit:     a3269ca4bda142812b037ec84cb8c75bbb356269
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 15 00:11:17 2025 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Nov 15 12:30:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3269ca4

dev-libs/libqtxdg: drop 4.0.0, 4.0.1, 4.1.0

Closes: https://bugs.gentoo.org/948906
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 dev-libs/libqtxdg/Manifest              |  3 --
 dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild | 51 ---------------------------------
 dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild | 51 ---------------------------------
 dev-libs/libqtxdg/libqtxdg-4.1.0.ebuild | 51 ---------------------------------
 4 files changed, 156 deletions(-)

diff --git a/dev-libs/libqtxdg/Manifest b/dev-libs/libqtxdg/Manifest
index 24fd7ec51f3a..e0893a8243e8 100644
--- a/dev-libs/libqtxdg/Manifest
+++ b/dev-libs/libqtxdg/Manifest
@@ -1,5 +1,2 @@
-DIST libqtxdg-4.0.0.tar.xz 71508 BLAKE2B 
823bfaba4ea1beb88b064d4935e7c660569b9215aa9f40b7ad6e3ffab965259467d968cd6b5f0c42c2912478d2766d52d52f0296d9eb3586c45ac5ddd7b97ed7
 SHA512 
4a8a32968e74ed54d700cf65c9cfb238001f58d93a9e374e18d60023615d6277f80459dd8477205ce31a6d8caf798cde70b91681df80b1bff3b754e0586868d2
-DIST libqtxdg-4.0.1.tar.xz 71964 BLAKE2B 
11c45e8e27a539e8c9b001667479e7a7c447937f82fd17a4b89ed9ba9d263ea416664b8f0b288d41eb27a63842fe9de563fe34efa0097c6af63f1340f45f9006
 SHA512 
767210f6a42375da48db26f7f9e005c5bf18230cee58351d52849b7451e54b45e91aef1226a3f5b8db78cd68a18c9208a94a2077c964430cc3384027ef29898b
-DIST libqtxdg-4.1.0.tar.xz 71980 BLAKE2B 
5fbebcd5fe65a6c8d5f0fd79d694b326cfc122d64f2f815401efdd2e0c9e66300b86806015446a325021951afcb62bed557fc59006aecc561e1d358081995e24
 SHA512 
6c28b611d32284e28982b89658c051297ed739d35e9d795b837e822d93651a4c282695c7fa8fe27861cd1e5703578b8dcc28711ba1ad0a73cc3686f0eef461ea
 DIST libqtxdg-4.2.0.tar.xz 72004 BLAKE2B 
6b269fffb031972219498d63329c84bf2bc7cf0f2077d47709f9bd3c2cb6071f53f9a2d004168e18a1b486b4b13a9bfe6c269e9f84b82165a94c7952b282ed85
 SHA512 
635dafea97bcb5f6283d82e99be17b1d7af526311d757c48eef8ac58ec18f59597f2b0fa112d31b9e58ed92576112f9357db9f728df705552e42cd4f59392eff
 DIST libqtxdg-4.3.0.tar.xz 72784 BLAKE2B 
5fd1a9fb0ebe245e048c93686c68bf5ebd4486181d0119138defa43f97b8a58ed8e8fbf8a33b458ef26cb43ded1a7226967a6284e110a73a372600418c32943f
 SHA512 
10230ce8e09f061bcb3e5e9d82f57c0678d0a01c87d17f7943356d57e00ab89bbaca7d74f86a24ed94738ca2d507a4eb6a5a05a96d5e04c9214f314066fb468d

diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild 
b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
deleted file mode 100644
index 2406c2d76861..000000000000
--- a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature virtualx
-
-DESCRIPTION="Qt Implementation of XDG Standards"
-HOMEPAGE="https://lxqt-project.org/";
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
-else
-       
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz";
-       KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       >=dev-util/lxqt-build-tools-2.0.0
-       virtual/pkgconfig
-"
-RDEPEND="
-       dev-libs/glib:2
-       >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,xml]
-       >=dev-qt/qtsvg-6.6:6
-       x11-misc/xdg-utils
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTS=$(usex test)
-       )
-
-       cmake_src_configure
-}
-
-src_test() {
-       # Tests don't work with C
-       LC_ALL=en_US.UTF-8 virtx cmake_src_test
-}
-
-pkg_postinst() {
-       ! has_version lxqt-base/lxqt-meta && optfeature "features that require 
a terminal emulator" x11-terms/xterm
-}

diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild 
b/dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild
deleted file mode 100644
index 2406c2d76861..000000000000
--- a/dev-libs/libqtxdg/libqtxdg-4.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature virtualx
-
-DESCRIPTION="Qt Implementation of XDG Standards"
-HOMEPAGE="https://lxqt-project.org/";
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
-else
-       
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz";
-       KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       >=dev-util/lxqt-build-tools-2.0.0
-       virtual/pkgconfig
-"
-RDEPEND="
-       dev-libs/glib:2
-       >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,xml]
-       >=dev-qt/qtsvg-6.6:6
-       x11-misc/xdg-utils
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTS=$(usex test)
-       )
-
-       cmake_src_configure
-}
-
-src_test() {
-       # Tests don't work with C
-       LC_ALL=en_US.UTF-8 virtx cmake_src_test
-}
-
-pkg_postinst() {
-       ! has_version lxqt-base/lxqt-meta && optfeature "features that require 
a terminal emulator" x11-terms/xterm
-}

diff --git a/dev-libs/libqtxdg/libqtxdg-4.1.0.ebuild 
b/dev-libs/libqtxdg/libqtxdg-4.1.0.ebuild
deleted file mode 100644
index cd56d4d9b946..000000000000
--- a/dev-libs/libqtxdg/libqtxdg-4.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature virtualx
-
-DESCRIPTION="Qt Implementation of XDG Standards"
-HOMEPAGE="https://lxqt-project.org/";
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
-else
-       
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz";
-       KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       >=dev-util/lxqt-build-tools-2.1.0
-       virtual/pkgconfig
-"
-RDEPEND="
-       dev-libs/glib:2
-       >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,xml]
-       >=dev-qt/qtsvg-6.6:6
-       x11-misc/xdg-utils
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTS=$(usex test)
-       )
-
-       cmake_src_configure
-}
-
-src_test() {
-       # Tests don't work with C
-       LC_ALL=en_US.UTF-8 virtx cmake_src_test
-}
-
-pkg_postinst() {
-       ! has_version lxqt-base/lxqt-meta && optfeature "features that require 
a terminal emulator" x11-terms/xterm
-}

Reply via email to