kde-plasma/breeze-gtk: drop 6.0.2

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2024-03-26 20:49:21 +01:00
parent 05ee78e4cf
commit eb44314bba
No known key found for this signature in database
GPG Key ID: 012423318D1FB6CD
2 changed files with 0 additions and 33 deletions

View File

@ -1,3 +1,2 @@
DIST breeze-gtk-5.27.11.tar.xz 40688 BLAKE2B 0843870e93b21f890ef12c16e1ba25b02ba26774588a22a6fc77d1f6205769992ed30001cd2ffbfa85890581077f009b8bcaa02d00cb0bc5f1d9686a65f7dd89 SHA512 0d9f86142342d124cb31151695038c8cb03b5c7c16f21443e0e1613ec184c37ed7eebc46fadd74f6c553a1081d60846d53072e979e39ba455ca517825eaab846
DIST breeze-gtk-6.0.2.tar.xz 40668 BLAKE2B 29f2e340484a6f1b36d131e4ea519215663890a756775c15820d0f9302e35fb9b008fb9f9b9db8767a23522128116c1c38a65f7e61008304048ee1524cb759cb SHA512 8a02324f4cd26772e5d9554874cb5d1e8f82dc31f5122e5830423f98820bef2bb34812f3788b0890c2b3679c0fa2e1d941559b47c72f1e297a50c3f178625dd8
DIST breeze-gtk-6.0.3.tar.xz 40708 BLAKE2B 1140d352410c3e2e9cdea21e798baeade30b63d8475b9b602d98d1e2861d5aac2feb8a3d5233912c62a98e998f0eb416ddfbe01c4eb2f9eef682bd4863c6cf42 SHA512 800d95d94561f8b4b48347145eb06b7291ca62a5bd4b7f1ccbc4c1f2ffad01980fe5bb20ce9ee290a569436e9c722037d36c8bd8e69f52e235823a0c966ee242

View File

@ -1,32 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.0
PVCUT=$(ver_cut 1-3)
PYTHON_COMPAT=( python3_{10..12} )
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="6"
KEYWORDS="~amd64"
IUSE=""
BDEPEND="${PYTHON_DEPS}
dev-lang/sassc
$(python_gen_any_dep 'dev-python/pycairo[${PYTHON_USEDEP}]')
>=kde-plasma/breeze-${PVCUT}:6
"
python_check_deps() {
python_has_version "dev-python/pycairo[${PYTHON_USEDEP}]"
}
pkg_setup() {
python-any-r1_pkg_setup
ecm_pkg_setup
}