[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2024-02-14 Thread Jakov Smolić
commit: 69e45cf1bb6942cb5cacd9f5691f34167642ab2d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 14 23:12:12 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 14 23:12:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e45cf1

app-text/rpl: Keyword 1.15.5 x86, #919931

Signed-off-by: Jakov Smolić  gentoo.org>

 app-text/rpl/rpl-1.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/rpl/rpl-1.15.5.ebuild b/app-text/rpl/rpl-1.15.5.ebuild
index 61b9919bd48c..401b03c5ee95 100644
--- a/app-text/rpl/rpl-1.15.5.ebuild
+++ b/app-text/rpl/rpl-1.15.5.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc"
+KEYWORDS="~amd64 ~mips ~ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2024-02-03 Thread Arthur Zamarin
commit: 1243754b0f65225f57224968255052052bbcc5e6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  3 11:22:16 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  3 11:22:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1243754b

app-text/rpl: Keyword 1.15.5 ppc, #919931

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/rpl/rpl-1.15.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/rpl/rpl-1.15.5.ebuild b/app-text/rpl/rpl-1.15.5.ebuild
index aae1ec6c1781..61b9919bd48c 100644
--- a/app-text/rpl/rpl-1.15.5.ebuild
+++ b/app-text/rpl/rpl-1.15.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~mips"
+KEYWORDS="~amd64 ~mips ~ppc"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2023-12-14 Thread Sam James
commit: 625d3687ef52f9ee97da0d4875e92515ef8f6d41
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 15 03:24:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 15 03:24:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625d3687

app-text/rpl: drop invalid keywords, tidy up

Signed-off-by: Sam James  gentoo.org>

 app-text/rpl/rpl-1.15.5.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-text/rpl/rpl-1.15.5.ebuild b/app-text/rpl/rpl-1.15.5.ebuild
index c4eb37bce145..94f430f1934e 100644
--- a/app-text/rpl/rpl-1.15.5.ebuild
+++ b/app-text/rpl/rpl-1.15.5.ebuild
@@ -8,8 +8,7 @@ PYTHON_COMPAT=( python3_11 )
 inherit distutils-r1
 
 DESCRIPTION="Intelligent recursive search/replace utility"
-HOMEPAGE="https://rpl.sourceforge.net/
-   https://github.com/rrthomas/rpl;
+HOMEPAGE="https://rpl.sourceforge.net/ https://github.com/rrthomas/rpl;
 SRC_URI="
https://github.com/rrthomas/rpl/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
@@ -17,18 +16,19 @@ SRC_URI="
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
+BDEPEND="
+   ${RDEPEND}
dev-python/argparse-manpage[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]
dev-python/chainstream[${PYTHON_USEDEP}]
 "
 
+distutils_enable_tests pytest
+
 src_prepare() {
sed -i "s/VERSION = importlib.metadata.version('rpl')/VERSION = 
'${PV}'/" rpl/__init__.py || die
distutils-r1_src_prepare
 }
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2023-12-14 Thread Sam James
commit: 038a41799de2205ad4a29179f423c87f0ba16fe3
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sat Dec  9 10:40:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 15 03:22:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038a4179

app-text/rpl: add 1.15.5

Signed-off-by: Pascal Jäger  leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/34189
Signed-off-by: Sam James  gentoo.org>

 app-text/rpl/rpl-1.15.5.ebuild | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/app-text/rpl/rpl-1.15.5.ebuild b/app-text/rpl/rpl-1.15.5.ebuild
index 902a5491d3c1..c4eb37bce145 100644
--- a/app-text/rpl/rpl-1.15.5.ebuild
+++ b/app-text/rpl/rpl-1.15.5.ebuild
@@ -4,11 +4,11 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_11 )
 inherit distutils-r1
 
 DESCRIPTION="Intelligent recursive search/replace utility"
-HOMEPAGE="http://rpl.sourceforge.net/
+HOMEPAGE="https://rpl.sourceforge.net/
https://github.com/rrthomas/rpl;
 SRC_URI="
https://github.com/rrthomas/rpl/archive/v${PV}.tar.gz
@@ -22,5 +22,13 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
 BDEPEND="${RDEPEND}
dev-python/argparse-manpage[${PYTHON_USEDEP}]
-   sys-apps/help2man[nls]
+   dev-python/regex[${PYTHON_USEDEP}]
+   dev-python/chainstream[${PYTHON_USEDEP}]
 "
+
+src_prepare() {
+   sed -i "s/VERSION = importlib.metadata.version('rpl')/VERSION = 
'${PV}'/" rpl/__init__.py || die
+   distutils-r1_src_prepare
+}
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2023-04-09 Thread Arthur Zamarin
commit: 05bb91050e2df13e6c0b8bf6083f5e942283a977
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr  9 17:18:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr  9 17:18:20 2023 +
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 ..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]
+"



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2022-11-15 Thread Michał Górny
commit: fcf9cf47ac3f8e2a6ddb2120b97ef7eec808538e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 15 18:02:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 15 18:16:54 2022 +
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..
--- 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
-#}



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2021-09-12 Thread Sam James
commit: c2ea61ef088ace5abcb23545116a8667d71e0607
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 08:29:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 08:29:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ea61ef

app-text/rpl: Keyword 1.9.1 ppc, #811936

Signed-off-by: Sam James  gentoo.org>

 app-text/rpl/rpl-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/rpl/rpl-1.9.1.ebuild b/app-text/rpl/rpl-1.9.1.ebuild
index 039620d8333..fb8fe14b615 100644
--- a/app-text/rpl/rpl-1.9.1.ebuild
+++ b/app-text/rpl/rpl-1.9.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/rrthomas/rpl/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 
 RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
 BDEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2021-09-09 Thread Sam James
commit: 87fe86dbd2254ea9a4fdf67a9c777fd3a08a333b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Sep  9 19:57:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 10 01:27:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fe86db

app-text/rpl: keyworded 1.9.1 for sparc, bug #811936

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 app-text/rpl/rpl-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/rpl/rpl-1.9.1.ebuild b/app-text/rpl/rpl-1.9.1.ebuild
index f422260c7a1..039620d8333 100644
--- a/app-text/rpl/rpl-1.9.1.ebuild
+++ b/app-text/rpl/rpl-1.9.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/rrthomas/rpl/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 
 RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
 BDEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2021-09-07 Thread Arthur Zamarin
commit: d714bf27bc095b085fdf1d3412fdaa6acff8acf3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  7 07:09:29 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  7 07:54:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d714bf27

app-text/rpl: update LICENSE

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/rpl/rpl-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/rpl/rpl-1.9.1.ebuild b/app-text/rpl/rpl-1.9.1.ebuild
index dcc99262524..f422260c7a1 100644
--- a/app-text/rpl/rpl-1.9.1.ebuild
+++ b/app-text/rpl/rpl-1.9.1.ebuild
@@ -11,7 +11,7 @@ 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-2"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2021-09-07 Thread Arthur Zamarin
commit: e4b7acfae331aa168d4554d2f98bc60605449b67
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  7 06:46:29 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  7 06:49:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b7acfa

app-text/rpl: add github upstream metadata

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/rpl/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/rpl/metadata.xml b/app-text/rpl/metadata.xml
index 4962fc76aac..d44b19247ea 100644
--- a/app-text/rpl/metadata.xml
+++ b/app-text/rpl/metadata.xml
@@ -7,5 +7,6 @@


rpl
+   rrthomas/rpl

 



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2021-09-07 Thread Arthur Zamarin
commit: 549bdfc0a8547fdd603286487d257e583e0e2272
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  7 06:46:55 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  7 06:49:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549bdfc0

app-text/rpl: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/rpl/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/rpl/metadata.xml b/app-text/rpl/metadata.xml
index d44b19247ea..7f9ce6a706e 100644
--- a/app-text/rpl/metadata.xml
+++ b/app-text/rpl/metadata.xml
@@ -5,6 +5,7 @@
shell-to...@gentoo.org
Gentoo Shell Tools Project

+   

rpl
rrthomas/rpl



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2021-09-07 Thread Arthur Zamarin
commit: 8581bbbfb9b8b1e8e958ad765cf31fbe4cae242e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  7 06:45:26 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  7 06:49:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8581bbbf

app-text/rpl: add 1.9.1, enable py3.{9,10}, EAPI=8

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/rpl/Manifest |  1 +
 app-text/rpl/rpl-1.9.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/app-text/rpl/Manifest b/app-text/rpl/Manifest
index 0dfff1ab427..c439d510478 100644
--- a/app-text/rpl/Manifest
+++ b/app-text/rpl/Manifest
@@ -1 +1,2 @@
 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.9.1.ebuild b/app-text/rpl/rpl-1.9.1.ebuild
new file mode 100644
index 000..dcc99262524
--- /dev/null
+++ b/app-text/rpl/rpl-1.9.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+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-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}
+   dev-python/argparse-manpage[${PYTHON_USEDEP}]
+   sys-apps/help2man[nls]
+"
+
+python_compile_all() {
+   # Compile man file
+   emake rpl.1
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2021-01-06 Thread Fabian Groffen
commit: 83c57c650a6cdd67afaa14e0933057477726fa08
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 13:40:31 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 13:40:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c57c65

app-text/rpl: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-text/rpl/rpl-1.6.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/rpl/rpl-1.6.7.ebuild b/app-text/rpl/rpl-1.6.7.ebuild
index 4524edb2859..1cee4fcbd69 100644
--- a/app-text/rpl/rpl-1.6.7.ebuild
+++ b/app-text/rpl/rpl-1.6.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="http://deb.debian.org/debian/pool/main/r/${PN}/${PN}_${PV}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+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



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2020-06-20 Thread Patrice Clement
commit: e7ad8ebc5303e436bfb5674e3f7c4bf70680ae89
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jun 20 07:34:46 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 20 08:02:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ad8ebc

app-text/rpl: version bump.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement  gentoo.org>

 app-text/rpl/Manifest |  1 +
 app-text/rpl/rpl-1.6.7.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/app-text/rpl/Manifest b/app-text/rpl/Manifest
index 22504e8ef82..9dcd937420c 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 000..4524edb2859
--- /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
+#}



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2020-06-20 Thread Patrice Clement
commit: 2f7b9c5ac4d69f360bc8ef89411e714220d2719f
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jun 20 07:35:17 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 20 08:02:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7b9c5a

app-text/rpl: clean up old.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement  gentoo.org>

 app-text/rpl/Manifest|  1 -
 app-text/rpl/rpl-1.5.5-r1.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-text/rpl/Manifest b/app-text/rpl/Manifest
index 9dcd937420c..0dfff1ab427 100644
--- a/app-text/rpl/Manifest
+++ b/app-text/rpl/Manifest
@@ -1,2 +1 @@
-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.5.5-r1.ebuild b/app-text/rpl/rpl-1.5.5-r1.ebuild
deleted file mode 100644
index 11c7d47074c..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2017-01-28 Thread Mart Raudsepp
commit: a841af214b5013c10ed4060deacbfb77205d4094
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 28 14:16:24 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 28 14:30:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a841af21

app-text/rpl: Drop to ~mips; mips doesn't do stable keywords right now

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/rpl/rpl-1.5.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/rpl/rpl-1.5.5-r1.ebuild b/app-text/rpl/rpl-1.5.5-r1.ebuild
index f35fda5..cc77e03 100644
--- a/app-text/rpl/rpl-1.5.5-r1.ebuild
+++ b/app-text/rpl/rpl-1.5.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ 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"
+KEYWORDS="amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE=""
 
 python_prepare_all() {



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2016-09-09 Thread Patrice Clement
commit: 934d99b6a88e7d4a9584be0a4b5d0e7cef3ccd10
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Sep  9 13:40:09 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep  9 13:40:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934d99b6

app-text/rpl: Clean up old.

Package-Manager: portage-2.2.28

 app-text/rpl/rpl-1.5.5.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/app-text/rpl/rpl-1.5.5.ebuild b/app-text/rpl/rpl-1.5.5.ebuild
deleted file mode 100644
index 25d4283..
--- a/app-text/rpl/rpl-1.5.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-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=""
-
-src_install() {
-   distutils_src_install
-   doman ${PN}.1 || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2016-09-09 Thread Patrice Clement
commit: 08fb52d9c1ed901f2c1a02dacf64bd5e352ab979
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Sep  9 13:38:51 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep  9 13:38:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fb52d9

app-text/rpl: Stable for amd64. Retroactively mark stable for the remaining 
arches using the ALLARCHES policy.

Gentoo-Bug: https://bugs.gentoo.org/593108

Package-Manager: portage-2.2.28

 app-text/rpl/rpl-1.5.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/rpl/rpl-1.5.5-r1.ebuild b/app-text/rpl/rpl-1.5.5-r1.ebuild
index 009a127..f35fda5 100644
--- a/app-text/rpl/rpl-1.5.5-r1.ebuild
+++ b/app-text/rpl/rpl-1.5.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ 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"
+KEYWORDS="amd64 mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE=""
 
 python_prepare_all() {



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/

2015-12-22 Thread Mike Gilbert
commit: 513476a748add18526b741a431f4647c329c3517
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Dec 22 18:26:25 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Dec 22 18:27:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513476a7

app-text/rpl: Convert to distutils-r1 and fix egg-info file

Bug: https://bugs.gentoo.org/567462

Package-Manager: portage-2.2.26_p32

 app-text/rpl/rpl-1.5.5-r1.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/app-text/rpl/rpl-1.5.5-r1.ebuild b/app-text/rpl/rpl-1.5.5-r1.ebuild
new file mode 100644
index 000..009a127
--- /dev/null
+++ b/app-text/rpl/rpl-1.5.5-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/files/

2015-12-22 Thread Mike Gilbert
commit: 1ac320636f81d700e4b98f1052d08f0e80bac5fd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Dec 22 18:26:52 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Dec 22 18:27:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac32063

app-text/rpl: Remove unused patch file

Package-Manager: portage-2.2.26_p32

 app-text/rpl/files/rpl-1.4.0-gcc4.patch | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/app-text/rpl/files/rpl-1.4.0-gcc4.patch 
b/app-text/rpl/files/rpl-1.4.0-gcc4.patch
deleted file mode 100644
index 6cfb8c6..000
--- a/app-text/rpl/files/rpl-1.4.0-gcc4.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Naur rpl-1.4.0-clean/src/replace.h rpl-1.4.0/src/replace.h
 rpl-1.4.0-clean/src/replace.h  2002-07-24 10:41:45.0 -0500
-+++ rpl-1.4.0/src/replace.h2006-02-19 16:38:32.0 -0500
-@@ -77,7 +77,7 @@
- 
- /* This is a simple macro to call malloc() and die if it returns null */
- #define MALLOC_FAIL_STRING   ("\n" PACKAGE " Unable to allocate memory!")
--#define MALLOC_AND_CHECK( x, y )   
(void*)(x)=malloc((y));if(x==NULL){fprintf(stderr,"\n%s --> %s:%d\n", 
MALLOC_FAIL_STRING, __FILE__, __LINE__ );exit(EX_OSERR);}
-+#define MALLOC_AND_CHECK( x, y )   
(x)=malloc((y));if(x==NULL){fprintf(stderr,"\n%s --> %s:%d\n", 
MALLOC_FAIL_STRING, __FILE__, __LINE__ );exit(EX_OSERR);}
-   
- 
- /*  Function Prototypes */
-@@ -90,4 +90,4 @@
- 
- static void EchoFeedback(int, int, int, char*);
- 
--static void SetPerms(struct stat, int, int, char*, int* );
-\ No newline at end of file
-+static void SetPerms(struct stat, int, int, char*, int* );