Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/knotes/
Date: Sun, 23 Feb 2020 11:44:41
Message-Id: 1582458222.735c217af62868dcdb669b372bc8502a0f1176c5.asturm@gentoo
1 commit: 735c217af62868dcdb669b372bc8502a0f1176c5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 23 11:26:36 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 23 11:43:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735c217a
7
8 kde-apps/knotes: Drop 19.12.2 (r0)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-apps/knotes/knotes-19.12.2.ebuild | 76 -----------------------------------
14 1 file changed, 76 deletions(-)
15
16 diff --git a/kde-apps/knotes/knotes-19.12.2.ebuild b/kde-apps/knotes/knotes-19.12.2.ebuild
17 deleted file mode 100644
18 index bcf5a728315..00000000000
19 --- a/kde-apps/knotes/knotes-19.12.2.ebuild
20 +++ /dev/null
21 @@ -1,76 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -ECM_HANDBOOK="forceoptional"
28 -ECM_TEST="forceoptional"
29 -PVCUT=$(ver_cut 1-3)
30 -KFMIN=5.63.0
31 -QTMIN=5.12.3
32 -VIRTUALX_REQUIRED="test"
33 -inherit ecm kde.org
34 -
35 -DESCRIPTION="Note taking application"
36 -HOMEPAGE="https://kde.org/applications/utilities/org.kde.knotes
37 -https://kontact.kde.org/components/knotes.html"
38 -
39 -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
40 -SLOT="5"
41 -KEYWORDS="~amd64 ~arm64 ~x86"
42 -IUSE=""
43 -
44 -DEPEND="
45 - >=kde-frameworks/kcalendarcore-${KFMIN}:5
46 - >=kde-frameworks/kcmutils-${KFMIN}:5
47 - >=kde-frameworks/kcompletion-${KFMIN}:5
48 - >=kde-frameworks/kconfig-${KFMIN}:5
49 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5
50 - >=kde-frameworks/kcontacts-${KFMIN}:5
51 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
52 - >=kde-frameworks/kcrash-${KFMIN}:5
53 - >=kde-frameworks/kdnssd-${KFMIN}:5
54 - >=kde-frameworks/kglobalaccel-${KFMIN}:5
55 - >=kde-frameworks/ki18n-${KFMIN}:5
56 - >=kde-frameworks/kiconthemes-${KFMIN}:5
57 - >=kde-frameworks/kitemmodels-${KFMIN}:5
58 - >=kde-frameworks/kitemviews-${KFMIN}:5
59 - >=kde-frameworks/knewstuff-${KFMIN}:5
60 - >=kde-frameworks/knotifications-${KFMIN}:5
61 - >=kde-frameworks/kparts-${KFMIN}:5
62 - >=kde-frameworks/ktextwidgets-${KFMIN}:5
63 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
64 - >=kde-frameworks/kwindowsystem-${KFMIN}:5
65 - >=kde-frameworks/kxmlgui-${KFMIN}:5
66 - >=kde-apps/akonadi-${PVCUT}:5
67 - >=kde-apps/akonadi-notes-${PVCUT}:5
68 - >=kde-apps/akonadi-search-${PVCUT}:5
69 - >=kde-apps/grantleetheme-${PVCUT}:5
70 - >=kde-apps/kcalutils-${PVCUT}:5
71 - >=kde-apps/kmime-${PVCUT}:5
72 - >=kde-apps/kontactinterface-${PVCUT}:5
73 - >=kde-apps/libkdepim-${PVCUT}:5
74 - >=kde-apps/pimcommon-${PVCUT}:5
75 - >=dev-qt/qtdbus-${QTMIN}:5
76 - >=dev-qt/qtgui-${QTMIN}:5
77 - >=dev-qt/qtprintsupport-${QTMIN}:5
78 - >=dev-qt/qtwidgets-${QTMIN}:5
79 - >=dev-qt/qtx11extras-${QTMIN}:5
80 - >=dev-qt/qtxml-${QTMIN}:5
81 - dev-libs/grantlee:5
82 - dev-libs/libxslt
83 - x11-libs/libX11
84 -"
85 -RDEPEND="${DEPEND}
86 - >=kde-apps/kdepim-runtime-${PVCUT}:5
87 -"
88 -
89 -src_configure() {
90 -# local mycmakeargs=(
91 -# # FIXME: Does not build (last checked 2016-02-17)
92 -# $(cmake_use_find_package X Qt5X11Extras)
93 -# $(cmake_use_find_package X X11)
94 -# )
95 -
96 - ecm_src_configure
97 -}