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.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 4D97515802E for ; Wed, 3 Jul 2024 00:54:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1668BE2A5F; Wed, 3 Jul 2024 00:54:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C932AE2A5E for ; Wed, 3 Jul 2024 00:54:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0A4634164C for ; Wed, 3 Jul 2024 00:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 246E71DBC for ; Wed, 3 Jul 2024 00:54:33 +0000 (UTC) From: "Sam James" 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" Message-ID: <1719967853.b2a5c6456e0fce45f91bd1d9ad3ac4d2d6e4dc8e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/ksh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/ksh/Manifest app-shells/ksh/ksh-1.0.9.ebuild app-shells/ksh/ksh-9999.ebuild X-VCS-Directories: app-shells/ksh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b2a5c6456e0fce45f91bd1d9ad3ac4d2d6e4dc8e X-VCS-Branch: master Date: Wed, 3 Jul 2024 00:54:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42ec1a21-d0e1-4f75-9fa4-aa3877f5e2af X-Archives-Hash: 9429d3a840160c26a86110fe48f6090d commit: b2a5c6456e0fce45f91bd1d9ad3ac4d2d6e4dc8e Author: Sam James gentoo org> AuthorDate: Wed Jul 3 00:49:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 3 00:50:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a5c645 app-shells/ksh: add 1.0.9 Also, drop obsolete register hack. As far as I can tell, it was either misguided from the beginning or is at the very least now-obsolete. The function (or lack) of 'register' in C is a misnomer anyway. Signed-off-by: Sam James gentoo.org> app-shells/ksh/Manifest | 1 + app-shells/ksh/{ksh-9999.ebuild => ksh-1.0.9.ebuild} | 7 ------- app-shells/ksh/ksh-9999.ebuild | 7 ------- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/app-shells/ksh/Manifest b/app-shells/ksh/Manifest index 3624cb03ab83..7f5bd74db1b1 100644 --- a/app-shells/ksh/Manifest +++ b/app-shells/ksh/Manifest @@ -1,2 +1,3 @@ DIST ksh-v1.0.4.tar.gz 2127036 BLAKE2B c3bd7f8d8c86e8bf4f7482c99890f025365334b7ab826261b03f9a2f6bf72b4112ba0cec09c7d5388cbba4541a4e99a24e3b95a98e386b941a39f549c5c21525 SHA512 ca6ff4625a48a991d07a34c8d28656c131124e6cccbb495d8fbc2922db9f94a83c1df2be17a7fa7aa39ce5b9243573b0b806eef87d11c5a2936e7af564d2f5e6 DIST ksh-v1.0.8.tar.gz 2114262 BLAKE2B cf900c4dbdc750a6c4ff6906ab32b24722da3dbb84363517e4d7345c0bc591c346aa82fb58de5fd9662f20dd855deb6f1720002b7d91118ef8497e9f45412148 SHA512 4284ab98f6055877c0715a8b224eb5a75dc7fa022f38c9ee30d50786e997f70b507ee452fc8bbdfa67649a26e0fdfc8051f7e54ff9f6a0f96e44498757080548 +DIST ksh-v1.0.9.tar.gz 2084378 BLAKE2B 9cb827003f00261df74e19c6b9dad5f25fba401bc9dabeb300b90b7f3e9e9c37d096e5e24dec7c2ac60b195008d69c9fc682b32b376f7c03cbf9c56779431958 SHA512 747a9b624ee898c84cf37958add17eee6ee8fcb6112701430f0d12d2913b3af22554a98a9836dee6bbbe62adbdb3cbc1d3fb7f2c654f2ce799805d9b1f407683 diff --git a/app-shells/ksh/ksh-9999.ebuild b/app-shells/ksh/ksh-1.0.9.ebuild similarity index 92% copy from app-shells/ksh/ksh-9999.ebuild copy to app-shells/ksh/ksh-1.0.9.ebuild index c97a769209a6..96d8ebd86abd 100644 --- a/app-shells/ksh/ksh-9999.ebuild +++ b/app-shells/ksh/ksh-1.0.9.ebuild @@ -21,13 +21,6 @@ HOMEPAGE="http://www.kornshell.com/" LICENSE="EPL-1.0" SLOT="0" -src_prepare() { - default - - # disable register for debugging - sed -i 1i"#define register" src/lib/libast/include/ast.h || die -} - src_compile() { local extraflags=( "-Wno-unknown-pragmas" diff --git a/app-shells/ksh/ksh-9999.ebuild b/app-shells/ksh/ksh-9999.ebuild index c97a769209a6..96d8ebd86abd 100644 --- a/app-shells/ksh/ksh-9999.ebuild +++ b/app-shells/ksh/ksh-9999.ebuild @@ -21,13 +21,6 @@ HOMEPAGE="http://www.kornshell.com/" LICENSE="EPL-1.0" SLOT="0" -src_prepare() { - default - - # disable register for debugging - sed -i 1i"#define register" src/lib/libast/include/ast.h || die -} - src_compile() { local extraflags=( "-Wno-unknown-pragmas"