From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rlwrap/
Date: Tue, 25 Oct 2022 05:53:37 +0000 (UTC) [thread overview]
Message-ID: <1666675860.4d4d7597f3ca7bf0a8c3756dd642df0c0b6d2476.sam@gentoo> (raw)
commit: 4d4d7597f3ca7bf0a8c3756dd642df0c0b6d2476
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 05:28:04 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 05:31:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4d7597
app-misc/rlwrap: add 0.46
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/rlwrap/Manifest | 1 +
app-misc/rlwrap/rlwrap-0.46.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/app-misc/rlwrap/Manifest b/app-misc/rlwrap/Manifest
index 91e1b565b8aa..61fb8a3c361e 100644
--- a/app-misc/rlwrap/Manifest
+++ b/app-misc/rlwrap/Manifest
@@ -1 +1,2 @@
DIST rlwrap-0.45.2.tar.gz 182025 BLAKE2B 38e54ab87b0530e49cb736072825441f638aa4ed4b22b0f30c7243f5f8ac7b439e3a75784d6a4eed051bf367d15ac3b576109663ddf3fc082171a73c5af7c11e SHA512 77664bc17c4e6148037b8ae64c025b07c3feae91dfeff59f1846ce38e5f808a41005286daa81fd0ed01e0c789762e377cc48e6abdf124a7d4654f66b2b6c6cc4
+DIST rlwrap-0.46.tar.gz 339767 BLAKE2B 0f3ad18d43008c97a642c653c43f6406ed02a2d4946f2448ee13cd578ade4454ad43a5a5c5c413fd20c24559f9dae974529a9e11d4cf103544c061a4ce584bac SHA512 28c5d8fa30ee1fd81dc0a670124e50191ceff1c041f5249a18e26d7fce6fe29ce105d7f87913bcd11292dc7d628e297b0238424927a9f375c686971dd00f29c9
diff --git a/app-misc/rlwrap/rlwrap-0.46.ebuild b/app-misc/rlwrap/rlwrap-0.46.ebuild
new file mode 100644
index 000000000000..38ebe8a79778
--- /dev/null
+++ b/app-misc/rlwrap/rlwrap-0.46.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="GNU readline wrapper"
+HOMEPAGE="https://github.com/hanslub42/rlwrap"
+SRC_URI="https://github.com/hanslub42/rlwrap/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="debug"
+
+RDEPEND="
+ sys-libs/ncurses:=
+ sys-libs/readline:=
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ # TODO: Python, Perl?
+ # https://github.com/hanslub42/rlwrap#filters
+ econf $(use_enable debug)
+}
next reply other threads:[~2022-10-25 5:53 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-25 5:53 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-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
2022-01-03 1:19 Sam James
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=1666675860.4d4d7597f3ca7bf0a8c3756dd642df0c0b6d2476.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