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 0E159139083 for ; Tue, 12 Dec 2017 20:17:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF8EFE0F25; Tue, 12 Dec 2017 20:17:03 +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 BF1DAE0F25 for ; Tue, 12 Dec 2017 20:17:03 +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 9E6E13418A1 for ; Tue, 12 Dec 2017 20:17:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FF8DAE7E for ; Tue, 12 Dec 2017 20:17:01 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1513109714.8842f232c2308c050e97c3e7e6dfc8924735b9b8.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/couchdb/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/couchdb/files/1.6.1-erlang-18.patch dev-db/couchdb/files/1.6.1-erlang-19.patch X-VCS-Directories: dev-db/couchdb/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8842f232c2308c050e97c3e7e6dfc8924735b9b8 X-VCS-Branch: master Date: Tue, 12 Dec 2017 20:17:01 +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: be914434-7b73-4e3e-ab68-5d59e5b785f5 X-Archives-Hash: 236742b1be0e133fae3db1f01a7e279e commit: 8842f232c2308c050e97c3e7e6dfc8924735b9b8 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Dec 1 15:25:54 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 12 20:15:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8842f232 dev-db/couchdb: remove unused patches. Closes: https://github.com/gentoo/gentoo/pull/6374 dev-db/couchdb/files/1.6.1-erlang-18.patch | 99 --------------------------- dev-db/couchdb/files/1.6.1-erlang-19.patch | 105 ----------------------------- 2 files changed, 204 deletions(-) diff --git a/dev-db/couchdb/files/1.6.1-erlang-18.patch b/dev-db/couchdb/files/1.6.1-erlang-18.patch deleted file mode 100644 index a0ffea8b12f..00000000000 --- a/dev-db/couchdb/files/1.6.1-erlang-18.patch +++ /dev/null @@ -1,99 +0,0 @@ -From 95cb436be30305efa091809813b64ef31af968c8 Mon Sep 17 00:00:00 2001 -From: Dave Cottlehuber -Date: Fri, 26 Jun 2015 10:31:27 +0200 -Subject: [PATCH] build: support OTP-18.0 - ---- - INSTALL.Unix | 2 +- - INSTALL.Windows | 2 +- - configure.ac | 8 ++++---- - share/doc/src/install/unix.rst | 2 +- - share/doc/src/install/windows.rst | 2 +- - 5 files changed, 8 insertions(+), 8 deletions(-) - -diff --git a/INSTALL.Unix b/INSTALL.Unix -index f66f98c..4c63bc8 100644 ---- a/INSTALL.Unix -+++ b/INSTALL.Unix -@@ -39,7 +39,7 @@ Dependencies - - You should have the following installed: - -- * Erlang OTP (>=R14B01, ==R14B01, ==14B01, =14B01, =4.*) (http://icu-project.org/) - * OpenSSL (>=0.9.8r) (http://www.openssl.org/) - * Mozilla SpiderMonkey (=1.8.5) (http://www.mozilla.org/js/spidermonkey/) -diff --git a/configure.ac b/configure.ac -index 103f029..bf9ffc4 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -411,7 +411,7 @@ esac - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking Erlang version compatibility" >&5 - $as_echo_n "checking Erlang version compatibility... " >&6; } --erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 17 (erts-6.0)" -+erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 18 (erts-7.0)" - - version="`${ERL} -version 2>&1 | ${SED} 's/[[^0-9]]/ /g'` 0 0 0" - major_version=`echo $version | ${AWK} "{print \\$1}"` -@@ -419,7 +419,7 @@ minor_version=`echo $version | ${AWK} "{print \\$2}"` - patch_version=`echo $version | ${AWK} "{print \\$3}"` - echo -n "detected Erlang version: $major_version.$minor_version.$patch_version..." - --if test $major_version -lt 5 -o $major_version -gt 6; then -+if test $major_version -lt 5 -o $major_version -gt 7; then - as_fn_error $? "$erlang_version_error major_version does not match" "$LINENO" 5 - fi - -@@ -438,9 +438,9 @@ otp_release="`\ - AC_SUBST(otp_release) - - AM_CONDITIONAL([USE_OTP_NIFS], -- [can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17)")]) -+ [can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17|18)")]) - AM_CONDITIONAL([USE_EJSON_COMPARE_NIF], -- [can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17)")]) -+ [can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17|18)")]) - - has_crypto=`\ - ${ERL} -eval "\ -diff --git a/share/doc/src/install/unix.rst b/share/doc/src/install/unix.rst -index 76fe922..904c128 100644 ---- a/share/doc/src/install/unix.rst -+++ b/share/doc/src/install/unix.rst -@@ -52,7 +52,7 @@ Dependencies - - You should have the following installed: - --* `Erlang OTP (>=R14B01, =`_ -+* `Erlang OTP (>=R14B01, =`_ - * `ICU `_ - * `OpenSSL `_ - * `Mozilla SpiderMonkey (1.8.5) `_ -diff --git a/share/doc/src/install/windows.rst b/share/doc/src/install/windows.rst -index b7b66af..494ef65 100644 ---- a/share/doc/src/install/windows.rst -+++ b/share/doc/src/install/windows.rst -@@ -90,7 +90,7 @@ Dependencies - - You should have the following installed: - --* `Erlang OTP (>=14B01, `_ -+* `Erlang OTP (>=14B01, `_ - * `ICU (>=4.*) `_ - * `OpenSSL (>0.9.8r) `_ - * `Mozilla SpiderMonkey (=1.8.5) `_ diff --git a/dev-db/couchdb/files/1.6.1-erlang-19.patch b/dev-db/couchdb/files/1.6.1-erlang-19.patch deleted file mode 100644 index 6ffb5a4e953..00000000000 --- a/dev-db/couchdb/files/1.6.1-erlang-19.patch +++ /dev/null @@ -1,105 +0,0 @@ -From 41304b83946f029f9712714cc89e9f630442d668 Mon Sep 17 00:00:00 2001 -From: Eugene Pirogov -Date: Mon, 11 Jul 2016 00:38:11 +0300 -Subject: [PATCH] build: support OTP-19.0 - -- add travis support for newer OTP releases -- update docs -- update configure.ac - -closes #431 ---- - .travis.yml | 3 +++ - INSTALL.Unix | 2 +- - INSTALL.Windows | 2 +- - configure.ac | 8 ++++---- - share/doc/src/install/unix.rst | 2 +- - share/doc/src/install/windows.rst | 2 +- - 6 files changed, 11 insertions(+), 8 deletions(-) - -diff --git a/.travis.yml b/.travis.yml -index 1bddb6a..ef19231 100644 ---- a/INSTALL.Unix -+++ b/INSTALL.Unix -@@ -39,7 +39,7 @@ Dependencies - - You should have the following installed: - -- * Erlang OTP (>=R14B01, ==R14B01, ==14B01, =14B01, =4.*) (http://icu-project.org/) - * OpenSSL (>=0.9.8r) (http://www.openssl.org/) - * Mozilla SpiderMonkey (=1.8.5) (http://www.mozilla.org/js/spidermonkey/) -diff --git a/configure.ac b/configure.ac -index bf9ffc4..a6a667a 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -411,7 +411,7 @@ esac - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking Erlang version compatibility" >&5 - $as_echo_n "checking Erlang version compatibility... " >&6; } --erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 18 (erts-7.0)" -+erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 19 (erts-8.0)" - - version="`${ERL} -version 2>&1 | ${SED} 's/[[^0-9]]/ /g'` 0 0 0" - major_version=`echo $version | ${AWK} "{print \\$1}"` -@@ -419,7 +419,7 @@ minor_version=`echo $version | ${AWK} "{print \\$2}"` - patch_version=`echo $version | ${AWK} "{print \\$3}"` - echo -n "detected Erlang version: $major_version.$minor_version.$patch_version..." - --if test $major_version -lt 5 -o $major_version -gt 7; then -+if test $major_version -lt 5 -o $major_version -gt 8; then - as_fn_error $? "$erlang_version_error major_version does not match" "$LINENO" 5 - fi - -@@ -438,9 +438,9 @@ otp_release="`\ - AC_SUBST(otp_release) - - AM_CONDITIONAL([USE_OTP_NIFS], -- [can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17|18)")]) -+ [can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17|18|19)")]) - AM_CONDITIONAL([USE_EJSON_COMPARE_NIF], -- [can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17|18)")]) -+ [can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17|18|19)")]) - - has_crypto=`\ - ${ERL} -eval "\ -diff --git a/share/doc/src/install/unix.rst b/share/doc/src/install/unix.rst -index 904c128..b4684fa 100644 ---- a/share/doc/src/install/unix.rst -+++ b/share/doc/src/install/unix.rst -@@ -52,7 +52,7 @@ Dependencies - - You should have the following installed: - --* `Erlang OTP (>=R14B01, =`_ -+* `Erlang OTP (>=R14B01, =`_ - * `ICU `_ - * `OpenSSL `_ - * `Mozilla SpiderMonkey (1.8.5) `_ -diff --git a/share/doc/src/install/windows.rst b/share/doc/src/install/windows.rst -index 494ef65..0228550 100644 ---- a/share/doc/src/install/windows.rst -+++ b/share/doc/src/install/windows.rst -@@ -90,7 +90,7 @@ Dependencies - - You should have the following installed: - --* `Erlang OTP (>=14B01, `_ -+* `Erlang OTP (>=14B01, `_ - * `ICU (>=4.*) `_ - * `OpenSSL (>0.9.8r) `_ - * `Mozilla SpiderMonkey (=1.8.5) `_