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 C2A71138331 for ; Sun, 15 Apr 2018 14:25:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2E72E0863; Sun, 15 Apr 2018 14:25:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 74625E0863 for ; Sun, 15 Apr 2018 14:25:21 +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 DA255335C79 for ; Sun, 15 Apr 2018 14:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 361EF257 for ; Sun, 15 Apr 2018 14:25:18 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1523802164.2bb995dc126901d9ba8276f18a1483278476d664.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tcl/files/, dev-lang/tcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/tcl/files/tcl-8.5.13-multilib.patch dev-lang/tcl/files/tcl-8.5.14-conf.patch dev-lang/tcl/files/tcl-8.6.1-conf.patch dev-lang/tcl/tcl-8.6.5.ebuild dev-lang/tcl/tcl-8.6.6.ebuild dev-lang/tcl/tcl-8.6.7.ebuild X-VCS-Directories: dev-lang/tcl/ dev-lang/tcl/files/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 2bb995dc126901d9ba8276f18a1483278476d664 X-VCS-Branch: master Date: Sun, 15 Apr 2018 14:25:18 +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: dbc4c0a0-38f7-40fb-be6a-1deb0af55524 X-Archives-Hash: 99afcaf73210db77a6f2a216f86f159e commit: 2bb995dc126901d9ba8276f18a1483278476d664 Author: Marty E. Plummer startmail com> AuthorDate: Sun Apr 8 21:09:00 2018 +0000 Commit: Amy Liffey gentoo org> CommitDate: Sun Apr 15 14:22:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb995dc dev-lang/tcl: remove duplicate patches Closes: https://github.com/gentoo/gentoo/pull/7901 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-lang/tcl/files/tcl-8.5.13-multilib.patch | 5 ++--- dev-lang/tcl/files/tcl-8.5.14-conf.patch | 4 ++-- dev-lang/tcl/files/tcl-8.6.1-conf.patch | 11 ----------- dev-lang/tcl/tcl-8.6.5.ebuild | 2 +- dev-lang/tcl/tcl-8.6.6.ebuild | 2 +- dev-lang/tcl/tcl-8.6.7.ebuild | 2 +- 6 files changed, 7 insertions(+), 19 deletions(-) diff --git a/dev-lang/tcl/files/tcl-8.5.13-multilib.patch b/dev-lang/tcl/files/tcl-8.5.13-multilib.patch index de1580ce55b..8c4bc748218 100644 --- a/dev-lang/tcl/files/tcl-8.5.13-multilib.patch +++ b/dev-lang/tcl/files/tcl-8.5.13-multilib.patch @@ -1,6 +1,5 @@ -diff -Naur tcl8.5a6.orig/unix/configure.in tcl8.5a6/unix/configure.in ---- tcl8.5a6.orig/unix/configure.in 2007-04-27 02:33:51.000000000 +0900 -+++ tcl8.5a6/unix/configure.in 2007-05-16 10:27:25.000000000 +0900 +--- a/unix/configure.in ++++ b/unix/configure.in @@ -645,7 +645,7 @@ eval "TCL_LIB_FILE=${TCL_LIB_FILE}" diff --git a/dev-lang/tcl/files/tcl-8.5.14-conf.patch b/dev-lang/tcl/files/tcl-8.5.14-conf.patch index be303e9f3ef..a8b3aa02101 100644 --- a/dev-lang/tcl/files/tcl-8.5.14-conf.patch +++ b/dev-lang/tcl/files/tcl-8.5.14-conf.patch @@ -1,5 +1,5 @@ ---- tcl8.5.0/unix/tcl.m4.conf 2007-12-20 10:48:05.000000000 +0100 -+++ tcl8.5.0/unix/tcl.m4 2007-12-20 10:48:52.000000000 +0100 +--- a/unix/tcl.m4 ++++ b/unix/tcl.m4 @@ -1427,7 +1427,7 @@ dnl AC_CHECK_TOOL(AR, ar) # get rid of the warnings. #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES" diff --git a/dev-lang/tcl/files/tcl-8.6.1-conf.patch b/dev-lang/tcl/files/tcl-8.6.1-conf.patch deleted file mode 100644 index be303e9f3ef..00000000000 --- a/dev-lang/tcl/files/tcl-8.6.1-conf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tcl8.5.0/unix/tcl.m4.conf 2007-12-20 10:48:05.000000000 +0100 -+++ tcl8.5.0/unix/tcl.m4 2007-12-20 10:48:52.000000000 +0100 -@@ -1427,7 +1427,7 @@ dnl AC_CHECK_TOOL(AR, ar) - # get rid of the warnings. - #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES" - -- SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}' -+ SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS} -fPIC -Wl,-soname,${@}' - DL_OBJS="tclLoadDl.o" - DL_LIBS="-ldl" - LDFLAGS="$LDFLAGS -Wl,--export-dynamic" diff --git a/dev-lang/tcl/tcl-8.6.5.ebuild b/dev-lang/tcl/tcl-8.6.5.ebuild index 714a452ad86..3639ae997f5 100644 --- a/dev-lang/tcl/tcl-8.6.5.ebuild +++ b/dev-lang/tcl/tcl-8.6.5.ebuild @@ -26,7 +26,7 @@ PATCHES=( "${FILESDIR}"/${PN}-8.5.13-multilib.patch # Bug 125971 - "${FILESDIR}"/${PN}-8.6.1-conf.patch + "${FILESDIR}"/${PN}-8.5.14-conf.patch ) src_prepare() { diff --git a/dev-lang/tcl/tcl-8.6.6.ebuild b/dev-lang/tcl/tcl-8.6.6.ebuild index c13faf4b0c5..013773c8fd8 100644 --- a/dev-lang/tcl/tcl-8.6.6.ebuild +++ b/dev-lang/tcl/tcl-8.6.6.ebuild @@ -28,7 +28,7 @@ PATCHES=( "${FILESDIR}"/${PN}-8.5.13-multilib.patch # Bug 125971 - "${FILESDIR}"/${PN}-8.6.1-conf.patch + "${FILESDIR}"/${PN}-8.5.14-conf.patch ) src_prepare() { diff --git a/dev-lang/tcl/tcl-8.6.7.ebuild b/dev-lang/tcl/tcl-8.6.7.ebuild index 5195bafb235..de2ab7c8cdc 100644 --- a/dev-lang/tcl/tcl-8.6.7.ebuild +++ b/dev-lang/tcl/tcl-8.6.7.ebuild @@ -26,7 +26,7 @@ PATCHES=( "${FILESDIR}"/${PN}-8.5.13-multilib.patch # Bug 125971 - "${FILESDIR}"/${PN}-8.6.1-conf.patch + "${FILESDIR}"/${PN}-8.5.14-conf.patch ) src_prepare() {