Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kraft/
Date: Mon, 28 Sep 2020 21:33:31
Message-Id: 1601328503.60edbad45eae6406f00c90b372e2c45d7deaf2ff.asturm@gentoo
1 commit: 60edbad45eae6406f00c90b372e2c45d7deaf2ff
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 20:43:34 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 21:28:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60edbad4
7
8 app-office/kraft: Drop 0.90
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/kraft/Manifest | 1 -
14 app-office/kraft/kraft-0.90.ebuild | 45 --------------------------------------
15 2 files changed, 46 deletions(-)
16
17 diff --git a/app-office/kraft/Manifest b/app-office/kraft/Manifest
18 index bb0f44b04f2..8853355ab7d 100644
19 --- a/app-office/kraft/Manifest
20 +++ b/app-office/kraft/Manifest
21 @@ -1,2 +1 @@
22 -DIST kraft-0.90.tar.gz 705767 BLAKE2B 63f048be32e794e3c13d59ebbac90558e661eabe8b08270ea684adc338e2ae45b59cfbb3a746d1248ff8c0026308209f2821cac7c2feaf67af04903125be34c7 SHA512 1ca87a828e74b508b229787459f32e8ab5ad0ca4bf2630e236d65beaaa7503dc61af42d3b13106aeb6e43fcf3c419133958c5492a2c25c7233c9ac0205b3800c
23 DIST kraft-0.95.tar.gz 877790 BLAKE2B 4099845816191c5760f81a5512dc5d5afab1a76eb79c5d3fdead58d7a25342c4f461a6bf4d65313837d6bce32e80c1c8348f674b62358bb08cfdfd3ecf845bad SHA512 8070827a491b2a923b4608752ee2202377aeb2c472a3ee81feaad3b853d13bafe9f9c70719e1dfffeceb1492df80608327a56541453456be87a97bb3d5457f42
24
25 diff --git a/app-office/kraft/kraft-0.90.ebuild b/app-office/kraft/kraft-0.90.ebuild
26 deleted file mode 100644
27 index 989b08315cd..00000000000
28 --- a/app-office/kraft/kraft-0.90.ebuild
29 +++ /dev/null
30 @@ -1,45 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -ECM_HANDBOOK="forceoptional"
37 -inherit ecm
38 -
39 -DESCRIPTION="Software to manage quotes and invoices in small enterprises"
40 -HOMEPAGE="https://www.volle-kraft-voraus.de/"
41 -SRC_URI="https://github.com/dragotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-2+ LGPL-2+"
44 -SLOT="5"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="pim"
47 -
48 -DEPEND="
49 - dev-cpp/ctemplate
50 - dev-qt/qtgui:5
51 - dev-qt/qtsql:5
52 - dev-qt/qtwidgets:5
53 - dev-qt/qtxml:5
54 - kde-frameworks/kconfig:5
55 - kde-frameworks/kconfigwidgets:5
56 - kde-frameworks/kcontacts:5
57 - kde-frameworks/kcoreaddons:5
58 - kde-frameworks/ki18n:5
59 - pim? (
60 - kde-apps/akonadi:5
61 - kde-apps/akonadi-contacts:5
62 - )
63 -"
64 -RDEPEND="${DEPEND}"
65 -
66 -DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
67 -
68 -src_configure() {
69 - local mycmakeargs=(
70 - $(cmake_use_find_package pim KF5Akonadi)
71 - $(cmake_use_find_package pim KF5AkonadiContact)
72 - )
73 -
74 - ecm_src_configure
75 -}