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/
Date: Thu, 19 Oct 2017 19:03:23
Message-Id: 1508439769.afb50032d6a76ab8a8604bdf5e5c6db3c1d4c555.asturm@gentoo
1 commit: afb50032d6a76ab8a8604bdf5e5c6db3c1d4c555
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 19 19:01:56 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 19 19:02:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb50032
7
8 kde-misc/kio-gdrive: Drop old
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 kde-misc/kio-gdrive/kio-gdrive-1.2.1.ebuild | 44 -----------------------------
13 1 file changed, 44 deletions(-)
14
15 diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.2.1.ebuild b/kde-misc/kio-gdrive/kio-gdrive-1.2.1.ebuild
16 deleted file mode 100644
17 index 18c73a7a5a0..00000000000
18 --- a/kde-misc/kio-gdrive/kio-gdrive-1.2.1.ebuild
19 +++ /dev/null
20 @@ -1,44 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -KDE_APPS_MINIMAL="17.04.0"
27 -KDE_HANDBOOK="true"
28 -KDE_TEST="optional"
29 -inherit kde5
30 -
31 -DESCRIPTION="KIO Slave for Google Drive service"
32 -HOMEPAGE="https://phabricator.kde.org/project/profile/72/"
33 -
34 -if [[ ${KDE_BUILD_TYPE} != live ]] ; then
35 - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
36 - KEYWORDS="~amd64 ~x86"
37 -fi
38 -
39 -IUSE="+kaccounts"
40 -
41 -RDEPEND="
42 - $(add_frameworks_dep kcoreaddons)
43 - $(add_frameworks_dep ki18n)
44 - $(add_frameworks_dep kio)
45 - $(add_frameworks_dep knotifications)
46 - $(add_kdeapps_dep libkgapi)
47 - $(add_qt_dep qtwidgets)
48 - kaccounts? ( $(add_kdeapps_dep kaccounts-integration) )
49 - !kaccounts? ( dev-libs/qtkeychain:=[qt5(+)] )
50 -"
51 -DEPEND="${RDEPEND}
52 - $(add_qt_dep qtgui)
53 - $(add_qt_dep qtnetwork)
54 - dev-util/intltool
55 -"
56 -
57 -DOCS=( README.md )
58 -
59 -src_configure() {
60 - local mycmakeargs=(
61 - $(cmake-utils_use_find_package kaccounts KAccounts)
62 - )
63 - kde5_src_configure
64 -}