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 B8016158020 for ; Tue, 15 Nov 2022 18:17:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6D1BE0AAB; Tue, 15 Nov 2022 18:17:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD0ABE0AA7 for ; Tue, 15 Nov 2022 18:17:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBD5A340E99 for ; Tue, 15 Nov 2022 18:17:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40AA2756 for ; Tue, 15 Nov 2022 18:17:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1668536214.fcf9cf47ac3f8e2a6ddb2120b97ef7eec808538e.mgorny@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.6.7.ebuild X-VCS-Directories: app-text/rpl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fcf9cf47ac3f8e2a6ddb2120b97ef7eec808538e X-VCS-Branch: master Date: Tue, 15 Nov 2022 18:17:03 +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: ed54d8ad-2768-4e4b-b4d0-19930d56fc8e X-Archives-Hash: ead3cfc2d7905e9fd370db8fb7dace86 commit: fcf9cf47ac3f8e2a6ddb2120b97ef7eec808538e Author: Michał Górny gentoo org> AuthorDate: Tue Nov 15 18:02:55 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 15 18:16:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf9cf47 app-text/rpl: Remove py3.8-only versions Signed-off-by: Michał Górny gentoo.org> app-text/rpl/Manifest | 1 - app-text/rpl/rpl-1.6.7.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/app-text/rpl/Manifest b/app-text/rpl/Manifest index c439d5104780..1e027aecd9b3 100644 --- a/app-text/rpl/Manifest +++ b/app-text/rpl/Manifest @@ -1,2 +1 @@ -DIST rpl-1.6.7.tar.gz 21867 BLAKE2B ac523aa836312d6ed6db9eabaf9b6499ce00047ce1a4d35bf398f769036d65aa5b52c410b2110cf5bb14c31d782bc1c424bcd1b2a26692de28ca70fd452b18f1 SHA512 f853eae0ce0a82d864e72ecf3fd3f20fba10553357b23d0012ed22ee0efd57bbefea71095775f7215323d829057f6579aadfc006b6a893972e05039784dc5add DIST rpl-1.9.1.gh.tar.gz 22858 BLAKE2B 583a29fd34d7a0d2b3a35b0966a6bd42ac2851750806a97846785dc0331bd5d2199ffba3309184e64a4aa7194f9ae4b9ecb2acc500830b841bd34e2184ec1798 SHA512 be480c6788fa1eb672b892d798deb7d263eae227dac5d93a55f28ebf3b4a43f896eb10edd00e52aad1cd57f4a80faf4a4552b4762b26da273cd05f0c5bce754a diff --git a/app-text/rpl/rpl-1.6.7.ebuild b/app-text/rpl/rpl-1.6.7.ebuild deleted file mode 100644 index 1cee4fcbd692..000000000000 --- a/app-text/rpl/rpl-1.6.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{3_7,3_8} ) - -inherit distutils-r1 - -DESCRIPTION="Intelligent recursive search/replace utility" -HOMEPAGE="http://rpl.sourceforge.net/" -SRC_URI="http://deb.debian.org/debian/pool/main/r/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" - -#python_prepare_all() { -# iconv -f latin1 -t utf8 -o setup.py.new setup.py || die -# mv setup.py.new setup.py || die -# distutils-r1_python_prepare_all -#} -# -#python_install_all() { -# distutils-r1_python_install_all -# doman ${PN}.1 -#}