Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 870013 | Differences between
and this patch

Collapse All | Expand All

(-)kuroo-9999.ebuild (-17 / +18 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=8
5
5
6
KFMIN=5.96.0
6
ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk"
7
ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk"
7
inherit ecm subversion
8
inherit ecm subversion
8
9
Lines 10-17 Link Here
10
HOMEPAGE="https://sourceforge.net/projects/kuroo/"
11
HOMEPAGE="https://sourceforge.net/projects/kuroo/"
11
12
12
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
13
KEYWORDS=""
15
KEYWORDS=""
14
SLOT="0"
15
IUSE=""
16
IUSE=""
16
17
17
DEPEND="
18
DEPEND="
Lines 18-42 Link Here
18
	dev-db/sqlite:3
19
	dev-db/sqlite:3
19
	dev-qt/qtgui:5
20
	dev-qt/qtgui:5
20
	dev-qt/qtwidgets:5
21
	dev-qt/qtwidgets:5
21
	>=kde-frameworks/extra-cmake-modules-5.85.0
22
	>=kde-frameworks/kauth-${KFMIN}:5
22
	kde-frameworks/kauth:5
23
	>=kde-frameworks/kconfig-${KFMIN}:5
23
	kde-frameworks/kconfig:5
24
	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
24
	kde-frameworks/kconfigwidgets:5
25
	>=kde-frameworks/kcoreaddons-${KFMIN}:5
25
	kde-frameworks/kcoreaddons:5
26
	>=kde-frameworks/kcrash-${KFMIN}:5
26
	kde-frameworks/ki18n:5
27
	>=kde-frameworks/ki18n-${KFMIN}:5
27
	kde-frameworks/kio:5
28
	>=kde-frameworks/kio-${KFMIN}:5
28
	kde-frameworks/kitemviews:5
29
	>=kde-frameworks/kitemviews-${KFMIN}:5
29
	kde-frameworks/knotifications:5
30
	>=kde-frameworks/knotifications-${KFMIN}:5
30
	kde-frameworks/ktextwidgets:5
31
	>=kde-frameworks/ktextwidgets-${KFMIN}:5
31
	kde-frameworks/kwidgetsaddons:5
32
	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
32
	kde-frameworks/kxmlgui:5
33
	>=kde-frameworks/kxmlgui-${KFMIN}:5
33
	kde-frameworks/threadweaver:5
34
	>=kde-frameworks/threadweaver-${KFMIN}:5
34
"
35
"
35
RDEPEND="${DEPEND}
36
RDEPEND="${DEPEND}
36
	app-portage/gentoolkit
37
	app-portage/gentoolkit
37
	kde-apps/kompare:5
38
	kde-apps/kompare:5
38
	kde-plasma/kde-cli-tools:5[kdesu]
39
"
39
"
40
BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5"
40
41
41
pkg_postinst() {
42
pkg_postinst() {
42
	if ! has_version app-admin/logrotate ; then
43
	if ! has_version app-admin/logrotate ; then

Return to bug 870013