summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2021-03-22 11:39:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-26 20:43:39 +0100
commit423bb4fbecf175f4606babfacbd294f296ded2f8 (patch)
tree1706ac15e66a3ee8a1fa91226895c6179b190ff0 /lxqt-base/lxqt-about
parentvirtual/dist-kernel: Stabilize 5.4.105 x86, #777150 (diff)
downloadgentoo-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-about')
-rw-r--r--lxqt-base/lxqt-about/Manifest1
-rw-r--r--lxqt-base/lxqt-about/lxqt-about-0.15.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest
index a4df1db75678..1b5a68bc7e9b 100644
--- a/lxqt-base/lxqt-about/Manifest
+++ b/lxqt-base/lxqt-about/Manifest
@@ -1,2 +1 @@
-DIST lxqt-about-0.15.0.tar.xz 39048 BLAKE2B 332420e29f1859769e9d191bd9ee3d061ccd67e061ec9b3ae7b6e2f45ff5087b95e7d9898c3d5fe135b1064b5fcd4b1bd041ae5219d09c64ef1b0b856b18ed7e SHA512 0572db83f7f11abe2b17c69ba3d1bcefc5daa011a3c474aa8217f2cf8cc1db54a5de1db4a0678381c4d37caf1d1ebbe4026ed63e17e2fbbaa4133d1e781c6e44
DIST lxqt-about-0.16.0.tar.xz 38660 BLAKE2B 4d16ed711986df41dd60a9a0371f91dc3cea6f7643c6bb50a3ff5bb91d8ab059c98b22e945fcfea93a02ebaf7d57d5c44f5f86d58d2d0c7171e543cd4b569af6 SHA512 fc7f7aa747f45fa2c3fc26e0c5de6595e3e011a3af8740a5c07a6d18b34a201c245b13dfe17167b578e84536334078a8925b4bb750461fa49923bcb88b4bf6a4
diff --git a/lxqt-base/lxqt-about/lxqt-about-0.15.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.15.0.ebuild
deleted file mode 100644
index bcdb1324d76d..000000000000
--- a/lxqt-base/lxqt-about/lxqt-about-0.15.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 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.7.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
-"