summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-15 19:02:55 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-15 19:16:54 +0100
commitfcf9cf47ac3f8e2a6ddb2120b97ef7eec808538e (patch)
treea86d9e0fcc8b1101262b98f94fa0d3b05e533b30 /app-text
parentapp-misc/ranger: Remove py3.8-only versions (diff)
downloadgentoo-fcf9cf47ac3f8e2a6ddb2120b97ef7eec808538e.tar.gz
gentoo-fcf9cf47ac3f8e2a6ddb2120b97ef7eec808538e.tar.bz2
gentoo-fcf9cf47ac3f8e2a6ddb2120b97ef7eec808538e.zip
app-text/rpl: Remove py3.8-only versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/rpl/Manifest1
-rw-r--r--app-text/rpl/rpl-1.6.7.ebuild27
2 files changed, 0 insertions, 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
-#}