public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/ksh/
Date: Wed,  3 Jul 2024 00:54:33 +0000 (UTC)	[thread overview]
Message-ID: <1719967853.b2a5c6456e0fce45f91bd1d9ad3ac4d2d6e4dc8e.sam@gentoo> (raw)

commit:     b2a5c6456e0fce45f91bd1d9ad3ac4d2d6e4dc8e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 00:49:54 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"


             reply	other threads:[~2024-07-03  0:54 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-03  0:54 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-11 11:29 [gentoo-commits] repo/gentoo:master commit in: app-shells/ksh/ Sam James
2024-07-03  5:38 Joonas Niilola
2024-07-03  2:33 Sam James
2024-07-03  2:10 Sam James
2024-07-03  2:10 Sam James
2024-07-03  2:10 Sam James
2024-07-03  0:54 Sam James
2024-01-09  2:40 Sam James
2024-01-09  1:02 Sam James
2023-09-18  9:50 Sam James
2022-12-27 19:53 Sam James
2022-12-27 19:45 Sam James
2022-12-27 13:40 Sam James
2022-12-27 11:31 Sam James
2022-12-02 18:44 WANG Xuerui
2022-11-23  0:27 Georgy Yakovlev
2022-11-23  0:27 Georgy Yakovlev
2022-09-19  6:27 Georgy Yakovlev
2022-09-16 20:57 Georgy Yakovlev
2022-09-16 20:57 Georgy Yakovlev
2022-09-16 20:57 Georgy Yakovlev
2022-02-16  7:01 Matt Turner
2021-12-27 20:08 Arthur Zamarin
2021-12-21 11:03 James Le Cuirot
2021-12-18  3:08 Georgy Yakovlev
2021-12-18  2:10 Sam James
2021-12-17 15:28 Stephan Hartmann
2021-12-15 16:53 Mike Gilbert
2021-12-15 15:48 Arthur Zamarin
2021-12-15  8:23 Arthur Zamarin
2021-12-15  7:57 Arthur Zamarin
2021-12-15  7:13 Georgy Yakovlev
2021-12-15  7:07 Georgy Yakovlev
2021-12-15  6:55 Georgy Yakovlev
2021-12-15  6:45 Georgy Yakovlev
2021-12-15  6:45 Georgy Yakovlev
2021-12-15  6:45 Georgy Yakovlev
2021-12-15  6:45 Georgy Yakovlev
2021-12-15  5:32 Georgy Yakovlev
2021-12-15  5:32 Georgy Yakovlev
2021-12-15  5:32 Georgy Yakovlev
2021-09-05 19:01 Mike Gilbert
2020-12-01 16:13 Mike Gilbert
2019-12-11 20:39 Mike Gilbert
2019-09-17  2:19 Mike Gilbert
2019-09-01 16:24 Mike Gilbert
2019-09-01 14:32 Mike Gilbert
2019-05-28  4:01 Mike Gilbert
2019-05-04 16:03 Mike Gilbert
2019-05-04 16:03 Mike Gilbert
2018-04-01 20:10 Mike Gilbert
2018-02-15 17:20 Mike Gilbert
2018-02-14 20:07 Mike Gilbert
2018-01-29 23:10 Mike Gilbert
2017-01-02  8:00 Justin Lecher
2016-12-30 11:12 Agostino Sarubbo
2016-12-30  9:39 Agostino Sarubbo
2016-09-05  0:33 Mike Gilbert
2016-05-31 15:05 Tobias Klausmann
2016-05-13  8:41 Agostino Sarubbo
2016-04-26 17:35 Markus Meier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1719967853.b2a5c6456e0fce45f91bd1d9ad3ac4d2d6e4dc8e.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox