diff options
author | 2018-07-10 14:28:01 +0200 | |
---|---|---|
committer | 2018-07-10 15:31:28 +0200 | |
commit | 61fbfbd405472bdd1c323a5b6ea83ad52d0e59db (patch) | |
tree | 92543d248d5ee735400f8708dab0eb81a090e619 /kde-plasma/kinfocenter | |
parent | app-mobilephone/heimdall: update source URIs (diff) | |
download | gentoo-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/kinfocenter')
-rw-r--r-- | kde-plasma/kinfocenter/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kinfocenter/kinfocenter-5.13.2.ebuild | 95 |
2 files changed, 0 insertions, 96 deletions
diff --git a/kde-plasma/kinfocenter/Manifest b/kde-plasma/kinfocenter/Manifest index 6ad72db8f33c..5013dd397d5e 100644 --- a/kde-plasma/kinfocenter/Manifest +++ b/kde-plasma/kinfocenter/Manifest @@ -1,5 +1,4 @@ DIST glogo-small.png 24583 BLAKE2B 0af2ceae708e56f217120e5d8b880fb71401e3761ab26c4af5e74c0622368aa4e34b05160fae15fbfbbc832077810ab5c1e424826632748299fd22997cbe665c SHA512 648be463ec3812a2edcdab54d7a230bf2bd7e6895f4ffe72321d8fca28a5e1e0980f6e3b9a32f369c8369943ceb802a65a94b9dad820dcf2c81d4581d814cb48 DIST kinfocenter-5.12.5.tar.xz 1270224 BLAKE2B 5c2b0148f82862d32393804bd98ca99ec71f476d4103f015f159420223bb695b8d237673aa94c12d9be4147b36c52d9cbbd0d8f0e69208f6afcb18363283a50f SHA512 f8178452b2611473733ec707be1683234bcd22bac381d6d8fa47e695653c5d2983dab37dd24dea19024cd4a68e4736bb08a3b197c8a6932a45c927ee7a61638d DIST kinfocenter-5.12.6.tar.xz 1276012 BLAKE2B 633f47373b7439ae48720c97debedd1e134c07d3a7b9028b0d7aa13e952c8945e2499c9c9d4582d25b275cdff57ceb8727ad0f58e7ffac063efcab66664f0490 SHA512 521d588d73bb32fa2020b8c4faacbdaa86e65fca421829566fb9a21a15750f6d9c912c2d948f8a11ffcd304d51d5f062c79147fc8703c345fd4a1153dc937ff6 -DIST kinfocenter-5.13.2.tar.xz 1278008 BLAKE2B cc976acb2dfc016f3123d8fa36003436fd0d3210e87d7867b688167d0925b33b0ca841cb5a3eb538d933172a1f5604cf111b5d829cdbeb684a9aecdd3ce553f2 SHA512 6f08322d8bb34e4d51f5e675ebac481c1d1cea63ea83bbd56a09cb4bdba2f644e96157d624603a66de0e2e0d4a468ea51441303f87309ece4549ba9e59d8427c DIST kinfocenter-5.13.3.tar.xz 1276704 BLAKE2B e39077832916e359b4997391be21ee566c68503b78d001360020b422030adf5fb267bbac44055c997ca931e3de82d2d6d67e69dd8fc31bbe2e792b6261d0ded4 SHA512 f7fba43cbb74270b4e6465db8ad3bb6327cb3d47c0f08627bb18ca72e99ba90a26eb3ad67c4e6d7af3d1a280a8c483590ea94e6d39bf9b39d8c371544228afd5 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.13.2.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.13.2.ebuild deleted file mode 100644 index e0627f416eeb..000000000000 --- a/kde-plasma/kinfocenter/kinfocenter-5.13.2.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="true" -inherit kde5 - -DESCRIPTION="A utility that provides information about a computer system" -HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/" -SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="gles2 ieee1394 +opengl +pci wayland" - -REQUIRED_USE="wayland? ( || ( gles2 opengl ) )" - -COMMON_DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - x11-libs/libX11 - ieee1394? ( sys-libs/libraw1394 ) - opengl? ( - $(add_qt_dep qtgui 'gles2=') - media-libs/mesa[gles2?] - !gles2? ( media-libs/glu ) - ) - pci? ( sys-apps/pciutils ) - wayland? ( - $(add_frameworks_dep kwayland) - media-libs/mesa[egl] - ) -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep plasma) -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep kde-cli-tools) - !kde-apps/kcontrol:4 - !kde-misc/about-distro - !kde-plasma/kinfocenter:4 -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package ieee1394 RAW1394) - $(cmake-utils_use_find_package pci PCIUTILS) - $(cmake-utils_use_find_package wayland EGL) - $(cmake-utils_use_find_package wayland KF5Wayland) - ) - - if has_version "dev-qt/qtgui[gles2]"; then - mycmakeargs+=( $(cmake-utils_use_find_package gles2 OpenGLES) ) - else - mycmakeargs+=( $(cmake-utils_use_find_package opengl OpenGL) ) - fi - - kde5_src_configure -} - -src_install() { - kde5_src_install - - insinto /etc/xdg - doins "${FILESDIR}"/kcm-about-distrorc - - insinto /usr/share/${PN} - doins "${DISTDIR}"/glogo-small.png -} - -pkg_postinst() { - if ! has_version "net-fs/nfs-utils"; then - einfo "Installing net-fs/nfs-utils will enable the NFS information module." - fi - if ! has_version "net-fs/samba" || ! has_version "net-fs/samba[server]"; then - einfo "Installing net-fs/samba[server(+)] will enable the Samba status information module." - fi -} |