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: Fri, 01 Apr 2022 18:41:49
Message-Id: 1648838500.e5fc45c8d2e45546392f42fe1a1f05134070ee96.ulm@gentoo
1 commit: e5fc45c8d2e45546392f42fe1a1f05134070ee96
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 18:38:55 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 18:41:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fc45c8
7
8 app-editors/uemacs-pk: Remove old
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-editors/uemacs-pk/Manifest | 1 -
13 .../uemacs-pk/uemacs-pk-4.0.15_p20180117.ebuild | 39 ----------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/app-editors/uemacs-pk/Manifest b/app-editors/uemacs-pk/Manifest
17 index dc21550f5685..f3254286f52b 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_p20180117.tar.xz 151600 BLAKE2B 76a6a3cd3d0abf720721c7c09687c1964958e6c1c05ad8db07e6e561d6714e436d31659d118af85d069ad77da2606b0ac86005824e2ac56db8040a0ea739aabf SHA512 aadf3f9e8ab3f2c9c7bccf305f7a37e75ac1c92c5c388ce35a10b24cedf886f7d9b0ce8b1196c2f96a0d874bd5af130edb3ecb1ccf571d8e8c00753564e38aa7
22 DIST uemacs-4.0.15_p20180719.tar.xz 151748 BLAKE2B 66572d3b4eb54310b7468a43fa718faa78aae8070a8675018f8dccc38d2dcb8e93b41942f49ca28b7c8ee5d100b541ecebfa2adc9a84f121a178ade0903029b1 SHA512 0baa273d5f8df75976d01acbe69b2bca7ec803c8a40364ebded39d16874426874af7b7547774c211fbbb96c82fcb69aaf75f8fa5fd3e95422ee105e6be7f9564
23
24 diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180117.ebuild b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180117.ebuild
25 deleted file mode 100644
26 index d39413bfc5f8..000000000000
27 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180117.ebuild
28 +++ /dev/null
29 @@ -1,39 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit 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"
46 -
47 -RDEPEND="sys-libs/ncurses:0="
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig"
50 -
51 -S="${WORKDIR}/uemacs"
52 -PATCHES=("${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch)
53 -
54 -src_compile() {
55 - emake V=1 \
56 - CC="$(tc-getCC)" \
57 - CFLAGS="${CFLAGS}" \
58 - LDFLAGS="${LDFLAGS}" \
59 - LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
60 -}
61 -
62 -src_install() {
63 - dobin em
64 - insinto /usr/share/${PN}
65 - doins emacs.hlp
66 - newins emacs.rc .emacsrc
67 - dodoc README readme.39e emacs.ps UTF-8-demo.txt
68 -}