Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-mobile/
Date: Sat, 10 Oct 2020 21:40:04
Message-Id: 1602365981.9e63c6219cb1b82c4c3f403caf5ee50425707c8f.asturm@gentoo
1 commit: 9e63c6219cb1b82c4c3f403caf5ee50425707c8f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 21:13:53 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 21:39:41 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9e63c621
7
8 kde-apps/kaccounts-mobile: Remove package, no more development
9
10 Unmaintained and archived upstream. See also:
11 https://invent.kde.org/sysadmin/repo-metadata/-/commit/fbe8935b256d38caed6f9c57d1c9bc9f5e936559
12
13 Bug: https://bugs.gentoo.org/636322
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 .../kaccounts-mobile/kaccounts-mobile-9999.ebuild | 48 ----------------------
17 kde-apps/kaccounts-mobile/metadata.xml | 11 -----
18 2 files changed, 59 deletions(-)
19
20 diff --git a/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild b/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
21 deleted file mode 100644
22 index aeff2f0ff4..0000000000
23 --- a/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
24 +++ /dev/null
25 @@ -1,48 +0,0 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -EAPI=7
30 -
31 -PVCUT=$(ver_cut 1-3)
32 -KFMIN=5.74.0
33 -QTMIN=5.14.2
34 -inherit ecm kde.org
35 -
36 -DESCRIPTION="KDE accounts providers"
37 -HOMEPAGE="https://community.kde.org/KTp"
38 -
39 -LICENSE="LGPL-2.1"
40 -SLOT="5"
41 -KEYWORDS=""
42 -IUSE="google"
43 -
44 -BDEPEND="
45 - virtual/pkgconfig
46 -"
47 -DEPEND="
48 - >=dev-qt/qtdeclarative-${QTMIN}:5
49 - >=dev-qt/qtgui-${QTMIN}:5
50 - >=dev-qt/qtnetwork-${QTMIN}:5
51 - >=dev-qt/qtxml-${QTMIN}:5
52 - >=kde-frameworks/kconfig-${KFMIN}:5
53 - >=kde-frameworks/kcontacts-${KFMIN}:5
54 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
55 - >=kde-frameworks/ki18n-${KFMIN}:5
56 - >=kde-frameworks/kio-${KFMIN}:5
57 - net-libs/accounts-qt
58 - net-libs/signond
59 - google? (
60 - >=dev-qt/qtwebkit-5.212.0_pre20180120:5
61 - >=kde-apps/libkgapi-${PVCUT}:5
62 - )
63 -"
64 -RDEPEND="${DEPEND}"
65 -
66 -src_configure() {
67 - local mycmakeargs=(
68 - $(cmake_use_find_package google KF5GAPI)
69 - $(cmake_use_find_package google Qt5WebKitWidgets)
70 - )
71 -
72 - ecm_src_configure
73 -}
74
75 diff --git a/kde-apps/kaccounts-mobile/metadata.xml b/kde-apps/kaccounts-mobile/metadata.xml
76 deleted file mode 100644
77 index b4c0ab200f..0000000000
78 --- a/kde-apps/kaccounts-mobile/metadata.xml
79 +++ /dev/null
80 @@ -1,11 +0,0 @@
81 -<?xml version="1.0" encoding="UTF-8"?>
82 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 -<pkgmetadata>
84 - <maintainer type="project">
85 - <email>kde@g.o</email>
86 - <name>Gentoo KDE Project</name>
87 - </maintainer>
88 - <use>
89 - <flag name="google">Enable support for Google Contacts Sync via <pkg>kde-apps/libkgapi</pkg></flag>
90 - </use>
91 -</pkgmetadata>