From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25548138334 for ; Thu, 3 Oct 2019 10:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AE97E0819; Thu, 3 Oct 2019 10:15:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20D4EE0819 for ; Thu, 3 Oct 2019 10:15:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF0C734B7E4 for ; Thu, 3 Oct 2019 10:15:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A014744 for ; Thu, 3 Oct 2019 10:15:38 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1570097704.9154bedcce055fc502eafde3cccddcac8449efcf.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/e3/Manifest app-editors/e3/e3-2.8.2.ebuild X-VCS-Directories: app-editors/e3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9154bedcce055fc502eafde3cccddcac8449efcf X-VCS-Branch: master Date: Thu, 3 Oct 2019 10:15:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61b46d3c-99e6-46d2-9ca3-6aa05acb8b0e X-Archives-Hash: 56d61aded84da611a466e08c3e8d048b commit: 9154bedcce055fc502eafde3cccddcac8449efcf Author: Ulrich Müller gentoo org> AuthorDate: Thu Oct 3 10:11:59 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Oct 3 10:15:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9154bedc Revert "app-editors/e3: Remove old." This reverts commit 2b922ff9f5f4a642d28fc040bbe8c1b1cfd0bfd5. Signed-off-by: Ulrich Müller gentoo.org> app-editors/e3/Manifest | 1 + app-editors/e3/e3-2.8.2.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/app-editors/e3/Manifest b/app-editors/e3/Manifest index 1d01bc2c47a..67e30520cf1 100644 --- a/app-editors/e3/Manifest +++ b/app-editors/e3/Manifest @@ -1 +1,2 @@ DIST e3-2.8.tgz 119939 BLAKE2B b0882a359126d392a3e24971b1f2e39572bbbe0d95f388a4b75e8cc3e4424e798ddc381c9489ca65452668884abbacc2c27c33b6c7f230a6eb4d44986313a42c SHA512 f3443ac558203b6921458761174ebc060936ae9f8a834670044152b9af52e0919075ac8110ba47b4b6f4e8261afa917e9fe49492b8d40d38d69987353ddd5189 +DIST e3-2.82.tgz 115504 BLAKE2B 09edea9063657373cf6d7d9d8290dddf17b8fb516538d89b83462176127b8b43832bd81f326eec5504116f05ab780023832b8b5d41d72e3ab8e726d89e364a36 SHA512 07c7e40d26879871b60d7e89839805d779383dbaabe42a6a3a7047fa8a4c501c4cd0cdc828a9d29d4ac1c5b949bda07946d8e71e1320c6c303ffce88a3038547 diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild new file mode 100644 index 00000000000..4d675fa1428 --- /dev/null +++ b/app-editors/e3/e3-2.8.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_P="${PN}-$(ver_rs 2 '')" +DESCRIPTION="Very tiny editor in ASM with emacs, pico, wordstar, and vi keybindings" +HOMEPAGE="https://sites.google.com/site/e3editor/" +SRC_URI="https://sites.google.com/site/e3editor/Home/${MY_P}.tgz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="-* amd64 x86" +RESTRICT="strip" + +BDEPEND=">=dev-lang/nasm-2.09.04" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + sed -i 's/-D$(EXMODE)//' Makefile || die + eapply_user +} + +src_compile() { + emake -- $(usex amd64 64 32) +} + +src_install() { + dobin e3 + dosym e3 /usr/bin/e3em + dosym e3 /usr/bin/e3ne + dosym e3 /usr/bin/e3pi + dosym e3 /usr/bin/e3vi + dosym e3 /usr/bin/e3ws + + newman e3.man e3.1 + dodoc ChangeLog README README.v2.7.1 + docinto html + dodoc e3.html +}