diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 20:47:54 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 20:47:54 +0200 |
commit | 38ed760f180a92f0eaae3d8e34538fe3d5ab9366 (patch) | |
tree | 1a3380b60c68e79ae7fb6d5380686b187bcc4b0c | |
parent | app-emacs/whizzytex: Drop package reference from metadata.xml (diff) | |
download | emacs-38ed760f180a92f0eaae3d8e34538fe3d5ab9366.tar.gz emacs-38ed760f180a92f0eaae3d8e34538fe3d5ab9366.tar.bz2 emacs-38ed760f180a92f0eaae3d8e34538fe3d5ab9366.zip |
app-editors/uemacs-pk: Update HOMEPAGE
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | app-editors/uemacs-pk/uemacs-pk-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild index 6094b2d..c894e64 100644 --- a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild +++ b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild @@ -8,8 +8,8 @@ EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" inherit git-r3 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" +S="${WORKDIR}/${PN}" LICENSE="free-noncomm" SLOT="0" @@ -18,8 +18,6 @@ RDEPEND="sys-libs/ncurses:0=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -S="${WORKDIR}/${PN}" - src_compile() { emake V=1 \ CC="$(tc-getCC)" \ |