dev-util/lxqt-build-tools: drop 2.2.1

Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
Jimi Huotari
2026-02-25 23:20:04 +02:00
parent 6906c4c7ae
commit 7e75b96011
2 changed files with 0 additions and 27 deletions

View File

@@ -1,2 +1 @@
DIST lxqt-build-tools-2.2.1.tar.xz 25728 BLAKE2B 3a33f03e6f3e0fc16055bf59d5749412aba513dac76caac7b8561d57670d57596b797b6bfb25e91442e5e50d1e0a8a7d6ad4c68935f44db5d57a0e356f5a90dd SHA512 d1b0f7b067283be36bcba063e2e7397be5f69b43949c772eb9966fae84290b01d7cd2e1c688928a6a09534e260f220de180014eda0cc306804eb1c3df3f06056
DIST lxqt-build-tools-2.3.0.tar.xz 25784 BLAKE2B db67e270cc21a7974bd4c362cfc22234dc60ae6bf214e6dc6930ed898f66f27914b7f01e4001a89b100094a9b425bc7f276e1dfeb61ba52d09c69d486e161aed SHA512 79bb0afa355235258285e6aa6519acb278a7f591f059c7756630c2d02c3bdfc3c98cf1ef71eb333d5ef7820f5e283c03993fa8f3108b712b819b59fc68e847b8

View File

@@ -1,26 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="LXQt Build Tools"
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 ~hppa ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="BSD"
SLOT="0"
DEPEND="
>=dev-libs/glib-2.50.0
>=dev-qt/qtbase-6.6:6
"
RDEPEND="${DEPEND}"