summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-16 15:04:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-17 16:40:46 +0200
commit06a16e24a6509e7dbf304b904e2adc61546c783a (patch)
tree9ef0714e9a4176fb9ea1ff242183a6a7cdd88439 /lxqt-base/lxqt-powermanagement
parentnet-fs/samba-4.7.10-r0: add ~alpha keyword (diff)
downloadgentoo-06a16e24a6509e7dbf304b904e2adc61546c783a.tar.gz
gentoo-06a16e24a6509e7dbf304b904e2adc61546c783a.tar.bz2
gentoo-06a16e24a6509e7dbf304b904e2adc61546c783a.zip
lxqt-base: Drop LXQt 0.11.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.11.0.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
index 1f8fc05c1e2d..86936a492ee3 100644
--- a/lxqt-base/lxqt-powermanagement/Manifest
+++ b/lxqt-base/lxqt-powermanagement/Manifest
@@ -1,2 +1 @@
-DIST lxqt-powermanagement-0.11.0.tar.xz 29680 BLAKE2B 46242ed3d05f3ab198225baba34c5a651882c2a99da3b44201a55a3204071002d19d59e34f5aca2cb744f6a2e08e926b008c8f1c12fb94d3386b242223580e4e SHA512 8cf90334078e95303f938b180cf21f40624bd150f03d72e5975eb105df96154f7d2703476e95ca40923ce56a0e5be81c1db570033bd9ad5fe17afb081b98f0c0
DIST lxqt-powermanagement-0.13.0.tar.xz 31488 BLAKE2B 0c236015333c013df791bf86ab9c5f1aa3bb8f50c298d40214cb41517c82e646de77439321b3f7bffcabc56553758979ee449fb6e67a7e7f7981860ccde28401 SHA512 849bcd0739e30b0450d358e23edb9bf800e3804e0929d78d9d08c640355b6eb9351df458025fc381215734690ea902ec1896f5e070fd19ad006520148233d77d
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild
deleted file mode 100644
index ba646f46d550..000000000000
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="LXQt daemon for power management and auto-suspend"
-HOMEPAGE="https://lxqt.org"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.lxde.org/git/lxde/${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"
-
-CDEPEND="
- >=dev-libs/libqtxdg-1.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-${PV}"
-DEPEND="${CDEPEND}
- dev-qt/linguist-tools:5
- virtual/pkgconfig"
-RDEPEND="${CDEPEND}
- || ( sys-power/upower sys-power/upower-pm-utils )"
-
-src_configure() {
- local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
- cmake-utils_src_configure
-}