From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1129146-garchives=archives.gentoo.org@lists.gentoo.org>
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 84FC1138335
	for <garchives@archives.gentoo.org>; Mon,  9 Dec 2019 14:50:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9B7D7E08AA;
	Mon,  9 Dec 2019 14:50:55 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 22049E089D
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Dec 2019 14:50:55 +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 E606F34D8B1
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Dec 2019 14:50:53 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 484798D4
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Dec 2019 14:50:52 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1575903024.e2c2c9626d297ed78a3c482f64e5696a4d195f88.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-9999.ebuild
X-VCS-Directories: app-office/kraft/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: e2c2c9626d297ed78a3c482f64e5696a4d195f88
X-VCS-Branch: master
Date: Mon,  9 Dec 2019 14:50:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 03d7fce6-1216-4605-bb3b-b796d703c595
X-Archives-Hash: a971c4abe9de79156f4a8d3a966110db

commit:     e2c2c9626d297ed78a3c482f64e5696a4d195f88
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  9 10:24:39 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec  9 14:50:24 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e2c2c962

app-office/kraft: Switch to git-r3, fix LICENSE

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/kraft/kraft-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-office/kraft/kraft-9999.ebuild b/app-office/kraft/kraft-9999.ebuild
index a7002ad4c7..4b07d32ac3 100644
--- a/app-office/kraft/kraft-9999.ebuild
+++ b/app-office/kraft/kraft-9999.ebuild
@@ -3,17 +3,17 @@
 
 EAPI=7
 
+EGIT_REPO_URI="https://github.com/dragotin/kraft"
 ECM_HANDBOOK="forceoptional"
 KDE_APPS_MINIMAL=19.04.3
 KFMIN=5.60.0
 QTMIN=5.12.3
-inherit ecm kde.org
-EGIT_REPO_URI="https://github.com/dragotin/kraft"
+inherit ecm git-r3
 
 DESCRIPTION="Software to manage quotes and invoices in small enterprises"
 HOMEPAGE="http://www.volle-kraft-voraus.de/"
 
-LICENSE="GPL-2" # TODO: CHECK
+LICENSE="GPL-2+ LGPL-2+"
 SLOT="5"
 KEYWORDS=""
 IUSE="pim"