summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2021-09-25 09:31:45 +0300
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-30 19:22:07 +0200
commitffc430f956fb695784f0626ffaa7e4dd3ba74905 (patch)
tree84dfdc559fb72d67ddff40a197aa7025b3b582fe /lxqt-base/lxqt-powermanagement
parentnet-misc/smb4k: 3.1.1 version bump (diff)
downloadgentoo-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-powermanagement')
-rw-r--r--lxqt-base/lxqt-powermanagement/Manifest1
-rw-r--r--lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index cf1db28c12f8..7cbbf681e720 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,3 +1,2 @@
-DIST lxqt-powermanagement-0.16.0.tar.xz 69784 BLAKE2B 44ecfc540c60ceba4cbf3408d246b70a1cfef84c2bdff7b0e5e386cc020345aa2e3d1a1b5f916f71e421501208ec67faa76b327875e3bc9f7c69fd338ad5a5e5 SHA512 d262dc5b182678389d7ac38da5fd3c9bef75ceb9c9733aae3fae9f59d8b2c5e87524fdcdafcf9ec98ad107c23db946e30431f743c6ef8011f70ec4d9fc63a72e
DIST lxqt-powermanagement-0.17.0.tar.xz 76080 BLAKE2B afd12f55d5274263707044c77f3c556dfbb4e2adebda600650e32130ea88a08b0b009c14c31217f85010182edae17cb0d58cd9bb83ba47a1d437e661ee7af6ea SHA512 24bd9a136dddd35b0fdedd5051764109965f3cd32c74acd78cbca1e5fcfc91cddf9a756665c6e700bf882ca0307bfcbc855bde5fbdb2509390e16366e7ee9548
DIST lxqt-powermanagement-0.17.1.tar.xz 76356 BLAKE2B bf1f6b599ed9a98faad550bdfcd1635114c42767a50578974d6b902d514ca0d2213b5f99e937a52d6c7ed4e1812db2e2c523b0ed8b0fcbb79cc52e7e6114ad33 SHA512 a08784fedc360610011b97ba1466480172fc1b4eb81ae3e6d65052affcd0ba3c122d476f37d55692d91ac4def30663fb09242fdbca8c0bb9fed0f60bed7dc579
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild
deleted file mode 100644
index 95b2805f8158..000000000000
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt daemon for power management and auto-suspend"
-HOMEPAGE="https://lxqt.github.io/"
-
-LXQTPV="$(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 x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
- dev-qt/linguist-tools:5
- >=dev-util/lxqt-build-tools-0.8.0
- virtual/pkgconfig
-"
-DEPEND="
- >=dev-libs/libqtxdg-3.3.1
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- kde-frameworks/kidletime:5
- kde-frameworks/solid:5
- =lxqt-base/liblxqt-${LXQTPV}
- =lxqt-base/lxqt-globalkeys-${LXQTPV}
- sys-power/upower
-"
-RDEPEND="${DEPEND}
- !lxqt-base/lxqt-l10n
-"