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 A384B139695 for ; Mon, 17 Apr 2017 11:53:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88E67E0CFD; Mon, 17 Apr 2017 11:53:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60F75E0CF3 for ; Mon, 17 Apr 2017 11:53:03 +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 43B973412CB for ; Mon, 17 Apr 2017 11:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DDCD742C for ; Mon, 17 Apr 2017 11:53:00 +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: <1492429964.b25121e809c74712ae202d70b1dcb09fa9099c52.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kfind/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kfind/Manifest kde-apps/kfind/kfind-16.08.3.ebuild X-VCS-Directories: kde-apps/kfind/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b25121e809c74712ae202d70b1dcb09fa9099c52 X-VCS-Branch: master Date: Mon, 17 Apr 2017 11:53:00 +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: 40dc42cb-792c-4096-83d2-4a18d9473a47 X-Archives-Hash: bb5e4532baa9ef8b3003a807a65b9484 commit: b25121e809c74712ae202d70b1dcb09fa9099c52 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 17 11:33:52 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 17 11:52:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25121e8 kde-apps/kfind: Drop 16.08.3 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kfind/Manifest | 1 - kde-apps/kfind/kfind-16.08.3.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/kde-apps/kfind/Manifest b/kde-apps/kfind/Manifest index 7bfd2943dc5..290afc3bc58 100644 --- a/kde-apps/kfind/Manifest +++ b/kde-apps/kfind/Manifest @@ -1,2 +1 @@ -DIST kde-baseapps-16.08.3.tar.xz 2051000 SHA256 47e9bb15c64495392625d69af9ac7e00644caa52c98c7187489a7c569ec842a1 SHA512 6606430c2ec5ab934d253a009bbc2c1df4e9d1f8b54dcf16dd9f1894449d7c734641f17360b906a3a7667ac7083ab712b8498b44a20c137d836dd1dab8963649 WHIRLPOOL b65a32a9c03424ed6718db4b5fea85c28690074f450f49df1c581d77e03cc172004dda5aadd39de087e6ff0d101ac1f7587a960e20f7d4faa56f2b45a6ee7643 DIST kfind-16.12.3.tar.xz 61924 SHA256 523f98df8bff0cf9fa8b7454b6b2ffe33cbd18b1834ba34fdaaf9198fbb0f9b4 SHA512 e89d2199abdbf83625bd3f9920e5582813cd6e0953ba350f445299990e44953657ad8215af7d1cf1e7767520cb92aa61781627dbbf4a84648ca58819a8e003e7 WHIRLPOOL 715a487986131cc5fea15d7d5873e1bcb85ade7895b87d41dc8f80963ec452af0cb884d5108bc81f15c4166fb296f87494930f4395a62878f9041e682d3a346d diff --git a/kde-apps/kfind/kfind-16.08.3.ebuild b/kde-apps/kfind/kfind-16.08.3.ebuild deleted file mode 100644 index 86c6d0d6f1a..00000000000 --- a/kde-apps/kfind/kfind-16.08.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="optional" -KMNAME="kde-baseapps" -inherit kde4-meta - -DESCRIPTION="KDE file finder utility" -HOMEPAGE="https://www.kde.org/applications/utilities/kfind/" -KEYWORDS="amd64 ~arm x86" -IUSE="debug" - -DEPEND=" - $(add_kdeapps_dep libkonq) -" -RDEPEND="${DEPEND}"