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: Wed, 05 Sep 2018 06:55:00
Message-Id: 1536130014.fa01c744b804292486860fc9768cc273587d559f.ulm@gentoo
1 commit: fa01c744b804292486860fc9768cc273587d559f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 5 06:46:54 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 5 06:46:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa01c744
7
8 app-editors/uemacs-pk: Remove old.
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 app-editors/uemacs-pk/Manifest | 1 -
13 .../uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild | 42 ----------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/app-editors/uemacs-pk/Manifest b/app-editors/uemacs-pk/Manifest
17 index 1390414055f..6c035a94b76 100644
18 --- a/app-editors/uemacs-pk/Manifest
19 +++ b/app-editors/uemacs-pk/Manifest
20 @@ -1,2 +1 @@
21 -DIST uemacs-4.0.15_p20141208.tar.xz 151500 BLAKE2B 18fed2319b7440583e4e5bb46b8f05a7fe3ec7ffc44c1c8d6311a760472a509a28bc8bbded02f1128d0d663bc78b6a9382173d203bad83a1d09503a992382d33 SHA512 a632c82275ee652412aec7d8f3549d80c5fd5bb1211675828ec4c58365bb7819927ff4e92f6fb7b5b9030b681062773ea19f1af345d4d3ddb652c3d68507bdbb
22 DIST uemacs-4.0.15_p20180117.tar.xz 151600 BLAKE2B 76a6a3cd3d0abf720721c7c09687c1964958e6c1c05ad8db07e6e561d6714e436d31659d118af85d069ad77da2606b0ac86005824e2ac56db8040a0ea739aabf SHA512 aadf3f9e8ab3f2c9c7bccf305f7a37e75ac1c92c5c388ce35a10b24cedf886f7d9b0ce8b1196c2f96a0d874bd5af130edb3ecb1ccf571d8e8c00753564e38aa7
23
24 diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild
25 deleted file mode 100644
26 index fb2d7f37ef7..00000000000
27 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild
28 +++ /dev/null
29 @@ -1,42 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit eutils toolchain-funcs
36 -
37 -DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS"
38 -HOMEPAGE="https://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
39 - ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK"
40 -# snapshot from git repo
41 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/uemacs-${PV}.tar.xz"
42 -
43 -LICENSE="free-noncomm"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86 ~x86-fbsd"
46 -
47 -RDEPEND="sys-libs/ncurses:0"
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig"
50 -
51 -S="${WORKDIR}/uemacs"
52 -
53 -src_prepare() {
54 - epatch "${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch
55 -}
56 -
57 -src_compile() {
58 - emake V=1 \
59 - CC="$(tc-getCC)" \
60 - CFLAGS="${CFLAGS}" \
61 - LDFLAGS="${LDFLAGS}" \
62 - LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
63 -}
64 -
65 -src_install() {
66 - dobin em
67 - insinto /usr/share/${PN}
68 - doins emacs.hlp
69 - newins emacs.rc .emacsrc
70 - dodoc README readme.39e emacs.ps UTF-8-demo.txt
71 -}