summaryrefslogtreecommitdiff
path: root/kde-plasma/breeze-gtk/breeze-gtk-5.26.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-26 15:55:57 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-26 15:55:57 +0100
commit533ce9c954925ca2a6bccd1f52f266e81e61a678 (patch)
treeef0ef849f69e60394f4bbbab166e6b83848f609c /kde-plasma/breeze-gtk/breeze-gtk-5.26.1.ebuild
parent9a8514e070a40648dbc8e28ad6457d925542b79a (diff)
gentoo auto-resync : 26:10:2022 - 15:55:57
Diffstat (limited to 'kde-plasma/breeze-gtk/breeze-gtk-5.26.1.ebuild')
-rw-r--r--kde-plasma/breeze-gtk/breeze-gtk-5.26.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.26.1.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.26.1.ebuild
deleted file mode 100644
index 775017d64f80..000000000000
--- a/kde-plasma/breeze-gtk/breeze-gtk-5.26.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-PYTHON_COMPAT=( python3_{8..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 ~ppc64"
-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
-}