public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/hexedit/
Date: Tue, 20 Apr 2021 01:21:06 +0000 (UTC)	[thread overview]
Message-ID: <1618881628.86800841556927c5a4a436475efb1839d73c5c5e.sam@gentoo> (raw)

commit:     86800841556927c5a4a436475efb1839d73c5c5e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 00:34:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 01:20:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86800841

app-editors/hexedit: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/hexedit/hexedit-1.2.13.ebuild | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild b/app-editors/hexedit/hexedit-1.2.13.ebuild
index 10627d3f7c5..d0b42fcc75f 100644
--- a/app-editors/hexedit/hexedit-1.2.13.ebuild
+++ b/app-editors/hexedit/hexedit-1.2.13.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit autotools epatch
+EAPI=7
+
+inherit autotools
 
 DESCRIPTION="View and edit files in hex or ASCII"
 HOMEPAGE="http://rigaux.org/hexedit.html"
@@ -15,10 +16,15 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86 ~amd64-li
 DEPEND="sys-libs/ncurses:="
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/${PN}
+S="${WORKDIR}"/${PN}
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.2.13-tinfo.patch
+)
 
 src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.2.13-tinfo.patch
+	default
+
 	mv configure.in configure.ac || die
 	eautoreconf
 }


             reply	other threads:[~2021-04-20  1:21 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20  1:21 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-08  8:28 [gentoo-commits] repo/gentoo:master commit in: app-editors/hexedit/ Thomas Beierlein
2022-08-12  9:18 Yixun Lan
2022-08-12  8:06 Agostino Sarubbo
2022-08-12  8:06 Agostino Sarubbo
2022-08-12  7:25 Agostino Sarubbo
2022-08-12  7:23 Agostino Sarubbo
2022-08-12  4:49 Arthur Zamarin
2022-08-11 17:34 Arthur Zamarin
2022-08-11 17:34 Arthur Zamarin
2022-05-19  7:01 Thomas Beierlein
2022-02-16 20:28 Arthur Zamarin
2022-02-16 20:24 Arthur Zamarin
2022-02-15  7:12 Agostino Sarubbo
2022-02-15  7:11 Agostino Sarubbo
2022-02-15  7:11 Agostino Sarubbo
2022-02-15  7:10 Agostino Sarubbo
2022-02-15  7:09 Agostino Sarubbo
2022-01-10  1:29 Yixun Lan
2022-01-10  1:29 Yixun Lan
2021-02-21 20:31 Sam James
2021-01-06 13:03 Fabian Groffen
2017-01-29 14:38 Fabian Groffen
2016-06-02  7:37 Patrice Clement
2016-06-02  7:37 Patrice Clement
2015-12-21 18:05 Thomas Beierlein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1618881628.86800841556927c5a4a436475efb1839d73c5c5e.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox