diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2021-09-25 09:31:45 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-30 19:22:07 +0200 |
commit | ffc430f956fb695784f0626ffaa7e4dd3ba74905 (patch) | |
tree | 84dfdc559fb72d67ddff40a197aa7025b3b582fe /lxqt-base/lxqt-qtplugin | |
parent | net-misc/smb4k: 3.1.1 version bump (diff) | |
download | gentoo-ffc430f956fb695784f0626ffaa7e4dd3ba74905.tar.gz gentoo-ffc430f956fb695784f0626ffaa7e4dd3ba74905.tar.bz2 gentoo-ffc430f956fb695784f0626ffaa7e4dd3ba74905.zip |
lxqt-base: remove versions 0.16.*
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22396
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-qtplugin')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.16.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/lxqt-base/lxqt-qtplugin/Manifest b/lxqt-base/lxqt-qtplugin/Manifest index b7c9e8812646..e6683ea20a50 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 7cf57e4c265e..000000000000 --- 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}" |