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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6F4E158088 for ; Mon, 29 Nov 2021 13:52:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 033E62BC098; Mon, 29 Nov 2021 13:52:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3DB42BC090 for ; Mon, 29 Nov 2021 13:52:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6D67342CED for ; Mon, 29 Nov 2021 13:52:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2D14200 for ; Mon, 29 Nov 2021 13:52:48 +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: <1638193926.ad132bb5512cb8ed877c467a2dd9ae6523988b8a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/filelight/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/filelight/Manifest kde-apps/filelight/filelight-21.04.3.ebuild X-VCS-Directories: kde-apps/filelight/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ad132bb5512cb8ed877c467a2dd9ae6523988b8a X-VCS-Branch: master Date: Mon, 29 Nov 2021 13:52:48 +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: 6dce2f46-2cf5-4b70-b342-00a1cc2ce19e X-Archives-Hash: 6afc617ed68f4ac66424cb178b5c511e commit: ad132bb5512cb8ed877c467a2dd9ae6523988b8a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 28 13:09:10 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 29 13:52:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad132bb5 kde-apps/filelight: drop 21.04.3* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/filelight/Manifest | 1 - kde-apps/filelight/filelight-21.04.3.ebuild | 35 ----------------------------- 2 files changed, 36 deletions(-) diff --git a/kde-apps/filelight/Manifest b/kde-apps/filelight/Manifest index d7bd88e6f2f8..60f91796a510 100644 --- a/kde-apps/filelight/Manifest +++ b/kde-apps/filelight/Manifest @@ -1,2 +1 @@ -DIST filelight-21.04.3.tar.xz 680804 BLAKE2B 5d90c567752923d89f0a896cd9180e19e834674c0f10471ca301cb004b1cb56aa9946799a34000f94834fae7091ee58aac871c336fbca8e36d81015051eb86d6 SHA512 7f239b0bbef95a111407d85cd7da6f9523a3b12e8ab13a29b4a7f661315e47866bf04a9863464124edd14f4e35b4d45e23cfafe059bd325b7f9f6ed3fc416a7d DIST filelight-21.08.3.tar.xz 683604 BLAKE2B 0ddd8c101b38598787d1c78cdf098830158870e1ac9aeba1a8cf86f38ad32a05f3fd5c2f91d1cfcdb8dec4b402ca3026cedf1f51da89046c0d696801312e7a32 SHA512 0495ccf3230a77098386399ee9b08b4a581b637c267d94229fabe949e166e757872a548382b3b03f109cb95c7bc48b8359318a48f7a34f24e4fff61dfe9cf118 diff --git a/kde-apps/filelight/filelight-21.04.3.ebuild b/kde-apps/filelight/filelight-21.04.3.ebuild deleted file mode 100644 index d00603d9f8fb..000000000000 --- a/kde-apps/filelight/filelight-21.04.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="optional" -ECM_TEST="forceoptional" -KFMIN=5.80.0 -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Visualise disk usage with interactive map of concentric, segmented rings" -HOMEPAGE="https://apps.kde.org/filelight/ -https://utils.kde.org/projects/filelight/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 ~ppc64 x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtsvg-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}"