diff options
author | David Seifert <soap@gentoo.org> | 2017-12-25 15:23:54 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-25 15:42:46 +0100 |
commit | 70c6298fa14681e61d526261a14c2d037fe5b40b (patch) | |
tree | e942521d5c6165ff1829d1705ae0272f70694056 /app-portage/esearch | |
parent | app-misc/dvtm: [QA] Port to git-r3 (diff) | |
download | gentoo-70c6298fa14681e61d526261a14c2d037fe5b40b.tar.gz gentoo-70c6298fa14681e61d526261a14c2d037fe5b40b.tar.bz2 gentoo-70c6298fa14681e61d526261a14c2d037fe5b40b.zip |
app-portage/esearch: [QA] Port to git-r3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-portage/esearch')
-rw-r--r-- | app-portage/esearch/esearch-1.3-r1.ebuild | 3 | ||||
-rw-r--r-- | 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 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" |