repo/gentoo:master commit in: app-editors/uemacs-pk/
Ulrich Müller <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786009073.19701a1a1836c91d796b3209cc42ea9eae4986ca.ulm@gentoo> |
commit: 19701a1a1836c91d796b3209cc42ea9eae4986ca
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 09:37:53 2026 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 09:37:53 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19701a1a
app-editors/uemacs-pk: drop 4.0.15_p20180719-r1
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/uemacs-pk/Manifest | 1 -
.../uemacs-pk/uemacs-pk-4.0.15_p20180719-r1.ebuild | 38 ----------------------
2 files changed, 39 deletions(-)
diff --git a/app-editors/uemacs-pk/Manifest b/app-editors/uemacs-pk/Manifest
index 8279a9c823e3..720beaf94bc7 100644
--- a/app-editors/uemacs-pk/Manifest
+++ b/app-editors/uemacs-pk/Manifest
@@ -1,2 +1 @@
-DIST uemacs-4.0.15_p20180719.tar.xz 151748 BLAKE2B 66572d3b4eb54310b7468a43fa718faa78aae8070a8675018f8dccc38d2dcb8e93b41942f49ca28b7c8ee5d100b541ecebfa2adc9a84f121a178ade0903029b1 SHA512 0baa273d5f8df75976d01acbe69b2bca7ec803c8a40364ebded39d16874426874af7b7547774c211fbbb96c82fcb69aaf75f8fa5fd3e95422ee105e6be7f9564
DIST uemacs-4.0.15_p20210330.tar.xz 151800 BLAKE2B 910a8f317bfeaa7baf729b85d622814bbf40077b38f69265fa815b3777d6a73c2e3515c0dffab8da85d4e8b8f568fbf6008029a45d43677180356d28706ffdd3 SHA512 12f58ce8b4580dcad4591491fc9413a4d5e930e5b85811097bb67b4e2ab31feb252671dc5a42c4be24928bfb6ab6186cedd03b828c7ca72dcc49d8689f4cba7b
diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719-r1.ebuild b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719-r1.ebuild
deleted file mode 100644
index 7913ff61c870..000000000000
--- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=9
-
-inherit toolchain-funcs
-
-DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS"
-HOMEPAGE="https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
-# snapshot from git repo
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/uemacs-${PV}.tar.xz"
-S="${WORKDIR}/uemacs"
-
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=("${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch)
-
-src_compile() {
- emake V=1 \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
-}
-
-src_install() {
- dobin em
- insinto /usr/share/${PN}
- doins emacs.hlp
- newins emacs.rc .emacsrc
- dodoc README readme.39e emacs.ps UTF-8-demo.txt
-}