diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-23 00:39:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-24 21:39:38 +0100 |
commit | 1784c6ddd3e4296a181e39776cfb147f1c46e14d (patch) | |
tree | 451a416f6e7aca641a352038e3e6ccb475ec39f4 /kde-plasma/oxygen | |
parent | dev-util/gtk-update-icon-cache: stable 3.24.11 for hppa, bug #702260 (diff) | |
download | gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.tar.gz gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.tar.bz2 gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.zip |
kde-plasma: Drop KDE Plasma 5.16.5
Package-Manager: Portage-2.3.82, Repoman-2.3.20
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.16.5.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-plasma/oxygen/Manifest b/kde-plasma/oxygen/Manifest index 4ab9cd5913a1..497b0c6ee666 100644 --- a/kde-plasma/oxygen/Manifest +++ b/kde-plasma/oxygen/Manifest @@ -1,2 +1 @@ -DIST oxygen-5.16.5.tar.xz 4466432 BLAKE2B 99ffbf358ebe687402d2ad08b01f0043c4c2510762a4eed9556d97727000d9a6144c712775c206cc4b98f4c247ed6d4fa96aceda0af6e82c2e75b69250ce8490 SHA512 6ed14b6fc454e22e837525efa7298245d62cd7c86a0f8b608960141f8820722fa9996214848309cb89d4212d9a8ad1384ce82e7917b62114aea8d65247b68951 DIST oxygen-5.17.4.tar.xz 4465640 BLAKE2B f8d5e0bb416c6ecde41f83ad14dcc964bdbff292b29d81d4ff39cadcc9845f047c09fd1985caae015fe34df12be9bc20808a1737494ea6cf8399d4f67997028c SHA512 3e1a93cad36bab1ec10591207d168d22caa7e53689a30468d302327b5e3907cec83ee4e5979c97588ec47973ed1391a06e864499ac2a879d233ac7dfc2e117f6 diff --git a/kde-plasma/oxygen/oxygen-5.16.5.ebuild b/kde-plasma/oxygen/oxygen-5.16.5.ebuild deleted file mode 100644 index 203ea9251d30..000000000000 --- a/kde-plasma/oxygen/oxygen-5.16.5.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 -} |