summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-10 14:28:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-10 15:31:28 +0200
commit61fbfbd405472bdd1c323a5b6ea83ad52d0e59db (patch)
tree92543d248d5ee735400f8708dab0eb81a090e619 /kde-plasma/oxygen
parentapp-mobilephone/heimdall: update source URIs (diff)
downloadgentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.tar.gz
gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.tar.bz2
gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.zip
kde-plasma: Drop KDE Plasma 5.13.2
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'kde-plasma/oxygen')
-rw-r--r--kde-plasma/oxygen/Manifest1
-rw-r--r--kde-plasma/oxygen/oxygen-5.13.2.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-plasma/oxygen/Manifest b/kde-plasma/oxygen/Manifest
index eebcdea31179..37c8b3c43f60 100644
--- a/kde-plasma/oxygen/Manifest
+++ b/kde-plasma/oxygen/Manifest
@@ -1,4 +1,3 @@
DIST oxygen-5.12.5.tar.xz 4467896 BLAKE2B f9477184cc13553086f6b828ab953dc91e42aa9bd50a85d553ed7347e2e588dfc8b5aaab9eec12481e20121044ebd4412fc728e22d437ede54451c0a2245c6be SHA512 92acb2cc2033a8b07a0ac75772f696f5c1196e0c5a424ba6146d576bc956fcfc172b4a65a79551b2d43be4b56d5289bee091ebb837fe40dc60f076ca7d5898b4
DIST oxygen-5.12.6.tar.xz 4467020 BLAKE2B 4112d881bba6b30ab295af576678068227c2831459c21eabbd59c9c57e7cc2a1c08cf2d40cc6496bd0ee38c2384ad8f91a4246e6cb3b33328406019c62dab539 SHA512 7f558f92dc218a8218c6b87fd432985ef446d88e7a73911bc557481bd7d0ccdda7a9ebb350c6f71547f3c35cda1f844cda8aa735e0fcbdb413aedb25b9d0d8de
-DIST oxygen-5.13.2.tar.xz 4468016 BLAKE2B ca9c7d9e17e895cc9161d9bb87468fe4905fe48ccf0a6abc4406b6ea23474aadd744afda0262ccd02565d511455216da0272f8fe996797e1ffc4524ddc63b21c SHA512 3c2e5b977ab04203ed5048e76c2cde16f6643358e15b3f45740606828914f3acad5d0d331642b3f2be20d0aa09b773b7a51d73828ae257aa4351751ab87142c0
DIST oxygen-5.13.3.tar.xz 4472052 BLAKE2B cfc92408f6d69d7e3d14b6c2e47f26767780c3166995490e529af528c35be9c25c4c1da51cf120278c96bc1100e78d576c80a2eb0d574a1d0e795e681f890f4c SHA512 9a15a7c728dd9aaff6b2786ecb9c46549e01d0c2530abd8646fb5053696d21546d46fab888a0d7f4fa12065e3d404e88bce09f0d4d05d29013ec9ac5185b0cff
diff --git a/kde-plasma/oxygen/oxygen-5.13.2.ebuild b/kde-plasma/oxygen/oxygen-5.13.2.ebuild
deleted file mode 100644
index dbf174a24cc8..000000000000
--- a/kde-plasma/oxygen/oxygen-5.13.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Oxygen visual style for the Plasma desktop"
-HOMEPAGE="https://cgit.kde.org/oxygen.git"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="wayland"
-
-COMMON_DEPEND="
- $(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="${COMMON_DEPEND}
- $(add_frameworks_dep kservice)
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_plasma_dep kde-cli-tools)
- !kde-plasma/kdebase-cursors:4
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
- kde5_src_configure
-}