[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2024-03-06 Thread Zac Medico
commit: c31fd99bc16821a01792f393605457bed482bd00
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Mar  6 19:40:47 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Mar  6 19:42:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31fd99b

app-portage/esearch: sync 

Signed-off-by: Zac Medico  gentoo.org>

 app-portage/esearch/esearch-.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index 4bc06cc9d1bb..db0abe567e95 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="readline(+)"
-DISTUTILS_USE_SETUPTOOLS=no
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 git-r3
 
@@ -19,6 +19,7 @@ IUSE="l10n_fr l10n_it"
 
 KEYWORDS=""
 
+BDEPEND="${DISTUTILS_DEPS}"
 DEPEND="sys-apps/portage"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2024-03-06 Thread Zac Medico
commit: 0aa1f76103c15a5adb3656dd1e5d08b0048de882
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Mar  6 18:00:01 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Mar  6 18:00:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa1f761

app-portage/esearch: enable PEP517 build

Closes: https://bugs.gentoo.org/909886
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/esearch/esearch-1.3-r3.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild 
b/app-portage/esearch/esearch-1.3-r3.ebuild
index 9388ef51ebac..70712ebcfc36 100644
--- a/app-portage/esearch/esearch-1.3-r3.ebuild
+++ b/app-portage/esearch/esearch-1.3-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="readline(+)"
-DISTUTILS_USE_SETUPTOOLS=no
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 
@@ -20,6 +20,7 @@ IUSE="l10n_fr l10n_it"
 
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
+BDEPEND="${DISTUTILS_DEPS}"
 DEPEND="sys-apps/portage"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2023-05-01 Thread Sam James
commit: e63d81076613f3ffa568e6e174eb04a3217a0665
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 17:57:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 17:58:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63d8107

app-portage/esearch: enable py3.11

Closes: https://bugs.gentoo.org/896620
Signed-off-by: Sam James  gentoo.org>

 app-portage/esearch/esearch-1.3-r3.ebuild | 2 +-
 app-portage/esearch/esearch-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild 
b/app-portage/esearch/esearch-1.3-r3.ebuild
index e5d9a8145615..0d5760007e1e 100644
--- a/app-portage/esearch/esearch-1.3-r3.ebuild
+++ b/app-portage/esearch/esearch-1.3-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE="readline(+)"
 DISTUTILS_USE_SETUPTOOLS=no
 

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index 4cf385b728f3..4bc06cc9d1bb 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE="readline(+)"
 DISTUTILS_USE_SETUPTOOLS=no
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2023-05-01 Thread Sam James
commit: 984c6233786302dbab36707cf3f74786f331bb84
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 12:14:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 12:36:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984c6233

app-portage/esearch: update SRC_URI to drop github.com/downloads

github.com/downloads is gone.

Fixes: 6de8a64f1e83dfb0cf391c7a4b01578313a1db58
Signed-off-by: Sam James  gentoo.org>

 app-portage/esearch/Manifest  | 2 +-
 app-portage/esearch/esearch-1.3-r3.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-portage/esearch/Manifest b/app-portage/esearch/Manifest
index 7025615d98e2..9771bbf499ca 100644
--- a/app-portage/esearch/Manifest
+++ b/app-portage/esearch/Manifest
@@ -1 +1 @@
-DIST esearch-1.3.tar.gz 19383 BLAKE2B 
308cb075eff0a592135e883913bab3709b64a785602250ae06bfcb50eca6f8dacfb047bb4326b4b9476553bc8bd993b69295373cced7a18786a7834378e860e9
 SHA512 
7fbc1c362a320a76a40c45ddf83a29223eaafd3cfed1d8a9410a380e2025fb515eea26e38ebf0f304d14230c6c5cfc83ef2116b774b1d50ee4f7f4bb0ac046c4
+DIST esearch-1.3.gh.tar.gz 19441 BLAKE2B 
76c121403b3b35c0657d4cc342310f078ef36516915760e6c174776787ed75589559a295898e8a30603f89e15cfac6a796c030d664531a96081f1f2f95f90999
 SHA512 
55464bdeaefc6c946c22bac93909333691d1e851840695b50e692734005984d8ac7107138a7abdc42503471b1f76378b400412bb9184f1ea3c8eeb44ca06

diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild 
b/app-portage/esearch/esearch-1.3-r3.ebuild
index 27715f58c583..e5d9a8145615 100644
--- a/app-portage/esearch/esearch-1.3-r3.ebuild
+++ b/app-portage/esearch/esearch-1.3-r3.ebuild
@@ -11,7 +11,8 @@ inherit distutils-r1
 
 DESCRIPTION="Replacement for 'emerge --search' with search-index"
 HOMEPAGE="https://github.com/fuzzyray/esearch;
-SRC_URI="https://github.com/downloads/fuzzyray/${PN}/${P}.tar.gz;
+SRC_URI="https://github.com/fuzzyray/esearch/archive/refs/tags/${P}.tar.gz -> 
${P}.gh.tar.gz"
+S="${WORKDIR}"/${PN}-${P}
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2022-05-22 Thread Zac Medico
commit: 22aca5c08a323053ba136bb1d389616c4f1001b8
Author: Zac Medico  gentoo  org>
AuthorDate: Sun May 22 16:05:24 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun May 22 16:05:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22aca5c0

app-portage/esearch: enable py3.10

Closes: https://bugs.gentoo.org/845561
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/esearch/esearch-1.3-r3.ebuild | 2 +-
 app-portage/esearch/esearch-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild 
b/app-portage/esearch/esearch-1.3-r3.ebuild
index 1cbe38b2307f..2d461194a0af 100644
--- a/app-portage/esearch/esearch-1.3-r3.ebuild
+++ b/app-portage/esearch/esearch-1.3-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="readline(+)"
 DISTUTILS_USE_SETUPTOOLS=no
 

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index 33983df846b5..2ac8846c0e61 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="readline(+)"
 DISTUTILS_USE_SETUPTOOLS=no
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2021-01-06 Thread Fabian Groffen
commit: e03a53a412adaa657f4fde1d88726b2815205cfb
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 13:21:43 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 13:21:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03a53a4

app-portage/esearch: drop x86-macos

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

 app-portage/esearch/esearch-1.3-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild 
b/app-portage/esearch/esearch-1.3-r3.ebuild
index 7681c8de004..c379c07378a 100644
--- a/app-portage/esearch/esearch-1.3-r3.ebuild
+++ b/app-portage/esearch/esearch-1.3-r3.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
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="l10n_fr l10n_it"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 
 DEPEND="sys-apps/portage"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2020-10-04 Thread Zac Medico
commit: 3cc0b0745c14888facf825c93d454217b94a2b70
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Oct  4 18:39:55 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Oct  4 18:40:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc0b074

app-portage/esearch: Remove setuptools dep

Closes: https://bugs.gentoo.org/746452
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/esearch/esearch-1.3-r3.ebuild | 1 +
 app-portage/esearch/esearch-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild 
b/app-portage/esearch/esearch-1.3-r3.ebuild
index 026f4017bec..4fd4c76d3ac 100644
--- a/app-portage/esearch/esearch-1.3-r3.ebuild
+++ b/app-portage/esearch/esearch-1.3-r3.ebuild
@@ -5,6 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=(python3_{6..9})
 PYTHON_REQ_USE="readline(+)"
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index cb46da61322..48967f995b5 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -5,6 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=(python3_{6..9})
 PYTHON_REQ_USE="readline(+)"
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2020-08-16 Thread Zac Medico
commit: 996d6860f67aca6d631204d348a0fb103d82147d
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Aug 16 21:00:33 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Aug 16 21:00:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996d6860

app-portage/esearch: Update PYTHON_COMPAT and EAPI for 

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/esearch/esearch-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index f880bb7a1ad..cb46da61322 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=(python{3_6,3_7})
+PYTHON_COMPAT=(python3_{6..9})
 PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1 git-r3



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/, app-portage/esearch/files/

2020-08-16 Thread Zac Medico
commit: e14213a0eff6711e61225a95807e51ec329196cc
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Aug 16 20:48:31 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Aug 16 20:54:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14213a0

app-portage/esearch: 1.3-r3 for bug 670224

 #670224 fix esearchdb.py quoting

Closes: https://bugs.gentoo.org/670224
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Zac Medico  gentoo.org>

 ...esearch-1.3-r2.ebuild => esearch-1.3-r3.ebuild} |  5 +--
 .../esearch/files/1.3-updatedb-quoting.patch   | 39 ++
 2 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r2.ebuild 
b/app-portage/esearch/esearch-1.3-r3.ebuild
similarity index 94%
rename from app-portage/esearch/esearch-1.3-r2.ebuild
rename to app-portage/esearch/esearch-1.3-r3.ebuild
index 39ad2fc4e7f..026f4017bec 100644
--- a/app-portage/esearch/esearch-1.3-r2.ebuild
+++ b/app-portage/esearch/esearch-1.3-r3.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=(python{3_6,3_7})
+PYTHON_COMPAT=(python3_{6..9})
 PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1
@@ -27,6 +27,7 @@ RDEPEND="${DEPEND}"
 PATCHES=(
"${FILESDIR}"/${PV}-Fix-setup.py.patch
"${FILESDIR}"/${PV}-Fix-python-3-compatability.patch
+   "${FILESDIR}"/${PV}-updatedb-quoting.patch
 )
 
 python_configure_all() {

diff --git a/app-portage/esearch/files/1.3-updatedb-quoting.patch 
b/app-portage/esearch/files/1.3-updatedb-quoting.patch
new file mode 100644
index 000..4f20634e675
--- /dev/null
+++ b/app-portage/esearch/files/1.3-updatedb-quoting.patch
@@ -0,0 +1,39 @@
+From 8cbf59309a48327b74969bf402b415e389d79f73 Mon Sep 17 00:00:00 2001
+From: Zac Medico 
+Date: Sun, 16 Aug 2020 13:37:27 -0700
+Subject: [PATCH] updatedb: use repr for correct quoting (bug 670224)
+
+Bug: https://bugs.gentoo.org/670224
+Signed-off-by: Zac Medico 
+---
+ esearch/update.py | 12 ++--
+ 1 file changed, 2 insertions(+), 10 deletions(-)
+
+diff --git a/esearch/update.py b/esearch/update.py
+index f05d08f..b18070c 100755
+--- a/esearch/update.py
 b/esearch/update.py
+@@ -210,18 +210,10 @@ def updatedb(config=None):
+ lastcat = curcat
+ 
+ installed = pkg_version(VARTREE.dep_bestmatch(pkg))
+-if installed:
+-installed = "\'%s\'" % installed
+-else:
+-installed = str(installed)
+ 
+ dbfile.write(
+-_unicode(
+-"(\'%s\', \'%s\', %s" %(pkgname, pkg, str(masked)) +
+-", \'%s\', %s" % (pkg_version(pkgv), installed) +
+-", \'%s\', \'%s\', \'%s\', \'%s\'"
+-% (filesize, homepage, description.replace("'", "\\'"),
+-_license) + "),\n"))
++repr((pkgname, pkg, masked, pkg_version(pkgv), installed,
++filesize, homepage, description, _license)) + ",\n")
+ 
+ except KeyboardInterrupt:
+ dbfile.close()
+-- 
+2.25.3
+



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2020-02-11 Thread Michał Górny
commit: 3ae1e55451372199e16f4b5d638c223a358ca9a1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 11 11:29:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 11 11:38:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae1e554

app-portage/esearch: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/esearch/esearch-1.3-r2.ebuild | 2 +-
 app-portage/esearch/esearch-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r2.ebuild 
b/app-portage/esearch/esearch-1.3-r2.ebuild
index de631c687cb..ec4868bfb1b 100644
--- a/app-portage/esearch/esearch-1.3-r2.ebuild
+++ b/app-portage/esearch/esearch-1.3-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7})
 PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index 2512045faf8..f880bb7a1ad 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7})
 PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1 git-r3



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2019-11-29 Thread Michał Górny
commit: f29a28bb1af16b582c7e8cc3311d64e850424ec3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 28 17:26:25 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 29 08:14:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29a28bb

app-portage/esearch: Replace python_export_best

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/esearch/esearch-1.3-r2.ebuild | 10 --
 app-portage/esearch/esearch-.ebuild   | 11 +--
 2 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r2.ebuild 
b/app-portage/esearch/esearch-1.3-r2.ebuild
index c7d538437df..f2e2ee6be36 100644
--- a/app-portage/esearch/esearch-1.3-r2.ebuild
+++ b/app-portage/esearch/esearch-1.3-r2.ebuild
@@ -29,17 +29,15 @@ PATCHES=(
"${FILESDIR}"/${PV}-Fix-python-3-compatability.patch
 )
 
-python_prepare_all() {
-   python_export_best
-   echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
-   VERSION="${PVR}" "${PYTHON}" setup.py set_version \
+python_configure_all() {
+   echo VERSION="${PVR}" "${EPYTHON}" setup.py set_version
+   VERSION="${PVR}" "${EPYTHON}" setup.py set_version \
|| die "setup.py set_version failed"
-   distutils-r1_python_prepare_all
 }
 
 python_install_all() {
distutils-r1_python_install_all
-   dodoc eupdatedb.cron || die "dodoc failed"
+   dodoc eupdatedb.cron
 
# Remove unused man pages according to the l10n flags
if ! use l10n_fr ; then

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index d3487f839a8..10b62a631ed 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -21,16 +21,15 @@ KEYWORDS=""
 DEPEND="sys-apps/portage"
 RDEPEND="${DEPEND}"
 
-python_prepare_all() {
-   python_export_best
-   echo VERSION="-${EGIT_VERSION}" "${PYTHON}" setup.py set_version
-   VERSION="-${EGIT_VERSION}" "${PYTHON}" setup.py set_version
-   distutils-r1_python_prepare_all
+python_configure_all() {
+   echo VERSION="${PVR}" "${EPYTHON}" setup.py set_version
+   VERSION="${PVR}" "${EPYTHON}" setup.py set_version \
+   || die "setup.py set_version failed"
 }
 
 python_install_all() {
distutils-r1_python_install_all
-   dodoc eupdatedb.cron || die "dodoc failed"
+   dodoc eupdatedb.cron
 
# Remove unused man pages according to the l10n flags
if ! use l10n_fr ; then



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2019-09-15 Thread Michał Górny
commit: 6de8a64f1e83dfb0cf391c7a4b01578313a1db58
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 15 17:10:18 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 15 17:10:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de8a64f

app-portage/esearch: Inline mirror://github

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/esearch/esearch-1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/esearch/esearch-1.3-r2.ebuild 
b/app-portage/esearch/esearch-1.3-r2.ebuild
index c1daaf3bc88..23d4292bd7e 100644
--- a/app-portage/esearch/esearch-1.3-r2.ebuild
+++ b/app-portage/esearch/esearch-1.3-r2.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
 
 DESCRIPTION="Replacement for 'emerge --search' with search-index"
 HOMEPAGE="https://github.com/fuzzyray/esearch;
-SRC_URI="mirror://github/fuzzyray/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/downloads/fuzzyray/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2019-05-18 Thread Michał Górny
commit: 23f8aeb34d09597a321a21c2043d7cb15d8fc96f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 08:55:49 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 10:02:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f8aeb3

app-portage/esearch: Prune dep on portage-mgorny

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/esearch/esearch-1.3-r2.ebuild | 6 +-
 app-portage/esearch/esearch-.ebuild   | 6 +-
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r2.ebuild 
b/app-portage/esearch/esearch-1.3-r2.ebuild
index 724b0ea94cf..c1daaf3bc88 100644
--- a/app-portage/esearch/esearch-1.3-r2.ebuild
+++ b/app-portage/esearch/esearch-1.3-r2.ebuild
@@ -18,11 +18,7 @@ IUSE="l10n_fr l10n_it"
 
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 
-DEPEND="
-   || (
-   sys-apps/portage
-   sys-apps/portage-mgorny
-   )"
+DEPEND="sys-apps/portage"
 RDEPEND="${DEPEND}"
 
 # Populate the patches array for any patches for -rX releases

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index ca0681915b4..d3487f839a8 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -18,11 +18,7 @@ IUSE="l10n_fr l10n_it"
 
 KEYWORDS=""
 
-DEPEND="
-   || (
-   sys-apps/portage
-   sys-apps/portage-mgorny
-   )"
+DEPEND="sys-apps/portage"
 RDEPEND="${DEPEND}"
 
 python_prepare_all() {



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2019-05-05 Thread Zac Medico
commit: 4c65e4afd6f5cd130b0422dddce84104d4994daf
Author: Pieter Van den Abeele  mac  com>
AuthorDate: Sun May  5 12:38:36 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun May  5 17:38:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c65e4af

app-portage/esearch: Mark as Python 3.7 compatible

Closes: https://github.com/gentoo/gentoo/pull/11910
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/esearch/esearch-1.3-r2.ebuild | 2 +-
 app-portage/esearch/esearch-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r2.ebuild 
b/app-portage/esearch/esearch-1.3-r2.ebuild
index d628b3b7357..724b0ea94cf 100644
--- a/app-portage/esearch/esearch-1.3-r2.ebuild
+++ b/app-portage/esearch/esearch-1.3-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_5,3_6})
+PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
 PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index 2aecbf1e30b..ca0681915b4 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_5,3_6})
+PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
 PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1 git-r3



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2018-03-21 Thread Michał Górny
commit: 240ff1c3d075a1db3e76a3436809cf768ae9b65f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 21 17:07:02 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 21 18:12:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240ff1c3

app-portage/esearch: Support sys-apps/portage-mgorny

 .../esearch/{esearch-1.3-r1.ebuild => esearch-1.3-r2.ebuild}| 6 +-
 app-portage/esearch/esearch-.ebuild | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r1.ebuild 
b/app-portage/esearch/esearch-1.3-r2.ebuild
similarity index 95%
rename from app-portage/esearch/esearch-1.3-r1.ebuild
rename to app-portage/esearch/esearch-1.3-r2.ebuild
index 0454193e201..3c8b1eac66e 100644
--- a/app-portage/esearch/esearch-1.3-r1.ebuild
+++ b/app-portage/esearch/esearch-1.3-r2.ebuild
@@ -18,7 +18,11 @@ IUSE="l10n_fr l10n_it"
 
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 
-DEPEND="sys-apps/portage"
+DEPEND="
+   || (
+   sys-apps/portage
+   sys-apps/portage-mgorny
+   )"
 RDEPEND="${DEPEND}"
 
 # Populate the patches array for any patches for -rX releases

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index fb347e360d9..ae29c8dc76a 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -18,7 +18,11 @@ IUSE="l10n_fr l10n_it"
 
 KEYWORDS=""
 
-DEPEND="sys-apps/portage"
+DEPEND="
+   || (
+   sys-apps/portage
+   sys-apps/portage-mgorny
+   )"
 RDEPEND="${DEPEND}"
 
 python_prepare_all() {



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2018-01-06 Thread Ulrich Müller
commit: f728703e67cad440a509196caa98e9875ae02e0e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan  6 16:40:02 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jan  6 16:40:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f728703e

app-portage/esearch: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-portage/esearch/esearch-1.3-r1.ebuild | 10 +-
 app-portage/esearch/esearch-.ebuild   | 10 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r1.ebuild 
b/app-portage/esearch/esearch-1.3-r1.ebuild
index 55400861664..0454193e201 100644
--- a/app-portage/esearch/esearch-1.3-r1.ebuild
+++ b/app-portage/esearch/esearch-1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://github/fuzzyray/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="linguas_fr linguas_it"
+IUSE="l10n_fr l10n_it"
 
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 
@@ -41,13 +41,13 @@ python_install_all() {
distutils-r1_python_install_all
dodoc eupdatedb.cron || die "dodoc failed"
 
-   # Remove unused man pages according to the linguas flags
-   if ! use linguas_fr ; then
+   # Remove unused man pages according to the l10n flags
+   if ! use l10n_fr ; then
rm -rf "${ED}"/usr/share/man/fr \
|| die "rm failed to remove ${ED}/usr/share/man/fr"
fi
 
-   if ! use linguas_it ; then
+   if ! use l10n_it ; then
rm -rf "${ED}"/usr/share/man/it \
|| die "rm failed to remove ${ED}/usr/share/man/it"
fi

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index 9a9ca40fa2c..fb347e360d9 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/fuzzyray/esearch.git;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="linguas_fr linguas_it"
+IUSE="l10n_fr l10n_it"
 
 KEYWORDS=""
 
@@ -32,13 +32,13 @@ python_install_all() {
distutils-r1_python_install_all
dodoc eupdatedb.cron || die "dodoc failed"
 
-   # Remove unused man pages according to the linguas flags
-   if ! use linguas_fr ; then
+   # Remove unused man pages according to the l10n flags
+   if ! use l10n_fr ; then
rm -rf "${ED}"/usr/share/man/fr \
|| die "rm failed to remove ${ED}/usr/share/man/fr"
fi
 
-   if ! use linguas_it ; then
+   if ! use l10n_it ; then
rm -rf "${ED}"/usr/share/man/it \
|| die "rm failed to remove ${ED}/usr/share/man/it"
fi



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2017-12-25 Thread David Seifert
commit: 70c6298fa14681e61d526261a14c2d037fe5b40b
Author: David Seifert  gentoo  org>
AuthorDate: Mon Dec 25 14:23:54 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Dec 25 14:42:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c6298f

app-portage/esearch: [QA] Port to git-r3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-portage/esearch/esearch-1.3-r1.ebuild | 3 ++-
 app-portage/esearch/esearch-.ebuild   | 9 -
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r1.ebuild 
b/app-portage/esearch/esearch-1.3-r1.ebuild
index d8d6dfbd071..55400861664 100644
--- a/app-portage/esearch/esearch-1.3-r1.ebuild
+++ b/app-portage/esearch/esearch-1.3-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=5
+
 PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 PYTHON_REQ_USE="readline(+)"
 

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index 114acaf455e..9a9ca40fa2c 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -1,17 +1,16 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=5
+
 PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 PYTHON_REQ_USE="readline(+)"
 
-inherit distutils-r1 git-2
-
-EGIT_REPO_URI="https://github.com/fuzzyray/esearch.git;
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Replacement for 'emerge --search' with search-index"
 HOMEPAGE="https://github.com/fuzzyray/esearch;
-SRC_URI=""
+EGIT_REPO_URI="https://github.com/fuzzyray/esearch.git;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2017-07-30 Thread Michał Górny
commit: 023d99c23d7cefe027eaa41c648d8dc8625c6968
Author: David Hicks  hicks  id  au>
AuthorDate: Sat Jul 29 01:25:31 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 08:46:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023d99c2

app-portage/esearch: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-portage/esearch/esearch-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index 05204a08bab..114acaf455e 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -7,7 +7,7 @@ PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1 git-2
 
-EGIT_REPO_URI="git://github.com/fuzzyray/esearch.git"
+EGIT_REPO_URI="https://github.com/fuzzyray/esearch.git;
 
 DESCRIPTION="Replacement for 'emerge --search' with search-index"
 HOMEPAGE="https://github.com/fuzzyray/esearch;



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2017-04-22 Thread Pacho Ramos
commit: 30886c6dfd9731995d53629574703df94c734c3e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Apr 22 09:38:09 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Apr 22 09:56:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30886c6d

app-portage/esearch: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-portage/esearch/esearch-1.3-r1.ebuild | 2 +-
 app-portage/esearch/esearch-.ebuild   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/esearch/esearch-1.3-r1.ebuild 
b/app-portage/esearch/esearch-1.3-r1.ebuild
index 5405c8b64c8..d8d6dfbd071 100644
--- a/app-portage/esearch/esearch-1.3-r1.ebuild
+++ b/app-portage/esearch/esearch-1.3-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=(python{2_7,3_4})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1

diff --git a/app-portage/esearch/esearch-.ebuild 
b/app-portage/esearch/esearch-.ebuild
index 4d89295cbdf..05204a08bab 100644
--- a/app-portage/esearch/esearch-.ebuild
+++ b/app-portage/esearch/esearch-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=(python{2_7,3_4})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1 git-2



[gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/

2015-10-16 Thread Mike Frysinger
commit: c83103c4959e92c5e4427cba407a71355a1d6918
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Oct 16 19:16:55 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Oct 16 19:18:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83103c4

app-portage/esearch: mark 1.3-r1 arm64/s390/sh stable

 app-portage/esearch/esearch-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/esearch/esearch-1.3-r1.ebuild 
b/app-portage/esearch/esearch-1.3-r1.ebuild
index 1c8403b..311216d 100644
--- a/app-portage/esearch/esearch-1.3-r1.ebuild
+++ b/app-portage/esearch/esearch-1.3-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="linguas_fr linguas_it"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris"
 
 DEPEND="sys-apps/portage"
 RDEPEND="${DEPEND}"