summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-02 18:58:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-03 06:03:11 +0100
commit152f404d910f6d9cefa2547da4efa72d45074cd2 (patch)
treee7907d2cee3122c590e32971c9c41bcdcab42d5f /kde-apps/ark
parentprofiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal (diff)
downloadgentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.gz
gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.bz2
gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.zip
kde-apps: Drop KDE Applications 19.04.3
Package-Manager: Portage-2.3.80, Repoman-2.3.19 RepoMan-Options: --force Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ark')
-rw-r--r--kde-apps/ark/Manifest1
-rw-r--r--kde-apps/ark/ark-19.04.3.ebuild81
-rw-r--r--kde-apps/ark/files/ark-19.04.3-missing-header.patch54
3 files changed, 0 insertions, 136 deletions
diff --git a/kde-apps/ark/Manifest b/kde-apps/ark/Manifest
index ea9c444e0f57..bb0d2d3f7d15 100644
--- a/kde-apps/ark/Manifest
+++ b/kde-apps/ark/Manifest
@@ -1,2 +1 @@
-DIST ark-19.04.3.tar.xz 2579920 BLAKE2B a8637d4f564fe20aa28035e5c1a09ca8c6803bf6acb9fc82074a8219368f1ff9b45dd88dc1439823e73eb627d2f13269b4cd776480d991c1499e8de1510de14c SHA512 dc41f8daea7c63f93725cd1dada978fde68c7e7c659840014fe3ccc32a8e9e7013f495590cd5344d68001cbba81f527ec368829b4ff1577f71d5de268cd0b459
DIST ark-19.08.3.tar.xz 2585196 BLAKE2B 2f3ad8052ad5ead34d30d5fff41c076e387740ac77c80791a8f600d9158c254592916a92e8e181b98adee916baee2f58c3d668bfdd1d9d1be7a36f7b8d61c07c SHA512 2bbbce37e5f892840517688eb4ce78770514eb5c780d34ae3c33c4b4e60cd153ebc190e4613411d5e01f01a78b6a74bad86c79b9efe8a156250c18033a3271cf
diff --git a/kde-apps/ark/ark-19.04.3.ebuild b/kde-apps/ark/ark-19.04.3.ebuild
deleted file mode 100644
index 1369e67045f6..000000000000
--- a/kde-apps/ark/ark-19.04.3.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KDE Archiving tool"
-HOMEPAGE="https://kde.org/applications/utilities/ark
-https://utils.kde.org/projects/ark/"
-KEYWORDS="amd64 arm64 x86"
-IUSE="bzip2 lzma zip"
-
-BDEPEND="
- sys-devel/gettext
-"
-RDEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemmodels)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kpty)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- app-arch/libarchive:=[bzip2?,lzma?,zlib]
- sys-libs/zlib
- zip? ( >=dev-libs/libzip-1.2.0:= )
-"
-DEPEND="${RDEPEND}
- $(add_qt_dep qtconcurrent)
-"
-
-PATCHES=( "${FILESDIR}/${P}-missing-header.patch" )
-
-# bug #560548, last checked with 16.04.1
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package bzip2 BZip2)
- $(cmake-utils_use_find_package lzma LibLZMA)
- $(cmake-utils_use_find_package zip LibZip)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst() {
- kde5_pkg_postinst
-
- if [[ -z "${REPLACING_VERSIONS}" ]]; then
- if ! has_version app-arch/rar; then
- elog "For creating/extracting rar archives, installing app-arch/rar is required."
- if ! has_version app-arch/unar && ! has_version app-arch/unrar; then
- elog "Alternatively, for only extracting rar archives, install app-arch/unar (free) or app-arch/unrar (non-free)."
- fi
- fi
-
- has_version app-arch/p7zip || \
- elog "For handling 7-Zip archives, install app-arch/p7zip."
-
- has_version app-arch/lrzip || \
- elog "For handling lrz archives, install app-arch/lrzip."
- fi
-}
diff --git a/kde-apps/ark/files/ark-19.04.3-missing-header.patch b/kde-apps/ark/files/ark-19.04.3-missing-header.patch
deleted file mode 100644
index a0b16e93a4f2..000000000000
--- a/kde-apps/ark/files/ark-19.04.3-missing-header.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From dfad7a3f389c3b852f45563854df123ac6facdec Mon Sep 17 00:00:00 2001
-From: Nicolas Fella <nicolas.fella@gmx.de>
-Date: Mon, 15 Jul 2019 00:09:18 +0200
-Subject: Add missing QVector include
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Summary:
-My build was failing with
-```
-In file included from /home/nico/kde/src/ark/kerfuffle/pluginmanager.cpp:28:
-/home/nico/kde/src/ark/kerfuffle/pluginmanager.h:138:22: error: field ‘m_plugins’ has incomplete type ‘QVector<Kerfuffle::Plugin*>’
- QVector<Plugin*> m_plugins;
- ^~~~~~~~~
-In file included from /usr/include/qt/QtCore/qglobal.h:1204,
- from /usr/include/qt/QtCore/qnamespace.h:43,
- from /usr/include/qt/QtCore/qobjectdefs.h:48,
- from /usr/include/qt/QtCore/qobject.h:46,
- from /usr/include/qt/QtCore/QObject:1,
- from /home/nico/kde/src/ark/kerfuffle/plugin.h:33,
- from /home/nico/kde/src/ark/kerfuffle/pluginmanager.h:31,
- from /home/nico/kde/src/ark/kerfuffle/pluginmanager.cpp:28
-```
-
-Test Plan: Builds. Can open a file
-
-Reviewers: #ark, elvisangelaccio
-
-Reviewed By: #ark, elvisangelaccio
-
-Subscribers: kde-utils-devel, #ark
-
-Tags: #ark
-
-Differential Revision: https://phabricator.kde.org/D22461
----
- kerfuffle/pluginmanager.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/kerfuffle/pluginmanager.h b/kerfuffle/pluginmanager.h
-index 75a971b..8b9ad69 100644
---- a/kerfuffle/pluginmanager.h
-+++ b/kerfuffle/pluginmanager.h
-@@ -31,6 +31,7 @@
- #include "plugin.h"
-
- #include <QMimeType>
-+#include <QVector>
-
- namespace Kerfuffle
- {
---
-cgit v1.1