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 585BF1396D9 for ; Sun, 22 Oct 2017 09:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80AB12BC016; Sun, 22 Oct 2017 09:11:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 593622BC016 for ; Sun, 22 Oct 2017 09:11:55 +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 B06AA33BEB4 for ; Sun, 22 Oct 2017 09:11:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 463C0840 for ; Sun, 22 Oct 2017 09:11:52 +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: <1508663158.7e51518e421b911554262dd5859372e7c8aa7226.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdbg/files/, dev-util/kdbg/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdbg/files/kdbg-buildfix.patch dev-util/kdbg/kdbg-9999.ebuild X-VCS-Directories: dev-util/kdbg/files/ dev-util/kdbg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7e51518e421b911554262dd5859372e7c8aa7226 X-VCS-Branch: master Date: Sun, 22 Oct 2017 09:11:52 +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: 6f3871ce-abb6-4127-8f28-7654e8c4ff5e X-Archives-Hash: 81530cfb0096022781b812709261dcc7 commit: 7e51518e421b911554262dd5859372e7c8aa7226 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 22 09:05:58 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 22 09:05:58 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e51518e dev-util/kdbg: Drop obsolete patch Package-Manager: Portage-2.3.12, Repoman-2.3.3 dev-util/kdbg/files/kdbg-buildfix.patch | 10 ---------- dev-util/kdbg/kdbg-9999.ebuild | 2 -- 2 files changed, 12 deletions(-) diff --git a/dev-util/kdbg/files/kdbg-buildfix.patch b/dev-util/kdbg/files/kdbg-buildfix.patch deleted file mode 100644 index 4bf61d482d..0000000000 --- a/dev-util/kdbg/files/kdbg-buildfix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/kdbg/brkpt.cpp 2017-06-19 01:00:58.825378556 +0200 -+++ b/kdbg/brkpt.cpp 2017-06-19 01:01:57.621123943 +0200 -@@ -6,7 +6,6 @@ - - #include /* i18n */ - #include --#include - #include - #include - #include diff --git a/dev-util/kdbg/kdbg-9999.ebuild b/dev-util/kdbg/kdbg-9999.ebuild index 9efd0f59ce..2e451ba71e 100644 --- a/dev-util/kdbg/kdbg-9999.ebuild +++ b/dev-util/kdbg/kdbg-9999.ebuild @@ -30,8 +30,6 @@ RDEPEND="${DEPEND} sys-devel/gdb " -PATCHES=( "${FILESDIR}/${PN}-buildfix.patch" ) - src_prepare() { # allow documentation to be handled by eclass mv kdbg/doc . || die