Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/
Date: Wed, 05 Aug 2020 13:18:36
Message-Id: 1596633507.74e4f96ed3800a6b4e8a88e8c31014740e2f2bb5.ulm@gentoo
1 commit: 74e4f96ed3800a6b4e8a88e8c31014740e2f2bb5
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 13:17:51 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 13:18:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e4f96e
7
8 app-editors/emacs: Rename live ebuild for Emacs 27.
9
10 Following upstream change of version number.
11
12 Package-Manager: Portage-3.0.1, Repoman-2.3.23
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 app-editors/emacs/{emacs-27.0.9999-r1.ebuild => emacs-27.1.9999.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-editors/emacs/emacs-27.0.9999-r1.ebuild b/app-editors/emacs/emacs-27.1.9999.ebuild
19 similarity index 99%
20 rename from app-editors/emacs/emacs-27.0.9999-r1.ebuild
21 rename to app-editors/emacs/emacs-27.1.9999.ebuild
22 index 6b20eefd9d2..0adb5bb850d 100644
23 --- a/app-editors/emacs/emacs-27.0.9999-r1.ebuild
24 +++ b/app-editors/emacs/emacs-27.1.9999.ebuild
25 @@ -20,7 +20,7 @@ else
26 # operations later on
27 FULL_VERSION="${PV%%_*}"
28 S="${WORKDIR}/emacs-${FULL_VERSION}"
29 - [[ ${FULL_VERSION} != ${PV} ]] && S="${WORKDIR}/emacs"
30 + [[ ${PV} == *_pre* ]] && S="${WORKDIR}/emacs"
31 fi
32
33 DESCRIPTION="The extensible, customizable, self-documenting real-time display editor"