summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-07 09:13:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-07 09:54:01 +0200
commitedec50860f7acd5dd09f600243ca49966d66322a (patch)
treecafd912bdadad932bd9ae59d7790839fcbc65aa1 /kde-plasma/oxygen/oxygen-5.18.4.1.ebuild
parentkde-apps: Re-add ~x86 keyword to 20.04.0 (diff)
downloadgentoo-edec50860f7acd5dd09f600243ca49966d66322a.tar.gz
gentoo-edec50860f7acd5dd09f600243ca49966d66322a.tar.bz2
gentoo-edec50860f7acd5dd09f600243ca49966d66322a.zip
kde-plasma: Drop KDE Plasma 5.18.4.1
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/oxygen/oxygen-5.18.4.1.ebuild')
-rw-r--r--kde-plasma/oxygen/oxygen-5.18.4.1.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/kde-plasma/oxygen/oxygen-5.18.4.1.ebuild b/kde-plasma/oxygen/oxygen-5.18.4.1.ebuild
deleted file mode 100644
index 4c77767f6b20..000000000000
--- a/kde-plasma/oxygen/oxygen-5.18.4.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.66.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Oxygen visual style for the Plasma desktop"
-HOMEPAGE="https://cgit.kde.org/oxygen.git"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="wayland"
-
-COMMON_DEPEND="
- >=kde-frameworks/frameworkintegration-${KFMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-plasma/kdecoration-${PVCUT}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- x11-libs/libxcb
- wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 )
-"
-DEPEND="${COMMON_DEPEND}
- >=kde-frameworks/kservice-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
- !<kde-plasma/plasma-desktop-5.16.80
-"
-PDEPEND="
- >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package wayland KF5Wayland)
- )
- ecm_src_configure
-}