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 808F41382C5 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 D00C0E085E; Sat, 15 May 2021 19:35:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B272AE085E 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 C9963335C97 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 68C9874F 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: <1621107305.0d752f89fe4705e0dd41f43b649c7add75e2a506.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emact/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emact/emact-2.58.0-r1.ebuild app-editors/emact/emact-2.58.0.ebuild X-VCS-Directories: app-editors/emact/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0d752f89fe4705e0dd41f43b649c7add75e2a506 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: cb685bab-bf97-4a9e-ad9d-25f106779d0b X-Archives-Hash: a28b1e7d8e70b24aa8dfce751e3173ed commit: 0d752f89fe4705e0dd41f43b649c7add75e2a506 Author: Ulrich Müller gentoo org> AuthorDate: Sat May 15 19:25:58 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat May 15 19:35:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d752f89 app-editors/emact: EAPI 7 bump Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-editors/emact/{emact-2.58.0.ebuild => emact-2.58.0-r1.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-editors/emact/emact-2.58.0.ebuild b/app-editors/emact/emact-2.58.0-r1.ebuild similarity index 83% rename from app-editors/emact/emact-2.58.0.ebuild rename to app-editors/emact/emact-2.58.0-r1.ebuild index bf90ddb88e8..2667c067d36 100644 --- a/app-editors/emact/emact-2.58.0.ebuild +++ b/app-editors/emact/emact-2.58.0-r1.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 toolchain-funcs @@ -17,8 +17,8 @@ IUSE="gui" RDEPEND="sys-libs/ncurses:0= gui? ( x11-libs/libX11 )" DEPEND="${RDEPEND} - virtual/pkgconfig gui? ( x11-base/xorg-proto )" +BDEPEND="virtual/pkgconfig" src_configure() { econf \ @@ -27,6 +27,6 @@ src_configure() { } src_install() { - emake INSTALL="${ED%/}"/usr install + emake INSTALL="${ED}"/usr install #dodoc README }