From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 808771384AE for ; Sat, 19 Sep 2015 14:06:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E7D5E08C0; Sat, 19 Sep 2015 14:06:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C69CCE08C0 for ; Sat, 19 Sep 2015 14:06:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E736E340E1B for ; Sat, 19 Sep 2015 14:06:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96F3A183 for ; Sat, 19 Sep 2015 14:06:33 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1442671583.0537a06d6fe9af70afa4c4f0b35d630cc9a3d384.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/umbrello/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/umbrello/umbrello-15.08.1.ebuild X-VCS-Directories: kde-apps/umbrello/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 0537a06d6fe9af70afa4c4f0b35d630cc9a3d384 X-VCS-Branch: master Date: Sat, 19 Sep 2015 14:06:33 +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-Archives-Salt: e12fb53d-a24c-4937-a155-68ce1d9d7188 X-Archives-Hash: f75e618f2921743aba573af91cdcdeb3 commit: 0537a06d6fe9af70afa4c4f0b35d630cc9a3d384 Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Sep 18 20:49:51 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Sep 19 14:06:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0537a06d kde-apps/umbrello: Disable install of inexistent file Package-Manager: portage-2.2.20.1 kde-apps/umbrello/umbrello-15.08.1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kde-apps/umbrello/umbrello-15.08.1.ebuild b/kde-apps/umbrello/umbrello-15.08.1.ebuild index 963660c..3e06e1a 100644 --- a/kde-apps/umbrello/umbrello-15.08.1.ebuild +++ b/kde-apps/umbrello/umbrello-15.08.1.ebuild @@ -45,6 +45,13 @@ RDEPEND=" " DEPEND="${RDEPEND}" +src_prepare() { + # File doesn't exist in <15.08.2 + sed -e "/install.*appdata\.xml/ s/^/#/" \ + -i umbrello/CMakeLists.txt || die + kde5_src_prepare +} + src_configure() { local mycmakeargs=( -DBUILD_KF5=ON