commit: 1c3376842a2c4c36a1bc8bcd0c67ef1fc5e7e237 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Thu Nov 21 08:37:59 2024 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Sat Dec 7 14:02:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c337684
dev-libs/libqtxdg: drop 3.11.0, 3.12.0 de-stabilising x86 Stabilising 'x86' was dropped due to dependencies. Likewise, dropping 'arm' due dependencies. Bug: https://bugs.gentoo.org/938702 Bug: https://bugs.gentoo.org/941392 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> dev-libs/libqtxdg/Manifest | 2 -- dev-libs/libqtxdg/libqtxdg-3.11.0.ebuild | 57 -------------------------------- dev-libs/libqtxdg/libqtxdg-3.12.0.ebuild | 57 -------------------------------- 3 files changed, 116 deletions(-) diff --git a/dev-libs/libqtxdg/Manifest b/dev-libs/libqtxdg/Manifest index 99152c859f04..8e7744f8c4c7 100644 --- a/dev-libs/libqtxdg/Manifest +++ b/dev-libs/libqtxdg/Manifest @@ -1,5 +1,3 @@ -DIST libqtxdg-3.11.0.tar.xz 71688 BLAKE2B df5f9ebe6d964a23c89402419e4b6e27812a25d96d065e64c05348fe833e2c27c06e11260c8c58999b232eaf154404549100b81325e02ec7c10eaa40d68ff4cd SHA512 494140fa35e184c128c851f06501b5c62324a796d3f61ed47b750dbdffff756c1a42240d4458797e2f2f01c9b06b997f0fbfc76fe7f99866f7cad084ac1342f7 -DIST libqtxdg-3.12.0.tar.xz 71684 BLAKE2B 909fe97ccd8815d9d923d440abef9f0e9cf28fa8e18220f6998e69ff17a1bbb28b37c734758c01cb0a9537464fb0dd2f38b1f61640fd8468c30f8aac57e62106 SHA512 9db46b0dddb027a24e1c19a2e3679014735cc246f15d32bc5fb9e778cd7d8fb57c9b105f819091308002f0a2eff8269920ecc0d7bd5ce8a01fbaf0b37e61a76e 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 diff --git a/dev-libs/libqtxdg/libqtxdg-3.11.0.ebuild b/dev-libs/libqtxdg/libqtxdg-3.11.0.ebuild deleted file mode 100644 index f10e5814a99a..000000000000 --- a/dev-libs/libqtxdg/libqtxdg-3.11.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2023 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 ~arm 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-0.13.0 - virtual/pkgconfig -" -RDEPEND=" - dev-libs/glib:2 - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtdbus-5.15:5 - >=dev-qt/qtgui-5.15:5= - >=dev-qt/qtsvg-5.15:5 - >=dev-qt/qtwidgets-5.15:5 - >=dev-qt/qtxml-5.15:5 - x11-misc/xdg-utils -" -DEPEND="${RDEPEND} - test? ( >=dev-qt/qttest-5.15:5 ) -" - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTS=$(usex test) - ) - - cmake_src_configure -} - -src_test() { - # Tests don't work with C - LC_ALL=en_US.utf8 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-3.12.0.ebuild b/dev-libs/libqtxdg/libqtxdg-3.12.0.ebuild deleted file mode 100644 index a865ecebc6cd..000000000000 --- a/dev-libs/libqtxdg/libqtxdg-3.12.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2024 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 ~arm 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-0.13.0 - virtual/pkgconfig -" -RDEPEND=" - dev-libs/glib:2 - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtdbus-5.15:5 - >=dev-qt/qtgui-5.15:5= - >=dev-qt/qtsvg-5.15:5 - >=dev-qt/qtwidgets-5.15:5 - >=dev-qt/qtxml-5.15:5 - x11-misc/xdg-utils -" -DEPEND="${RDEPEND} - test? ( >=dev-qt/qttest-5.15:5 ) -" - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTS=$(usex test) - ) - - cmake_src_configure -} - -src_test() { - # Tests don't work with C - LC_ALL=en_US.utf8 virtx cmake_src_test -} - -pkg_postinst() { - ! has_version lxqt-base/lxqt-meta && optfeature "features that require a terminal emulator" x11-terms/xterm -}
