diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2021-03-22 11:39:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-26 20:43:39 +0100 |
commit | 423bb4fbecf175f4606babfacbd294f296ded2f8 (patch) | |
tree | 1706ac15e66a3ee8a1fa91226895c6179b190ff0 /lxqt-base/lxqt-globalkeys | |
parent | virtual/dist-kernel: Stabilize 5.4.105 x86, #777150 (diff) | |
download | gentoo-423bb4fbecf175f4606babfacbd294f296ded2f8.tar.gz gentoo-423bb4fbecf175f4606babfacbd294f296ded2f8.tar.bz2 gentoo-423bb4fbecf175f4606babfacbd294f296ded2f8.zip |
lxqt-base: remove 0.15.* and other old versions/files
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20057
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-globalkeys')
-rw-r--r-- | lxqt-base/lxqt-globalkeys/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.15.0.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest index b86ec944d03b..b8c71c9179aa 100644 --- a/lxqt-base/lxqt-globalkeys/Manifest +++ b/lxqt-base/lxqt-globalkeys/Manifest @@ -1,2 +1 @@ -DIST lxqt-globalkeys-0.15.0.tar.xz 68932 BLAKE2B eedf706b9bb65c4c9a05dd122f627349a35ce6d4daf514ac2697dff8466a74fc85636c4b113919fd115b419d1430f5c5549350aa36c2b9cac857e2fbe47b186b SHA512 95beba4ce6c2324582d93a6f3f56d57681ec7d992db80a8d9fae34a637ba1612260932944e3865c3c749982e6aa111b3495558bc5d36e8b4c8e21027775e346e DIST lxqt-globalkeys-0.16.0.tar.xz 69812 BLAKE2B 920bcb760440002f330a5f90217dbb139c3ad1196950fbdb252ad105226eaab3ef82fc8d7df874176076dc21cdc9dfedeaaca93895d2d81b1ddc9d4930870459 SHA512 a6b2de35e3deb4852e9a8462871ba0fd40c9168653b210e361ff16b7dc5c74f9c98c6427cc595578eb9bb2a34c9be702c0af65fdfb92053b1f3813070629e55b diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.15.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.15.0.ebuild deleted file mode 100644 index 83794fcd66fd..000000000000 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.15.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 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.7.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 - =lxqt-base/liblxqt-$(ver_cut 1-2)* - kde-frameworks/kwindowsystem:5 - x11-libs/libX11 -" -RDEPEND="${DEPEND} - !lxqt-base/lxqt-l10n -" |