Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 4/4] eclass/ELT-patches: remove the remaining (nocxx) patches
Date: Fri, 14 Apr 2017 19:33:22
Message-Id: 20170414193215.12952-4-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/4] eutils.eclass: Remove implicit epunt-cxx inherit by "Michał Górny"
1 Now that epunt-cxx.eclass is using the patches from
2 app-portage/elt-patches, remove the remaining patches from
3 the repository.
4 ---
5 eclass/ELT-patches/nocxx/nocxx-2.64.patch | 13 -------------
6 eclass/ELT-patches/nocxx/nocxx.patch | 15 ---------------
7 2 files changed, 28 deletions(-)
8 delete mode 100644 eclass/ELT-patches/nocxx/nocxx-2.64.patch
9 delete mode 100644 eclass/ELT-patches/nocxx/nocxx.patch
10
11 diff --git a/eclass/ELT-patches/nocxx/nocxx-2.64.patch b/eclass/ELT-patches/nocxx/nocxx-2.64.patch
12 deleted file mode 100644
13 index 4b10e4697185..000000000000
14 --- a/eclass/ELT-patches/nocxx/nocxx-2.64.patch
15 +++ /dev/null
16 @@ -1,13 +0,0 @@
17 ---- a/configure
18 -+++ b/configure
19 -@@ -5148,8 +5148,8 @@
20 - else
21 - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
22 - $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
23 --as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
24 --See \`config.log' for more details" "$LINENO" 5; }
25 -+$as_echo "See \`config.log' for more details." >&5;
26 -+$ac_echo "C++ sucks, ignoring ..." >&5; }
27 - fi
28 -
29 - ac_ext=c
30 diff --git a/eclass/ELT-patches/nocxx/nocxx.patch b/eclass/ELT-patches/nocxx/nocxx.patch
31 deleted file mode 100644
32 index 4b326924e18f..000000000000
33 --- a/eclass/ELT-patches/nocxx/nocxx.patch
34 +++ /dev/null
35 @@ -1,15 +0,0 @@
36 ---- a/configure
37 -+++ b/configure
38 -@@ -5148,10 +5148,8 @@
39 - :
40 - else
41 - { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
42 --See \`config.log' for more details." >&5
43 --echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
44 --See \`config.log' for more details." >&2;}
45 -- { (exit 1); exit 1; }; }
46 -+See \`config.log' for more details." >&5;}
47 -+ { echo "C++ sucks, ignoring ..." >&5; }; }
48 - fi
49 -
50 - ac_ext=cc
51 --
52 2.12.2