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 D7D90158086 for ; Tue, 23 Nov 2021 14:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 142CFE088C; Tue, 23 Nov 2021 14:59:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 DF8B5E088C for ; Tue, 23 Nov 2021 14:59:38 +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 A905D342F44 for ; Tue, 23 Nov 2021 14:59:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFD6B1E2 for ; Tue, 23 Nov 2021 14:59:34 +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: <1637679551.138cf8e243c82c5341320916330f9c29b0f07ab1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/breeze-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/breeze-gtk/breeze-gtk-5.23.3.ebuild X-VCS-Directories: kde-plasma/breeze-gtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 138cf8e243c82c5341320916330f9c29b0f07ab1 X-VCS-Branch: master Date: Tue, 23 Nov 2021 14:59:34 +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: 64ac3283-ccee-49b0-8cd7-ca63d0c91943 X-Archives-Hash: cb51ad6b660bd19629e6938dd4f1bb94 commit: 138cf8e243c82c5341320916330f9c29b0f07ab1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 22 17:51:39 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 23 14:59:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138cf8e2 kde-plasma/breeze-gtk: Drop 5.23.3 (r0) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/breeze-gtk/breeze-gtk-5.23.3.ebuild | 39 -------------------------- 1 file changed, 39 deletions(-) diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.23.3.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.23.3.ebuild deleted file mode 100644 index 3a25f86673fe..000000000000 --- a/kde-plasma/breeze-gtk/breeze-gtk-5.23.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PVCUT=$(ver_cut 1-3) -PYTHON_COMPAT=( python3_{8..10} ) -inherit ecm kde.org python-any-r1 - -DESCRIPTION="Official GTK+ port of Plasma's Breeze widget style" -HOMEPAGE="https://invent.kde.org/plasma/breeze-gtk" - -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -BDEPEND="${PYTHON_DEPS} - dev-lang/sassc - $(python_gen_any_dep 'dev-python/pycairo[${PYTHON_USEDEP}]') - >=dev-util/cmake-3.16 - >=kde-plasma/breeze-${PVCUT}:5 -" - -python_check_deps() { - has_version "dev-python/pycairo[${PYTHON_USEDEP}]" -} - -pkg_setup() { - python-any-r1_pkg_setup - ecm_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DPython3_EXECUTABLE="${PYTHON}" - ) - ecm_src_configure -}