summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-12 18:49:43 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-12 18:49:43 +0100
commite3d1b615a3a418da44c76afbdb8456a9f794b2e6 (patch)
tree2034a1caebea2e7d9cb5480156c3f95577436ce4 /kde-frameworks/kimageformats
parentprofiles: Move prison to stable use mask (diff)
downloadgentoo-e3d1b615a3a418da44c76afbdb8456a9f794b2e6.tar.gz
gentoo-e3d1b615a3a418da44c76afbdb8456a9f794b2e6.tar.bz2
gentoo-e3d1b615a3a418da44c76afbdb8456a9f794b2e6.zip
kde-frameworks: Remove KDE Frameworks 5.28.0
Package-Manager: portage-2.3.3
Diffstat (limited to 'kde-frameworks/kimageformats')
-rw-r--r--kde-frameworks/kimageformats/Manifest1
-rw-r--r--kde-frameworks/kimageformats/kimageformats-5.28.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-frameworks/kimageformats/Manifest b/kde-frameworks/kimageformats/Manifest
index 04cb51d968a8..8a0e7fd6d675 100644
--- a/kde-frameworks/kimageformats/Manifest
+++ b/kde-frameworks/kimageformats/Manifest
@@ -1,3 +1,2 @@
DIST kimageformats-5.26.0.tar.xz 204120 SHA256 ddf5f3f1130d1f3b7501e61343324fcb32c3b0f234b2a0a34ee9d42e5dde2b8e SHA512 b3db6b85fe31dc5f08f5ab5421f18fefc34185a1906b854e6df03ae546d8735ad09690eed23d39ff7a9a0dc2bf1cfb5609f91b00240526e757bd69c98b64a742 WHIRLPOOL 08b9ed909a37ab55be75e7e3aa963a16546edfa96cb39289d66ea1ae2fa0c16d04cefc8ed7fde5b9cb17b074b97fc67d5353b0ee4b57775f1aeba462e0a3f175
-DIST kimageformats-5.28.0.tar.xz 204532 SHA256 2a4f138cff2d518e5ab68225594c82864331b14d3cac5a9ead32a65c4a9527c0 SHA512 0dbe255f97df3508041b2b37d6143c36abf8ad5c784805c093b19ababa3c4ac607676e45fd491a9039535ff0d5f2c86fd39fe9aca2c46eca6f1da2c435f5169b WHIRLPOOL b7a289ba4911f3f439e8b5dfed7d7519701094db4e0c987977b74dc368704f753b4f4d12bab7994c3efd6f03f0ab48ec728a7730198ff38473d6652392ef66e7
DIST kimageformats-5.29.0.tar.xz 204576 SHA256 aa9fab34f7e564cc7a5334ef4b9d775452873cd23495279ad8d7b68f0855050d SHA512 06b3771779cf94a61a5bf288bd8b89e6a8c40eeadcac5989ef3bb8fb0725169b53e75ef9bc1f954ff88b7e6d8be0ba38ba18b7d636a27ae45bb6a457cc34a53e WHIRLPOOL 23b03e14cd72bba0ca303a9cc93c97c120b295ec8868f093bffab233087def215edd58379320083a96d26d577d3486820ba52997a75bc1df55905c410da5bd73
diff --git a/kde-frameworks/kimageformats/kimageformats-5.28.0.ebuild b/kde-frameworks/kimageformats/kimageformats-5.28.0.ebuild
deleted file mode 100644
index a452f186cf27..000000000000
--- a/kde-frameworks/kimageformats/kimageformats-5.28.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework providing additional format plugins for Qt's image I/O system"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="eps openexr"
-
-RDEPEND="
- $(add_frameworks_dep karchive)
- $(add_qt_dep qtgui)
- eps? ( $(add_qt_dep qtprintsupport) )
- openexr? (
- media-libs/ilmbase:=
- media-libs/openexr:=
- )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( src/imageformats/AUTHORS )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package eps Qt5PrintSupport)
- $(cmake-utils_use_find_package openexr OpenEXR)
- )
-
- kde5_src_configure
-}