summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-06-20 09:34:46 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-06-20 10:02:47 +0200
commite7ad8ebc5303e436bfb5674e3f7c4bf70680ae89 (patch)
tree8061a3f5790d5c76f53d01897287695c537134b4 /app-text
parentnet-dns/bind-tools: Drop old (diff)
downloadgentoo-e7ad8ebc5303e436bfb5674e3f7c4bf70680ae89.tar.gz
gentoo-e7ad8ebc5303e436bfb5674e3f7c4bf70680ae89.tar.bz2
gentoo-e7ad8ebc5303e436bfb5674e3f7c4bf70680ae89.zip
app-text/rpl: version bump.
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@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, 28 insertions, 0 deletions
diff --git a/app-text/rpl/Manifest b/app-text/rpl/Manifest
index 22504e8ef825..9dcd937420c5 100644
--- a/app-text/rpl/Manifest
+++ b/app-text/rpl/Manifest
@@ -1 +1,2 @@
DIST rpl-1.5.5.tar.gz 11397 BLAKE2B 29511d894a7b3e67cfdf4378902219acedb0a0b85c4a9c8aa879f9cede8ad57aeefd91b21ee79ac01b924a64b2f48248896f31ffb6934a4f79dda135114ebca9 SHA512 f43af366b8fc34b6c4578841f50046170810187119eb0730405a082f64d5c095fd9d28fabf1f0fda1dad85f24e98047df4d695b39b7ea5b99d32efc18634000f
+DIST rpl-1.6.7.tar.gz 21867 BLAKE2B ac523aa836312d6ed6db9eabaf9b6499ce00047ce1a4d35bf398f769036d65aa5b52c410b2110cf5bb14c31d782bc1c424bcd1b2a26692de28ca70fd452b18f1 SHA512 f853eae0ce0a82d864e72ecf3fd3f20fba10553357b23d0012ed22ee0efd57bbefea71095775f7215323d829057f6579aadfc006b6a893972e05039784dc5add
diff --git a/app-text/rpl/rpl-1.6.7.ebuild b/app-text/rpl/rpl-1.6.7.ebuild
new file mode 100644
index 000000000000..4524edb28594
--- /dev/null
+++ b/app-text/rpl/rpl-1.6.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 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 ~x86-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
+#}