summaryrefslogtreecommitdiff
path: root/app-editors/e3
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-editors/e3
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-editors/e3')
-rw-r--r--app-editors/e3/Manifest3
-rw-r--r--app-editors/e3/e3-2.8.ebuild37
-rw-r--r--app-editors/e3/metadata.xml19
3 files changed, 0 insertions, 59 deletions
diff --git a/app-editors/e3/Manifest b/app-editors/e3/Manifest
deleted file mode 100644
index b62b8966233d..000000000000
--- a/app-editors/e3/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST e3-2.8.tgz 119939 BLAKE2B b0882a359126d392a3e24971b1f2e39572bbbe0d95f388a4b75e8cc3e4424e798ddc381c9489ca65452668884abbacc2c27c33b6c7f230a6eb4d44986313a42c SHA512 f3443ac558203b6921458761174ebc060936ae9f8a834670044152b9af52e0919075ac8110ba47b4b6f4e8261afa917e9fe49492b8d40d38d69987353ddd5189
-EBUILD e3-2.8.ebuild 759 BLAKE2B b59b4cbdf6b7c5752957dd1db03b77321ef1d89b600278abe5a841efe37794038c4aa783189fca0464d7a0f7c8671c292ed42c41232bd541d8d486cfdc72693e SHA512 d76af36d27aee6a1aff25d85c89dee78c223009caee6d8b5f57e66f6b5818aae97324203391ba91e03c5cf72bcc8c658d024660bffaf0b874a9ab68b34e49799
-MISC metadata.xml 918 BLAKE2B a0bd5163da7fe48664cc720d60b08c11af32234b0b265a8e2cca6d980a3af3b29ad223fdd5a81886ea3b528875fadd0520650a463894040b2f48ad00eabdf8c6 SHA512 9e8d5b6557a492d39c79c06507ea3ee670729e315cee2456e595d53f88178801b629595ac8903ac70878a63e85b46e934c761d70fef328fdfddc78e0c7416f4d
diff --git a/app-editors/e3/e3-2.8.ebuild b/app-editors/e3/e3-2.8.ebuild
deleted file mode 100644
index 3cb12476d34d..000000000000
--- a/app-editors/e3/e3-2.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-RESTRICT="strip"
-
-DEPEND=">=dev-lang/nasm-2.09.04"
-RDEPEND=""
-
-src_prepare() {
- sed -i 's/-D$(EXMODE)//' Makefile || die
-}
-
-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
- dohtml e3.html
- dodoc ChangeLog README README_OLD
-}
diff --git a/app-editors/e3/metadata.xml b/app-editors/e3/metadata.xml
deleted file mode 100644
index e38b0be62252..000000000000
--- a/app-editors/e3/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>emacs@gentoo.org</email>
- <name>Gentoo Emacs project</name>
-</maintainer>
-<longdescription>
- e3 is a full-screen, user-friendly text editor with an interface similar to
- that of either WordStar, Emacs, Pico, Nedit, or vi. It's heavily optimized
- for size and independent of libc or any other libraries, making it useful
- for mini-Linux distributions and rescue disks. The assembler version
- supports Linux, FreeBSD, OpenBSD, NetBSD, Win9x, QNX, Atheos, BeOS, ELKS,
- and DOS. There is also a separately distributed version written in C which
- supports some other Unix versions and CygWin. It is also possible to use
- regular expressions by using child processes like sed. e3 has a built in
- arithmetic calculator.
-</longdescription>
-</pkgmetadata>