Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-editors/uemacs-pk/
Date: Sun, 15 Oct 2017 11:39:29
Message-Id: 1508067527.4b8aa5260c9b530b35033bdde71f8a0b14c11cf5.ulm@gentoo
1 commit: 4b8aa5260c9b530b35033bdde71f8a0b14c11cf5
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 11:38:47 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 11:38:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=4b8aa526
7
8 app-editors/uemacs-pk: Update EGIT_REPO_URI, sync from Gentoo repo.
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 app-editors/uemacs-pk/uemacs-pk-9999.ebuild | 15 +++++++++------
13 1 file changed, 9 insertions(+), 6 deletions(-)
14
15 diff --git a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild
16 index 68bf6a7..07e047d 100644
17 --- a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild
18 +++ b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild
19 @@ -1,15 +1,14 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25
26 -EGIT_REPO_URI="git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
27 +EGIT_REPO_URI="https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
28 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
29 -
30 inherit git-r3 toolchain-funcs
31
32 DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS"
33 -HOMEPAGE="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
34 +HOMEPAGE="https://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
35 ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK"
36
37 LICENSE="free-noncomm"
38 @@ -17,7 +16,7 @@ SLOT="0"
39
40 S="${WORKDIR}/${PN}"
41
42 -DEPEND="sys-libs/ncurses"
43 +DEPEND="sys-libs/ncurses:0"
44 RDEPEND="${DEPEND}"
45
46 src_prepare() {
47 @@ -25,7 +24,11 @@ src_prepare() {
48 }
49
50 src_compile() {
51 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
52 + emake V=1 \
53 + CC="$(tc-getCC)" \
54 + CFLAGS="${CFLAGS}" \
55 + LDFLAGS="${LDFLAGS}" \
56 + LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
57 }
58
59 src_install() {