[gentoo-commits] repo/proj/emacs:master commit in: app-editors/uemacs-pk/

2022-04-01 Thread Ulrich Müller
commit: 38ed760f180a92f0eaae3d8e34538fe3d5ab9366
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Apr  1 18:47:54 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Apr  1 18:47:54 2022 +
URL:https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=38ed760f

app-editors/uemacs-pk: Update HOMEPAGE

Signed-off-by: Ulrich Müller  gentoo.org>

 app-editors/uemacs-pk/uemacs-pk-.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-editors/uemacs-pk/uemacs-pk-.ebuild 
b/app-editors/uemacs-pk/uemacs-pk-.ebuild
index 6094b2d..c894e64 100644
--- a/app-editors/uemacs-pk/uemacs-pk-.ebuild
+++ b/app-editors/uemacs-pk/uemacs-pk-.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)" \



[gentoo-commits] repo/proj/emacs:master commit in: app-editors/uemacs-pk/

2017-10-15 Thread Ulrich Müller
commit: 4b8aa5260c9b530b35033bdde71f8a0b14c11cf5
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Oct 15 11:38:47 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Oct 15 11:38:47 2017 +
URL:https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=4b8aa526

app-editors/uemacs-pk: Update EGIT_REPO_URI, sync from Gentoo repo.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-editors/uemacs-pk/uemacs-pk-.ebuild | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/app-editors/uemacs-pk/uemacs-pk-.ebuild 
b/app-editors/uemacs-pk/uemacs-pk-.ebuild
index 68bf6a7..07e047d 100644
--- a/app-editors/uemacs-pk/uemacs-pk-.ebuild
+++ b/app-editors/uemacs-pk/uemacs-pk-.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-EGIT_REPO_URI="git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
+EGIT_REPO_URI="https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git;
 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
-
 inherit git-r3 toolchain-funcs
 
 DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS"
-HOMEPAGE="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
+HOMEPAGE="https://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK;
 
 LICENSE="free-noncomm"
@@ -17,7 +16,7 @@ SLOT="0"
 
 S="${WORKDIR}/${PN}"
 
-DEPEND="sys-libs/ncurses"
+DEPEND="sys-libs/ncurses:0"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
@@ -25,7 +24,11 @@ src_prepare() {
 }
 
 src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+   emake V=1 \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS}" \
+   LDFLAGS="${LDFLAGS}" \
+   LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
 }
 
 src_install() {