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-misc/rlwrap/
Date: Mon,  3 Jan 2022 01:19:22 +0000 (UTC)	[thread overview]
Message-ID: <1641172754.e1f7fc1b141be3d636b4c7d3fef203cc0bc96dea.sam@gentoo> (raw)

commit:     e1f7fc1b141be3d636b4c7d3fef203cc0bc96dea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  3 01:18:22 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  3 01:19:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f7fc1b

app-misc/rlwrap: use autotools.eclass, not manual autoreconf

Vanilla autoreconf won't benefit from error handling
or the other magic the eclass does for us.

Also add a missing ncurses dependency.

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

 .../rlwrap/{rlwrap-0.45.2.ebuild => rlwrap-0.45.2-r1.ebuild}   | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-misc/rlwrap/rlwrap-0.45.2.ebuild b/app-misc/rlwrap/rlwrap-0.45.2-r1.ebuild
similarity index 80%
rename from app-misc/rlwrap/rlwrap-0.45.2.ebuild
rename to app-misc/rlwrap/rlwrap-0.45.2-r1.ebuild
index 8a0f63a892b2..c981173038ec 100644
--- a/app-misc/rlwrap/rlwrap-0.45.2.ebuild
+++ b/app-misc/rlwrap/rlwrap-0.45.2-r1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+inherit autotools
+
 DESCRIPTION="GNU readline wrapper"
 HOMEPAGE="https://github.com/hanslub42/rlwrap"
 SRC_URI="https://github.com/hanslub42/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -12,12 +14,14 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="debug"
 
-RDEPEND="sys-libs/readline:0="
+RDEPEND="sys-libs/ncurses:=
+	sys-libs/readline:="
 DEPEND="${RDEPEND}"
 
 src_prepare() {
 	default
-	autoreconf --install
+
+	eautoreconf
 }
 
 src_configure() {


             reply	other threads:[~2022-01-03  1:19 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-03  1:19 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25 16:42 [gentoo-commits] repo/gentoo:master commit in: app-misc/rlwrap/ Jakov Smolić
2023-12-16  7:05 Arthur Zamarin
2023-12-16  7:05 Arthur Zamarin
2023-12-16  3:08 Sam James
2023-12-16  2:36 Sam James
2022-11-07  6:52 Sam James
2022-10-25  5:53 Sam James
2022-10-25  5:53 Sam James
2022-07-31 12:20 David Seifert
2022-01-20 12:58 Arthur Zamarin
2022-01-20  8:55 Jakov Smolić
2022-01-20  8:41 Arthur Zamarin
2022-01-20  7:22 Agostino Sarubbo
2021-11-19  7:24 Arthur Zamarin
2021-11-12  3:58 Andrey Grozin
2021-10-23 15:00 Jakov Smolić
2021-03-17  2:21 Sam James
2021-03-17  2:19 Sam James
2021-03-17  2:16 Sam James
2021-02-11 17:34 Ulrich Müller
2021-01-06 13:19 Fabian Groffen
2020-12-27 14:01 Fabian Groffen
2017-07-26 19:52 José María Alonso
2017-05-03  6:54 David Seifert
2017-05-02 21:51 Patrice Clement
2016-10-25  7:55 José María Alonso
2016-03-05 21:42 José María Alonso

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=1641172754.e1f7fc1b141be3d636b4c7d3fef203cc0bc96dea.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