commit: 0197bbbbe961dec6dab3d19f394f2208c0df856f Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Sat Jun 15 14:42:59 2024 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Sat Jun 15 14:43:51 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0197bbbb
lxqt-base/lxqt-qtplugin: drop 2.0.0 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> lxqt-base/lxqt-qtplugin/Manifest | 1 - lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild | 34 ---------------------- 2 files changed, 35 deletions(-) diff --git a/lxqt-base/lxqt-qtplugin/Manifest b/lxqt-base/lxqt-qtplugin/Manifest deleted file mode 100644 index 89949c31..00000000 --- a/lxqt-base/lxqt-qtplugin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lxqt-qtplugin-2.0.0.tar.xz 24128 BLAKE2B 54a342dff7e7b93fa5ddbc466d408cb2e215b1c05208f76752c3651d6c2cf91708a9b62c951e9595854e2312c6cb13c2de57b364797fcadee803aaaa45c18679 SHA512 aac58511a309f162e69cbf00ae90f611e4bd8665576388d73e97e324ade2532e8ece7098ccd0c362b0674e1491f203258635f0b81738c92690b987b0f5ccf856 diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild deleted file mode 100644 index c4bebce5..00000000 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PV="$(ver_cut 1-2)" - -inherit cmake - -DESCRIPTION="LXQt system integration plugin for Qt" -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-qt/qttools-6.6:6[linguist] - >=dev-util/lxqt-build-tools-2.0.0 -" -DEPEND=" - dev-libs/libdbusmenu-lxqt - >=dev-libs/libqtxdg-4.0.0 - >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets] - =x11-libs/libfm-qt-${MY_PV}* -" -RDEPEND="${DEPEND}"
