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: Mon, 23 Dec 2019 19:39:35
Message-Id: 1577129935.5aa19512601339d98227d3ebafef0d32eb70f451.ulm@gentoo
1 commit: 5aa19512601339d98227d3ebafef0d32eb70f451
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 19:22:28 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 19:38:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa19512
7
8 app-editors/emacs: Upstream has branched for release.
9
10 27.0.9999-r1 is the live ebuild for the emacs-27 branch.
11 28.0.9999 is the live ebuild for master.
12
13 Package-Manager: Portage-2.3.82, Repoman-2.3.20
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 app-editors/emacs/{emacs-27.0.9999.ebuild => emacs-27.0.9999-r1.ebuild} | 2 +-
17 app-editors/emacs/{emacs-27.0.9999.ebuild => emacs-28.0.9999.ebuild} | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/app-editors/emacs/emacs-27.0.9999.ebuild b/app-editors/emacs/emacs-27.0.9999-r1.ebuild
21 similarity index 99%
22 copy from app-editors/emacs/emacs-27.0.9999.ebuild
23 copy to app-editors/emacs/emacs-27.0.9999-r1.ebuild
24 index 46906649a62..4c179d1bd02 100644
25 --- a/app-editors/emacs/emacs-27.0.9999.ebuild
26 +++ b/app-editors/emacs/emacs-27.0.9999-r1.ebuild
27 @@ -8,7 +8,7 @@ inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
28 if [[ ${PV##*.} = 9999 ]]; then
29 inherit git-r3
30 EGIT_REPO_URI="https://git.savannah.gnu.org/git/emacs.git"
31 - EGIT_BRANCH="master"
32 + EGIT_BRANCH="emacs-27"
33 EGIT_CHECKOUT_DIR="${WORKDIR}/emacs"
34 S="${EGIT_CHECKOUT_DIR}"
35 else
36
37 diff --git a/app-editors/emacs/emacs-27.0.9999.ebuild b/app-editors/emacs/emacs-28.0.9999.ebuild
38 similarity index 99%
39 rename from app-editors/emacs/emacs-27.0.9999.ebuild
40 rename to app-editors/emacs/emacs-28.0.9999.ebuild
41 index 46906649a62..18bc1db36ee 100644
42 --- a/app-editors/emacs/emacs-27.0.9999.ebuild
43 +++ b/app-editors/emacs/emacs-28.0.9999.ebuild
44 @@ -26,7 +26,7 @@ DESCRIPTION="The extensible, customizable, self-documenting real-time display ed
45 HOMEPAGE="https://www.gnu.org/software/emacs/"
46
47 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
48 -SLOT="27-vcs"
49 +SLOT="28-vcs"
50 IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif +gmp gpm gsettings gtk gtk2 gzip-el harfbuzz imagemagick +inotify jpeg json kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
51 REQUIRED_USE="?? ( aqua X )"
52 RESTRICT="test"