diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-18 11:20:52 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-18 16:53:06 +0200 |
commit | 89534f31aaad286d0f7f5a9a63a05419e5a4926f (patch) | |
tree | d62b70661bfb7f1f66cdef7735605a796bb3a241 /app-misc/qtxdg-tools | |
parent | app-arch/lxqt-archiver: drop 0.7.0 (diff) | |
download | gentoo-89534f31aaad286d0f7f5a9a63a05419e5a4926f.tar.gz gentoo-89534f31aaad286d0f7f5a9a63a05419e5a4926f.tar.bz2 gentoo-89534f31aaad286d0f7f5a9a63a05419e5a4926f.zip |
app-misc/qtxdg-tools: drop 3.9.1, 3.10.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-misc/qtxdg-tools')
-rw-r--r-- | app-misc/qtxdg-tools/Manifest | 2 | ||||
-rw-r--r-- | app-misc/qtxdg-tools/qtxdg-tools-3.10.0.ebuild | 27 | ||||
-rw-r--r-- | app-misc/qtxdg-tools/qtxdg-tools-3.9.1.ebuild | 27 |
3 files changed, 0 insertions, 56 deletions
diff --git a/app-misc/qtxdg-tools/Manifest b/app-misc/qtxdg-tools/Manifest index b0c80b7b3338..040fca36f92d 100644 --- a/app-misc/qtxdg-tools/Manifest +++ b/app-misc/qtxdg-tools/Manifest @@ -1,3 +1 @@ -DIST qtxdg-tools-3.10.0.tar.xz 16704 BLAKE2B a43ebdaca879cbfc6f1b6cebcea4964c5486bd983b030a4b374605efeef9a9ad67e3176c95e33ad09c90df5e9432526dbf62ecfbb192df768509e213f57e383f SHA512 d5cdc14ceadf6b2ed7adaa7de383b9930d57d06a6c5294920764b403bcedfdb837de4a01e70f65f2957e18a9e866659406b88e35903376fb26b91f8620b95a55 DIST qtxdg-tools-3.11.0.tar.xz 16716 BLAKE2B ef6b88e69b0b4e8896ba37f7b5f663234a5348759d430600396432f4abb52901001c54ec78bd706efa021b51d9ff514457ff8e123d5142a6562cd380dd5a15ee SHA512 da88f36130b7c23d1553bce252ddc783ae30ba91cd55fba065702376f6cc9c0353c0ad4bb099ed1b65964bd9d476ae431bfde46df110bccec832d3f57cbaa7f3 -DIST qtxdg-tools-3.9.1.tar.xz 16688 BLAKE2B c59032f55749616554036cded80050b3390f02741d6874d4e48ca943d0b37864d3565cc1bb0e39474cfbcc38b6b525e73c22a9e9d6277a319dd44a93935af982 SHA512 f5bea93ad927967edf13c07ee39a24297fbe06d03e450557afd519b26c3eeed6c9347747efbdc2e0c201a4d51f66cd80a5f2da143544149375d89f36baab5c3f diff --git a/app-misc/qtxdg-tools/qtxdg-tools-3.10.0.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-3.10.0.ebuild deleted file mode 100644 index d3bf8467bc47..000000000000 --- a/app-misc/qtxdg-tools/qtxdg-tools-3.10.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2022 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.12.0" -RDEPEND=" - >=dev-libs/libqtxdg-3.10.0 - >=dev-qt/qtcore-5.15:5 -" -DEPEND="${RDEPEND}" diff --git a/app-misc/qtxdg-tools/qtxdg-tools-3.9.1.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-3.9.1.ebuild deleted file mode 100644 index b03faef5826f..000000000000 --- a/app-misc/qtxdg-tools/qtxdg-tools-3.9.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2022 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.11.0" -RDEPEND=" - >=dev-libs/libqtxdg-3.9.1 - >=dev-qt/qtcore-5.15:5 -" -DEPEND="${RDEPEND}" |