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 7C2B1138330 for ; Mon, 12 Sep 2016 02:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBDE9E0AAA; Mon, 12 Sep 2016 02:01:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DC19E0AAA for ; Mon, 12 Sep 2016 02:01:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16BF73407D0 for ; Mon, 12 Sep 2016 02:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 088C7245E for ; Mon, 12 Sep 2016 02:01:34 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1473645690.9cea3ec0223e92cbf3e4a17875dfd136e76de1ea.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine/foo.patch X-VCS-Directories: app-emulation/wine/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 9cea3ec0223e92cbf3e4a17875dfd136e76de1ea X-VCS-Branch: master Date: Mon, 12 Sep 2016 02:01:34 +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: 5c116211-1cc3-4fc2-b050-05828e02c5b5 X-Archives-Hash: 43cf339da24d6c95349a5830c7c9e0ee commit: 9cea3ec0223e92cbf3e4a17875dfd136e76de1ea Author: NP-Hardass gentoo org> AuthorDate: Mon Sep 12 02:00:36 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Mon Sep 12 02:01:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cea3ec0 app-emulation/wine: Remove accidentally committed temp file Package-Manager: portage-2.3.0 app-emulation/wine/foo.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app-emulation/wine/foo.patch b/app-emulation/wine/foo.patch deleted file mode 100644 index c7c3262..00000000 --- a/app-emulation/wine/foo.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild -index 8cfdb3e..3e02ff4 100644 ---- a/app-emulation/wine/wine-9999.ebuild -+++ b/app-emulation/wine/wine-9999.ebuild -@@ -315,7 +315,7 @@ src_unpack() { - - if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then - einfo "The current Staging patchset is not guaranteed to apply on this WINE commit." -- einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT." -+ einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT." - einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine" - fi - fi