diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-08-25 06:38:45 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-08-25 20:46:59 +1000 |
commit | 37150fa963eb3aa155eb9e94c3d6b233154ca1de (patch) | |
tree | 8bce549e96d6e85c58e00d1b3cbd303869107118 /kde-apps/kio-extras | |
parent | media-libs/libart_lgpl: eapi bump, fix src_install phase (and, then, really d... (diff) | |
download | gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.gz gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.bz2 gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.zip |
kde-apps: remove 15.12.3
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-15.12.3.ebuild | 75 |
2 files changed, 0 insertions, 76 deletions
diff --git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest index b21032c8623b..929b69a79462 100644 --- a/kde-apps/kio-extras/Manifest +++ b/kde-apps/kio-extras/Manifest @@ -1,2 +1 @@ -DIST kio-extras-15.12.3.tar.xz 266640 SHA256 0769e7d6aeb01d303ef6f9c30f3a6b8e3d1a793a27fe09a83f4fbbead22b0fd2 SHA512 b9f6027c7655f94d013fe5ac5a70afad7afb43856b190ccbd4b2fb6dc33b056e165541237dc8ee4168471df8e2cb752beffbf802facf039c56c7a0a8ebee5c01 WHIRLPOOL 39917de8b01544d2f28c79ff924438b1cb880d97a58c261796c4fe38bf08dcbbd2f0a0865f92555480fb30acfecc4e8903abd9092c73f4886b10be31550cfe66 DIST kio-extras-16.04.3.tar.xz 277736 SHA256 100e69d7ad0df39ee8a2789dce0b02601097cce903a902f4e1aa633a953cafeb SHA512 b6367626e2ed69394a917cac205d8ba1741b6d522517c2b7119da996b2eb6ea550cb1630bedd8418c371f57075ed88fc8cbe848f3b0ee44fff9a76a9ac79ff4d WHIRLPOOL 02caf8275154b021f7cf6753477e1ff869719fce79801828d63ba4aae0a11aa3556b15d95bc441e4e1f1e123b787d54c60c40831aa88e2f4bb95d5f8c4e3a11c diff --git a/kde-apps/kio-extras/kio-extras-15.12.3.ebuild b/kde-apps/kio-extras/kio-extras-15.12.3.ebuild deleted file mode 100644 index 0404da308505..000000000000 --- a/kde-apps/kio-extras/kio-extras-15.12.3.ebuild +++ /dev/null @@ -1,75 +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" -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 ~arm x86" -IUSE="exif mtp openexr phonon samba +sftp slp" - -COMMON_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 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 qtsvg) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - virtual/jpeg:0 - exif? ( media-gfx/exiv2:= ) - 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) - !<kde-apps/kcontrol-15.08.0-r1:4 -" -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 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 -} |