aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2024-06-15 01:01:40 +0300
committerJimi Huotari <chiitoo@gentoo.org>2024-06-15 01:14:48 +0300
commit141b475a9edeff5b88c71ee6f79c8f440cae5802 (patch)
treed645eb525298559ddb20d95daefc2b4ef1a62adb
parentx11-libs/qtermwidget: drop 2.0.0 (diff)
downloadqt-141b475a9edeff5b88c71ee6f79c8f440cae5802.tar.gz
qt-141b475a9edeff5b88c71ee6f79c8f440cae5802.tar.bz2
qt-141b475a9edeff5b88c71ee6f79c8f440cae5802.zip
app-misc/qtxdg-tools: drop 4.0.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r--app-misc/qtxdg-tools/Manifest1
-rw-r--r--app-misc/qtxdg-tools/qtxdg-tools-4.0.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/app-misc/qtxdg-tools/Manifest b/app-misc/qtxdg-tools/Manifest
deleted file mode 100644
index c1b6c387..00000000
--- a/app-misc/qtxdg-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtxdg-tools-4.0.0.tar.xz 16760 BLAKE2B 8e85e4de4c3cdf100de294582cfa9f4d3d0b120bee0ff7a907a308a95d45a1db4a9846899373e13a63e1b8049690e34439ce91d34b6b2964f972c3a5a91641ec SHA512 0d3e3a4afa5a4a0a63b4e9c489b4b20688b5c6c79f6460d9d15dc519bdb911b14f4307e50cd236c20ab939c517eed2ba284295d4f05deb764facda4acad8f4d8
diff --git a/app-misc/qtxdg-tools/qtxdg-tools-4.0.0.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-4.0.0.ebuild
deleted file mode 100644
index 7b3875ec..00000000
--- a/app-misc/qtxdg-tools/qtxdg-tools-4.0.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"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-RDEPEND="
- >=dev-libs/libqtxdg-4.0.0
- >=dev-qt/qtbase-6.6:6
-"
-DEPEND="${RDEPEND}"