Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ark/
Date: Wed, 16 Dec 2015 12:28:21
Message-Id: 1450268879.83112267eb7f57e84ed3eccce765af2f0472651a.kensington@gentoo
1 commit: 83112267eb7f57e84ed3eccce765af2f0472651a
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 15 18:45:38 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 16 12:27:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83112267
7
8 kde-apps/ark: Drop old
9
10 Package-Manager: portage-2.2.24
11
12 kde-apps/ark/ark-15.08.3.ebuild | 61 -----------------------------------------
13 1 file changed, 61 deletions(-)
14
15 diff --git a/kde-apps/ark/ark-15.08.3.ebuild b/kde-apps/ark/ark-15.08.3.ebuild
16 deleted file mode 100644
17 index 67bd183..0000000
18 --- a/kde-apps/ark/ark-15.08.3.ebuild
19 +++ /dev/null
20 @@ -1,61 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -KDE_HANDBOOK="forceoptional"
28 -KDE_TEST="forceoptional"
29 -inherit kde5
30 -
31 -DESCRIPTION="KDE Archiving tool"
32 -HOMEPAGE="https://www.kde.org/applications/utilities/ark
33 -https://utils.kde.org/projects/ark"
34 -KEYWORDS=" ~amd64 ~x86"
35 -IUSE="bzip2 lzma zlib"
36 -
37 -RDEPEND="
38 - $(add_frameworks_dep karchive)
39 - $(add_frameworks_dep kconfig)
40 - $(add_frameworks_dep kcompletion)
41 - $(add_frameworks_dep kconfigwidgets)
42 - $(add_frameworks_dep kcoreaddons)
43 - $(add_frameworks_dep kcrash)
44 - $(add_frameworks_dep kdbusaddons)
45 - $(add_frameworks_dep khtml)
46 - $(add_frameworks_dep ki18n)
47 - $(add_frameworks_dep kiconthemes)
48 - $(add_frameworks_dep kio)
49 - $(add_frameworks_dep kjobwidgets)
50 - $(add_frameworks_dep kparts)
51 - $(add_frameworks_dep kpty)
52 - $(add_frameworks_dep kservice)
53 - $(add_frameworks_dep kwidgetsaddons)
54 - $(add_frameworks_dep kxmlgui)
55 - >=app-arch/libarchive-3.0.0[bzip2?,lzma?,zlib?]
56 - dev-qt/qtdbus:5
57 - dev-qt/qtgui:5
58 - dev-qt/qtwidgets:5
59 -"
60 -DEPEND="${RDEPEND}
61 - sys-devel/gettext
62 -"
63 -
64 -src_configure() {
65 - local mycmakeargs=(
66 - $(cmake-utils_use_find_package bzip2 BZip2)
67 - $(cmake-utils_use_find_package lzma LibLZMA)
68 - $(cmake-utils_use_find_package test Qt5Test)
69 - $(cmake-utils_use_find_package zlib ZLIB)
70 - )
71 -
72 - kde5_src_configure
73 -}
74 -
75 -pkg_postinst() {
76 - kde5_pkg_postinst
77 -
78 - if ! has_version app-arch/rar ; then
79 - elog "For creating rar archives, install app-arch/rar"
80 - fi
81 -}