summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2023-03-26 18:15:57 +0300
committerJimi Huotari <chiitoo@gentoo.org>2023-03-26 18:15:57 +0300
commit0e0c7e8d694b2e7ed1773cb11a428c77f93b54fd (patch)
tree2873ef48328fb81e556848d42b3a1bfb1d52c046 /lxqt-base
parentlxqt-base/lxqt-admin: drop 1.1.0 (diff)
downloadgentoo-0e0c7e8d694b2e7ed1773cb11a428c77f93b54fd.tar.gz
gentoo-0e0c7e8d694b2e7ed1773cb11a428c77f93b54fd.tar.bz2
gentoo-0e0c7e8d694b2e7ed1773cb11a428c77f93b54fd.zip
lxqt-base/lxqt-about: drop 1.1.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/lxqt-about/Manifest1
-rw-r--r--lxqt-base/lxqt-about/lxqt-about-1.1.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest
index dac7f6e7f450..341a8198e4c3 100644
--- a/lxqt-base/lxqt-about/Manifest
+++ b/lxqt-base/lxqt-about/Manifest
@@ -1,2 +1 @@
-DIST lxqt-about-1.1.0.tar.xz 45324 BLAKE2B fd2c81a37e28c0437ea9b5655182a0f49ff9a364084eddc18869ba7b77d2d05b7d667d054c6ea7fb2fb2828511a68094f89fdbfc9fb7f5d76be7b2a537f7675c SHA512 d98f7892d416ed4dc6b77fd9d0ef1ce090f41e21f964b651cfd049b285766a46bf72f5111879c56760fd701926b8760734322edc0969019c3b161436e14a2104
DIST lxqt-about-1.2.0.tar.xz 45808 BLAKE2B e92778fc33fd5b9e2fa88cb86c8682c2dfe7d612d1391d8bd133682a97d334b7452217845bf18bab9f8fbb8f91a4eae7b64b88be564b4d490f791fba366ee017 SHA512 16513bda9dc243fad1196f30fe9f90558c96a3bbe64f7575bf8e393e95a4fd2ead3abcb5542b237b3766c5f25cc04fe782b22918bce65ab339e9b94e616f4790
diff --git a/lxqt-base/lxqt-about/lxqt-about-1.1.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-1.1.0.ebuild
deleted file mode 100644
index 0f48bc6721d5..000000000000
--- a/lxqt-base/lxqt-about/lxqt-about-1.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 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 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
-DEPEND="
- >=dev-libs/libqtxdg-3.9.0
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- =lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"