summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-plasma/breeze-gtk/breeze-gtk-6.3.49.9999.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/breeze-gtk/breeze-gtk-6.3.49.9999.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-6.3.49.9999.ebuild
deleted file mode 100644
index 6f836fe7987..00000000000
--- a/kde-plasma/breeze-gtk/breeze-gtk-6.3.49.9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.10.0
-PYTHON_COMPAT=( python3_{11..13} )
-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=""
-IUSE=""
-
-BDEPEND="${PYTHON_DEPS}
- dev-lang/sassc
- $(python_gen_any_dep 'dev-python/pycairo[${PYTHON_USEDEP}]')
- >=kde-plasma/breeze-${KDE_CATV}:6
-"
-
-python_check_deps() {
- python_has_version "dev-python/pycairo[${PYTHON_USEDEP}]"
-}