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 87AC5139694 for ; Fri, 14 Apr 2017 19:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1ABE21C080; Fri, 14 Apr 2017 19:32:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 33ED8E0D29 for ; Fri, 14 Apr 2017 19:32:28 +0000 (UTC) Received: from localhost.localdomain (d202-252.icpnet.pl [109.173.202.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 969863416AA; Fri, 14 Apr 2017 19:32:26 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 4/4] eclass/ELT-patches: remove the remaining (nocxx) patches Date: Fri, 14 Apr 2017 21:32:15 +0200 Message-Id: <20170414193215.12952-4-mgorny@gentoo.org> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20170414193215.12952-1-mgorny@gentoo.org> References: <20170414193215.12952-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: 59fb50e3-14c0-4e40-b62e-ad03f9169629 X-Archives-Hash: ec7d32bbf4ddf5b4db3a0b88e861db36 Now that epunt-cxx.eclass is using the patches from app-portage/elt-patches, remove the remaining patches from the repository. --- eclass/ELT-patches/nocxx/nocxx-2.64.patch | 13 ------------- eclass/ELT-patches/nocxx/nocxx.patch | 15 --------------- 2 files changed, 28 deletions(-) delete mode 100644 eclass/ELT-patches/nocxx/nocxx-2.64.patch delete mode 100644 eclass/ELT-patches/nocxx/nocxx.patch diff --git a/eclass/ELT-patches/nocxx/nocxx-2.64.patch b/eclass/ELT-patches/nocxx/nocxx-2.64.patch deleted file mode 100644 index 4b10e4697185..000000000000 --- a/eclass/ELT-patches/nocxx/nocxx-2.64.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/configure -+++ b/configure -@@ -5148,8 +5148,8 @@ - else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 - $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} --as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check --See \`config.log' for more details" "$LINENO" 5; } -+$as_echo "See \`config.log' for more details." >&5; -+$ac_echo "C++ sucks, ignoring ..." >&5; } - fi - - ac_ext=c diff --git a/eclass/ELT-patches/nocxx/nocxx.patch b/eclass/ELT-patches/nocxx/nocxx.patch deleted file mode 100644 index 4b326924e18f..000000000000 --- a/eclass/ELT-patches/nocxx/nocxx.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/configure -+++ b/configure -@@ -5148,10 +5148,8 @@ - : - else - { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check --See \`config.log' for more details." >&5 --echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+See \`config.log' for more details." >&5;} -+ { echo "C++ sucks, ignoring ..." >&5; }; } - fi - - ac_ext=cc -- 2.12.2