Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/oxygen/
Date: Thu, 13 Sep 2018 16:57:44
Message-Id: 1536857831.ee9691854a02fbfefe137785154307b32aed0be5.asturm@gentoo
1 commit: ee9691854a02fbfefe137785154307b32aed0be5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 16:56:13 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 16:57:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee969185
7
8 kde-plasma/oxygen: Drop 5.13.5 (r0)
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 kde-plasma/oxygen/oxygen-5.13.5.ebuild | 46 ----------------------------------
13 1 file changed, 46 deletions(-)
14
15 diff --git a/kde-plasma/oxygen/oxygen-5.13.5.ebuild b/kde-plasma/oxygen/oxygen-5.13.5.ebuild
16 deleted file mode 100644
17 index dbf174a24cc..00000000000
18 --- a/kde-plasma/oxygen/oxygen-5.13.5.ebuild
19 +++ /dev/null
20 @@ -1,46 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit kde5
27 -
28 -DESCRIPTION="Oxygen visual style for the Plasma desktop"
29 -HOMEPAGE="https://cgit.kde.org/oxygen.git"
30 -KEYWORDS="~amd64 ~arm ~x86"
31 -IUSE="wayland"
32 -
33 -COMMON_DEPEND="
34 - $(add_frameworks_dep frameworkintegration)
35 - $(add_frameworks_dep kcmutils)
36 - $(add_frameworks_dep kcompletion)
37 - $(add_frameworks_dep kconfig)
38 - $(add_frameworks_dep kconfigwidgets)
39 - $(add_frameworks_dep kcoreaddons)
40 - $(add_frameworks_dep kguiaddons)
41 - $(add_frameworks_dep ki18n)
42 - $(add_frameworks_dep kwidgetsaddons)
43 - $(add_frameworks_dep kwindowsystem)
44 - $(add_plasma_dep kdecoration)
45 - $(add_qt_dep qtdbus)
46 - $(add_qt_dep qtdeclarative)
47 - $(add_qt_dep qtgui)
48 - $(add_qt_dep qtwidgets)
49 - $(add_qt_dep qtx11extras)
50 - x11-libs/libxcb
51 - wayland? ( $(add_frameworks_dep kwayland) )
52 -"
53 -DEPEND="${COMMON_DEPEND}
54 - $(add_frameworks_dep kservice)
55 -"
56 -RDEPEND="${COMMON_DEPEND}
57 - $(add_plasma_dep kde-cli-tools)
58 - !kde-plasma/kdebase-cursors:4
59 -"
60 -
61 -src_configure() {
62 - local mycmakeargs=(
63 - $(cmake-utils_use_find_package wayland KF5Wayland)
64 - )
65 - kde5_src_configure
66 -}