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 179C7138334 for ; Thu, 7 Jun 2018 10:48:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14191E0AD5; Thu, 7 Jun 2018 10:48:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BA9C1E0AD5 for ; Thu, 7 Jun 2018 10:48:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 96C4B335CA5 for ; Thu, 7 Jun 2018 10:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D23813E for ; Thu, 7 Jun 2018 10:48:50 +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: <1528368513.8190212bea9b2745b468d05076b7aadcbda837c4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/skanlite/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/skanlite/Manifest kde-misc/skanlite/skanlite-2.0.1.ebuild X-VCS-Directories: kde-misc/skanlite/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8190212bea9b2745b468d05076b7aadcbda837c4 X-VCS-Branch: master Date: Thu, 7 Jun 2018 10:48:50 +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-Archives-Salt: 31ff6b90-e62d-478d-b16b-3da56c90de38 X-Archives-Hash: 597d9593104b8caa5e17249e8b9743a9 commit: 8190212bea9b2745b468d05076b7aadcbda837c4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 7 10:34:03 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 7 10:48:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8190212b kde-misc/skanlite: Drop 2.0.1 Package-Manager: Portage-2.3.40, Repoman-2.3.9 kde-misc/skanlite/Manifest | 1 - kde-misc/skanlite/skanlite-2.0.1.ebuild | 41 --------------------------------- 2 files changed, 42 deletions(-) diff --git a/kde-misc/skanlite/Manifest b/kde-misc/skanlite/Manifest index 1cd9330cd6c..bccbb2c3116 100644 --- a/kde-misc/skanlite/Manifest +++ b/kde-misc/skanlite/Manifest @@ -1,2 +1 @@ -DIST skanlite-2.0.1.tar.xz 2139624 BLAKE2B f6959650e6e59899e24f20214b2e94b0f4c004982e2ff961384c4a07e13305c6f839f679759db088c16ab879b499eb700edb5f7d8d65056ddd155c3a55f5365b SHA512 2dc29f3aeca32a7afb515ae9349fab7ef635de731718b53ceaf532cbd3860fbb07bd936fd2988b6dddb74109775e22752ffd05a0a3d0218b9c8ae393af52b14e DIST skanlite-2.1.0.1.tar.xz 2151312 BLAKE2B c03ace256fd4159e36c7eb871f4f88a11142e36e427120560a09a0d0516f91450d350d4ae5db2004da6493d3a2a0aaaf5d45b4a688f3943cf92b76a71fb5f937 SHA512 8eb1a32994259010d4a134c1b25b74b8cc03ba4fa6ce70ee2026a3070c675c2b11f38770453d197008fbe12df976cc653362eb44d6ef89a7f0173c3a2cef3658 diff --git a/kde-misc/skanlite/skanlite-2.0.1.ebuild b/kde-misc/skanlite/skanlite-2.0.1.ebuild deleted file mode 100644 index 1d3bed58d36..00000000000 --- a/kde-misc/skanlite/skanlite-2.0.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="true" -inherit kde5 - -DESCRIPTION="KDE image scanning application" -HOMEPAGE="http://www.kde.org/applications/graphics/skanlite/" -SRC_URI="mirror://kde/stable/${PN}/2.0/${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 -" - -src_prepare() { - kde5_src_prepare - cmake_comment_add_subdirectory autotests - cmake_comment_add_subdirectory tests - sed -i -e "/TextWidgets/d" CMakeLists.txt || die - use handbook || sed -i -e "/DocTools/d" CMakeLists.txt || die -}