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 C9B5E15ACFB for ; Sun, 9 Apr 2023 17:19:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC4CCE079C; Sun, 9 Apr 2023 17:19:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D5A67E079C for ; Sun, 9 Apr 2023 17:19:00 +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 DFCC83410AE for ; Sun, 9 Apr 2023 17:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 492039FA for ; Sun, 9 Apr 2023 17:18:57 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1681060700.05bb91050e2df13e6c0b8bf6083f5e942283a977.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/rpl/Manifest app-text/rpl/rpl-1.15.2.ebuild X-VCS-Directories: app-text/rpl/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 05bb91050e2df13e6c0b8bf6083f5e942283a977 X-VCS-Branch: master Date: Sun, 9 Apr 2023 17:18:57 +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: b667a42e-98ce-4e1a-afde-5a81e8d35870 X-Archives-Hash: 8677efa0e89f6680168dbca4b0d41e0f commit: 05bb91050e2df13e6c0b8bf6083f5e942283a977 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Apr 9 17:18:20 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Apr 9 17:18:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bb9105 app-text/rpl: add 1.15.2, enable py3.11 Closes: https://bugs.gentoo.org/896646 Signed-off-by: Arthur Zamarin gentoo.org> app-text/rpl/Manifest | 1 + app-text/rpl/rpl-1.15.2.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app-text/rpl/Manifest b/app-text/rpl/Manifest index 1e027aecd9b3..6ce738310437 100644 --- a/app-text/rpl/Manifest +++ b/app-text/rpl/Manifest @@ -1 +1,2 @@ +DIST rpl-1.15.2.gh.tar.gz 25452 BLAKE2B 95c826723683786411ff4ff5fe3a31ef4784fd682a735c369b758137aaf94b936aa4c714ed5db51c987710bb79dfeb46a8ec5837f97242d488ea4d92d980f202 SHA512 67418a89e3ab8770dce4945d3db5d7a54986ba4357a902249062d28d9abda5856c82e41092b703e138fe6d70e6ea3c5f5cd57eead83d0d39addda6c746e85d81 DIST rpl-1.9.1.gh.tar.gz 22858 BLAKE2B 583a29fd34d7a0d2b3a35b0966a6bd42ac2851750806a97846785dc0331bd5d2199ffba3309184e64a4aa7194f9ae4b9ecb2acc500830b841bd34e2184ec1798 SHA512 be480c6788fa1eb672b892d798deb7d263eae227dac5d93a55f28ebf3b4a43f896eb10edd00e52aad1cd57f4a80faf4a4552b4762b26da273cd05f0c5bce754a diff --git a/app-text/rpl/rpl-1.15.2.ebuild b/app-text/rpl/rpl-1.15.2.ebuild new file mode 100644 index 000000000000..902a5491d3c1 --- /dev/null +++ b/app-text/rpl/rpl-1.15.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) +inherit distutils-r1 + +DESCRIPTION="Intelligent recursive search/replace utility" +HOMEPAGE="http://rpl.sourceforge.net/ + https://github.com/rrthomas/rpl" +SRC_URI=" + https://github.com/rrthomas/rpl/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND} + dev-python/argparse-manpage[${PYTHON_USEDEP}] + sys-apps/help2man[nls] +"