diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:14:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:22:22 +0200 |
commit | 451c714e3256087189b39b2b11184b52874a214f (patch) | |
tree | 909abba87f30c6441527044ce5c7d7694801d7c4 /kde-plasma/oxygen | |
parent | app-office/pybliographer: Drop old (diff) | |
download | gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.gz gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.bz2 gentoo-451c714e3256087189b39b2b11184b52874a214f.zip |
kde-plasma: Drop KDE Plasma 5.15.3
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/oxygen')
-rw-r--r-- | kde-plasma/oxygen/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/oxygen/oxygen-5.15.3.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-plasma/oxygen/Manifest b/kde-plasma/oxygen/Manifest index c472a6e8c74d..ed9f3932d840 100644 --- a/kde-plasma/oxygen/Manifest +++ b/kde-plasma/oxygen/Manifest @@ -1,3 +1,2 @@ DIST oxygen-5.14.5.tar.xz 4467780 BLAKE2B e43f1663f16f1c0886f43ced1c8382254144eed256ad80e4c9eb025a11c1e4cb5f3a543cc61f3ae7dcf30f6519ce4857ae1ddffda607b411c43b404504c9faf6 SHA512 b4cab5dbce0828e7a080cb458b00603ddebf9bb4ce5fce9ccf07a0dcee030ee268b9a6c53592035eb15251edb4ccf14dcf0fa921370f76d4cbcca355400d479d -DIST oxygen-5.15.3.tar.xz 4468028 BLAKE2B 61dde70cd2f7bcbe5bf37388bb2a53c4bf7325f10ffffc6ac35a3b0b923959fc6eabb9c5eaaa7eb348174326af9625572f68043ff630236e6d13bbc54f6b57a1 SHA512 aabbd05000b979337c18ad857a0b1768c4deaf34384aaf72fc8801a6e0c5f416c03cc3ee3e85e3abc408bcbed33ae2d34e69b258d89370b707f09dd7031d651a DIST oxygen-5.15.4.tar.xz 4472368 BLAKE2B 5209d7f6772d9665d63a212593209f072a6f2e5948d31891c2326a06111705951b3a3697fbe550ef6d3b221dde4a7133b0e88f33f4a30c0421dd2b8e73d7bbf7 SHA512 9cf68d0ebbb00c3aeb89803271437f343c8ea463f40cd8a5d5d41d17ef15e09563fbc68d27c3d872b465a7cd622fcc56e4c5e4af77b11b318996e4a04e0f2355 diff --git a/kde-plasma/oxygen/oxygen-5.15.3.ebuild b/kde-plasma/oxygen/oxygen-5.15.3.ebuild deleted file mode 100644 index fd828b90b4c1..000000000000 --- a/kde-plasma/oxygen/oxygen-5.15.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Oxygen visual style for the Plasma desktop" -HOMEPAGE="https://cgit.kde.org/oxygen.git" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="wayland" - -RDEPEND=" - $(add_frameworks_dep frameworkintegration) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_plasma_dep kdecoration) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libxcb - wayland? ( $(add_frameworks_dep kwayland) ) -" -DEPEND="${RDEPEND} - $(add_frameworks_dep kservice) -" -PDEPEND=" - $(add_plasma_dep kde-cli-tools) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package wayland KF5Wayland) - ) - kde5_src_configure -} |