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 9AF3213835B for ; Fri, 1 Jan 2021 22:45:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB4A0E0825; Fri, 1 Jan 2021 22:45:47 +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 A4D01E0825 for ; Fri, 1 Jan 2021 22:45:47 +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 08707340C30 for ; Fri, 1 Jan 2021 22:45:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54394487 for ; Fri, 1 Jan 2021 22:45:44 +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: <1609541133.9ffe3a40be78a7f2eda6f40ff5f015b6836d5159.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/breeze-icons/breeze-icons-5.77.0.ebuild X-VCS-Directories: kde-frameworks/breeze-icons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9ffe3a40be78a7f2eda6f40ff5f015b6836d5159 X-VCS-Branch: master Date: Fri, 1 Jan 2021 22:45:44 +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: a99709ba-dbe3-4792-85ba-9abaedd5d8ab X-Archives-Hash: 405250b87ff5cfd427509c68662a9bc3 commit: 9ffe3a40be78a7f2eda6f40ff5f015b6836d5159 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 1 22:42:20 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 1 22:45:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffe3a40 kde-frameworks/breeze-icons: Drop 5.77.0 (r0) Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../breeze-icons/breeze-icons-5.77.0.ebuild | 41 ---------------------- 1 file changed, 41 deletions(-) diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.77.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-5.77.0.ebuild deleted file mode 100644 index 9904bfe215d..00000000000 --- a/kde-frameworks/breeze-icons/breeze-icons-5.77.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PVCUT=$(ver_cut 1-2) -inherit cmake kde.org xdg-utils - -DESCRIPTION="Breeze SVG icon theme" -LICENSE="LGPL-3" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="test" - -BDEPEND=" - dev-qt/qtcore:5 - >=kde-frameworks/extra-cmake-modules-${PVCUT}:5 - test? ( app-misc/fdupes ) -" -DEPEND="test? ( dev-qt/qttest:5 )" - -RESTRICT+=" !test? ( test )" - -src_prepare() { - cmake_src_prepare - use test || cmake_comment_add_subdirectory autotests -} - -src_configure() { - local mycmakeargs=( - -DBINARY_ICONS_RESOURCE=OFF - ) - cmake_src_configure -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}