commit:     2b922ff9f5f4a642d28fc040bbe8c1b1cfd0bfd5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 22:23:20 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 22:40:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b922ff9

app-editors/e3: Remove old.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
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 deletions(-)

diff --git a/app-editors/e3/Manifest b/app-editors/e3/Manifest
index 67e30520cf1..1d01bc2c47a 100644
--- a/app-editors/e3/Manifest
+++ b/app-editors/e3/Manifest
@@ -1,2 +1 @@
 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
deleted file mode 100644
index 4d675fa1428..00000000000
--- a/app-editors/e3/e3-2.8.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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
-}

Reply via email to