Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-gdrive/
Date: Sat, 08 Oct 2016 17:55:54
Message-Id: 1475949339.941a65a0efc8f880b0cf904447787ed0de50c3a1.kensington@gentoo
1 commit: 941a65a0efc8f880b0cf904447787ed0de50c3a1
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 8 17:55:35 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 17:55:39 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=941a65a0
7
8 kde-misc/kio-gdrive: moved to main tree
9
10 Package-Manager: portage-2.3.1
11
12 kde-misc/kio-gdrive/kio-gdrive-1.0.2.ebuild | 51 -----------------------------
13 1 file changed, 51 deletions(-)
14
15 diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.0.2.ebuild b/kde-misc/kio-gdrive/kio-gdrive-1.0.2.ebuild
16 deleted file mode 100644
17 index b036d59..0000000
18 --- a/kde-misc/kio-gdrive/kio-gdrive-1.0.2.ebuild
19 +++ /dev/null
20 @@ -1,51 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -KDE_TEST="optional"
28 -inherit kde5
29 -
30 -DESCRIPTION="KIO Slave for Google Drive service"
31 -HOMEPAGE="https://phabricator.kde.org/project/profile/72/"
32 -
33 -if [[ ${KDE_BUILD_TYPE} != live ]] ; then
34 - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
35 - KEYWORDS="~amd64"
36 -fi
37 -
38 -IUSE="+dolphin"
39 -
40 -DOCS=( README.md )
41 -
42 -COMMON_DEPEND="
43 - $(add_frameworks_dep ki18n)
44 - $(add_frameworks_dep kio)
45 - $(add_qt_dep qtwidgets)
46 - dev-libs/qtkeychain:=[qt5]
47 - >=net-libs/libkgapi-5.3.1:5
48 -"
49 -DEPEND="${COMMON_DEPEND}
50 - $(add_qt_dep qtgui)
51 - $(add_qt_dep qtnetwork)
52 -"
53 -RDEPEND="${COMMON_DEPEND}
54 - dolphin? ( $(add_kdeapps_dep dolphin) )
55 -"
56 -
57 -src_configure() {
58 - local mycmakeargs=(
59 - -DDOLPHIN_INTEGRATION=$(usex dolphin)
60 - )
61 -
62 - kde5_src_configure
63 -}
64 -
65 -pkg_postinst() {
66 - kde5_pkg_postinst
67 - einfo
68 - einfo "Either click on 'Google Drive File Manager' in the application"
69 - einfo "launcher or type 'gdrive:/' in dolphin's location bar."
70 - einfo
71 -}