diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-06 21:23:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-06 21:24:10 +0200 |
commit | 88876e45e3d983e5bcc9ca4d23a20c082069f0f8 (patch) | |
tree | dc3f0ccbdd625acd65e403cca525f69c06688f1c /kde-apps/kio-extras | |
parent | sys-kernel/gentoo-sources: Linux 4.19.70 and 4.19.71 (diff) | |
download | gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.gz gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.bz2 gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.zip |
kde-apps: Drop KDE Applications 19.08.0
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kio-extras')
-rw-r--r-- | kde-apps/kio-extras/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kio-extras/kio-extras-19.08.0.ebuild | 76 |
2 files changed, 0 insertions, 77 deletions
diff --git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest index 28bca6825b40..9a74890f0935 100644 --- a/kde-apps/kio-extras/Manifest +++ b/kde-apps/kio-extras/Manifest @@ -1,3 +1,2 @@ DIST kio-extras-19.04.3.tar.xz 570436 BLAKE2B d506bae6c5ef9b14600f0dd05e26dde7e9ae75a086dfc047ee9e0dcf5baac03694a75f8547b47550a2a37e9bfad040051abbc7b316965e0c7690d94f161e034c SHA512 68b9218ef86c4aabbf9d6df21da087b954469494fe50061d2e61da7d3a121da5afe9da967281626b0f17c19e7b5078a789c29dc08dbc37196a07a67660951ad2 -DIST kio-extras-19.08.0.tar.xz 578108 BLAKE2B 9e133687f58546fc6847f56c4f22c446146bac7a27cbe2ac61e77e5a4cb86814424fe0475cf61df7ae3d4afa58fcbc0cbd92e64b68e956fc69d6e98d1028a6c9 SHA512 61687ee7f57f880e0e205267643292a19581985b4fd42936d0cc10999306754d1f30f9ab1a7494844f53742956007520811149ffacc27273985ed44c666c6766 DIST kio-extras-19.08.1.tar.xz 577524 BLAKE2B e9c4adb7abcf0c71e3fcd018c615e0d190a395c5e70dd36d54d252fab8c38db2d18c2b5d4d7a4c90b9b365899f3bc456dda27f1eff375f6412c4f856be9eb4bd SHA512 cd13862d63769496511d286eae3f11d7de52c2335e3706b16d0e32991b1443ad34d10ec25a1d7968b771b4cf02dc6075fc69d44f2c905a912a65389c197c6d24 diff --git a/kde-apps/kio-extras/kio-extras-19.08.0.ebuild b/kde-apps/kio-extras/kio-extras-19.08.0.ebuild deleted file mode 100644 index ed12668f1418..000000000000 --- a/kde-apps/kio-extras/kio-extras-19.08.0.ebuild +++ /dev/null @@ -1,76 +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="KIO plugins present a filesystem-like view of arbitrary data" -HOMEPAGE="https://cgit.kde.org/kio-extras.git" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="activities +man mtp openexr phonon samba +sftp taglib" - -BDEPEND=" - man? ( dev-util/gperf ) -" -DEPEND=" - $(add_frameworks_dep karchive 'bzip2,lzma') - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdnssd) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kpty) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_frameworks_dep syntax-highlighting) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - activities? ( - $(add_frameworks_dep kactivities) - $(add_qt_dep qtsql) - ) - man? ( $(add_frameworks_dep khtml) ) - mtp? ( >=media-libs/libmtp-1.1.16:= ) - openexr? ( media-libs/openexr:= ) - phonon? ( media-libs/phonon[qt5(+)] ) - samba? ( net-fs/samba[client] ) - sftp? ( net-libs/libssh:=[sftp] ) - taglib? ( >=media-libs/taglib-1.11.1 ) -" -RDEPEND="${DEPEND} - $(add_frameworks_dep kded) -" - -# requires running kde environment -RESTRICT+=" test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package activities KF5Activities) - $(cmake-utils_use_find_package man Gperf) - $(cmake-utils_use_find_package mtp Mtp) - $(cmake-utils_use_find_package openexr OpenEXR) - $(cmake-utils_use_find_package phonon Phonon4Qt5) - $(cmake-utils_use_find_package samba Samba) - $(cmake-utils_use_find_package sftp libssh) - $(cmake-utils_use_find_package taglib Taglib) - ) - - kde5_src_configure -} |