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-editors/uemacs-pk/
Date: Fri, 01 Apr 2022 18:41:49
Message-Id: 1648838501.88d8807e6273cb5c4695681f1b8549c8643a680f.ulm@gentoo
1 commit: 88d8807e6273cb5c4695681f1b8549c8643a680f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 18:41:22 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 18:41:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d8807e
7
8 app-editors/uemacs-pk: Update HOMEPAGE
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 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
16 index 374c553c4437..00464e0143a4 100644
17 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild
18 +++ b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -6,10 +6,10 @@ EAPI=7
26 inherit toolchain-funcs
27
28 DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS"
29 -HOMEPAGE="https://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
30 - ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK"
31 +HOMEPAGE="https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
32 # snapshot from git repo
33 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/uemacs-${PV}.tar.xz"
34 +S="${WORKDIR}/uemacs"
35
36 LICENSE="free-noncomm"
37 SLOT="0"
38 @@ -19,7 +19,6 @@ RDEPEND="sys-libs/ncurses:0="
39 DEPEND="${RDEPEND}"
40 BDEPEND="virtual/pkgconfig"
41
42 -S="${WORKDIR}/uemacs"
43 PATCHES=("${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch)
44
45 src_compile() {