summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-12 19:54:53 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-12 19:54:53 +0100
commit68e10dc311cad68cb53fb7c119d23a14644180f5 (patch)
tree8559c4b1beb91b47d1695aadc59309171a2c9887 /kde-apps/kio-extras
parentdev-libs/kirigami: Version bump 2.0.0 (diff)
downloadgentoo-68e10dc311cad68cb53fb7c119d23a14644180f5.tar.gz
gentoo-68e10dc311cad68cb53fb7c119d23a14644180f5.tar.bz2
gentoo-68e10dc311cad68cb53fb7c119d23a14644180f5.zip
kde-apps: Remove KDE Applications 16.12.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kio-extras')
-rw-r--r--kde-apps/kio-extras/Manifest1
-rw-r--r--kde-apps/kio-extras/kio-extras-16.12.0.ebuild79
2 files changed, 0 insertions, 80 deletions
diff --git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest
index c505aa6ffcfa..3dc094142450 100644
--- a/kde-apps/kio-extras/Manifest
+++ b/kde-apps/kio-extras/Manifest
@@ -1,3 +1,2 @@
DIST kio-extras-16.08.3.tar.xz 279132 SHA256 b313aaa72c0b945ab2eaacf285f9eb8f1a7a23f05a62a033e9c6e13d8e9ea5e5 SHA512 b38d011f43d1b5f7594efa90127207eda61c854b18717500ef4762a63ab9b9ec4a8ff94a3517a931d1f442fec39f2bad80ea5a8412f8387ad790525627007461 WHIRLPOOL f26f64516acba447acb0f3737784648ecc1fbfc9d791c6008fe03dc5c9e0e56417eaad04d8b6b77ce432f24429386d7720c1413cb4c0f5f54423c3fcccddd351
-DIST kio-extras-16.12.0.tar.xz 279712 SHA256 7d34ae5a2527c258a37f9a5aea3ef9ad0444009e70878b750d7195bdf0ef9d3c SHA512 990692005e076c0a8c136f833900be570731c0b8a5cd76506157ade6389415739ae5a0f203b41dcc0a81c511aa1f1dac95f8190eb53353359bff7cffa3975e5b WHIRLPOOL dfd7b8a20d43547840bc09fbd34f3c1fc865caecd933ad823c58303105b27ad27d26968d726de61877f74b2672f50636562e5cbf123f06c34c6a78c0c5c74605
DIST kio-extras-16.12.1.tar.xz 279688 SHA256 2cb558a7658894ee67f9318bbd98949b8eda425e5a30ca2af761e5d54d807093 SHA512 76ec2943ada59d2375bab06e6062a7b73901c4bcbe1666ed781d2a8a7f1062b2d94dbc4f1921acfc84771481105f93656c7a658419dd938cb63349fea7b8f929 WHIRLPOOL 89a7129594f4f15319164be9382f57431dbd89f7d885e4807fe1458205a0de7120f4e28ddea912c69fbf68c29f3971a2e8d25dbfb93da0a2128da3f069cddbff
diff --git a/kde-apps/kio-extras/kio-extras-16.12.0.ebuild b/kde-apps/kio-extras/kio-extras-16.12.0.ebuild
deleted file mode 100644
index 7df6fd5704bf..000000000000
--- a/kde-apps/kio-extras/kio-extras-16.12.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
-QT_MINIMAL="5.7.0"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS="~amd64 ~x86"
-IUSE="exif htmlthumbs mtp openexr phonon samba +sftp slp"
-
-COMMON_DEPEND="
- $(add_frameworks_dep kactivities)
- $(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 kdelibs4support)
- $(add_frameworks_dep kdnssd)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep khtml)
- $(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_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtsql)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- virtual/jpeg:0
- exif? ( media-gfx/exiv2:= )
- htmlthumbs? ( $(add_qt_dep qtwebengine) )
- mtp? ( media-libs/libmtp:= )
- openexr? ( media-libs/openexr )
- phonon? ( media-libs/phonon[qt5] )
- samba? ( || ( <net-fs/samba-4.0.0_alpha1[smbclient] >=net-fs/samba-4.0.0_alpha1[client] ) )
- sftp? ( >=net-libs/libssh-0.6.0:=[sftp] )
- slp? ( net-libs/openslp )
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kded)
-"
-DEPEND="${COMMON_DEPEND}
- x11-misc/shared-mime-info
-"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package exif Exiv2)
- $(cmake-utils_use_find_package htmlthumbs Qt5WebEngineWidgets)
- $(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 slp SLP)
- )
-
- kde5_src_configure
-}