public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2015-10-16 19:19 Mike Frysinger
  0 siblings, 0 replies; 19+ messages in thread
From: Mike Frysinger @ 2015-10-16 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c83103c4959e92c5e4427cba407a71355a1d6918
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 19:16:55 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 19:18:42 2015 +0000
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}"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2017-04-22  9:56 Pacho Ramos
  0 siblings, 0 replies; 19+ messages in thread
From: Pacho Ramos @ 2017-04-22  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     30886c6dfd9731995d53629574703df94c734c3e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 09:38:09 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 09:56:09 2017 +0000
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-9999.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-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index 4d89295cbdf..05204a08bab 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2017-07-30  8:47 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2017-07-30  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     023d99c23d7cefe027eaa41c648d8dc8625c6968
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 01:25:31 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:46:53 2017 +0000
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-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index 05204a08bab..114acaf455e 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2017-12-25 14:43 David Seifert
  0 siblings, 0 replies; 19+ messages in thread
From: David Seifert @ 2017-12-25 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     70c6298fa14681e61d526261a14c2d037fe5b40b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 14:23:54 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 14:42:46 2017 +0000
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-9999.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-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index 114acaf455e..9a9ca40fa2c 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2018-01-06 16:41 Ulrich Müller
  0 siblings, 0 replies; 19+ messages in thread
From: Ulrich Müller @ 2018-01-06 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     f728703e67cad440a509196caa98e9875ae02e0e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 16:40:02 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 16:40:49 2018 +0000
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-9999.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-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index 9a9ca40fa2c..fb347e360d9 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2018-03-21 18:12 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2018-03-21 18:12 UTC (permalink / raw
  To: gentoo-commits

commit:     240ff1c3d075a1db3e76a3436809cf768ae9b65f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 17:07:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 18:12:37 2018 +0000
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-9999.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-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index fb347e360d9..ae29c8dc76a 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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() {


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2019-05-05 17:40 Zac Medico
  0 siblings, 0 replies; 19+ messages in thread
From: Zac Medico @ 2019-05-05 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4c65e4afd6f5cd130b0422dddce84104d4994daf
Author:     Pieter Van den Abeele <pvdabeel <AT> mac <DOT> com>
AuthorDate: Sun May  5 12:38:36 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun May  5 17:38:26 2019 +0000
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 <zmedico <AT> gentoo.org>

 app-portage/esearch/esearch-1.3-r2.ebuild | 2 +-
 app-portage/esearch/esearch-9999.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-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index 2aecbf1e30b..ca0681915b4 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2019-05-18 10:02 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2019-05-18 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     23f8aeb34d09597a321a21c2043d7cb15d8fc96f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 08:55:49 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 10:02:11 2019 +0000
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 <mgorny <AT> gentoo.org>

 app-portage/esearch/esearch-1.3-r2.ebuild | 6 +-----
 app-portage/esearch/esearch-9999.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-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index ca0681915b4..d3487f839a8 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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() {


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2019-09-15 17:17 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2019-09-15 17:17 UTC (permalink / raw
  To: gentoo-commits

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

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

Signed-off-by: Michał Górny <mgorny <AT> 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"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2019-11-29  8:17 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2019-11-29  8:17 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/esearch: Replace python_export_best

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

 app-portage/esearch/esearch-1.3-r2.ebuild | 10 ++++------
 app-portage/esearch/esearch-9999.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-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index d3487f839a8..10b62a631ed 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.ebuild
@@ -21,16 +21,15 @@ KEYWORDS=""
 DEPEND="sys-apps/portage"
 RDEPEND="${DEPEND}"
 
-python_prepare_all() {
-	python_export_best
-	echo VERSION="9999-${EGIT_VERSION}" "${PYTHON}" setup.py set_version
-	VERSION="9999-${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


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2020-02-11 11:38 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2020-02-11 11:38 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/esearch: Remove py2

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

 app-portage/esearch/esearch-1.3-r2.ebuild | 2 +-
 app-portage/esearch/esearch-9999.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-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index 2512045faf8..f880bb7a1ad 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2020-08-16 21:01 Zac Medico
  0 siblings, 0 replies; 19+ messages in thread
From: Zac Medico @ 2020-08-16 21:01 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/esearch: Update PYTHON_COMPAT and EAPI for 9999

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

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

diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index f880bb7a1ad..cb46da61322 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2020-10-04 18:40 Zac Medico
  0 siblings, 0 replies; 19+ messages in thread
From: Zac Medico @ 2020-10-04 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     3cc0b0745c14888facf825c93d454217b94a2b70
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 18:39:55 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 18:40:44 2020 +0000
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 <zmedico <AT> gentoo.org>

 app-portage/esearch/esearch-1.3-r3.ebuild | 1 +
 app-portage/esearch/esearch-9999.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-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index cb46da61322..48967f995b5 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2021-01-06 13:23 Fabian Groffen
  0 siblings, 0 replies; 19+ messages in thread
From: Fabian Groffen @ 2021-01-06 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e03a53a412adaa657f4fde1d88726b2815205cfb
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 13:21:43 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 13:21:43 2021 +0000
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 <grobian <AT> 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}"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2022-05-22 16:06 Zac Medico
  0 siblings, 0 replies; 19+ messages in thread
From: Zac Medico @ 2022-05-22 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     22aca5c08a323053ba136bb1d389616c4f1001b8
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 16:05:24 2022 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun May 22 16:05:43 2022 +0000
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 <zmedico <AT> gentoo.org>

 app-portage/esearch/esearch-1.3-r3.ebuild | 2 +-
 app-portage/esearch/esearch-9999.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-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index 33983df846b5..2ac8846c0e61 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2023-05-01 12:37 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-05-01 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     984c6233786302dbab36707cf3f74786f331bb84
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 12:14:19 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 12:36:33 2023 +0000
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 <sam <AT> 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 55464bdeaefc6c946c22bac93909333691d1e851840695b50e692734005984d8a1111c7107138a7abdc42503471b1f76378b400412bb9184f1ea3c8eeb44ca06

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"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2023-05-01 17:59 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-05-01 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     e63d81076613f3ffa568e6e174eb04a3217a0665
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 17:57:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 17:58:51 2023 +0000
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 <sam <AT> gentoo.org>

 app-portage/esearch/esearch-1.3-r3.ebuild | 2 +-
 app-portage/esearch/esearch-9999.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-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index 4cf385b728f3..4bc06cc9d1bb 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2024-03-06 18:01 Zac Medico
  0 siblings, 0 replies; 19+ messages in thread
From: Zac Medico @ 2024-03-06 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     0aa1f76103c15a5adb3656dd1e5d08b0048de882
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 18:00:01 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 18:00:55 2024 +0000
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 <zmedico <AT> 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}"
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
@ 2024-03-06 19:42 Zac Medico
  0 siblings, 0 replies; 19+ messages in thread
From: Zac Medico @ 2024-03-06 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c31fd99bc16821a01792f393605457bed482bd00
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 19:40:47 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 19:42:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31fd99b

app-portage/esearch: sync 9999

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

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

diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index 4bc06cc9d1bb..db0abe567e95 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.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}"
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-03-06 19:42 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-01 17:59 [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-03-06 19:42 Zac Medico
2024-03-06 18:01 Zac Medico
2023-05-01 12:37 Sam James
2022-05-22 16:06 Zac Medico
2021-01-06 13:23 Fabian Groffen
2020-10-04 18:40 Zac Medico
2020-08-16 21:01 Zac Medico
2020-02-11 11:38 Michał Górny
2019-11-29  8:17 Michał Górny
2019-09-15 17:17 Michał Górny
2019-05-18 10:02 Michał Górny
2019-05-05 17:40 Zac Medico
2018-03-21 18:12 Michał Górny
2018-01-06 16:41 Ulrich Müller
2017-12-25 14:43 David Seifert
2017-07-30  8:47 Michał Górny
2017-04-22  9:56 Pacho Ramos
2015-10-16 19:19 Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox