From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CE34138334 for ; Sun, 7 Jul 2019 11:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39F3AE0833; Sun, 7 Jul 2019 11:36:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EEAFE0833 for ; Sun, 7 Jul 2019 11:36:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DFBC3472F6 for ; Sun, 7 Jul 2019 11:36:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 870E84D3 for ; Sun, 7 Jul 2019 11:36:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1562499327.2c01882818356cdf7415d710d45a87129dcda627.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2c01882818356cdf7415d710d45a87129dcda627 X-VCS-Branch: master Date: Sun, 7 Jul 2019 11:36:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 19262753-2a14-4a9a-a03b-56aa86211803 X-Archives-Hash: e76fde6ec5bd6ff6a6722a96f0b1f22e commit: 2c01882818356cdf7415d710d45a87129dcda627 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 2 16:26:25 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 7 11:35:27 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c018828 kde-plasma/plasma-workspace: Drop obsolete sed Upstream commits: fd7d1ca3d7050ddf4a46b859e985ccaa249d942b d3434a2d34faf483dc649d56d676f90aad784311 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild | 3 --- kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild index b7ca9fcc47..4922a7a24d 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild @@ -125,9 +125,6 @@ RESTRICT+=" test" src_prepare() { kde5_src_prepare - sed -e "s|\`qtpaths|\`$(qt5_get_bindir)/qtpaths|" \ - -i startkde/startkde.cmake startkde/startplasmacompositor.cmake || die - cmake_comment_add_subdirectory libkworkspace # delete colliding libkworkspace translations if [[ ${KDE_BUILD_TYPE} = release ]]; then diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index b7ca9fcc47..4922a7a24d 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -125,9 +125,6 @@ RESTRICT+=" test" src_prepare() { kde5_src_prepare - sed -e "s|\`qtpaths|\`$(qt5_get_bindir)/qtpaths|" \ - -i startkde/startkde.cmake startkde/startplasmacompositor.cmake || die - cmake_comment_add_subdirectory libkworkspace # delete colliding libkworkspace translations if [[ ${KDE_BUILD_TYPE} = release ]]; then