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/liblxqt | |
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/liblxqt')
-rw-r--r-- | lxqt-base/liblxqt/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-0.15.1.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest index c4b286646c0d..87ee8e606799 100644 --- a/lxqt-base/liblxqt/Manifest +++ b/lxqt-base/liblxqt/Manifest @@ -1,2 +1 @@ -DIST liblxqt-0.15.1.tar.xz 80040 BLAKE2B f729bf1b10a35b97d71f2e95a35999d3f246b4e59cdce25e32ab2a72ed5be50a443db0c841dcd0d41deb25e130c91cf75a5ba384ae4c1e6d92aa306e0b4eb75d SHA512 a0eb00ca5b228ef32d1a3952d3cb4702273dda16c9e70cc75046bfe1f51e5a7849d5306cca9d616ff82bd91715d97d703c458d406ba9e2425aa3fd26f155493c DIST liblxqt-0.16.0.tar.xz 81032 BLAKE2B 4cca40db916773366187db440c85160e0064d1ed329b1f170a32c5e337e6e21b1799d1ae4d43c8c2a092abd932c1aef48e81558887dc549c5d03371e2e1ac767 SHA512 ef44d046b5c3fe40ee528a9565964814656507395585cc2df4a7debd735bcc81b6e76ed9f91fb846504104182e74b037cbea0c6beecb41ce0003f811f1dd887d diff --git a/lxqt-base/liblxqt/liblxqt-0.15.1.ebuild b/lxqt-base/liblxqt/liblxqt-0.15.1.ebuild deleted file mode 100644 index f540ebffc07f..000000000000 --- a/lxqt-base/liblxqt/liblxqt-0.15.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Common base library for the LXQt desktop environment" -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+ BSD" -SLOT="0/$(ver_cut 1-2)" -IUSE="+backlight" - -BDEPEND=" - dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.7.0 -" -DEPEND=" - >=dev-libs/libqtxdg-3.5.0 - 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[X] - x11-libs/libX11 - x11-libs/libXScrnSaver - backlight? ( sys-auth/polkit-qt ) -" -RDEPEND="${DEPEND} - !lxqt-base/lxqt-l10n -" - -src_configure() { - local mycmakeargs=( - -DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight) - ) - cmake_src_configure -} |