diff options
author | 2024-06-15 17:40:49 +0300 | |
---|---|---|
committer | 2024-06-15 17:43:51 +0300 | |
commit | 720c588a1cc0a56262269cab76f3c8de500cd3be (patch) | |
tree | a3e74e3aa4aca8be7eeb8d98bceb64a9fed868e9 | |
parent | lxqt-base/lxqt-meta: drop 2.0.0 (diff) | |
download | qt-720c588a1cc0a56262269cab76f3c8de500cd3be.tar.gz qt-720c588a1cc0a56262269cab76f3c8de500cd3be.tar.bz2 qt-720c588a1cc0a56262269cab76f3c8de500cd3be.zip |
lxqt-base/lxqt-about: drop 2.0.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r-- | lxqt-base/lxqt-about/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest deleted file mode 100644 index 6403dbcf..00000000 --- a/lxqt-base/lxqt-about/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lxqt-about-2.0.0.tar.xz 47936 BLAKE2B d304ac8896d326311708fc239605e37996f7a6e59181ab4746f248b72344395292e23a5ae7758ea90674250d300f89d1ae4620e6c72f547909adb5bcc8a72511 SHA512 a99dd6c50a357c65ac8edf5795fc11fedf54ddf34dbd8f84585ab2a73d680d12e221f9dcb92ac206a0a973b3aedd4e504f6b2738aa75e3b36b0ebfe4043a93d4 diff --git a/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild deleted file mode 100644 index 8aebd747..00000000 --- a/lxqt-base/lxqt-about/lxqt-about-2.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="LXQt about dialog" -HOMEPAGE="https://lxqt-project.org/" - -MY_PV="$(ver_cut 1-2)" - -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" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" - -BDEPEND=">=dev-util/lxqt-build-tools-2.0.0" -DEPEND=" - >=dev-libs/libqtxdg-4.0.0 - =lxqt-base/liblxqt-${MY_PV}*:= -" -RDEPEND="${DEPEND}" |