summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2024-11-21 10:37:39 +0200
committerJimi Huotari <chiitoo@gentoo.org>2024-12-07 16:02:55 +0200
commitf538b083b0ea6e71328b3f965e5a46c3ecbb4fd2 (patch)
tree4a6b236132e8e89ea13d02898bd3fb1c62873c3b /app-misc
parentgui-libs/xdg-desktop-portal-lxqt: drop 0.5.0 de-stabilising x86 (diff)
downloadgentoo-f538b083b0ea6e71328b3f965e5a46c3ecbb4fd2.tar.gz
gentoo-f538b083b0ea6e71328b3f965e5a46c3ecbb4fd2.tar.bz2
gentoo-f538b083b0ea6e71328b3f965e5a46c3ecbb4fd2.zip
app-misc/qtxdg-tools: drop 3.11.0, 3.12.0 de-stabilising x86
Stabilising 'x86' was dropped due to dependencies. Likewise, dropping 'arm' and 'loong' due dependencies. Bug: https://bugs.gentoo.org/938702 Bug: https://bugs.gentoo.org/941392 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/qtxdg-tools/Manifest2
-rw-r--r--app-misc/qtxdg-tools/qtxdg-tools-3.11.0.ebuild27
-rw-r--r--app-misc/qtxdg-tools/qtxdg-tools-3.12.0.ebuild27
3 files changed, 0 insertions, 56 deletions
diff --git a/app-misc/qtxdg-tools/Manifest b/app-misc/qtxdg-tools/Manifest
index 82ed37eb300e..99a44f2f3e5a 100644
--- a/app-misc/qtxdg-tools/Manifest
+++ b/app-misc/qtxdg-tools/Manifest
@@ -1,4 +1,2 @@
-DIST qtxdg-tools-3.11.0.tar.xz 16716 BLAKE2B ef6b88e69b0b4e8896ba37f7b5f663234a5348759d430600396432f4abb52901001c54ec78bd706efa021b51d9ff514457ff8e123d5142a6562cd380dd5a15ee SHA512 da88f36130b7c23d1553bce252ddc783ae30ba91cd55fba065702376f6cc9c0353c0ad4bb099ed1b65964bd9d476ae431bfde46df110bccec832d3f57cbaa7f3
-DIST qtxdg-tools-3.12.0.tar.xz 16740 BLAKE2B 3e716c85d1715b23001d32a301995d77351f6f95ceaa80a0fa6c1ac1713029b8df97324ac550032fe88315b0fc89adc72b705b1580923f5838c48384222f48a4 SHA512 a9b2f76bd732da4c13b6d4c5716be57a67c3197fad214d04d324d3f39500726754deb0fdde42fb2b5f04407932b3ea63a5dfb5e9588144ea801572efa59aecb5
DIST qtxdg-tools-4.0.0.tar.xz 16760 BLAKE2B 8e85e4de4c3cdf100de294582cfa9f4d3d0b120bee0ff7a907a308a95d45a1db4a9846899373e13a63e1b8049690e34439ce91d34b6b2964f972c3a5a91641ec SHA512 0d3e3a4afa5a4a0a63b4e9c489b4b20688b5c6c79f6460d9d15dc519bdb911b14f4307e50cd236c20ab939c517eed2ba284295d4f05deb764facda4acad8f4d8
DIST qtxdg-tools-4.1.0.tar.xz 16796 BLAKE2B cf5fc3c84365168924d894a1a52a3be77a0ed2697ef61ff511dfcbf498406737c8272c2d56d4e0774240375fe04715da9706fa1b5052cd654d9ddbfe9eb54851 SHA512 0293293d66760199c79634eeac7483640b6ba683d440d3d8bd738be2638a8b3a6f22007d65fc763141803d0ce3684dc8d535a6701eb3122bb03a74a6ae79fcd3
diff --git a/app-misc/qtxdg-tools/qtxdg-tools-3.11.0.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-3.11.0.ebuild
deleted file mode 100644
index cd3da5715aeb..000000000000
--- a/app-misc/qtxdg-tools/qtxdg-tools-3.11.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="User Tools from libqtxdg"
-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 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
-RDEPEND="
- >=dev-libs/libqtxdg-3.11.0
- >=dev-qt/qtcore-5.15:5
-"
-DEPEND="${RDEPEND}"
diff --git a/app-misc/qtxdg-tools/qtxdg-tools-3.12.0.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-3.12.0.ebuild
deleted file mode 100644
index f112feb301e8..000000000000
--- a/app-misc/qtxdg-tools/qtxdg-tools-3.12.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="User Tools from libqtxdg"
-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 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
-RDEPEND="
- >=dev-libs/libqtxdg-3.12.0
- >=dev-qt/qtcore-5.15:5
-"
-DEPEND="${RDEPEND}"