* [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/
@ 2019-08-19 22:08 Ulrich Müller
0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2019-08-19 22:08 UTC (permalink / raw
To: gentoo-commits
commit: bf7e9e82503d7cdc73dbe440451ce447d9f5b067
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 22:07:39 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 22:08:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7e9e82
app-editors/e3: Bump to version 2.8.2.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/e3/Manifest | 1 +
app-editors/e3/e3-2.8.2.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/app-editors/e3/Manifest b/app-editors/e3/Manifest
index 1d01bc2c47a..67e30520cf1 100644
--- a/app-editors/e3/Manifest
+++ b/app-editors/e3/Manifest
@@ -1 +1,2 @@
DIST e3-2.8.tgz 119939 BLAKE2B b0882a359126d392a3e24971b1f2e39572bbbe0d95f388a4b75e8cc3e4424e798ddc381c9489ca65452668884abbacc2c27c33b6c7f230a6eb4d44986313a42c SHA512 f3443ac558203b6921458761174ebc060936ae9f8a834670044152b9af52e0919075ac8110ba47b4b6f4e8261afa917e9fe49492b8d40d38d69987353ddd5189
+DIST e3-2.82.tgz 115504 BLAKE2B 09edea9063657373cf6d7d9d8290dddf17b8fb516538d89b83462176127b8b43832bd81f326eec5504116f05ab780023832b8b5d41d72e3ab8e726d89e364a36 SHA512 07c7e40d26879871b60d7e89839805d779383dbaabe42a6a3a7047fa8a4c501c4cd0cdc828a9d29d4ac1c5b949bda07946d8e71e1320c6c303ffce88a3038547
diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild
new file mode 100644
index 00000000000..396ed8eb0f5
--- /dev/null
+++ b/app-editors/e3/e3-2.8.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-$(ver_rs 2 '')"
+DESCRIPTION="Very tiny editor in ASM with emacs, pico, wordstar, and vi keybindings"
+HOMEPAGE="https://sites.google.com/site/e3editor/"
+SRC_URI="https://sites.google.com/site/e3editor/Home/${MY_P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="strip"
+
+BDEPEND=">=dev-lang/nasm-2.09.04"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ sed -i 's/-D$(EXMODE)//' Makefile || die
+ eapply_user
+}
+
+src_compile() {
+ emake -- $(usex amd64 64 32)
+}
+
+src_install() {
+ dobin e3
+ dosym e3 /usr/bin/e3em
+ dosym e3 /usr/bin/e3ne
+ dosym e3 /usr/bin/e3pi
+ dosym e3 /usr/bin/e3vi
+ dosym e3 /usr/bin/e3ws
+
+ newman e3.man e3.1
+ dodoc ChangeLog README README.v2.7.1
+ docinto html
+ dodoc e3.html
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/
@ 2019-10-02 22:41 Ulrich Müller
0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2019-10-02 22:41 UTC (permalink / raw
To: gentoo-commits
commit: 2b922ff9f5f4a642d28fc040bbe8c1b1cfd0bfd5
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 2 22:23:20 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 2 22:40:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b922ff9
app-editors/e3: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/e3/Manifest | 1 -
app-editors/e3/e3-2.8.2.ebuild | 41 -----------------------------------------
2 files changed, 42 deletions(-)
diff --git a/app-editors/e3/Manifest b/app-editors/e3/Manifest
index 67e30520cf1..1d01bc2c47a 100644
--- a/app-editors/e3/Manifest
+++ b/app-editors/e3/Manifest
@@ -1,2 +1 @@
DIST e3-2.8.tgz 119939 BLAKE2B b0882a359126d392a3e24971b1f2e39572bbbe0d95f388a4b75e8cc3e4424e798ddc381c9489ca65452668884abbacc2c27c33b6c7f230a6eb4d44986313a42c SHA512 f3443ac558203b6921458761174ebc060936ae9f8a834670044152b9af52e0919075ac8110ba47b4b6f4e8261afa917e9fe49492b8d40d38d69987353ddd5189
-DIST e3-2.82.tgz 115504 BLAKE2B 09edea9063657373cf6d7d9d8290dddf17b8fb516538d89b83462176127b8b43832bd81f326eec5504116f05ab780023832b8b5d41d72e3ab8e726d89e364a36 SHA512 07c7e40d26879871b60d7e89839805d779383dbaabe42a6a3a7047fa8a4c501c4cd0cdc828a9d29d4ac1c5b949bda07946d8e71e1320c6c303ffce88a3038547
diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild
deleted file mode 100644
index 4d675fa1428..00000000000
--- a/app-editors/e3/e3-2.8.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-$(ver_rs 2 '')"
-DESCRIPTION="Very tiny editor in ASM with emacs, pico, wordstar, and vi keybindings"
-HOMEPAGE="https://sites.google.com/site/e3editor/"
-SRC_URI="https://sites.google.com/site/e3editor/Home/${MY_P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-RESTRICT="strip"
-
-BDEPEND=">=dev-lang/nasm-2.09.04"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- sed -i 's/-D$(EXMODE)//' Makefile || die
- eapply_user
-}
-
-src_compile() {
- emake -- $(usex amd64 64 32)
-}
-
-src_install() {
- dobin e3
- dosym e3 /usr/bin/e3em
- dosym e3 /usr/bin/e3ne
- dosym e3 /usr/bin/e3pi
- dosym e3 /usr/bin/e3vi
- dosym e3 /usr/bin/e3ws
-
- newman e3.man e3.1
- dodoc ChangeLog README README.v2.7.1
- docinto html
- dodoc e3.html
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/
@ 2019-10-03 10:15 Ulrich Müller
0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2019-10-03 10:15 UTC (permalink / raw
To: gentoo-commits
commit: 8890b7c0527f8e61dba67c2a245c12e256bf111f
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 10:13:20 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 10:15:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8890b7c0
app-editors/e3: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/e3/Manifest | 1 -
app-editors/e3/e3-2.8.ebuild | 37 -------------------------------------
2 files changed, 38 deletions(-)
diff --git a/app-editors/e3/Manifest b/app-editors/e3/Manifest
index 67e30520cf1..a66a91fd1ab 100644
--- a/app-editors/e3/Manifest
+++ b/app-editors/e3/Manifest
@@ -1,2 +1 @@
-DIST e3-2.8.tgz 119939 BLAKE2B b0882a359126d392a3e24971b1f2e39572bbbe0d95f388a4b75e8cc3e4424e798ddc381c9489ca65452668884abbacc2c27c33b6c7f230a6eb4d44986313a42c SHA512 f3443ac558203b6921458761174ebc060936ae9f8a834670044152b9af52e0919075ac8110ba47b4b6f4e8261afa917e9fe49492b8d40d38d69987353ddd5189
DIST e3-2.82.tgz 115504 BLAKE2B 09edea9063657373cf6d7d9d8290dddf17b8fb516538d89b83462176127b8b43832bd81f326eec5504116f05ab780023832b8b5d41d72e3ab8e726d89e364a36 SHA512 07c7e40d26879871b60d7e89839805d779383dbaabe42a6a3a7047fa8a4c501c4cd0cdc828a9d29d4ac1c5b949bda07946d8e71e1320c6c303ffce88a3038547
diff --git a/app-editors/e3/e3-2.8.ebuild b/app-editors/e3/e3-2.8.ebuild
deleted file mode 100644
index 3cb12476d34..00000000000
--- a/app-editors/e3/e3-2.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Very tiny editor in ASM with emacs, pico, wordstar, and vi keybindings"
-HOMEPAGE="https://sites.google.com/site/e3editor/"
-SRC_URI="https://sites.google.com/site/e3editor/Home/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-RESTRICT="strip"
-
-DEPEND=">=dev-lang/nasm-2.09.04"
-RDEPEND=""
-
-src_prepare() {
- sed -i 's/-D$(EXMODE)//' Makefile || die
-}
-
-src_compile() {
- emake -- $(usex amd64 64 32)
-}
-
-src_install() {
- dobin e3
- dosym e3 /usr/bin/e3em
- dosym e3 /usr/bin/e3ne
- dosym e3 /usr/bin/e3pi
- dosym e3 /usr/bin/e3vi
- dosym e3 /usr/bin/e3ws
-
- newman e3.man e3.1
- dohtml e3.html
- dodoc ChangeLog README README_OLD
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/
@ 2019-10-03 10:15 Ulrich Müller
0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2019-10-03 10:15 UTC (permalink / raw
To: gentoo-commits
commit: 9154bedcce055fc502eafde3cccddcac8449efcf
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 10:11:59 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 10:15:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9154bedc
Revert "app-editors/e3: Remove old."
This reverts commit 2b922ff9f5f4a642d28fc040bbe8c1b1cfd0bfd5.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/e3/Manifest | 1 +
app-editors/e3/e3-2.8.2.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/app-editors/e3/Manifest b/app-editors/e3/Manifest
index 1d01bc2c47a..67e30520cf1 100644
--- a/app-editors/e3/Manifest
+++ b/app-editors/e3/Manifest
@@ -1 +1,2 @@
DIST e3-2.8.tgz 119939 BLAKE2B b0882a359126d392a3e24971b1f2e39572bbbe0d95f388a4b75e8cc3e4424e798ddc381c9489ca65452668884abbacc2c27c33b6c7f230a6eb4d44986313a42c SHA512 f3443ac558203b6921458761174ebc060936ae9f8a834670044152b9af52e0919075ac8110ba47b4b6f4e8261afa917e9fe49492b8d40d38d69987353ddd5189
+DIST e3-2.82.tgz 115504 BLAKE2B 09edea9063657373cf6d7d9d8290dddf17b8fb516538d89b83462176127b8b43832bd81f326eec5504116f05ab780023832b8b5d41d72e3ab8e726d89e364a36 SHA512 07c7e40d26879871b60d7e89839805d779383dbaabe42a6a3a7047fa8a4c501c4cd0cdc828a9d29d4ac1c5b949bda07946d8e71e1320c6c303ffce88a3038547
diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild
new file mode 100644
index 00000000000..4d675fa1428
--- /dev/null
+++ b/app-editors/e3/e3-2.8.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-$(ver_rs 2 '')"
+DESCRIPTION="Very tiny editor in ASM with emacs, pico, wordstar, and vi keybindings"
+HOMEPAGE="https://sites.google.com/site/e3editor/"
+SRC_URI="https://sites.google.com/site/e3editor/Home/${MY_P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+RESTRICT="strip"
+
+BDEPEND=">=dev-lang/nasm-2.09.04"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ sed -i 's/-D$(EXMODE)//' Makefile || die
+ eapply_user
+}
+
+src_compile() {
+ emake -- $(usex amd64 64 32)
+}
+
+src_install() {
+ dobin e3
+ dosym e3 /usr/bin/e3em
+ dosym e3 /usr/bin/e3ne
+ dosym e3 /usr/bin/e3pi
+ dosym e3 /usr/bin/e3vi
+ dosym e3 /usr/bin/e3ws
+
+ newman e3.man e3.1
+ dodoc ChangeLog README README.v2.7.1
+ docinto html
+ dodoc e3.html
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/
@ 2020-05-31 19:58 Ulrich Müller
0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2020-05-31 19:58 UTC (permalink / raw
To: gentoo-commits
commit: a7da86e81692acfbcfc627afb45477756c45290b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 19:57:45 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun May 31 19:58:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7da86e8
app-editors/e3: Set QA_FLAGS_IGNORED for e3 binary.
Suppresses false positive QA warning for CFLAGS.
Closes: https://bugs.gentoo.org/726484
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/e3/e3-2.8.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild
index 41f1d83154d..b554e85be62 100644
--- a/app-editors/e3/e3-2.8.2.ebuild
+++ b/app-editors/e3/e3-2.8.2.ebuild
@@ -19,6 +19,7 @@ BDEPEND=">=dev-lang/nasm-2.09.04"
S="${WORKDIR}/${MY_P}"
PATCHES=("${FILESDIR}"/${P}-makefile.patch)
+QA_FLAGS_IGNORED="/usr/bin/e3" #726484
src_compile() {
emake -- $(usex amd64 64 32) LD="$(tc-getLD)"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/
@ 2020-06-24 8:22 Ulrich Müller
0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2020-06-24 8:22 UTC (permalink / raw
To: gentoo-commits
commit: f8adf5d1c64ece2fccc3d00baf35a26929948af7
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 08:21:02 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 08:21:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8adf5d1
app-editors/e3: Drop strip restriction.
Disable stripping by the build system.
Closes: https://bugs.gentoo.org/729378
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/e3/e3-2.8.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild
index b554e85be62..b6a0ab83134 100644
--- a/app-editors/e3/e3-2.8.2.ebuild
+++ b/app-editors/e3/e3-2.8.2.ebuild
@@ -13,7 +13,6 @@ SRC_URI="https://sites.google.com/site/e3editor/Home/${MY_P}.tgz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="-* amd64 x86"
-RESTRICT="strip"
BDEPEND=">=dev-lang/nasm-2.09.04"
@@ -22,7 +21,7 @@ PATCHES=("${FILESDIR}"/${P}-makefile.patch)
QA_FLAGS_IGNORED="/usr/bin/e3" #726484
src_compile() {
- emake -- $(usex amd64 64 32) LD="$(tc-getLD)"
+ emake -- $(usex amd64 64 32) LD="$(tc-getLD)" DEBUG=true
}
src_install() {
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/
@ 2024-02-12 13:51 Jakov Smolić
0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2024-02-12 13:51 UTC (permalink / raw
To: gentoo-commits
commit: d6630f6f02ee0159379bb3bd4222ac21f223401e
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 13:46:57 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 13:47:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6630f6f
app-editors/e3: unkeyword 2.8.2 for ~riscv
Package was keyworded without proper testing and can't work on riscv.
Closes: https://bugs.gentoo.org/924353
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-editors/e3/e3-2.8.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild
index acbdc19af600..1861f7fdb058 100644
--- a/app-editors/e3/e3-2.8.2.ebuild
+++ b/app-editors/e3/e3-2.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://sites.google.com/site/e3editor/Home/${MY_P}.tgz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="-* amd64 ~riscv x86"
+KEYWORDS="-* amd64 x86"
BDEPEND=">=dev-lang/nasm-2.09.04"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/
@ 2024-02-14 13:00 Ulrich Müller
0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2024-02-14 13:00 UTC (permalink / raw
To: gentoo-commits
commit: 76480eb12412e13a6f9b105bde10fd7a98b137a6
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 12:55:14 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 12:59:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76480eb1
app-editors/e3: Suppress false positive warning for prestripped
Make the build fail if the arch is unknown; update to EAPI 8 for
two-argument usev.
Closes: https://bugs.gentoo.org/924244
Bug: https://bugs.gentoo.org/924353
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/e3/e3-2.8.2.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild
index 1861f7fdb058..02569310fc46 100644
--- a/app-editors/e3/e3-2.8.2.ebuild
+++ b/app-editors/e3/e3-2.8.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit toolchain-funcs
@@ -18,10 +18,14 @@ BDEPEND=">=dev-lang/nasm-2.09.04"
S="${WORKDIR}/${MY_P}"
PATCHES=("${FILESDIR}"/${P}-makefile.patch)
-QA_FLAGS_IGNORED="/usr/bin/e3" #726484
+
+# Suppress false positive QA warnings #726484 #924244
+QA_FLAGS_IGNORED="/usr/bin/e3"
+QA_PRESTRIPPED="/usr/bin/e3"
src_compile() {
- emake -- $(usex amd64 64 32) LD="$(tc-getLD)" DEBUG=true
+ emake -- $(usev amd64 64 || usev x86 32 || die) \
+ LD="$(tc-getLD)" DEBUG=true
}
src_install() {
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-02-14 13:00 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-19 22:08 [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2019-10-02 22:41 Ulrich Müller
2019-10-03 10:15 Ulrich Müller
2019-10-03 10:15 Ulrich Müller
2020-05-31 19:58 Ulrich Müller
2020-06-24 8:22 Ulrich Müller
2024-02-12 13:51 Jakov Smolić
2024-02-14 13:00 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox