diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 20:41:22 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 20:41:41 +0200 |
commit | 88d8807e6273cb5c4695681f1b8549c8643a680f (patch) | |
tree | 60b1269bfe8e3e8367c353214c0d61650b5915f1 /app-editors | |
parent | app-editors/uemacs-pk: Remove old (diff) | |
download | gentoo-88d8807e6273cb5c4695681f1b8549c8643a680f.tar.gz gentoo-88d8807e6273cb5c4695681f1b8549c8643a680f.tar.bz2 gentoo-88d8807e6273cb5c4695681f1b8549c8643a680f.zip |
app-editors/uemacs-pk: Update HOMEPAGE
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild | 7 |
1 files 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() { |