From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7F73138334 for ; Mon, 12 Aug 2019 06:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30163E03EC; Mon, 12 Aug 2019 06:16:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16A3DE03EC for ; Mon, 12 Aug 2019 06:16:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2989C34990E for ; Mon, 12 Aug 2019 06:16:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBEFF759 for ; Mon, 12 Aug 2019 06:16:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1565590586.66dc59b3429c3e995491bc947bc68c1d25757613.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/skanlite/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/skanlite/skanlite-2.1.0.1.ebuild X-VCS-Directories: kde-misc/skanlite/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 66dc59b3429c3e995491bc947bc68c1d25757613 X-VCS-Branch: master Date: Mon, 12 Aug 2019 06:16:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ba1d7b7-dd21-4ac4-8bb5-1cf66b0771ae X-Archives-Hash: 93e3df37e57537c37f52814187a7422d commit: 66dc59b3429c3e995491bc947bc68c1d25757613 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 12 06:09:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 12 06:16:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66dc59b3 kde-misc/skanlite: Drop 2.1.0.1 (r0) Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/skanlite/skanlite-2.1.0.1.ebuild | 36 ------------------------------- 1 file changed, 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 6c23b07d2c5..00000000000 --- 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" )