diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2019-06-21 16:05:38 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-22 13:43:04 +0200 |
commit | 45c84d4f9877bc3899a88199119e39f3b205940d (patch) | |
tree | fbdfb683a1de4bfce13888436542ecbad171ea91 /lxqt-base/lxqt-powermanagement | |
parent | x11-wm/i3-gaps: Install documentation (diff) | |
download | gentoo-45c84d4f9877bc3899a88199119e39f3b205940d.tar.gz gentoo-45c84d4f9877bc3899a88199119e39f3b205940d.tar.bz2 gentoo-45c84d4f9877bc3899a88199119e39f3b205940d.zip |
lxqt-base: Drop LXQt 0.13.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/12301
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-powermanagement')
-rw-r--r-- | lxqt-base/lxqt-powermanagement/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest index ec224ec4c2c2..804432281871 100644 --- a/lxqt-base/lxqt-powermanagement/Manifest +++ b/lxqt-base/lxqt-powermanagement/Manifest @@ -1,2 +1 @@ -DIST lxqt-powermanagement-0.13.0.tar.xz 31488 BLAKE2B 0c236015333c013df791bf86ab9c5f1aa3bb8f50c298d40214cb41517c82e646de77439321b3f7bffcabc56553758979ee449fb6e67a7e7f7981860ccde28401 SHA512 849bcd0739e30b0450d358e23edb9bf800e3804e0929d78d9d08c640355b6eb9351df458025fc381215734690ea902ec1896f5e070fd19ad006520148233d77d DIST lxqt-powermanagement-0.14.1.tar.xz 60892 BLAKE2B abaa853f6de7540dc0b0446dc442f78b59f9493fdf5565c1207080ec979f04b5e42a343d248feb99e57af32b008f49b36e3ec07e1a592eb957adf762b131761b SHA512 04c72e8f73fff647f0a1d987db2879dffaeba7accfa320bc3b101befdb041ce391debd5f6de12cd2614f9ddc9bf07644d778bb33611a3a4690fe818f7bc81d10 diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild deleted file mode 100644 index 3a08bbbe7000..000000000000 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.13.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils eapi7-ver - -DESCRIPTION="LXQt daemon for power management and auto-suspend" -HOMEPAGE="https://lxqt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" -else - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" - -RDEPEND=" - >=dev-libs/libqtxdg-3.0.0 - 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-$(ver_cut 1-2)* - sys-power/upower - !lxqt-base/lxqt-common -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.5.0 - virtual/pkgconfig -" - -src_configure() { - local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF - ) - cmake-utils_src_configure -} |