mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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@gentoo.org>
This commit is contained in:
parent
04c04e84ab
commit
386fb9660b
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user