summaryrefslogtreecommitdiff
path: root/app-text/rpl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
commitfeb0daf81d888e9160f9f94502de09b66f2a63fd (patch)
treeb6e5c40ce2abef3da27ed50a023153f475e0ddef /app-text/rpl
parent9452a6e87b6c2c70513bc47a2470bf9f1168920e (diff)
gentoo resync : 21.06.2020
Diffstat (limited to 'app-text/rpl')
-rw-r--r--app-text/rpl/Manifest4
-rw-r--r--app-text/rpl/rpl-1.5.5-r1.ebuild28
-rw-r--r--app-text/rpl/rpl-1.6.7.ebuild27
3 files changed, 29 insertions, 30 deletions
diff --git a/app-text/rpl/Manifest b/app-text/rpl/Manifest
index 858965ef43a7..fb18fdcf2301 100644
--- a/app-text/rpl/Manifest
+++ b/app-text/rpl/Manifest
@@ -1,3 +1,3 @@
-DIST rpl-1.5.5.tar.gz 11397 BLAKE2B 29511d894a7b3e67cfdf4378902219acedb0a0b85c4a9c8aa879f9cede8ad57aeefd91b21ee79ac01b924a64b2f48248896f31ffb6934a4f79dda135114ebca9 SHA512 f43af366b8fc34b6c4578841f50046170810187119eb0730405a082f64d5c095fd9d28fabf1f0fda1dad85f24e98047df4d695b39b7ea5b99d32efc18634000f
-EBUILD rpl-1.5.5-r1.ebuild 654 BLAKE2B 8942acb6231835355b71561ed36b7a8dfc0104ac25276b152e72dded58d7cdfdd8a1683164ce3676e0783b43664086f87157ed559edf53414aa6fd8515ba12c0 SHA512 c9b61a885c1bcca000002df4dc9b114444c1a490072b080b7318880517227d5929a05df26b172cec3a95c83e5d3c8d49cadd41a3c7263e095ad62451b84c12a8
+DIST rpl-1.6.7.tar.gz 21867 BLAKE2B ac523aa836312d6ed6db9eabaf9b6499ce00047ce1a4d35bf398f769036d65aa5b52c410b2110cf5bb14c31d782bc1c424bcd1b2a26692de28ca70fd452b18f1 SHA512 f853eae0ce0a82d864e72ecf3fd3f20fba10553357b23d0012ed22ee0efd57bbefea71095775f7215323d829057f6579aadfc006b6a893972e05039784dc5add
+EBUILD rpl-1.6.7.ebuild 710 BLAKE2B ce1dfe853ef5e91d5d729751c44c641c8d003074335262db7b01a549fd08c5319a42b4a05a80f328963bb504da3b8b6246d165a7dde73552a87f41905ba4bc87 SHA512 8d3bd5ab28972bff224ffd29874bb14d16936bd1db1a7ea3aca8e33e9e66375b7042c85c4d82e9a31d31bc8cff5f860dbb2b5e231338c2406cfd80f0cefc65db
MISC metadata.xml 338 BLAKE2B 64a9c58a45097871d3d71b78a46857234cb27a5db16cd80b1dc9e7d9f4dfe650f605d1e8f1ba8a645d50d67b4e2ba21b56308e06aaae3cd264920705e5c4a8c3 SHA512 e8231d1fb1b810948ec4ff31afceaaffa7b6d3f0ed565118f8555cb0721de20dad9a845e213162b3b1619e2b20610e4df0843293df049e17f8e4e1977957104a
diff --git a/app-text/rpl/rpl-1.5.5-r1.ebuild b/app-text/rpl/rpl-1.5.5-r1.ebuild
deleted file mode 100644
index 11c7d47074cb..000000000000
--- a/app-text/rpl/rpl-1.5.5-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Intelligent recursive search/replace utility"
-HOMEPAGE="http://rpl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-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
-}
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
+#}