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/krusader/
Date: Fri, 05 Oct 2018 21:00:04
Message-Id: 1538773176.86a4d342a957f9bd622312acf947eeff1494d92b.asturm@gentoo
1 commit: 86a4d342a957f9bd622312acf947eeff1494d92b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 20:16:16 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 20:59:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a4d342
7
8 kde-misc/krusader: Drop 2.7.0
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 kde-misc/krusader/Manifest | 1 -
14 kde-misc/krusader/krusader-2.7.0.ebuild | 71 ---------------------------------
15 2 files changed, 72 deletions(-)
16
17 diff --git a/kde-misc/krusader/Manifest b/kde-misc/krusader/Manifest
18 index f84f2031f7e..61b6292aadb 100644
19 --- a/kde-misc/krusader/Manifest
20 +++ b/kde-misc/krusader/Manifest
21 @@ -1,2 +1 @@
22 -DIST krusader-2.7.0.tar.xz 2875080 BLAKE2B 503e40f7c617779b64b2f5600ae99063d0727ed6781b4b86dcc52b57c56589107ca6bed5fdcbfc37f4d4c682e23a926afb6dc3d758d8e573d019d687dbfe76be SHA512 254b1a0a68fca010dfe79d8364ca745dacc2b5899c9b99d6c576b95e9ac8a564a59a291568158ec1f114b0e2c0137e2a9e7a9b4c01497539e6a9a9d5b7411b1d
23 DIST krusader-2.7.1.tar.xz 2889568 BLAKE2B f5ed5753d1f5285ff2ff8510429d3b07ef32ab06b37fc20300eb3544f5a44572d5c66067e0031fc767c93cd3517b12062c7c7a91f7ff0bb707d1e20b16d07f55 SHA512 860908fd960ae45d298ade30bd4962eea44d126b5a3bb28d04540a0e4fbc0645de2394490fdb624b5fcc7005841c0ce392cda896dc4b1d3d2de3a1e44171222d
24
25 diff --git a/kde-misc/krusader/krusader-2.7.0.ebuild b/kde-misc/krusader/krusader-2.7.0.ebuild
26 deleted file mode 100644
27 index bcdf133335e..00000000000
28 --- a/kde-misc/krusader/krusader-2.7.0.ebuild
29 +++ /dev/null
30 @@ -1,71 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -KDE_HANDBOOK="forceoptional"
37 -inherit kde5
38 -
39 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
40 - SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
41 - KEYWORDS="amd64 x86"
42 -fi
43 -
44 -DESCRIPTION="Advanced twin-panel (commander-style) file-manager with many extras"
45 -HOMEPAGE="https://krusader.org/"
46 -LICENSE="GPL-2+"
47 -IUSE=""
48 -
49 -COMMON_DEPEND="
50 - $(add_frameworks_dep karchive)
51 - $(add_frameworks_dep kbookmarks)
52 - $(add_frameworks_dep kcodecs)
53 - $(add_frameworks_dep kcompletion)
54 - $(add_frameworks_dep kconfig)
55 - $(add_frameworks_dep kconfigwidgets)
56 - $(add_frameworks_dep kcoreaddons)
57 - $(add_frameworks_dep kguiaddons)
58 - $(add_frameworks_dep ki18n)
59 - $(add_frameworks_dep kiconthemes)
60 - $(add_frameworks_dep kio)
61 - $(add_frameworks_dep kitemviews)
62 - $(add_frameworks_dep kjobwidgets)
63 - $(add_frameworks_dep kparts)
64 - $(add_frameworks_dep kservice)
65 - $(add_frameworks_dep ktextwidgets)
66 - $(add_frameworks_dep kwallet)
67 - $(add_frameworks_dep kwidgetsaddons)
68 - $(add_frameworks_dep kwindowsystem)
69 - $(add_frameworks_dep kxmlgui)
70 - $(add_frameworks_dep solid)
71 - $(add_qt_dep qtdbus)
72 - $(add_qt_dep qtgui)
73 - $(add_qt_dep qtprintsupport)
74 - $(add_qt_dep qtwidgets)
75 - $(add_qt_dep qtxml)
76 - sys-apps/acl
77 - sys-libs/zlib
78 -"
79 -DEPEND="${COMMON_DEPEND}
80 - $(add_frameworks_dep knotifications)
81 - $(add_qt_dep qtconcurrent)
82 -"
83 -RDEPEND="${COMMON_DEPEND}
84 - $(add_kdeapps_dep kio-extras)
85 - !kde-misc/krusader:4
86 -"
87 -
88 -pkg_postinst() {
89 - kde5_pkg_postinst
90 -
91 - if ! has_version kde-apps/thumbnailers:${SLOT} ||
92 - ! has_version kde-apps/ffmpegthumbs:${SLOT} ; then
93 - elog "For PDF/PS, RAW and video thumbnails support, install:"
94 - elog " kde-apps/thumbnailers:${SLOT}"
95 - elog " kde-apps/ffmpegthumbs:${SLOT}"
96 - fi
97 -
98 - if ! has_version kde-apps/keditbookmarks:${SLOT} ; then
99 - elog "For bookmarks support, install kde-apps/keditbookmarks:${SLOT}"
100 - fi
101 -}