commit: 386fb9660b189253ad41b38c6ad81d5704a92b43
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 2 19:13:16 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 2 19:37:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386fb966
app-editors/e3: Use upstream version
Upstream did not use a consistent versioning scheme. Releases progressed
like this:
2.43 -> 2.5 -> 2.6.0 -> .. -> 2.7.0 -> 2.7.1 -> 2.8 -> 2.81 -> 2.82
Gentoo versioning was changed from version 2.70 to 2.7.0 (see commit
f90946f91c88 in archive/repo/gentoo-2.git) with the rationale:
"change Ebuild name, so we can get rid of MY_PV variable".
The current e3 announces itself as "MicroEditor e3 v2.82-UTF8", and both
the tarball and its top-level directory are named e3-2.82. If upstream
should ever publish a 2.9 release, we could use 2.90 as package version.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/e3/{e3-2.8.2.ebuild => e3-2.82.ebuild} | 6 ++----
.../e3/files/{e3-2.8.2-makefile.patch => e3-2.82-makefile.patch} | 0
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.82.ebuild
similarity index 84%
rename from app-editors/e3/e3-2.8.2.ebuild
rename to app-editors/e3/e3-2.82.ebuild
index 02569310fc46..33361c3182d9 100644
--- a/app-editors/e3/e3-2.8.2.ebuild
+++ b/app-editors/e3/e3-2.82.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
-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"
+SRC_URI="https://sites.google.com/site/e3editor/Home/${P}.tgz"
LICENSE="GPL-2+"
SLOT="0"
@@ -16,7 +15,6 @@ KEYWORDS="-* amd64 x86"
BDEPEND=">=dev-lang/nasm-2.09.04"
-S="${WORKDIR}/${MY_P}"
PATCHES=("${FILESDIR}"/${P}-makefile.patch)
# Suppress false positive QA warnings #726484 #924244
diff --git a/app-editors/e3/files/e3-2.8.2-makefile.patch
b/app-editors/e3/files/e3-2.82-makefile.patch
similarity index 100%
rename from app-editors/e3/files/e3-2.8.2-makefile.patch
rename to app-editors/e3/files/e3-2.82-makefile.patch