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 8CCAC13835A for ; Sat, 15 May 2021 19:35:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB72BE086D; Sat, 15 May 2021 19:35:57 +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 C3FD2E086D for ; Sat, 15 May 2021 19:35:57 +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 DE4BA335D0D for ; Sat, 15 May 2021 19:35:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BDFB75F for ; Sat, 15 May 2021 19:35:55 +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: <1621107306.9b644be1b19b013584deff825d7b211ac1e135bc.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jasspa-microemacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r4.ebuild X-VCS-Directories: app-editors/jasspa-microemacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9b644be1b19b013584deff825d7b211ac1e135bc X-VCS-Branch: master Date: Sat, 15 May 2021 19:35:55 +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: c6153a8c-ad6b-4e58-b94a-2ec319aa7825 X-Archives-Hash: fe9fff796d71c96153a07269e1f90298 commit: 9b644be1b19b013584deff825d7b211ac1e135bc Author: Ulrich Müller gentoo org> AuthorDate: Sat May 15 19:34:45 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat May 15 19:35:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b644be1 app-editors/jasspa-microemacs: EAPI 7 bump Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> ...s-20091011-r3.ebuild => jasspa-microemacs-20091011-r4.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r4.ebuild similarity index 96% rename from app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild rename to app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r4.ebuild index a2277979f14..b6d09c14ac2 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit desktop toolchain-funcs xdg-utils @@ -13,6 +13,7 @@ SRC_URI="http://www.jasspa.com/release_20090909/jasspa-mesrc-${PV}.tar.gz http://www.jasspa.com/release_20090909/jasspa-memacros-${MACROS_PV}.tar.gz http://www.jasspa.com/release_20090909/jasspa-mehtml-${PV}.tar.gz http://www.jasspa.com/release_20060909/meicons-extra.tar.gz )" +S="${WORKDIR}/me${PV:2}" LICENSE="GPL-2+" SLOT="0" @@ -27,13 +28,13 @@ RDEPEND="sys-libs/ncurses:0= nanoemacs? ( !app-editors/ne )" DEPEND="${RDEPEND} - virtual/pkgconfig gui? ( x11-base/xorg-proto x11-libs/libXt )" -S="${WORKDIR}/me${PV:2}" +BDEPEND="virtual/pkgconfig" + PATCHES=( "${FILESDIR}"/${PV}-ncurses.patch "${FILESDIR}"/${PV}-linux3.patch