From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71098158018 for ; Sat, 2 Oct 2021 09:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF4E1E0869; Sat, 2 Oct 2021 09:20:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A49E3E0869 for ; Sat, 2 Oct 2021 09:20:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BA10342E06 for ; Sat, 2 Oct 2021 09:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 318E3105 for ; Sat, 2 Oct 2021 09:20:41 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1633166421.61e1f0bb537c9cb432dbae000a29707372aa221f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/org-mode/org-mode-9.4.6.ebuild X-VCS-Directories: app-emacs/org-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 61e1f0bb537c9cb432dbae000a29707372aa221f X-VCS-Branch: master Date: Sat, 2 Oct 2021 09:20:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4ccc6f5-97ff-4812-acf5-d0e282165bc1 X-Archives-Hash: b559beebee8180d494570392165720b2 commit: 61e1f0bb537c9cb432dbae000a29707372aa221f Author: Ulrich Müller gentoo org> AuthorDate: Sat Oct 2 07:08:11 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Oct 2 09:20:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e1f0bb Revert "app-emacs/org-mode: Add archive.org as secondary SRC_URI" This reverts commit 5a13419d85dabfa72eb2475a0dbbcefc1333b3ec. Signed-off-by: Ulrich Müller gentoo.org> app-emacs/org-mode/org-mode-9.4.6.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-emacs/org-mode/org-mode-9.4.6.ebuild b/app-emacs/org-mode/org-mode-9.4.6.ebuild index 541e8907e61..9e5416d9478 100644 --- a/app-emacs/org-mode/org-mode-9.4.6.ebuild +++ b/app-emacs/org-mode/org-mode-9.4.6.ebuild @@ -8,8 +8,7 @@ inherit elisp readme.gentoo-r1 DESCRIPTION="An Emacs mode for notes and project planning" HOMEPAGE="https://www.orgmode.org/" -SRC_URI="https://orgmode.org/org-${PV}.tar.gz - https://web.archive.org/web/20210624085142/https://orgmode.org/org-${PV}.tar.gz" +SRC_URI="https://orgmode.org/org-${PV}.tar.gz" LICENSE="GPL-3+ FDL-1.3+ contrib? ( GPL-2+ MIT ) odt-schema? ( OASIS-Open )" SLOT="0"