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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24240158020 for ; Tue, 25 Oct 2022 05:53:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DA70E0876; Tue, 25 Oct 2022 05:53:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23D29E0876 for ; Tue, 25 Oct 2022 05:53:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09B43340F77 for ; Tue, 25 Oct 2022 05:53:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5923A62A for ; Tue, 25 Oct 2022 05:53:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1666675860.4d4d7597f3ca7bf0a8c3756dd642df0c0b6d2476.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rlwrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/rlwrap/Manifest app-misc/rlwrap/rlwrap-0.46.ebuild X-VCS-Directories: app-misc/rlwrap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d4d7597f3ca7bf0a8c3756dd642df0c0b6d2476 X-VCS-Branch: master Date: Tue, 25 Oct 2022 05:53:37 +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: 66c13907-41da-4247-bb13-20886b84c272 X-Archives-Hash: 94d823855486509be9bd5a2ecc577330 commit: 4d4d7597f3ca7bf0a8c3756dd642df0c0b6d2476 Author: Sam James gentoo org> AuthorDate: Tue Oct 25 05:28:04 2022 +0000 Commit: Sam James gentoo 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 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) +}