Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-office/kraft/
Date: Sun, 19 Nov 2017 22:33:22
Message-Id: 1511119653.8222f4e33910d972be8f3580f331f155f4f7016f.asturm@gentoo
1 commit: 8222f4e33910d972be8f3580f331f155f4f7016f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 19:27:33 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 19 19:27:33 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8222f4e3
7
8 app-office/kraft: Drop 0.80_beta2
9
10 Newer snapshot is in Gentoo ebuild repository.
11
12 Package-Manager: Portage-2.3.14, Repoman-2.3.6
13
14 app-office/kraft/kraft-0.80_beta2.ebuild | 45 --------------------------------
15 1 file changed, 45 deletions(-)
16
17 diff --git a/app-office/kraft/kraft-0.80_beta2.ebuild b/app-office/kraft/kraft-0.80_beta2.ebuild
18 deleted file mode 100644
19 index dd793e912f..0000000000
20 --- a/app-office/kraft/kraft-0.80_beta2.ebuild
21 +++ /dev/null
22 @@ -1,45 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -KDE_HANDBOOK="forceoptional"
29 -inherit kde5
30 -
31 -DESCRIPTION="Software to manage quotes and invoices in small enterprises"
32 -HOMEPAGE="http://www.volle-kraft-voraus.de/"
33 -SRC_URI="https://github.com/dragotin/${PN}/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
34 -
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -DEPEND="
39 - $(add_frameworks_dep kconfigwidgets)
40 - $(add_frameworks_dep kcoreaddons)
41 - $(add_frameworks_dep kemoticons)
42 - $(add_frameworks_dep kglobalaccel)
43 - $(add_frameworks_dep kguiaddons)
44 - $(add_frameworks_dep ki18n)
45 - $(add_frameworks_dep kio)
46 - $(add_frameworks_dep knotifyconfig)
47 - $(add_frameworks_dep ktextwidgets)
48 - $(add_frameworks_dep kwallet)
49 - $(add_frameworks_dep kwidgetsaddons)
50 - $(add_frameworks_dep kxmlgui)
51 - $(add_frameworks_dep sonnet)
52 - $(add_kdeapps_dep akonadi)
53 - $(add_kdeapps_dep akonadi-contacts)
54 - $(add_kdeapps_dep kcontacts)
55 - $(add_qt_dep qtconcurrent)
56 - $(add_qt_dep qtdbus)
57 - $(add_qt_dep qtnetwork)
58 - $(add_qt_dep qtsql)
59 - $(add_qt_dep qtwebengine 'widgets')
60 - $(add_qt_dep qtwidgets)
61 - dev-cpp/ctemplate
62 -"
63 -RDEPEND="${DEPEND}"
64 -
65 -S="${WORKDIR}/${PN}-${PV/_/}"
66 -
67 -DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )