From 27f87c8c8e6751a4b015bdc62dfe4618bc6cd4e2 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 10 Oct 2019 00:43:37 +0200 Subject: app-office/kraft: Accept kde-frameworks/kcontacts Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner --- app-office/kraft/kraft-0.82-r1.ebuild | 50 +++++++++++++++++++++++++++++++++++ app-office/kraft/kraft-0.82.ebuild | 47 -------------------------------- 2 files changed, 50 insertions(+), 47 deletions(-) create mode 100644 app-office/kraft/kraft-0.82-r1.ebuild delete mode 100644 app-office/kraft/kraft-0.82.ebuild (limited to 'app-office') diff --git a/app-office/kraft/kraft-0.82-r1.ebuild b/app-office/kraft/kraft-0.82-r1.ebuild new file mode 100644 index 000000000000..a22c6ff153f0 --- /dev/null +++ b/app-office/kraft/kraft-0.82-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Software to manage quotes and invoices in small enterprises" +HOMEPAGE="http://www.volle-kraft-voraus.de/" +SRC_URI="https://github.com/dragotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +IUSE="pim" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + || ( + $(add_frameworks_dep kcontacts) + $(add_kdeapps_dep kcontacts) + ) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-cpp/ctemplate + pim? ( + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + ) +" +RDEPEND="${DEPEND} + !app-office/kraft:4 +" + +DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO ) + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package pim KF5Akonadi) + $(cmake-utils_use_find_package pim KF5AkonadiContact) + ) + + kde5_src_configure +} diff --git a/app-office/kraft/kraft-0.82.ebuild b/app-office/kraft/kraft-0.82.ebuild deleted file mode 100644 index 5b85fbff4614..000000000000 --- a/app-office/kraft/kraft-0.82.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Software to manage quotes and invoices in small enterprises" -HOMEPAGE="http://www.volle-kraft-voraus.de/" -SRC_URI="https://github.com/dragotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -IUSE="pim" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep kcontacts) - $(add_qt_dep qtgui) - $(add_qt_dep qtsql) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - dev-cpp/ctemplate - pim? ( - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contacts) - ) -" -RDEPEND="${DEPEND} - !app-office/kraft:4 -" - -DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO ) - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package pim KF5Akonadi) - $(cmake-utils_use_find_package pim KF5AkonadiContact) - ) - - kde5_src_configure -} -- cgit v1.2.3-65-gdbad