summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-10 15:46:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-10 15:50:15 +0200
commit7c0ba34252a8cc2fd310159ee41516eaa4e882d9 (patch)
treeee57296bca0d449d2cc98013049e1624a160170a /kde-apps/ark
parentkde-apps: Add KDE Applications 18.04.1 (diff)
downloadgentoo-7c0ba34252a8cc2fd310159ee41516eaa4e882d9.tar.gz
gentoo-7c0ba34252a8cc2fd310159ee41516eaa4e882d9.tar.bz2
gentoo-7c0ba34252a8cc2fd310159ee41516eaa4e882d9.zip
kde-apps: Drop KDE Applications 18.04.0
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'kde-apps/ark')
-rw-r--r--kde-apps/ark/Manifest1
-rw-r--r--kde-apps/ark/ark-18.04.0.ebuild77
-rw-r--r--kde-apps/ark/files/ark-18.04.0-missing-memory-include.patch35
3 files changed, 0 insertions, 113 deletions
diff --git a/kde-apps/ark/Manifest b/kde-apps/ark/Manifest
index 7884581539ec..67de8dcc9746 100644
--- a/kde-apps/ark/Manifest
+++ b/kde-apps/ark/Manifest
@@ -1,3 +1,2 @@
DIST ark-17.12.3.tar.xz 1970120 BLAKE2B b8e14f6b5f541c514107cf76b612edd99d6e0d97dfbe7600349bdcf2bd5afbfd1fcaf256d0358ff0c8838d8334a14ddd1ac5d29ce9befebe960444e0828aba5e SHA512 2f32f0107afa20ef115caddaf3c7ce6be37a575c72ea440f571312309d945a0e0491a4327db379e8ca7622a2b5016c5b2bbbfb3377d3b4272430f85b23fbb911
-DIST ark-18.04.0.tar.xz 1969376 BLAKE2B 9d1e017c0d37307b8f8b9c7c0f9ec2be0d856c97cd39e0d928cd201553543883941baa4226a035e1cce9049125a80bde0d9a20da1159823bcc5d23be0fdaabff SHA512 0a6ab705bfec8af43c847f50580e97452e29ad83f34271ba09f5ec5eacefafe09b312149565ea802e25cf15597ecd78108e2581ebf52396af22f52aa228de69f
DIST ark-18.04.1.tar.xz 1971344 BLAKE2B c1778e8777b6772f9ff72a23296b29daab9179c3ddc83297e46695f8e9b6c64490b3dad716104a5c9cbe936562481174a69d8356032caf901c0e8b91ae732ec2 SHA512 0a6a390f3771c4dc1d6386fcb17eac0416bc7494f6517d60a8007a676322b1986f6ff526ba8514a9f68913bd67f2105dfe9bfd1aa24feb2f19f67b442b1d1f8e
diff --git a/kde-apps/ark/ark-18.04.0.ebuild b/kde-apps/ark/ark-18.04.0.ebuild
deleted file mode 100644
index 273b2b1ad902..000000000000
--- a/kde-apps/ark/ark-18.04.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KDE Archiving tool"
-HOMEPAGE="https://www.kde.org/applications/utilities/ark
-https://utils.kde.org/projects/ark/"
-KEYWORDS="~amd64 ~x86"
-IUSE="bzip2 lzma zip"
-
-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)
- sys-devel/gettext
-"
-
-# bug #560548, last checked with 16.04.1
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${P}-missing-memory-include.patch" )
-
-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
-
- # not a typo, app-arch/unar is a real package
- if ! has_version app-arch/unar ; then
- elog "For handling rar archives, install app-arch/unar"
- fi
-
- if ! has_version app-arch/p7zip ; then
- elog "For handling 7-Zip archives, install app-arch/p7zip"
- fi
-
- if ! has_version app-arch/lrzip ; then
- elog "For handling lrz archives, install app-arch/lrzip"
- fi
-}
diff --git a/kde-apps/ark/files/ark-18.04.0-missing-memory-include.patch b/kde-apps/ark/files/ark-18.04.0-missing-memory-include.patch
deleted file mode 100644
index 1935fc4ccaeb..000000000000
--- a/kde-apps/ark/files/ark-18.04.0-missing-memory-include.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 23ce7f8c727d76d4532b8949c383c3f17b64a539 Mon Sep 17 00:00:00 2001
-From: Marco Genasci <fedeliallalinea@gmail.com>
-Date: Fri, 20 Apr 2018 11:40:30 +0200
-Subject: [PATCH] libzipplugin: Add missing <memory> header
-
-Summary:
-Build fails on some setups for use of std::unique_ptr.
-See also: https://bugs.gentoo.org/653546
-
-Reviewers: #ark
-
-Subscribers: kde-utils-devel
-
-Tags: #ark
-
-Differential Revision: https://phabricator.kde.org/D12374
----
- plugins/libzipplugin/libzipplugin.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/plugins/libzipplugin/libzipplugin.cpp b/plugins/libzipplugin/libzipplugin.cpp
-index 5641c97b..be260b39 100644
---- a/plugins/libzipplugin/libzipplugin.cpp
-+++ b/plugins/libzipplugin/libzipplugin.cpp
-@@ -41,6 +41,7 @@
-
- #include <utime.h>
- #include <zlib.h>
-+#include <memory>
-
- K_PLUGIN_FACTORY_WITH_JSON(LibZipPluginFactory, "kerfuffle_libzip.json", registerPlugin<LibzipPlugin>();)
-
---
-2.17.0
-