commit: 7ca2dd0dc2ec1a5b65988eba843781beb2757afb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 11:28:21 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 1 11:28:21 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ca2dd0d
kde-plasma/plasma-desktop: Drop obsolete pkg_setup check
net-im/skype is not a thing anymore.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild | 7 -------
kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 7 -------
2 files changed, 14 deletions(-)
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
index 01caeaf5de..b30ea480c3 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
@@ -132,13 +132,6 @@ RDEPEND="${COMMON_DEPEND}
REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray
) gtk3? ( legacy-systray )"
-pkg_setup() {
- kde5_pkg_setup
- if has_version net-im/skype && use legacy-systray && use amd64; then
- elog "You need to install dev-libs/sni-qt[abi_x86_32] as skype
is a 32-bit binary."
- fi
-}
-
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package appstream AppStreamQt)
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
index 01caeaf5de..b30ea480c3 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
@@ -132,13 +132,6 @@ RDEPEND="${COMMON_DEPEND}
REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray
) gtk3? ( legacy-systray )"
-pkg_setup() {
- kde5_pkg_setup
- if has_version net-im/skype && use legacy-systray && use amd64; then
- elog "You need to install dev-libs/sni-qt[abi_x86_32] as skype
is a 32-bit binary."
- fi
-}
-
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package appstream AppStreamQt)