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 9C09A15A7D9 for ; Wed, 22 Mar 2023 23:01:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD93EE0794; Wed, 22 Mar 2023 23:01:11 +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 A4371E0794 for ; Wed, 22 Mar 2023 23:01:11 +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 DF161335D8D for ; Wed, 22 Mar 2023 23:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E5178D3 for ; Wed, 22 Mar 2023 23:01:09 +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: <1679526060.9b638e6fb8b1191bef773df0963d25a9d2e618c9.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.27.3.ebuild X-VCS-Directories: kde-plasma/breeze-gtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b638e6fb8b1191bef773df0963d25a9d2e618c9 X-VCS-Branch: master Date: Wed, 22 Mar 2023 23:01:09 +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: ee804b5f-5b46-4395-a572-ef9c3f9e5bf7 X-Archives-Hash: 6d6c620fe51a21ad1ae185072098d9df commit: 9b638e6fb8b1191bef773df0963d25a9d2e618c9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 22 22:45:20 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 22 23:01:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b638e6f kde-plasma/breeze-gtk: drop 5.27.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/breeze-gtk/breeze-gtk-5.27.3.ebuild | 38 -------------------------- 1 file changed, 38 deletions(-) diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.27.3.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.27.3.ebuild deleted file mode 100644 index 2f5553b289dd..000000000000 --- a/kde-plasma/breeze-gtk/breeze-gtk-5.27.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PVCUT=$(ver_cut 1-3) -PYTHON_COMPAT=( python3_{9..11} ) -inherit ecm plasma.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 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -BDEPEND="${PYTHON_DEPS} - dev-lang/sassc - $(python_gen_any_dep 'dev-python/pycairo[${PYTHON_USEDEP}]') - >=kde-plasma/breeze-${PVCUT}:5 -" - -python_check_deps() { - python_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 -}