kde-apps/libkipi: Drop slot 4

Package-Manager: portage-2.3.3
This commit is contained in:
Johannes Huber
2016-12-11 20:46:39 +01:00
parent 88f4faea0d
commit 7da1ed3d8e
3 changed files with 0 additions and 50 deletions

View File

@@ -1,3 +1 @@
DIST libkipi-15.08.3.tar.xz 95080 SHA256 33038a646b83b5f98858807ab54ce93a519d20a558a741c6ec406dd47b9ae0ec SHA512 e1dfeef8d71e5e22a361d4adc1e9dd1f4d613ac195cf93ad1851740012199b67cc17afea276a22a7c20c9b599c5ee6eb804c3104606dbeead73e0adc07a42eac WHIRLPOOL 560ba2cf779db213c1b4b3958975b8f9d3bd1d66f298af24bcd7bbaabe5c715efd5a0a0ec5fb90b68d56a095e7f7755e0c1bd06cd7ba57c7358ddaa8394e9773
DIST libkipi-16.04.3.tar.xz 104316 SHA256 c683fdf0ffe901f77d89f8fff27ba3598937bce0173910f6fba44fc669d0109e SHA512 097614df521fe69bbc9dd64777eec48f1026b118a91d3ac07795027cde56b02a3dfdcbfa5a6b760254db521f3ce709c6603a3f620ddcf5d7f0a055c030524cdc WHIRLPOOL 4a2d923ca4e695718339f0339eab6c790f76e7a3ce540bbe7b39ad7c0a16c5d55fc5653a4b0b5c197040e6841f4c3fb2c8e8076ff9aa46a6e5808e173cb23342
DIST libkipi-16.08.3.tar.xz 104312 SHA256 26011fea37ed1e4d1150ffdbd94d280a497e626bb5e66ec3ff7ca144ced2ee26 SHA512 726170d4a25a9139396ab4a5bcbf2e9528f3539dd4193b4bbd407d0524c3ad49d59302385a54bc82e6849e470b56a9a4d3eca2bbac33ceeb89838708f5b7e119 WHIRLPOOL ea311bfcfcf8d9f44e2297a8b2fb93910f505ca865780ccbf67c2dd7fadd2f5f5a46448f8a9d82b92a35329ef513aaab1aa6c002c2835a19db1402e50805a159

View File

@@ -1,21 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit kde4-base
DESCRIPTION="A library for image plugins accross KDE applications"
SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
DEPEND=""
RDEPEND="kde-apps/libkipi:5"
src_install() {
kde4-base_src_install
rm -r "${ED}"usr/share/icons || die
}

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
KDE_BLOCK_SLOT4="false"
inherit kde5
DESCRIPTION="A library for image plugins accross KDE applications"
SLOT="5/31"
KEYWORDS="amd64 ~arm x86"
IUSE=""
DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
"
RDEPEND="${DEPEND}
!<kde-apps/libkipi-15.08.3-r1:4
!kde-base/legacy-icons
"