kde-apps/libkipi: remove old
authorMichael Palimaka <kensington@gentoo.org>
Thu, 21 Jul 2016 10:17:16 +0000 (20:17 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 21 Jul 2016 10:17:34 +0000 (20:17 +1000)
Package-Manager: portage-2.3.0

kde-apps/libkipi/libkipi-15.08.3.ebuild [deleted file]

diff --git a/kde-apps/libkipi/libkipi-15.08.3.ebuild b/kde-apps/libkipi/libkipi-15.08.3.ebuild
deleted file mode 100644 (file)
index 654065d..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="A library for image plugins accross KDE applications"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug minimal"
-
-src_install() {
-       kde4-base_src_install
-
-       if use minimal ; then
-               rm -r "${D}"/usr/share/icons || die
-       fi
-}