From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1522992-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD55215806E for <garchives@archives.gentoo.org>; Mon, 29 May 2023 18:21:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 998A1E083B; Mon, 29 May 2023 18:21:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78213E083B for <gentoo-commits@lists.gentoo.org>; Mon, 29 May 2023 18:21:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2106F340C69 for <gentoo-commits@lists.gentoo.org>; Mon, 29 May 2023 18:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A38FA86 for <gentoo-commits@lists.gentoo.org>; Mon, 29 May 2023 18:21:34 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1685384355.d84392786f7318e2bb5065790080da601028086c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild sys-libs/ncurses/ncurses-6.4.ebuild sys-libs/ncurses/ncurses-6.4_p20230401.ebuild sys-libs/ncurses/ncurses-6.4_p20230424.ebuild sys-libs/ncurses/ncurses-6.4_p20230506.ebuild X-VCS-Directories: sys-libs/ncurses/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d84392786f7318e2bb5065790080da601028086c X-VCS-Branch: master Date: Mon, 29 May 2023 18:21:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b5ca386-7eef-46d3-bb85-4784a4a27f10 X-Archives-Hash: d9cd310d147b23f49f69bff87674fd60 commit: d84392786f7318e2bb5065790080da601028086c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 27 16:58:42 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 29 18:19:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8439278 sys-libs/ncurses: drop dead prefix targets The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild | 5 ----- sys-libs/ncurses/ncurses-6.4.ebuild | 5 ----- sys-libs/ncurses/ncurses-6.4_p20230401.ebuild | 5 ----- sys-libs/ncurses/ncurses-6.4_p20230424.ebuild | 5 ----- sys-libs/ncurses/ncurses-6.4_p20230506.ebuild | 5 ----- 5 files changed, 25 deletions(-) diff --git a/sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild b/sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild index 2969b97a6196..fd7f1fc9cb67 100644 --- a/sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild +++ b/sys-libs/ncurses/ncurses-6.3_p20221203-r2.ebuild @@ -198,11 +198,6 @@ src_configure() { # bug #214642 BUILD_CPPFLAGS+=" -D_GNU_SOURCE" - # bug #852665 - if [[ ${CHOST} == *-cygwin* ]]; then - BUILD_CPPFLAGS+=" -DBUILDING_NCURSES" - fi - # Build the various variants of ncurses -- narrow, wide, and threaded. #510440 # Order matters here -- we want unicode/thread versions to come last so that the # binaries in /usr/bin support both wide and narrow. diff --git a/sys-libs/ncurses/ncurses-6.4.ebuild b/sys-libs/ncurses/ncurses-6.4.ebuild index 61e0fe9a3936..ab876df76ad1 100644 --- a/sys-libs/ncurses/ncurses-6.4.ebuild +++ b/sys-libs/ncurses/ncurses-6.4.ebuild @@ -142,11 +142,6 @@ src_configure() { # bug #214642 BUILD_CPPFLAGS+=" -D_GNU_SOURCE" - # bug #852665 - if [[ ${CHOST} == *-cygwin* ]]; then - BUILD_CPPFLAGS+=" -DBUILDING_NCURSES" - fi - # Build the various variants of ncurses -- narrow, wide, and threaded. #510440 # Order matters here -- we want unicode/thread versions to come last so that the # binaries in /usr/bin support both wide and narrow. diff --git a/sys-libs/ncurses/ncurses-6.4_p20230401.ebuild b/sys-libs/ncurses/ncurses-6.4_p20230401.ebuild index d3e6829f1779..d5ee5d28cc97 100644 --- a/sys-libs/ncurses/ncurses-6.4_p20230401.ebuild +++ b/sys-libs/ncurses/ncurses-6.4_p20230401.ebuild @@ -149,11 +149,6 @@ src_configure() { # bug #214642 BUILD_CPPFLAGS+=" -D_GNU_SOURCE" - # bug #852665 - if [[ ${CHOST} == *-cygwin* ]]; then - BUILD_CPPFLAGS+=" -DBUILDING_NCURSES" - fi - # Build the various variants of ncurses -- narrow, wide, and threaded. #510440 # Order matters here -- we want unicode/thread versions to come last so that the # binaries in /usr/bin support both wide and narrow. diff --git a/sys-libs/ncurses/ncurses-6.4_p20230424.ebuild b/sys-libs/ncurses/ncurses-6.4_p20230424.ebuild index ac297470aec9..976e3e417487 100644 --- a/sys-libs/ncurses/ncurses-6.4_p20230424.ebuild +++ b/sys-libs/ncurses/ncurses-6.4_p20230424.ebuild @@ -154,11 +154,6 @@ src_configure() { # bug #214642 BUILD_CPPFLAGS+=" -D_GNU_SOURCE" - # bug #852665 - if [[ ${CHOST} == *-cygwin* ]]; then - BUILD_CPPFLAGS+=" -DBUILDING_NCURSES" - fi - # Build the various variants of ncurses -- narrow, wide, and threaded. #510440 # Order matters here -- we want unicode/thread versions to come last so that the # binaries in /usr/bin support both wide and narrow. diff --git a/sys-libs/ncurses/ncurses-6.4_p20230506.ebuild b/sys-libs/ncurses/ncurses-6.4_p20230506.ebuild index 703a32897e0a..ae0083d5601c 100644 --- a/sys-libs/ncurses/ncurses-6.4_p20230506.ebuild +++ b/sys-libs/ncurses/ncurses-6.4_p20230506.ebuild @@ -159,11 +159,6 @@ src_configure() { # bug #214642 BUILD_CPPFLAGS+=" -D_GNU_SOURCE" - # bug #852665 - if [[ ${CHOST} == *-cygwin* ]]; then - BUILD_CPPFLAGS+=" -DBUILDING_NCURSES" - fi - # Build the various variants of ncurses -- narrow, wide, and threaded. #510440 # Order matters here -- we want unicode/thread versions to come last so that the # binaries in /usr/bin support both wide and narrow.