From: David Seifert Date: Mon, 25 Dec 2017 14:23:54 +0000 (+0100) Subject: app-portage/esearch: [QA] Port to git-r3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=70c6298fa14681e61d526261a14c2d037fe5b40b;p=gentoo.git app-portage/esearch: [QA] Port to git-r3 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- diff --git a/app-portage/esearch/esearch-1.3-r1.ebuild b/app-portage/esearch/esearch-1.3-r1.ebuild index d8d6dfbd071c..554008616644 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 114acaf455e1..9a9ca40fa2c1 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"