summaryrefslogtreecommitdiff
path: root/app-office/kraft/kraft-0.90.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
commitf70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch)
treee907cb121b30e3c1df1710719c0ddf4029597a47 /app-office/kraft/kraft-0.90.ebuild
parentdb063b515939ab15261136b24e4bc44386335c0c (diff)
gentoo resync : 30.09.2020
Diffstat (limited to 'app-office/kraft/kraft-0.90.ebuild')
-rw-r--r--app-office/kraft/kraft-0.90.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-office/kraft/kraft-0.90.ebuild b/app-office/kraft/kraft-0.90.ebuild
deleted file mode 100644
index 989b08315cdb..000000000000
--- a/app-office/kraft/kraft-0.90.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-inherit ecm
-
-DESCRIPTION="Software to manage quotes and invoices in small enterprises"
-HOMEPAGE="https://www.volle-kraft-voraus.de/"
-SRC_URI="https://github.com/dragotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-IUSE="pim"
-
-DEPEND="
- dev-cpp/ctemplate
- dev-qt/qtgui:5
- dev-qt/qtsql:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- kde-frameworks/kconfig:5
- kde-frameworks/kconfigwidgets:5
- kde-frameworks/kcontacts:5
- kde-frameworks/kcoreaddons:5
- kde-frameworks/ki18n:5
- pim? (
- kde-apps/akonadi:5
- kde-apps/akonadi-contacts:5
- )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package pim KF5Akonadi)
- $(cmake_use_find_package pim KF5AkonadiContact)
- )
-
- ecm_src_configure
-}