Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/org-mode/
Date: Tue, 28 Sep 2021 07:11:04
Message-Id: 1632813030.7d6e151966527fa7f933b07c6583631788547902.ulm@gentoo
1 commit: 7d6e151966527fa7f933b07c6583631788547902
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 07:10:30 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 07:10:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=7d6e1519
7
8 app-emacs/org-mode: Update EGIT_REPO_URI
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/org-mode/org-mode-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emacs/org-mode/org-mode-9999.ebuild b/app-emacs/org-mode/org-mode-9999.ebuild
17 index aa1dee5..001559a 100644
18 --- a/app-emacs/org-mode/org-mode-9999.ebuild
19 +++ b/app-emacs/org-mode/org-mode-9999.ebuild
20 @@ -7,7 +7,7 @@ NEED_EMACS=24
21 inherit elisp readme.gentoo-r1
22
23 if [[ ${PV} == 9999 ]]; then
24 - EGIT_REPO_URI="https://code.orgmode.org/bzg/org-mode.git"
25 + EGIT_REPO_URI="https://git.savannah.gnu.org/git/emacs/${PN}.git"
26 EGIT_CHECKOUT_DIR="${WORKDIR}/org"
27 inherit git-r3
28 S="${WORKDIR}/org"