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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2279F158088 for ; Fri, 10 Dec 2021 23:22:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B190E0826; Fri, 10 Dec 2021 23:22:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0DD7E0825 for ; Fri, 10 Dec 2021 23:22:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05946343230 for ; Fri, 10 Dec 2021 23:22:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33F7922B for ; Fri, 10 Dec 2021 23:22:42 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1639178490.23a575e74b719dcb37cd704a28509dbef3c52393.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/xemacs/xemacs-21.5.9999.ebuild X-VCS-Directories: app-editors/xemacs/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 23a575e74b719dcb37cd704a28509dbef3c52393 X-VCS-Branch: master Date: Fri, 10 Dec 2021 23:22:42 +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: 3df510ab-9491-4142-8c64-a9af813c5f94 X-Archives-Hash: 252881f5c7c1917a1772e6f735f3657d commit: 23a575e74b719dcb37cd704a28509dbef3c52393 Author: Mats Lidell gentoo org> AuthorDate: Fri Dec 10 23:19:15 2021 +0000 Commit: Mats Lidell gentoo org> CommitDate: Fri Dec 10 23:21:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a575e7 app-editors/xemacs: update SRC_URI - load neXt only if needed Signed-off-by: Mats Lidell gentoo.org> app-editors/xemacs/xemacs-21.5.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/xemacs/xemacs-21.5.9999.ebuild b/app-editors/xemacs/xemacs-21.5.9999.ebuild index 10c8d43ee877..aaaddef4a2f3 100644 --- a/app-editors/xemacs/xemacs-21.5.9999.ebuild +++ b/app-editors/xemacs/xemacs-21.5.9999.ebuild @@ -10,7 +10,7 @@ inherit flag-o-matic xdg-utils desktop DESCRIPTION="highly customizable open source text editor and application development system" HOMEPAGE="http://www.xemacs.org/" -SRC_URI="http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz" +SRC_URI="neXt? ( http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz )" inherit mercurial EHG_REPO_URI="https://foss.heptapod.net/xemacs/xemacs"