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 4B2B8158064 for ; Mon, 13 May 2024 15:01:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92C30E2AA7; Mon, 13 May 2024 15:01:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FCB0E2AA7 for ; Mon, 13 May 2024 15:01:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73556335D1C for ; Mon, 13 May 2024 15:01:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D206B1A28 for ; Mon, 13 May 2024 15:01:24 +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: <1715612478.df49501649045e1538bbc72dd0fc540dfc2de6ed.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qemacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/qemacs/qemacs-0.4.1_pre20170225-r1.ebuild app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild X-VCS-Directories: app-editors/qemacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: df49501649045e1538bbc72dd0fc540dfc2de6ed X-VCS-Branch: master Date: Mon, 13 May 2024 15:01:24 +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: 93678484-3d93-4175-ae03-b84717c058a2 X-Archives-Hash: 5fec88cff70c34ae98b58236d2ea8a80 commit: df49501649045e1538bbc72dd0fc540dfc2de6ed Author: Ulrich Müller gentoo org> AuthorDate: Mon May 13 15:00:08 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 13 15:01:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df495016 app-editors/qemacs: Update to EAPI 8 Signed-off-by: Ulrich Müller gentoo.org> ...0.4.1_pre20170225.ebuild => qemacs-0.4.1_pre20170225-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild b/app-editors/qemacs/qemacs-0.4.1_pre20170225-r1.ebuild similarity index 97% rename from app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild rename to app-editors/qemacs/qemacs-0.4.1_pre20170225-r1.ebuild index bebc3f453493..307c9f40c805 100644 --- a/app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild +++ b/app-editors/qemacs/qemacs-0.4.1_pre20170225-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs @@ -9,6 +9,7 @@ DESCRIPTION="QEmacs is a very small but powerful UNIX editor" HOMEPAGE="https://savannah.nongnu.org/projects/qemacs/" # snapshot of http://cvs.savannah.gnu.org/viewvc/?root=qemacs SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" +S="${WORKDIR}/${PN}" LICENSE="LGPL-2.1+ GPL-2+" SLOT="0" @@ -26,8 +27,6 @@ DEPEND="${RDEPEND} >=app-text/texi2html-5 gui? ( x11-base/xorg-proto )" -S="${WORKDIR}/${PN}" - src_prepare() { eapply "${FILESDIR}/${P}-Makefile.patch" eapply "${FILESDIR}/${P}-nostrip.patch"