blob: 234bd95907fccf1de8643ea642504067ffdff9d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
KFMIN=5.16.0
QTMIN=5.4.0
ECM_TEST="optional"
inherit ecm git-r3
DESCRIPTION="KPart for viewing text/gemini files"
HOMEPAGE="https://invent.kde.org/tobias/geminipart"
EGIT_REPO_URI="https://invent.kde.org/tobias/geminipart.git"
EGIT_COMMIT="11e93034deaacee8237ac79f46854b15368f1e9c"
LICENSE="LGPL-2+"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
DEPEND="
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kparts-${KFMIN}:5
"
RDEPEND="${DEPEND}"
|