From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FC831396D9 for ; Mon, 30 Oct 2017 01:19:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A7BF2BC100; Mon, 30 Oct 2017 01:19:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB6232BC100 for ; Mon, 30 Oct 2017 01:19:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E434D3416CE for ; Mon, 30 Oct 2017 01:19:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C272828 for ; Mon, 30 Oct 2017 01:19:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1509326356.830f2adbbea1f9613c2f4b560c64caa2967acb21.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kraft/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kraft/kraft-0.80_beta2.ebuild X-VCS-Directories: app-office/kraft/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 830f2adbbea1f9613c2f4b560c64caa2967acb21 X-VCS-Branch: master Date: Mon, 30 Oct 2017 01:19:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 82e4bd93-e669-49e8-a179-7e63978b6dcc X-Archives-Hash: c84693e2ce50771bf91a67bf62c1880d commit: 830f2adbbea1f9613c2f4b560c64caa2967acb21 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 30 01:12:25 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 30 01:19:16 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=830f2adb app-office/kraft: 0.80_beta2 version bump Package-Manager: Portage-2.3.13, Repoman-2.3.4 app-office/kraft/kraft-0.80_beta2.ebuild | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/app-office/kraft/kraft-0.80_beta2.ebuild b/app-office/kraft/kraft-0.80_beta2.ebuild new file mode 100644 index 0000000000..dd793e912f --- /dev/null +++ b/app-office/kraft/kraft-0.80_beta2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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/${PV/_/}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kemoticons) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep kcontacts) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdbus) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsql) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + dev-cpp/ctemplate +" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}-${PV/_/}" + +DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )