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 4D31815808B for ; Fri, 1 Apr 2022 18:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CF46E08AD; Fri, 1 Apr 2022 18:41:48 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54A0FE08AD for ; Fri, 1 Apr 2022 18:41:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53A62335D9E for ; Fri, 1 Apr 2022 18:41:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D38AE290 for ; Fri, 1 Apr 2022 18:41:45 +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: <1648838501.88d8807e6273cb5c4695681f1b8549c8643a680f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/uemacs-pk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild X-VCS-Directories: app-editors/uemacs-pk/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 88d8807e6273cb5c4695681f1b8549c8643a680f X-VCS-Branch: master Date: Fri, 1 Apr 2022 18:41:45 +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: 6f16ef4e-404b-444c-81e5-db85e81181f2 X-Archives-Hash: 15f0d2331ef72c1cf038a59cb22355e6 commit: 88d8807e6273cb5c4695681f1b8549c8643a680f Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 1 18:41:22 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 1 18:41:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d8807e app-editors/uemacs-pk: Update HOMEPAGE Signed-off-by: Ulrich Müller gentoo.org> app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild index 374c553c4437..00464e0143a4 100644 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild +++ b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,10 +6,10 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS" -HOMEPAGE="https://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary - ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK" +HOMEPAGE="https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" # snapshot from git repo SRC_URI="https://dev.gentoo.org/~ulm/distfiles/uemacs-${PV}.tar.xz" +S="${WORKDIR}/uemacs" LICENSE="free-noncomm" SLOT="0" @@ -19,7 +19,6 @@ RDEPEND="sys-libs/ncurses:0=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -S="${WORKDIR}/uemacs" PATCHES=("${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch) src_compile() {