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-emacs/org-mode/
Date: Sat, 02 Oct 2021 09:20:44
Message-Id: 1633166421.61e1f0bb537c9cb432dbae000a29707372aa221f.ulm@gentoo
1 commit: 61e1f0bb537c9cb432dbae000a29707372aa221f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 07:08:11 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 09:20:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e1f0bb
7
8 Revert "app-emacs/org-mode: Add archive.org as secondary SRC_URI"
9
10 This reverts commit 5a13419d85dabfa72eb2475a0dbbcefc1333b3ec.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-emacs/org-mode/org-mode-9.4.6.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/app-emacs/org-mode/org-mode-9.4.6.ebuild b/app-emacs/org-mode/org-mode-9.4.6.ebuild
18 index 541e8907e61..9e5416d9478 100644
19 --- a/app-emacs/org-mode/org-mode-9.4.6.ebuild
20 +++ b/app-emacs/org-mode/org-mode-9.4.6.ebuild
21 @@ -8,8 +8,7 @@ inherit elisp readme.gentoo-r1
22
23 DESCRIPTION="An Emacs mode for notes and project planning"
24 HOMEPAGE="https://www.orgmode.org/"
25 -SRC_URI="https://orgmode.org/org-${PV}.tar.gz
26 - https://web.archive.org/web/20210624085142/https://orgmode.org/org-${PV}.tar.gz"
27 +SRC_URI="https://orgmode.org/org-${PV}.tar.gz"
28
29 LICENSE="GPL-3+ FDL-1.3+ contrib? ( GPL-2+ MIT ) odt-schema? ( OASIS-Open )"
30 SLOT="0"