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 E52E1138334 for ; Fri, 7 Dec 2018 12:34:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00B8FE08C9; Fri, 7 Dec 2018 12:34:01 +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 CDB75E08C9 for ; Fri, 7 Dec 2018 12:33:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 536BA335C7B for ; Fri, 7 Dec 2018 12:33:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1258443A for ; Fri, 7 Dec 2018 12:33:54 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1544186001.633effbc89aac4c7793786c9e0de7e0612beb052.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cropgui/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/cropgui/cropgui-0.3.ebuild X-VCS-Directories: media-gfx/cropgui/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 633effbc89aac4c7793786c9e0de7e0612beb052 X-VCS-Branch: master Date: Fri, 7 Dec 2018 12:33:54 +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: 478dd988-241e-4125-9ecc-1a2d4773f158 X-Archives-Hash: 9d6a191deadcc7c6002f216654df6a4d commit: 633effbc89aac4c7793786c9e0de7e0612beb052 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Dec 7 12:33:21 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Dec 7 12:33:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633effbc media-gfx/cropgui: remove needless patches Closes: https://bugs.gentoo.org/672674 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-gfx/cropgui/cropgui-0.3.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-gfx/cropgui/cropgui-0.3.ebuild b/media-gfx/cropgui/cropgui-0.3.ebuild index 8f2b49b8cc1..e5563189844 100644 --- a/media-gfx/cropgui/cropgui-0.3.ebuild +++ b/media-gfx/cropgui/cropgui-0.3.ebuild @@ -29,10 +29,6 @@ src_prepare() { -e '/MimeType/s/$/&;/' \ -e '/Categories/s/Application;//' \ cropgui.desktop || die 'sed on cropgui.desktop failed' - # bug 471530 - eapply "${FILESDIR}/${P}-PIL.patch" - # bug 616708 - eapply "${FILESDIR}/${P}-tobytes.patch" eapply_user }