Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/skanlite/
Date: Mon, 12 Aug 2019 06:16:40
Message-Id: 1565590586.66dc59b3429c3e995491bc947bc68c1d25757613.asturm@gentoo
1 commit: 66dc59b3429c3e995491bc947bc68c1d25757613
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 12 06:09:28 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 06:16:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66dc59b3
7
8 kde-misc/skanlite: Drop 2.1.0.1 (r0)
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/skanlite/skanlite-2.1.0.1.ebuild | 36 -------------------------------
14 1 file changed, 36 deletions(-)
15
16 diff --git a/kde-misc/skanlite/skanlite-2.1.0.1.ebuild b/kde-misc/skanlite/skanlite-2.1.0.1.ebuild
17 deleted file mode 100644
18 index 6c23b07d2c5..00000000000
19 --- a/kde-misc/skanlite/skanlite-2.1.0.1.ebuild
20 +++ /dev/null
21 @@ -1,36 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -KDE_HANDBOOK="forceoptional"
28 -KDE_TEST="forceoptional"
29 -inherit kde5
30 -
31 -DESCRIPTION="KDE image scanning application"
32 -HOMEPAGE="https://www.kde.org/applications/graphics/skanlite"
33 -SRC_URI="mirror://kde/stable/${PN}/2.1/${P}.tar.xz"
34 -
35 -LICENSE="|| ( GPL-2 GPL-3 ) handbook? ( FDL-1.2+ )"
36 -KEYWORDS="amd64 x86"
37 -IUSE=""
38 -
39 -DEPEND="
40 - $(add_frameworks_dep kconfig)
41 - $(add_frameworks_dep kconfigwidgets)
42 - $(add_frameworks_dep kcoreaddons)
43 - $(add_frameworks_dep ki18n)
44 - $(add_frameworks_dep kio)
45 - $(add_frameworks_dep kjobwidgets)
46 - $(add_frameworks_dep kwidgetsaddons)
47 - $(add_frameworks_dep kxmlgui)
48 - $(add_kdeapps_dep libksane)
49 - $(add_qt_dep qtgui)
50 - $(add_qt_dep qtwidgets)
51 - media-libs/libpng:0=
52 -"
53 -RDEPEND="${DEPEND}
54 - !kde-misc/skanlite:4
55 -"
56 -
57 -PATCHES=( "${FILESDIR}/${P}-cmake.patch" )