kde-apps/libksane: remove old
authorMichael Palimaka <kensington@gentoo.org>
Thu, 21 Jul 2016 10:26:54 +0000 (20:26 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 21 Jul 2016 10:27:02 +0000 (20:27 +1000)
Package-Manager: portage-2.3.0

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

diff --git a/kde-apps/libksane/libksane-15.08.3.ebuild b/kde-apps/libksane/libksane-15.08.3.ebuild
deleted file mode 100644 (file)
index 2ad17a4..0000000
+++ /dev/null
@@ -1,25 +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="SANE Library interface for KDE"
-KEYWORDS="amd64 x86"
-IUSE="debug minimal"
-LICENSE="LGPL-2"
-
-DEPEND="
-       media-gfx/sane-backends
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-       kde4-base_src_install
-
-       if use minimal ; then
-               rm -r "${ED}"usr/share/icons || die
-       fi
-}