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-misc/kio-gdrive/files/, kde-misc/kio-gdrive/
Date: Wed, 31 May 2017 20:12:09
Message-Id: 1496261492.958a0c95a306526ee6fb1b57593c2a163529627b.asturm@gentoo
1 commit: 958a0c95a306526ee6fb1b57593c2a163529627b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 31 18:43:19 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 20:11:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958a0c95
7
8 kde-misc/kio-gdrive: Drop old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 kde-misc/kio-gdrive/Manifest | 1 -
13 .../files/kio-gdrive-1.2.0-tests-optional.patch | 21 ----------
14 kde-misc/kio-gdrive/kio-gdrive-1.2.0.ebuild | 45 ----------------------
15 3 files changed, 67 deletions(-)
16
17 diff --git a/kde-misc/kio-gdrive/Manifest b/kde-misc/kio-gdrive/Manifest
18 index 5f0ce1aa3e3..49cdda707c4 100644
19 --- a/kde-misc/kio-gdrive/Manifest
20 +++ b/kde-misc/kio-gdrive/Manifest
21 @@ -1,3 +1,2 @@
22 DIST kio-gdrive-1.1.1.tar.xz 24096 SHA256 c840151e844f9c135ff575771c09ac78bd9c939b853af72b568c76aa1db540ea SHA512 9377167a8f12731b27adc816790f50b73685dbfccf416e4ca927f08d52a85adb2cc6d769c111fc66fd24fe9646217321d7392946dbc6f05c9eb8a3e6aeb929ba WHIRLPOOL 2096961eb41738a319cc8e9589a0c6b14df6c55a365344c8dd484ed2b329aae2f19db12c7e9c8f8ef0417241406ea81a607cb03008d53207f2c84705482941fd
23 DIST kio-gdrive-1.2.0.1.tar.xz 34356 SHA256 7abe7352ae87e16580c6274502c7475d00d852bad96052aec5a3ce09f70a8009 SHA512 8f3cff889ff91c7775733f067ba45097d89e2f98a5ba1202d2fd55645973ffcf03f18002ce73fb5221706d51551af3d44ee2c41229f5c272ccf6913fcdb78c47 WHIRLPOOL b8d5c135123b2d94e0233ed3acf5131c97b3937b5897aadbadb9259b457449d48ed282be09f5d4029f328e1664a98f30b038837daf56dbba2a51f31eda31fcff
24 -DIST kio-gdrive-1.2.0.tar.xz 33780 SHA256 c3b0eb54efc92daa636c8eb81113bf8f196cd2e3af0ba8c37660bfa3a7dd9274 SHA512 244d4eb3ec17451400b8e68eb554f5bf8708c797085dc8606be095d1c39f367e9f5c8633d68834cfdbd25032e1726372d3fead131610d3ae9daf25f555924d29 WHIRLPOOL 2e66b8706604e1ea1aed1af817f18fb4f901ff2fa7b52fd28ee6807b1e309b9362fd10d4fd0bbd2dd3b75c91bc00fa0ca18a0e94be3391dc2f12bd838eeab388
25
26 diff --git a/kde-misc/kio-gdrive/files/kio-gdrive-1.2.0-tests-optional.patch b/kde-misc/kio-gdrive/files/kio-gdrive-1.2.0-tests-optional.patch
27 deleted file mode 100644
28 index f72b0963e3f..00000000000
29 --- a/kde-misc/kio-gdrive/files/kio-gdrive-1.2.0-tests-optional.patch
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -commit e9ddacb58dcf011bc2a877c11b026cab94031e65
33 -Author: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
34 -Date: Sat May 27 15:58:32 2017 +0200
35 -
36 - If tests are optional, autotests subdir must be conditional
37 -
38 -diff --git a/CMakeLists.txt b/CMakeLists.txt
39 -index 0c1b691..a2a771c 100644
40 ---- a/CMakeLists.txt
41 -+++ b/CMakeLists.txt
42 -@@ -61,7 +61,9 @@ add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
43 - add_definitions(-DQT_STRICT_ITERATORS)
44 - add_definitions(-DTRANSLATION_DOMAIN=\"kio5_gdrive\")
45 -
46 --add_subdirectory(autotests)
47 -+if(BUILD_TESTING)
48 -+ add_subdirectory(autotests)
49 -+endif()
50 - add_subdirectory(desktop)
51 - add_subdirectory(doc)
52 - add_subdirectory(src)
53
54 diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.2.0.ebuild b/kde-misc/kio-gdrive/kio-gdrive-1.2.0.ebuild
55 deleted file mode 100644
56 index 7842a1f824b..00000000000
57 --- a/kde-misc/kio-gdrive/kio-gdrive-1.2.0.ebuild
58 +++ /dev/null
59 @@ -1,45 +0,0 @@
60 -# Copyright 1999-2017 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=6
64 -
65 -KDE_APPS_MINIMAL="17.04.0"
66 -KDE_HANDBOOK="true"
67 -KDE_TEST="optional"
68 -inherit kde5
69 -
70 -DESCRIPTION="KIO Slave for Google Drive service"
71 -HOMEPAGE="https://phabricator.kde.org/project/profile/72/"
72 -
73 -if [[ ${KDE_BUILD_TYPE} != live ]] ; then
74 - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
75 - KEYWORDS="~amd64"
76 -fi
77 -
78 -IUSE="+kaccounts"
79 -
80 -RDEPEND="
81 - $(add_frameworks_dep kcoreaddons)
82 - $(add_frameworks_dep ki18n)
83 - $(add_frameworks_dep kio)
84 - $(add_frameworks_dep knotifications)
85 - $(add_kdeapps_dep libkgapi)
86 - $(add_qt_dep qtwidgets)
87 - kaccounts? ( $(add_kdeapps_dep kaccounts-integration) )
88 - !kaccounts? ( dev-libs/qtkeychain:=[qt5] )
89 -"
90 -DEPEND="${RDEPEND}
91 - $(add_qt_dep qtgui)
92 - $(add_qt_dep qtnetwork)
93 -"
94 -
95 -DOCS=( README.md )
96 -
97 -PATCHES=( "${FILESDIR}/${P}-tests-optional.patch" )
98 -
99 -src_configure() {
100 - local mycmakeargs=(
101 - $(cmake-utils_use_find_package kaccounts KAccounts)
102 - )
103 - kde5_src_configure
104 -}