summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-27 12:45:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-27 12:45:55 +0200
commit8416a34fc93395b236c22728147cb018da96ad1e (patch)
treef0222bd66e3d5e4d30a203075c7c65709ec2884e /app-doc/zeal
parentkde-plasma/plasma-meta: Make IUSE pulseaudio depend on some server (diff)
downloadgentoo-8416a34fc93395b236c22728147cb018da96ad1e.tar.gz
gentoo-8416a34fc93395b236c22728147cb018da96ad1e.tar.bz2
gentoo-8416a34fc93395b236c22728147cb018da96ad1e.zip
app-doc/zeal: EAPI-8 bump, move ECM to BDEPEND
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-doc/zeal')
-rw-r--r--app-doc/zeal/zeal-0.6.1_p20200815-r1.ebuild (renamed from app-doc/zeal/zeal-0.6.1_p20200815.ebuild)9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-doc/zeal/zeal-0.6.1_p20200815.ebuild b/app-doc/zeal/zeal-0.6.1_p20200815-r1.ebuild
index 8eb1fa958270..7e3626488cb3 100644
--- a/app-doc/zeal/zeal-0.6.1_p20200815.ebuild
+++ b/app-doc/zeal/zeal-0.6.1_p20200815-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
COMMIT=994cc5f6b6bfffddd5faaaafdb4fed483c38188f
inherit cmake xdg-utils
@@ -9,6 +9,7 @@ inherit cmake xdg-utils
DESCRIPTION="Offline documentation browser inspired by Dash"
HOMEPAGE="https://zealdocs.org/"
SRC_URI="https://github.com/zealdocs/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-3"
SLOT="0"
@@ -27,7 +28,6 @@ DEPEND="
dev-qt/qtwebengine:5[widgets]
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
- kde-frameworks/extra-cmake-modules:5
x11-libs/libX11
x11-libs/libxcb:=
>=x11-libs/xcb-util-keysyms-0.3.9
@@ -35,8 +35,7 @@ DEPEND="
RDEPEND="${DEPEND}
x11-themes/hicolor-icon-theme
"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
+BDEPEND="kde-frameworks/extra-cmake-modules:5"
PATCHES=(
"${FILESDIR}/0002-settings-disable-checking-for-updates-by-default.patch"