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/libkgapi/, kde-apps/libkgapi/files/
Date: Thu, 27 Apr 2017 18:15:08
Message-Id: 1493316884.9adfadc371f342a5117387b4faf2a4549c1a4d1e.asturm@gentoo
1 commit: 9adfadc371f342a5117387b4faf2a4549c1a4d1e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 17:53:37 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 18:14:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9adfadc3
7
8 kde-apps/libkgapi: Drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 kde-apps/libkgapi/Manifest | 1 -
13 .../libkgapi/files/libkgapi-5.3.1-qt-5.8.patch | 52 ----------------------
14 kde-apps/libkgapi/libkgapi-17.04.0.ebuild | 31 -------------
15 kde-apps/libkgapi/libkgapi-5.3.1-r1.ebuild | 33 --------------
16 4 files changed, 117 deletions(-)
17
18 diff --git a/kde-apps/libkgapi/Manifest b/kde-apps/libkgapi/Manifest
19 index 7c9dd7e0b7f..5e3215e56b7 100644
20 --- a/kde-apps/libkgapi/Manifest
21 +++ b/kde-apps/libkgapi/Manifest
22 @@ -1,3 +1,2 @@
23 DIST libkgapi-17.04.0.tar.xz 173868 SHA256 8cc057ad5f88dee2a218b3a3aaf09720312a3fbb9a4a06b2aeb6706818557c54 SHA512 af44c3e4d5bd34c7920a3a29e5e157c4fa3900283277176d3288cde339c7a9f99e9dc7a94eae925a15734fe9bda853559a310364e5a2c58cee5e0b31aa5de112 WHIRLPOOL 582985294e874605af7a77df61571564a177354d8b8e788b32147326c414003174ad3877d1ec99cbdaf021a32e47d58de4b545a2169db5946ed1269343bacb4e
24 DIST libkgapi-2.2.0.tar.bz2 127026 SHA256 c02965b639c2496d489d4f1865e35473db6f1b5e9e84fb079988d33db629c2b4 SHA512 c5f37aacb89243d7985d7064aa8941d3d2a6c26685113e876b38c737ea2e1126b40b0f88b0908e7ea8a7bcb2fade1dc528c2f73f22890b9e892c6d18d9d3bb42 WHIRLPOOL 1aa1d5c661098793a6c6a112ed92198c044cd0ab9e320631e165dc2cbb510df6c7d0a96412b2147728aaba822e40c571c07ca2b88ad5f5a055c0755490774a08
25 -DIST libkgapi-5.3.1.tar.xz 159584 SHA256 366692ced93442809175351f5590e6a82c4e6316f21d989c239bb72132a601fa SHA512 257d1beea9615e9daa05333ad2de948a4e729c6cad192acbd50803be51ee86d7b3665a05fb94b40afc1bcdfcb5dbf5c2c8d2e6d635cf9c1988fe169ec69462cd WHIRLPOOL 2c9c1c073702af0fdc8dd56410299a6547a6dd0a263e8eb20d162f153ceca8aa56efb7c8666c7594f270b5d3fee2ec2543d1569aeed80700bfdae8541bdc36fb
26
27 diff --git a/kde-apps/libkgapi/files/libkgapi-5.3.1-qt-5.8.patch b/kde-apps/libkgapi/files/libkgapi-5.3.1-qt-5.8.patch
28 deleted file mode 100644
29 index a7f69a86cae..00000000000
30 --- a/kde-apps/libkgapi/files/libkgapi-5.3.1-qt-5.8.patch
31 +++ /dev/null
32 @@ -1,52 +0,0 @@
33 -From 03a019820e9da9cf293a3ac66e55da745894c504 Mon Sep 17 00:00:00 2001
34 -From: Milian Wolff <mail@×××××××.de>
35 -Date: Tue, 31 Jan 2017 17:18:57 +0100
36 -Subject: Fix compile with Qt 5.8: add missing QImage includes
37 -
38 ----
39 - src/contacts/contactcreatejob.cpp | 2 +-
40 - src/contacts/contactfetchphotojob.cpp | 1 +
41 - src/contacts/contactmodifyjob.cpp | 2 +-
42 - 3 files changed, 3 insertions(+), 2 deletions(-)
43 -
44 -diff --git a/src/contacts/contactcreatejob.cpp b/src/contacts/contactcreatejob.cpp
45 -index 5f41c1a..a7eb5f7 100644
46 ---- a/src/contacts/contactcreatejob.cpp
47 -+++ b/src/contacts/contactcreatejob.cpp
48 -@@ -31,7 +31,7 @@
49 - #include <QtNetwork/QNetworkRequest>
50 - #include <QtNetwork/QNetworkReply>
51 - #include <QtCore/QBuffer>
52 --
53 -+#include <QtGui/QImage>
54 -
55 - using namespace KGAPI2;
56 -
57 -diff --git a/src/contacts/contactfetchphotojob.cpp b/src/contacts/contactfetchphotojob.cpp
58 -index 54606cb..a3ebe48 100644
59 ---- a/src/contacts/contactfetchphotojob.cpp
60 -+++ b/src/contacts/contactfetchphotojob.cpp
61 -@@ -28,6 +28,7 @@
62 -
63 - #include <QtNetwork/QNetworkRequest>
64 - #include <QtNetwork/QNetworkReply>
65 -+#include <QtGui/QImage>
66 -
67 - Q_DECLARE_METATYPE(KGAPI2::ContactPtr)
68 -
69 -diff --git a/src/contacts/contactmodifyjob.cpp b/src/contacts/contactmodifyjob.cpp
70 -index ead5787..03a0e73 100644
71 ---- a/src/contacts/contactmodifyjob.cpp
72 -+++ b/src/contacts/contactmodifyjob.cpp
73 -@@ -31,7 +31,7 @@
74 - #include <QtNetwork/QNetworkRequest>
75 - #include <QtNetwork/QNetworkReply>
76 - #include <QtCore/QBuffer>
77 --
78 -+#include <QtGui/QImage>
79 -
80 - using namespace KGAPI2;
81 -
82 ---
83 -cgit v0.11.2
84 -
85
86 diff --git a/kde-apps/libkgapi/libkgapi-17.04.0.ebuild b/kde-apps/libkgapi/libkgapi-17.04.0.ebuild
87 deleted file mode 100644
88 index 8f4bcb63881..00000000000
89 --- a/kde-apps/libkgapi/libkgapi-17.04.0.ebuild
90 +++ /dev/null
91 @@ -1,31 +0,0 @@
92 -# Copyright 1999-2017 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=6
96 -
97 -KDE_BLOCK_SLOT4="false"
98 -KDE_TEST="true"
99 -VIRTUALX_REQUIRED="test"
100 -inherit kde5
101 -
102 -DESCRIPTION="Library for accessing Google calendar and contact resources"
103 -HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
104 -
105 -LICENSE="LGPL-2.1+"
106 -KEYWORDS="~amd64 ~x86"
107 -IUSE=""
108 -
109 -DEPEND="
110 - $(add_frameworks_dep kio)
111 - $(add_frameworks_dep kwindowsystem)
112 - $(add_kdeapps_dep kcalcore)
113 - $(add_kdeapps_dep kcontacts)
114 - $(add_qt_dep qtgui)
115 - $(add_qt_dep qtnetwork)
116 - $(add_qt_dep qtwebengine)
117 - $(add_qt_dep qtwidgets)
118 - $(add_qt_dep qtxml)
119 -"
120 -RDEPEND="${DEPEND}
121 - !kde-apps/kdepim-l10n
122 -"
123
124 diff --git a/kde-apps/libkgapi/libkgapi-5.3.1-r1.ebuild b/kde-apps/libkgapi/libkgapi-5.3.1-r1.ebuild
125 deleted file mode 100644
126 index af63dce00aa..00000000000
127 --- a/kde-apps/libkgapi/libkgapi-5.3.1-r1.ebuild
128 +++ /dev/null
129 @@ -1,33 +0,0 @@
130 -# Copyright 1999-2017 Gentoo Foundation
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -EAPI=6
134 -
135 -KDE_BLOCK_SLOT4="false"
136 -KDE_TEST="true"
137 -VIRTUALX_REQUIRED="test"
138 -inherit kde5
139 -
140 -DESCRIPTION="Library for accessing Google calendar and contact resources"
141 -HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
142 -[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
143 -
144 -LICENSE="GPL-2+ LGPL-2.1+"
145 -KEYWORDS="~amd64 ~x86"
146 -IUSE=""
147 -
148 -DEPEND="
149 - $(add_frameworks_dep kcoreaddons)
150 - $(add_frameworks_dep kio)
151 - $(add_frameworks_dep kwindowsystem)
152 - $(add_kdeapps_dep kcalcore)
153 - $(add_kdeapps_dep kcontacts)
154 - $(add_qt_dep qtgui)
155 - $(add_qt_dep qtnetwork)
156 - $(add_qt_dep qtwebkit)
157 - $(add_qt_dep qtwidgets)
158 - $(add_qt_dep qtxml)
159 -"
160 -RDEPEND="${DEPEND}"
161 -
162 -PATCHES=( "${FILESDIR}"/${P}-qt-5.8.patch )