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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B39B158095 for ; Fri, 23 Sep 2022 20:07:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB25BE0DA4; Fri, 23 Sep 2022 20:07:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 910BBE0DA4 for ; Fri, 23 Sep 2022 20:07:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3C36340ED1 for ; Fri, 23 Sep 2022 20:07:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5387A5E3 for ; Fri, 23 Sep 2022 20:07:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1663963632.0c4e4d9d383a1de41034ef1fea05e042673fd15c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/moe/files/, app-editors/moe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/moe/Manifest app-editors/moe/files/moe-1.6-tinfo.patch app-editors/moe/moe-1.10.ebuild X-VCS-Directories: app-editors/moe/files/ app-editors/moe/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0c4e4d9d383a1de41034ef1fea05e042673fd15c X-VCS-Branch: master Date: Fri, 23 Sep 2022 20:07:37 +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: 1ab45e19-8b63-4fbf-a66d-fbc12fdfffab X-Archives-Hash: ac37dc76b70a5044761f4f7bb08b5dcd commit: 0c4e4d9d383a1de41034ef1fea05e042673fd15c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 29 18:48:25 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 23 20:07:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4e4d9d app-editors/moe: drop 1.10, EAPI-6-- Closes: https://bugs.gentoo.org/865435 Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/moe/Manifest | 1 - app-editors/moe/files/moe-1.6-tinfo.patch | 11 ---------- app-editors/moe/moe-1.10.ebuild | 36 ------------------------------- 3 files changed, 48 deletions(-) diff --git a/app-editors/moe/Manifest b/app-editors/moe/Manifest index 25c9c6f62920..d14cfd3430ca 100644 --- a/app-editors/moe/Manifest +++ b/app-editors/moe/Manifest @@ -1,2 +1 @@ -DIST moe-1.10.tar.lz 84050 BLAKE2B 2e49aba27cdd603fbc9a4eb0fef5e086a527087d72f30f68beb4e3389de0ccdd85fec5bf753b3187d64cd6549ac5738c89e94c543c141f88896c580e7c33ad42 SHA512 3908d7906aa7dcb8bd4a5d340fe94b06fc91814098c20e8939906c2b0e03e1a8a3c95847b5f8111a5d9f37636a2fafa52f9105e0e8fa0ad8b16c2f9e9dede748 DIST moe-1.12.tar.lz 87917 BLAKE2B b036b24193045cd5c64812af13e6cf542700e649e78f3ba416501d0915c0ac2eef09bebdb333d145e0428dfacdccef431588ce93b1f407a41a7bd7e0acbc163c SHA512 f0d5daba70d0018ce82d6673749b8f688c0bac58de7684cc24f5badffd6868d425c9f771404186ab5cec12ab94c3e20af870bd920bfef0432a622925838ebed7 diff --git a/app-editors/moe/files/moe-1.6-tinfo.patch b/app-editors/moe/files/moe-1.6-tinfo.patch deleted file mode 100644 index 5a94ec599e89..000000000000 --- a/app-editors/moe/files/moe-1.6-tinfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.in.orig 2014-11-03 00:33:57.152593136 +0300 -+++ b/Makefile.in 2014-11-03 00:34:21.121592519 +0300 -@@ -4,7 +4,7 @@ - INSTALL_PROGRAM = $(INSTALL) -m 755 - INSTALL_DATA = $(INSTALL) -m 644 - INSTALL_DIR = $(INSTALL) -d -m 755 --LIBS = -lncurses -+LIBS = $(shell ${PKG_CONFIG} --libs ncurses) - SHELL = /bin/sh - - edobjs = basic_buffer.o block.o buffer.o buffer_handle.o \ diff --git a/app-editors/moe/moe-1.10.ebuild b/app-editors/moe/moe-1.10.ebuild deleted file mode 100644 index 6d9028d722c4..000000000000 --- a/app-editors/moe/moe-1.10.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs unpacker - -DESCRIPTION="A powerful and user-friendly console text editor" -HOMEPAGE="https://www.gnu.org/software/moe/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm x86 amd64-linux ~x86-linux" - -RDEPEND=" - sys-libs/ncurses:0= -" -DEPEND=" - $(unpacker_src_uri_depends) - ${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - tc-export CXX PKG_CONFIG - sed -i \ - -e "/^CXXFLAGS=/d" \ - -e "/^LDFLAGS=/d" \ - -e "/^CXX=/d" \ - configure || die "sed on configure failed" - - eapply_user - - eapply "${FILESDIR}/${PN}-1.6-tinfo.patch" -}