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 071A6138334 for ; Wed, 2 Oct 2019 22:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09D9CE0891; Wed, 2 Oct 2019 22:41:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E65C4E0891 for ; Wed, 2 Oct 2019 22:41:16 +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 85A4534B7C7 for ; Wed, 2 Oct 2019 22:41:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C965276A for ; Wed, 2 Oct 2019 22:41:12 +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: <1570056059.2b922ff9f5f4a642d28fc040bbe8c1b1cfd0bfd5.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: 2b922ff9f5f4a642d28fc040bbe8c1b1cfd0bfd5 X-VCS-Branch: master Date: Wed, 2 Oct 2019 22:41:12 +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: 0bff7a5f-42e1-4c4a-99ac-627772e4667a X-Archives-Hash: 68e3078e15e8ba6ab74c8742b9deea36 commit: 2b922ff9f5f4a642d28fc040bbe8c1b1cfd0bfd5 Author: Ulrich Müller gentoo org> AuthorDate: Wed Oct 2 22:23:20 2019 +0000 Commit: Ulrich Müller gentoo 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 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 -}