From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/
Date: Thu, 3 Oct 2019 10:15:38 +0000 (UTC) [thread overview]
Message-ID: <1570097704.9154bedcce055fc502eafde3cccddcac8449efcf.ulm@gentoo> (raw)
commit: 9154bedcce055fc502eafde3cccddcac8449efcf
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 10:11:59 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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
+}
next reply other threads:[~2019-10-03 10:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-03 10:15 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-14 13:00 [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/ Ulrich Müller
2024-02-12 13:51 Jakov Smolić
2020-06-24 8:22 Ulrich Müller
2020-05-31 19:58 Ulrich Müller
2019-10-03 10:15 Ulrich Müller
2019-10-02 22:41 Ulrich Müller
2019-08-19 22:08 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1570097704.9154bedcce055fc502eafde3cccddcac8449efcf.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox