commit:     ffc430f956fb695784f0626ffaa7e4dd3ba74905
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 06:31:45 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 30 17:22:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc430f9

lxqt-base: remove versions 0.16.*

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22396
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/lxqt-about/Manifest                      |   1 -
 lxqt-base/lxqt-about/lxqt-about-0.16.0.ebuild      |  32 ------
 lxqt-base/lxqt-admin/Manifest                      |   1 -
 lxqt-base/lxqt-admin/lxqt-admin-0.16.0.ebuild      |  33 ------
 lxqt-base/lxqt-config/Manifest                     |   1 -
 lxqt-base/lxqt-config/lxqt-config-0.16.1.ebuild    |  74 -------------
 lxqt-base/lxqt-globalkeys/Manifest                 |   1 -
 .../lxqt-globalkeys/lxqt-globalkeys-0.16.0.ebuild  |  40 -------
 lxqt-base/lxqt-meta/lxqt-meta-0.16.0.ebuild        |  61 -----------
 lxqt-base/lxqt-notificationd/Manifest              |   1 -
 .../lxqt-notificationd-0.16.0.ebuild               |  37 -------
 lxqt-base/lxqt-openssh-askpass/Manifest            |   1 -
 .../lxqt-openssh-askpass-0.16.0.ebuild             |  42 --------
 lxqt-base/lxqt-panel/Manifest                      |   1 -
 lxqt-base/lxqt-panel/lxqt-panel-0.16.1-r1.ebuild   | 119 ---------------------
 lxqt-base/lxqt-policykit/Manifest                  |   1 -
 .../lxqt-policykit/lxqt-policykit-0.16.0.ebuild    |  43 --------
 lxqt-base/lxqt-powermanagement/Manifest            |   1 -
 .../lxqt-powermanagement-0.16.0-r1.ebuild          |  45 --------
 lxqt-base/lxqt-qtplugin/Manifest                   |   1 -
 .../lxqt-qtplugin/lxqt-qtplugin-0.16.0.ebuild      |  36 -------
 lxqt-base/lxqt-runner/Manifest                     |   1 -
 lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild    |  47 --------
 lxqt-base/lxqt-session/Manifest                    |   1 -
 lxqt-base/lxqt-session/lxqt-session-0.16.0.ebuild  |  61 -----------
 lxqt-base/lxqt-sudo/Manifest                       |   1 -
 lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild        |  32 ------
 27 files changed, 715 deletions(-)

diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest
index 10e5f57fdb4..70271bb1642 100644
--- a/lxqt-base/lxqt-about/Manifest
+++ b/lxqt-base/lxqt-about/Manifest
@@ -1,2 +1 @@
-DIST lxqt-about-0.16.0.tar.xz 38660 BLAKE2B 
4d16ed711986df41dd60a9a0371f91dc3cea6f7643c6bb50a3ff5bb91d8ab059c98b22e945fcfea93a02ebaf7d57d5c44f5f86d58d2d0c7171e543cd4b569af6
 SHA512 
fc7f7aa747f45fa2c3fc26e0c5de6595e3e011a3af8740a5c07a6d18b34a201c245b13dfe17167b578e84536334078a8925b4bb750461fa49923bcb88b4bf6a4
 DIST lxqt-about-0.17.0.tar.xz 40976 BLAKE2B 
b1b3b1422b9c7f001d22b76ce1bce6c858406f49f9c995496802caf7594d91f00a3665cad00bf58b0b22fde8340e12b3683a79609e93ec00255608bb5f4ae122
 SHA512 
d347db528a267b857279a96fba31ebfcb1468603cb16c6f002d1675ddf351524f6a93d811f2f980dafd2c46db4a2a86b4521ce82157050dd3166f74c771c4367

diff --git a/lxqt-base/lxqt-about/lxqt-about-0.16.0.ebuild 
b/lxqt-base/lxqt-about/lxqt-about-0.16.0.ebuild
deleted file mode 100644
index 33e9adada0c..00000000000
--- a/lxqt-base/lxqt-about/lxqt-about-0.16.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt about dialog"
-HOMEPAGE="https://lxqt.github.io/";
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"
-DEPEND="
-       >=dev-libs/libqtxdg-3.3.1
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       =lxqt-base/liblxqt-$(ver_cut 1-2)*
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"

diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest
index d0239c23d25..5178d4bd80f 100644
--- a/lxqt-base/lxqt-admin/Manifest
+++ b/lxqt-base/lxqt-admin/Manifest
@@ -1,2 +1 @@
-DIST lxqt-admin-0.16.0.tar.xz 143724 BLAKE2B 
8a9c13ea52fefe813d6fecc45e2b9263da34fa7ec5b3c28054ab8b728d813782ff351d328fed36e7c2a8bd55cde05633d4b937edbbadebd1daf25472d47da289
 SHA512 
ed61e886a52985f67c38d39d949fabbd5532ebf61f232d4d2accf144b8fc650f85457e0e8b6066fad3f914ad61f8b1779360c886d3622c09765e421dfcea2484
 DIST lxqt-admin-0.17.0.tar.xz 145620 BLAKE2B 
3f1bc0870ef33a85a14dca559951826c56a2ebe81f6cad53917db87ce38b909aed4daed7964d202715dd4d9c7947b23f2aba0fdcb020b6b418c91d9f12c90573
 SHA512 
5d807b1bbde586130ab03cecf43dc190cbbed5c16842d14779f67f7b514689e7ea330f6c75916c733e4e840242d7feaceb4b6e0932ece1ca70bff208eb5e8072

diff --git a/lxqt-base/lxqt-admin/lxqt-admin-0.16.0.ebuild 
b/lxqt-base/lxqt-admin/lxqt-admin-0.16.0.ebuild
deleted file mode 100644
index 7ff28c1ae06..00000000000
--- a/lxqt-base/lxqt-admin/lxqt-admin-0.16.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt system administration tool"
-HOMEPAGE="https://lxqt.github.io/";
-
-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 x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"
-DEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       =lxqt-base/liblxqt-$(ver_cut 1-2)*
-       kde-frameworks/kwindowsystem:5
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"

diff --git a/lxqt-base/lxqt-config/Manifest b/lxqt-base/lxqt-config/Manifest
index 0c9f5334646..28c402935a6 100644
--- a/lxqt-base/lxqt-config/Manifest
+++ b/lxqt-base/lxqt-config/Manifest
@@ -1,2 +1 @@
-DIST lxqt-config-0.16.1.tar.xz 327652 BLAKE2B 
b242aeea758b8dc2804c9ebd4abd9a0ab98d92e7e6620646c90a78ca60238ef0e62e823eac3e226fdd05ddc431e271551ecf34281467a9db03fe5195a2f3e293
 SHA512 
3322611b74a945b2c4aa60a179fc1edabd09e474502f44e7a0319478a09762ff7a11fbb7603aa26ec8ea593514bbcdfc98fb475009d0dfa4d387963fcdef7e03
 DIST lxqt-config-0.17.1.tar.xz 339184 BLAKE2B 
cdb2852801b4af141213dbe680f5d9ccf4bf3738ee6c39e4df7e7915ee74209d4516d4ca2675176f31b4fa7afc4c3907ac71afe1d2a88ce39d8831dfc62946ad
 SHA512 
2173acd18ffa5aeee9d11bd73955d0475b53a335df7d95523a2297b5ef3f9a8e4e135a290e7a720a227a92c84532a64d9fbc7a811de242dd32f9e70d036d3ca6

diff --git a/lxqt-base/lxqt-config/lxqt-config-0.16.1.ebuild 
b/lxqt-base/lxqt-config/lxqt-config-0.16.1.ebuild
deleted file mode 100644
index c0de3031ecd..00000000000
--- a/lxqt-base/lxqt-config/lxqt-config-0.16.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="LXQt system configuration control center"
-HOMEPAGE="https://lxqt.github.io/";
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2"
-SLOT="0"
-IUSE="+monitor +touchpad"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       >=dev-util/lxqt-build-tools-0.8.0
-"
-DEPEND="
-       >=dev-libs/libqtxdg-3.3.1
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       dev-qt/qtxml:5
-       kde-frameworks/kwindowsystem:5
-       =lxqt-base/liblxqt-$(ver_cut 1-2)*
-       sys-libs/zlib:=
-       x11-apps/setxkbmap
-       x11-libs/libxcb:=
-       x11-libs/libX11
-       x11-libs/libXcursor
-       x11-libs/libXfixes
-       monitor? ( kde-plasma/libkscreen:5= )
-       touchpad? (
-               virtual/libudev
-               x11-drivers/xf86-input-libinput
-               x11-libs/libXext
-               x11-libs/libXi
-       )
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DWITH_MONITOR=$(usex monitor)
-               -DWITH_TOUCHPAD=$(usex touchpad)
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       doman man/*.1 liblxqt-config-cursor/man/*.1 
lxqt-config-appearance/man/*.1
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

diff --git a/lxqt-base/lxqt-globalkeys/Manifest 
b/lxqt-base/lxqt-globalkeys/Manifest
index b95aae4c7f2..800fe1a0378 100644
--- a/lxqt-base/lxqt-globalkeys/Manifest
+++ b/lxqt-base/lxqt-globalkeys/Manifest
@@ -1,2 +1 @@
-DIST lxqt-globalkeys-0.16.0.tar.xz 69812 BLAKE2B 
920bcb760440002f330a5f90217dbb139c3ad1196950fbdb252ad105226eaab3ef82fc8d7df874176076dc21cdc9dfedeaaca93895d2d81b1ddc9d4930870459
 SHA512 
a6b2de35e3deb4852e9a8462871ba0fd40c9168653b210e361ff16b7dc5c74f9c98c6427cc595578eb9bb2a34c9be702c0af65fdfb92053b1f3813070629e55b
 DIST lxqt-globalkeys-0.17.0.tar.xz 70584 BLAKE2B 
af64fca5edb426e073397380115bb06086e354218a14abfad0452f24ac7684d955ed22c977307f45c49d950b148269b92776d5e0b3fb2488836f696bf7505a96
 SHA512 
1362eec17d96a5352b647db6f55c13cbe1d375b444d1d3d75e3171257ec9b476abfc023e7014c0923b525b5c3b539fde83ac829f2b2256e217e8dc98e6862cb3

diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.16.0.ebuild 
b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.16.0.ebuild
deleted file mode 100644
index 078344151f9..00000000000
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.16.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
-HOMEPAGE="https://lxqt.github.io/";
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       >=dev-util/lxqt-build-tools-0.8.0
-"
-DEPEND="
-       >=dev-libs/libqtxdg-3.3.1
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       dev-qt/qtxml:5
-       kde-frameworks/kwindowsystem:5
-       =lxqt-base/liblxqt-$(ver_cut 1-2)*
-       x11-libs/libX11
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.16.0.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-0.16.0.ebuild
deleted file mode 100644
index 8dbe9c0e758..00000000000
--- a/lxqt-base/lxqt-meta/lxqt-meta-0.16.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="$(ver_cut 1-2)*"
-
-DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
-HOMEPAGE="https://lxqt.github.io/";
-
-if [[ ${PV} != *9999* ]]; then
-       KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-fi
-
-LICENSE="metapackage"
-SLOT="0"
-
-IUSE="+about admin archiver +display-manager +filemanager lximage
-minimal nls +policykit powermanagement processviewer screenshot +sddm
-ssh-askpass sudo terminal +trash"
-
-REQUIRED_USE="trash? ( filemanager )"
-
-# Note: we prefer kde-frameworks/oxygen-icons over other icon sets, as the 
initial
-# install expects oxygen icons, until the user specifies otherwise (bug 543380)
-RDEPEND="
-       kde-frameworks/oxygen-icons
-       >=lxde-base/lxmenu-data-0.1.5
-       =lxqt-base/lxqt-config-${MY_PV}
-       =lxqt-base/lxqt-globalkeys-${MY_PV}
-       =lxqt-base/lxqt-notificationd-${MY_PV}
-       =lxqt-base/lxqt-panel-${MY_PV}
-       =lxqt-base/lxqt-qtplugin-${MY_PV}
-       =lxqt-base/lxqt-runner-${MY_PV}
-       =lxqt-base/lxqt-session-${MY_PV}
-       virtual/ttf-fonts
-       =x11-themes/lxqt-themes-${MY_PV}
-       about? ( =lxqt-base/lxqt-about-${MY_PV} )
-       admin? ( =lxqt-base/lxqt-admin-${MY_PV} )
-       archiver? ( app-arch/lxqt-archiver )
-       display-manager? (
-               sddm? ( >=x11-misc/sddm-0.11.0 )
-               !sddm? ( x11-misc/lightdm )
-       )
-       filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV} )
-       lximage? ( media-gfx/lximage-qt )
-       !minimal? (
-               x11-wm/openbox
-               x11-misc/obconf-qt
-       )
-       nls? ( dev-qt/qttranslations:5 )
-       policykit? ( =lxqt-base/lxqt-policykit-${MY_PV} )
-       powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV} )
-       processviewer? ( x11-misc/qps:0 )
-       screenshot? ( x11-misc/screengrab:0 )
-       sddm? ( >=x11-misc/sddm-0.11.0 )
-       ssh-askpass? ( =lxqt-base/lxqt-openssh-askpass-${MY_PV} )
-       sudo? ( =lxqt-base/lxqt-sudo-${MY_PV} )
-       terminal? ( x11-terms/qterminal:0 )
-       trash? ( gnome-base/gvfs )
-"

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index 5e2ad29f071..f08d8a5f501 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1,2 +1 @@
-DIST lxqt-notificationd-0.16.0.tar.xz 50696 BLAKE2B 
e41528091c9c8abfbcd4de53daf753d5f031f9941a83c1e8c0a4f492dba85d1edd08185726dc3f68d0553c5f23a6f97a9835061bdad47abe98c4f0a54ec942f4
 SHA512 
127f1c044babb0c7a640d862fc9f30947b06ef37b702a75bc72a87f82f9aff15b32e29272993eb9d888e1c8db93e81cec8d07be515c769c560ecce4b439bb2f3
 DIST lxqt-notificationd-0.17.0.tar.xz 53712 BLAKE2B 
d15f00179eb24c43add51f246b46738d4da6f9ce89f041a65ce4acc252ebd0a832519c0e9e7ac2ee86d23806a2ac6a9a740b57fc5e88d73a09d1170e405386ef
 SHA512 
042d69e01c3015d254ae3472867de0b41587af2285cd26445cd9d6d455de8ef713413431dea9997f2d2e19f70c2c8c73af39ce880d54ecb9fd6c50cd05a7dba4

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild
deleted file mode 100644
index eada64a1a99..00000000000
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt notification daemon and library"
-HOMEPAGE="https://lxqt.github.io/";
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       >=dev-util/lxqt-build-tools-0.8.0
-"
-DEPEND="
-       >=dev-libs/libqtxdg-3.3.1
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       kde-frameworks/kwindowsystem:5
-       =lxqt-base/liblxqt-$(ver_cut 1-2)*
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"

diff --git a/lxqt-base/lxqt-openssh-askpass/Manifest 
b/lxqt-base/lxqt-openssh-askpass/Manifest
index d83a9e8b2fe..b6b9298a7b7 100644
--- a/lxqt-base/lxqt-openssh-askpass/Manifest
+++ b/lxqt-base/lxqt-openssh-askpass/Manifest
@@ -1,2 +1 @@
-DIST lxqt-openssh-askpass-0.16.0.tar.xz 17160 BLAKE2B 
cc16e4cb884530eb76ffa27f4cb207edc774c0f859cefa995a8ff395e9c166ab5ffa24e898b23c61e49fd3a9d5d8be83480cee0dacd2791609e16ce5a92debd2
 SHA512 
4251ecb10255e4ef2b988b162111c2889c432bf039d05ae00c3f16992424e7a27868b0e040899592cc703a7b009a197c8bdda3698e3c6ea41cf9d22c3ddddb80
 DIST lxqt-openssh-askpass-0.17.0.tar.xz 17192 BLAKE2B 
94dbcdd2e05acc1371b4b0af74bc3f10036709ff629b5ba01486ce17471aa21129851d5ca0264a8c341f1321fafbc5476dc2588edf0068717d47461306dfe4c6
 SHA512 
29923b6503b25e9971d2d5d96c9ef21af62ca046967e1d0902c28bafbed9891490148c19f5fd32fd68b4525c624e67f96ab658919933ed1b3c5e2e320bab4225

diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.16.0.ebuild 
b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.16.0.ebuild
deleted file mode 100644
index 610ccff059e..00000000000
--- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.16.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt OpenSSH user password prompt tool"
-HOMEPAGE="https://lxqt.github.io/";
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       >=dev-util/lxqt-build-tools-0.8.0
-"
-DEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtwidgets:5
-       =lxqt-base/liblxqt-$(ver_cut 1-2)*
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"
-
-src_install() {
-       cmake_src_install
-       doman man/*.1
-
-       newenvd - 99${PN} <<- _EOF_
-               SSH_ASKPASS='${EPREFIX}/usr/bin/lxqt-openssh-askpass'
-       _EOF_
-}

diff --git a/lxqt-base/lxqt-panel/Manifest b/lxqt-base/lxqt-panel/Manifest
index 8b52ac70416..2f16a8080ef 100644
--- a/lxqt-base/lxqt-panel/Manifest
+++ b/lxqt-base/lxqt-panel/Manifest
@@ -1,2 +1 @@
-DIST lxqt-panel-0.16.1.tar.xz 473632 BLAKE2B 
aee19df3cef9dd25b20ae44cdbeb0c017fefc1e7e7f1d350e07820aa2d873a03dfd69a990e99abed95a9c633a6c496bff356fbbcfcc3cebacc50dde52dc79780
 SHA512 
2db8c4b5d8ddf42b72ffd5863242774277b4bf2fd1ec4393908851ce3224c970de5f12ae61be3dd7008407ea5df7b0b59990b03982e2725ee9a0ce2e3cce48f5
 DIST lxqt-panel-0.17.1.tar.xz 510212 BLAKE2B 
fec84d1758ba1824c5c77ba730040e2d662f97c08b48378acc2efff53237cb993d1543918429224be1e5ba539a8de96b91f3a9ba4e1095fa69fe3c72e26d5156
 SHA512 
439905144029518e46efdd72eb3db17203678e243ca5f7090bf5db902805deaded41f6c59d02bf538fbf24b7951d6da6a924331c685b69d162812249fb9a4e72

diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.16.1-r1.ebuild 
b/lxqt-base/lxqt-panel/lxqt-panel-0.16.1-r1.ebuild
deleted file mode 100644
index 0b174168829..00000000000
--- a/lxqt-base/lxqt-panel/lxqt-panel-0.16.1-r1.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt desktop panel and plugins"
-HOMEPAGE="https://lxqt.github.io/";
-
-MY_PV="$(ver_cut 1-2)*"
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-IUSE="+alsa colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator
-+mainmenu +mount networkmonitor pulseaudio +quicklaunch lm-sensors +showdesktop
-+spacer statusnotifier sysstat +taskbar +tray +volume +worldclock"
-
-# Work around a missing header issue: https://bugs.gentoo.org/666278
-REQUIRED_USE="
-       || ( desktopswitch mainmenu showdesktop taskbar )
-       volume? ( || ( alsa pulseaudio ) )
-"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       >=dev-util/lxqt-build-tools-0.8.0
-       virtual/pkgconfig
-"
-DEPEND="
-       >=dev-libs/libqtxdg-3.3.1
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtsvg:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       dev-qt/qtxml:5
-       kde-frameworks/kwindowsystem:5[X]
-       >=lxde-base/lxmenu-data-0.1.5
-       >=lxde-base/menu-cache-1.1.0
-       =lxqt-base/liblxqt-${MY_PV}
-       =lxqt-base/lxqt-globalkeys-${MY_PV}
-       x11-libs/libX11
-       cpuload? ( sys-libs/libstatgrab )
-       kbindicator? ( x11-libs/libxkbcommon )
-       lm-sensors? ( sys-apps/lm-sensors )
-       mount? ( kde-frameworks/solid:5 )
-       networkmonitor? ( sys-libs/libstatgrab )
-       statusnotifier? (
-               dev-libs/libdbusmenu-qt[qt5(+)]
-               dev-qt/qtconcurrent:5
-       )
-       sysstat? ( >=lxqt-base/libsysstat-0.4.1 )
-       tray? (
-               x11-libs/libxcb:=
-               x11-libs/libXcomposite
-               x11-libs/libXdamage
-               x11-libs/libXrender
-               x11-libs/xcb-util
-       )
-       volume? (
-               alsa? ( media-libs/alsa-lib )
-               pulseaudio? (
-                       media-sound/pavucontrol-qt
-                       media-sound/pulseaudio
-               )
-       )
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"
-
-src_configure() {
-       local mycmakeargs=(
-               # Plugins
-               -DCOLORPICKER_PLUGIN=$(usex colorpicker)
-               -DCPULOAD_PLUGIN=$(usex cpuload)
-               -DDESKTOPSWITCH_PLUGIN=$(usex desktopswitch)
-               -DDIRECTORYMENU_PLUGIN=$(usex directorymenu)
-               -DDOM_PLUGIN=$(usex dom)
-               -DKBINDICATOR_PLUGIN=$(usex kbindicator)
-               -DMAINMENU_PLUGIN=$(usex mainmenu)
-               -DMOUNT_PLUGIN=$(usex mount)
-               -DNETWORKMONITOR_PLUGIN=$(usex networkmonitor)
-               -DQUICKLAUNCH_PLUGIN=$(usex quicklaunch)
-               -DSENSORS_PLUGIN=$(usex lm-sensors)
-               -DSHOWDESKTOP_PLUGIN=$(usex showdesktop)
-               -DSPACER_PLUGIN=$(usex spacer)
-               -DSTATUSNOTIFIER_PLUGIN=$(usex statusnotifier)
-               -DSYSSTAT_PLUGIN=$(usex sysstat)
-               -DTASKBAR_PLUGIN=$(usex taskbar)
-               -DTRAY_PLUGIN=$(usex tray)
-               -DVOLUME_PLUGIN=$(usex volume)
-               -DWORLDCLOCK_PLUGIN=$(usex worldclock)
-       )
-
-       if use volume; then
-               mycmakeargs+=(
-                       -DVOLUME_USE_ALSA=$(usex alsa)
-                       -DVOLUME_USE_PULSEAUDIO=$(usex pulseaudio)
-               )
-       fi
-
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       doman panel/man/*.1
-}

diff --git a/lxqt-base/lxqt-policykit/Manifest 
b/lxqt-base/lxqt-policykit/Manifest
index a4652047369..0b491ac755d 100644
--- a/lxqt-base/lxqt-policykit/Manifest
+++ b/lxqt-base/lxqt-policykit/Manifest
@@ -1,2 +1 @@
-DIST lxqt-policykit-0.16.0.tar.xz 38016 BLAKE2B 
dd077f1a25b9bb5ee56f7ad08f24254936f3b5f1b6ab4c9148ebce160867b8535341353339470d4363fbb52eead522133ed702f7d98b78cc08df58eeb5d6467b
 SHA512 
f6eae925cbf25064addf5d89999d16a7397ddb0d8c616f75a3b81df57a42a70e52da599fdad6b8589a1e951cf46cd541e9a23e352a0d2ee309116b6e0238cfa9
 DIST lxqt-policykit-0.17.0.tar.xz 38272 BLAKE2B 
e141d0ff7a583b22ddddcde3875cf82a5215cef0c6270774b3b31e21608f16bc78dd45b3b36b8ba1fde3bbeda30b2f638a47ecf7dee1797da151cb701fecc866
 SHA512 
1cfd4b2d21840704e4b15ae71098e9c6f3d51031293f1fdf6e134ffee867fe4e845caaf24fbd2c107317372b90b6d415a76854977fa8f6b703e708bd09120328

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.16.0.ebuild 
b/lxqt-base/lxqt-policykit/lxqt-policykit-0.16.0.ebuild
deleted file mode 100644
index c8c1a342486..00000000000
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.16.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt PolKit authentication agent"
-HOMEPAGE="https://lxqt.github.io/";
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       >=dev-util/lxqt-build-tools-0.8.0
-       virtual/pkgconfig
-"
-DEPEND="
-       dev-libs/glib:2
-       >=dev-libs/libqtxdg-3.3.1
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       =lxqt-base/liblxqt-$(ver_cut 1-2)*
-       sys-auth/polkit-qt[qt5(+)]
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"
-
-src_install() {
-       cmake_src_install
-       doman man/*.1
-}

diff --git a/lxqt-base/lxqt-powermanagement/Manifest 
b/lxqt-base/lxqt-powermanagement/Manifest
index cf1db28c12f..7cbbf681e72 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,3 +1,2 @@
-DIST lxqt-powermanagement-0.16.0.tar.xz 69784 BLAKE2B 
44ecfc540c60ceba4cbf3408d246b70a1cfef84c2bdff7b0e5e386cc020345aa2e3d1a1b5f916f71e421501208ec67faa76b327875e3bc9f7c69fd338ad5a5e5
 SHA512 
d262dc5b182678389d7ac38da5fd3c9bef75ceb9c9733aae3fae9f59d8b2c5e87524fdcdafcf9ec98ad107c23db946e30431f743c6ef8011f70ec4d9fc63a72e
 DIST lxqt-powermanagement-0.17.0.tar.xz 76080 BLAKE2B 
afd12f55d5274263707044c77f3c556dfbb4e2adebda600650e32130ea88a08b0b009c14c31217f85010182edae17cb0d58cd9bb83ba47a1d437e661ee7af6ea
 SHA512 
24bd9a136dddd35b0fdedd5051764109965f3cd32c74acd78cbca1e5fcfc91cddf9a756665c6e700bf882ca0307bfcbc855bde5fbdb2509390e16366e7ee9548
 DIST lxqt-powermanagement-0.17.1.tar.xz 76356 BLAKE2B 
bf1f6b599ed9a98faad550bdfcd1635114c42767a50578974d6b902d514ca0d2213b5f99e937a52d6c7ed4e1812db2e2c523b0ed8b0fcbb79cc52e7e6114ad33
 SHA512 
a08784fedc360610011b97ba1466480172fc1b4eb81ae3e6d65052affcd0ba3c122d476f37d55692d91ac4def30663fb09242fdbca8c0bb9fed0f60bed7dc579

diff --git 
a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild 
b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild
deleted file mode 100644
index 95b2805f815..00000000000
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt daemon for power management and auto-suspend"
-HOMEPAGE="https://lxqt.github.io/";
-
-LXQTPV="$(ver_cut 1-2)*"
-
-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 x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       >=dev-util/lxqt-build-tools-0.8.0
-       virtual/pkgconfig
-"
-DEPEND="
-       >=dev-libs/libqtxdg-3.3.1
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtsvg:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       kde-frameworks/kidletime:5
-       kde-frameworks/solid:5
-       =lxqt-base/liblxqt-${LXQTPV}
-       =lxqt-base/lxqt-globalkeys-${LXQTPV}
-       sys-power/upower
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"

diff --git a/lxqt-base/lxqt-qtplugin/Manifest b/lxqt-base/lxqt-qtplugin/Manifest
index b7c9e881264..e6683ea20a5 100644
--- a/lxqt-base/lxqt-qtplugin/Manifest
+++ b/lxqt-base/lxqt-qtplugin/Manifest
@@ -1,2 +1 @@
-DIST lxqt-qtplugin-0.16.0.tar.xz 23640 BLAKE2B 
53bb3e2f9dd9a72a148858af2b7b5729aeb4337494695ccf936c1c2ce13fd6e46fce95b738c000def6b8871b1f045de651fdc1d5aa3acf900dedc1d02ce59d7c
 SHA512 
8dc6174a5b2a43332b40509b466095912d31407e70d5d3487243de3a25fd07e925fae8f46359f6b69f2e4d7e920a7ba0ae5982a8d7ad9129ffacb4d62e108203
 DIST lxqt-qtplugin-0.17.0.tar.xz 23744 BLAKE2B 
226adea0061d38b93b621fb4cb745623eafc57ea4184bb154e50f31da8b7b7c2e51158800b5dfb4dee78e986280b42f3822a47d426f970bfe6d62d11338b6e15
 SHA512 
5fda2858223de1973dede43c4a278c0ff07006b087a19fe9088113d93e968716a6b0ed59624de3d69924961a2dba184955b73b380ea007cf9942e20ec1614fb7

diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.16.0.ebuild 
b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.16.0.ebuild
deleted file mode 100644
index 7cf57e4c265..00000000000
--- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.16.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt system integration plugin for Qt"
-HOMEPAGE="https://lxqt.github.io/";
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       >=dev-util/lxqt-build-tools-0.8.0
-"
-DEPEND="
-       dev-libs/libdbusmenu-qt:=[qt5(+)]
-       >=dev-libs/libqtxdg-3.6.0
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5=
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       =x11-libs/libfm-qt-$(ver_cut 1-2)*
-"
-RDEPEND="${DEPEND}"

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index 08f38c9e9d7..652726c8d53 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1,2 +1 @@
-DIST lxqt-runner-0.16.0.tar.xz 224496 BLAKE2B 
e5e2802eb9d90a28720137cba205b662000f8ce0ec9f1e7c9b2c3053b12a966c7a16e2d89526f82fe60ca80df38418fe6b5a5ff75a946eae833af7219b908dd4
 SHA512 
ae7aa1a8e6dbc3dbb464ce2812820eab98f073dacfc4195fb54adae10d69bdaaf25f852d1955c785075c31a8c75bfe42fa2456bc366c8293f0b94eff53c59c88
 DIST lxqt-runner-0.17.0.tar.xz 225672 BLAKE2B 
114ef09d79edab21fe5320eb8c94e63ed491e7ee5063d69d6ae726ff482a52805e792060cf308811567aa92c24802f7524a736e05caceafc6886df3d27c8add8
 SHA512 
cafb6c722c803f9f3e1902e7fb3945c7028ec0bdc22b46d7fc0cc0cc305dea8da8c9098baf97e2db30fa82d88d9d59805e403eacadc6d2b311d1b289cde2ad74

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild
deleted file mode 100644
index ba2e8080d68..00000000000
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt quick launcher"
-HOMEPAGE="https://lxqt.github.io/";
-
-MY_PV="$(ver_cut 1-2)*"
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       >=dev-util/lxqt-build-tools-0.8.0
-       virtual/pkgconfig
-"
-DEPEND="
-       >=dev-cpp/muParser-2.2.3:=
-       >=dev-libs/libqtxdg-3.3.1
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtxml:5
-       kde-frameworks/kwindowsystem:5
-       =lxqt-base/liblxqt-${MY_PV}
-       =lxqt-base/lxqt-globalkeys-${MY_PV}
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"
-
-src_install() {
-       cmake_src_install
-       doman man/*.1
-}

diff --git a/lxqt-base/lxqt-session/Manifest b/lxqt-base/lxqt-session/Manifest
index bf582a8ae6d..7f83e2a9388 100644
--- a/lxqt-base/lxqt-session/Manifest
+++ b/lxqt-base/lxqt-session/Manifest
@@ -1,2 +1 @@
-DIST lxqt-session-0.16.0.tar.xz 180084 BLAKE2B 
28329a4d28e6f9fd310953053d2169fa50c340557137dfcc627b8d650f32f4d09b80abde9601777d5a455f5387621f93de63908e6ea3c0d4340aab6a4757b9d4
 SHA512 
ce15b985ac5b11c16f58ba893ee7045aeb4f47fc77c7215a4d4ac0b782ebccf8e8f726d0c463638a5ec0101915ee367cb7d714035c1ea3057c5f3d9b7f0fd3c3
 DIST lxqt-session-0.17.0.tar.xz 179028 BLAKE2B 
5f5a152f294482cc22e6285b22041eab6769d65f1f8ecccad560187e61827e4aad50a3069ea14044cd77610a4a4d3e23b575a427a4098af946d79d5b24df00a5
 SHA512 
e3573ee76e5fcf285b0ddd177ae7324f6fee038ea110c950d7054da622bf6615d9ac8715cc0cde6db9034d710933a80c80f14470197d2cc275d48695f74ba7b6

diff --git a/lxqt-base/lxqt-session/lxqt-session-0.16.0.ebuild 
b/lxqt-base/lxqt-session/lxqt-session-0.16.0.ebuild
deleted file mode 100644
index 0a19ed557b9..00000000000
--- a/lxqt-base/lxqt-session/lxqt-session-0.16.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt Session Manager"
-HOMEPAGE="https://lxqt.github.io/";
-
-MY_PV="$(ver_cut 1-2)*"
-
-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 ~ppc64 x86"
-fi
-
-IUSE="+udev"
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       >=dev-util/lxqt-build-tools-0.8.0
-"
-DEPEND="
-       >=dev-libs/libqtxdg-3.3.1
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtx11extras:5
-       kde-frameworks/kwindowsystem:5[X]
-       =lxqt-base/liblxqt-${MY_PV}
-       x11-libs/libX11
-       x11-misc/xdg-user-dirs
-       udev? ( virtual/libudev )
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DWITH_LIBUDEV=$(usex udev)
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       doman lxqt-config-session/man/*.1 lxqt-session/man/*.1
-
-       newenvd - 91lxqt-config-dir <<- _EOF_
-               XDG_CONFIG_DIRS='${EPREFIX}/usr/share'
-       _EOF_
-}

diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
index fc28b916154..de626c18ce9 100644
--- a/lxqt-base/lxqt-sudo/Manifest
+++ b/lxqt-base/lxqt-sudo/Manifest
@@ -1,2 +1 @@
-DIST lxqt-sudo-0.16.0.tar.xz 35088 BLAKE2B 
d19dccfd7f6219473184ba93cbe8179da848216ba8080aa3754600083e8d2a20a55b403a9bddd99fef636a24e36c3ae098e110ff05f0debcbce2953bed2e167e
 SHA512 
425c1bf1a4c2a6fe3933419c77e0d1c5f576902cf5cfd2550890e037c32c3021eb8294831f26690ff2488ed096fcd271d664d9f67e73374559c53e7669089694
 DIST lxqt-sudo-0.17.0.tar.xz 35884 BLAKE2B 
3fbe32f21eea9bf923e2117fb02a4f49416d82821f4d13b12aabfed8d565987fead118ad108293b6487f3e43a99013c8c06abcf5fcf63f90ed2a081fdbed8051
 SHA512 
bbd33b4e49392ee0ab611558c72842d857d2d8af95ec2b3a0db6bdd0b7062dfac24cfd468e5b1a2197ad684a65fe629993c98a5f2bb24227ce0df7dcd04127f5

diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild 
b/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild
deleted file mode 100644
index cc369488f0b..00000000000
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.16.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt GUI frontend for sudo"
-HOMEPAGE="https://lxqt.github.io/";
-
-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 x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"
-DEPEND="
-       app-admin/sudo
-       >=dev-libs/libqtxdg-3.3.1
-       dev-qt/qtcore:5
-       dev-qt/qtwidgets:5
-       =lxqt-base/liblxqt-$(ver_cut 1-2)*
-"
-RDEPEND="${DEPEND}
-       !lxqt-base/lxqt-l10n
-"

Reply via email to