app-portage/esearch: [QA] Port to git-r3
authorDavid Seifert <soap@gentoo.org>
Mon, 25 Dec 2017 14:23:54 +0000 (15:23 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 25 Dec 2017 14:42:46 +0000 (15:42 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-portage/esearch/esearch-1.3-r1.ebuild
app-portage/esearch/esearch-9999.ebuild

index d8d6dfbd071cdd28857c53cf7eb33e7487fe5025..554008616644207ea5ce86fa1d907c4afb1639bc 100644 (file)
@@ -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(+)"
 
index 114acaf455e1e6ce425aaca438ec4ffaa6410ddb..9a9ca40fa2c168632208bbe2ea10b0dbad96a3eb 100644 (file)
@@ -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"