summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-12 08:09:28 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-12 08:16:26 +0200
commit66dc59b3429c3e995491bc947bc68c1d25757613 (patch)
tree11747158e8e296a0813bd87294d6e1b033d4dca9 /kde-misc
parentsys-apps/xdg-desktop-portal: Drop 1.2.0 (diff)
downloadgentoo-66dc59b3429c3e995491bc947bc68c1d25757613.tar.gz
gentoo-66dc59b3429c3e995491bc947bc68c1d25757613.tar.bz2
gentoo-66dc59b3429c3e995491bc947bc68c1d25757613.zip
kde-misc/skanlite: Drop 2.1.0.1 (r0)
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/skanlite/skanlite-2.1.0.1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-misc/skanlite/skanlite-2.1.0.1.ebuild b/kde-misc/skanlite/skanlite-2.1.0.1.ebuild
deleted file mode 100644
index 6c23b07d2c59..000000000000
--- a/kde-misc/skanlite/skanlite-2.1.0.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE image scanning application"
-HOMEPAGE="https://www.kde.org/applications/graphics/skanlite"
-SRC_URI="mirror://kde/stable/${PN}/2.1/${P}.tar.xz"
-
-LICENSE="|| ( GPL-2 GPL-3 ) handbook? ( FDL-1.2+ )"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep libksane)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- media-libs/libpng:0=
-"
-RDEPEND="${DEPEND}
- !kde-misc/skanlite:4
-"
-
-PATCHES=( "${FILESDIR}/${P}-cmake.patch" )