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-about | |
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-about')
-rw-r--r-- | lxqt-base/lxqt-about/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-about/lxqt-about-0.16.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest index 10e5f57fdb43..70271bb16426 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 33e9adada0c5..000000000000 --- 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 -" |