summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-26 11:22:43 +0200
committerJohannes Huber <johu@gentoo.org>2015-08-26 11:22:43 +0200
commit179a729f9b84841e6f5eee3ca643bf3584733bb8 (patch)
treeb430d1da0bfa0fbb68e9a40795b5d0de845edbed /kde-plasma/kinfocenter
parentkde-plasma/plasma-workspace: Fix file collision (diff)
downloadgentoo-179a729f9b84841e6f5eee3ca643bf3584733bb8.tar.gz
gentoo-179a729f9b84841e6f5eee3ca643bf3584733bb8.tar.bz2
gentoo-179a729f9b84841e6f5eee3ca643bf3584733bb8.zip
kde-plasma: Remove KDE Plasma 5.3.2
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-plasma/kinfocenter')
-rw-r--r--kde-plasma/kinfocenter/Manifest1
-rw-r--r--kde-plasma/kinfocenter/kinfocenter-5.3.2.ebuild85
2 files changed, 0 insertions, 86 deletions
diff --git a/kde-plasma/kinfocenter/Manifest b/kde-plasma/kinfocenter/Manifest
index fb856c8f49e2..baa1c4d1b4ad 100644
--- a/kde-plasma/kinfocenter/Manifest
+++ b/kde-plasma/kinfocenter/Manifest
@@ -1,3 +1,2 @@
DIST glogo-small.png 24583 SHA256 0afc3eca084c327f8059166b86769f03c9c23e1e765bb47dc3229505abbac0c6 SHA512 648be463ec3812a2edcdab54d7a230bf2bd7e6895f4ffe72321d8fca28a5e1e0980f6e3b9a32f369c8369943ceb802a65a94b9dad820dcf2c81d4581d814cb48 WHIRLPOOL e161bf40c5e16180fa65217cb49314fb230c45329f4c518d6014083bd71da82d4aa048811ee814fde7fa300105cef16c182688445164ae84d0d700e23641b342
-DIST kinfocenter-5.3.2.tar.xz 1073160 SHA256 79c6ac792c330142f66b1ab01f32e010aa44303bf4d8e3ba422fd02c704f18f1 SHA512 b415e810081f474045ed951e2d20ba9fb75279adfb60a83e0525404449542c707a58f403bbdc37e890957662a3a5e5001b226532bbf4e2f34136819e3df265cc WHIRLPOOL 4d31741943f789803a3c1d401c96a83fc219bcadd1e6c6f86376df2854697f3f2fa273dd7ae277f27ec8954b3434be1bba33a922efcfb0c45142f95661bfb729
DIST kinfocenter-5.4.0.tar.xz 1130700 SHA256 cb7af02fc44de84b0373b798bbfe7df983f6713d0a793653f72db8457413bb66 SHA512 b9f6c1f9a88ebe05b8157d9b6e7da31ee2843b83fae0bc9b3b88a732941211ae8eeefbef5c87de07881f3c289f29691b124b43f58e37e8a0eb71bc3f7ba3a2a6 WHIRLPOOL 401609e5edfe27c44f80ad1d687d84684ce991df4ea2fa6d126dead768d6ba439af9d22b89d2e9d9afec41de496f3b4eda7fcdf0b97096b10f8a3dc44bcef247
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.3.2.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.3.2.ebuild
deleted file mode 100644
index fdb25741384c..000000000000
--- a/kde-plasma/kinfocenter/kinfocenter-5.3.2.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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"
-IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland X"
-
-REQUIRED_USE="egl? ( || ( gles 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 kdbusaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- dev-qt/qtgui:5[opengl(+)]
- dev-qt/qtwidgets:5
- gles? (
- dev-qt/qtgui:5[gles2]
- || (
- media-libs/mesa[egl,gles1]
- media-libs/mesa[egl,gles2]
- )
- )
- ieee1394? ( sys-libs/libraw1394 )
- nfs? ( net-fs/nfs-utils )
- opengl? (
- virtual/glu
- virtual/opengl
- )
- pci? ( sys-apps/pciutils )
- samba? ( net-fs/samba[server(+)] )
- wayland? ( $(add_plasma_dep kwayland) )
- X? ( x11-libs/libX11 )
- !kde-base/kcontrol
- !kde-base/kinfocenter
- !kde-misc/about-distro
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_plasma_dep kde-cli-tools)
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep plasma)
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package egl EGL)
- $(cmake-utils_use_find_package gles OpenGLES)
- $(cmake-utils_use_find_package ieee1394 RAW1394)
- $(cmake-utils_use_find_package opengl OpenGL)
- $(cmake-utils_use_find_package pci PCIUTILS)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- $(cmake-utils_use_find_package X X11)
- )
-
- 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
-}