commit:     ce4d79c092544699bc1d510314f3be74cde27bd7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 22 16:19:32 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 22 16:20:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4d79c0

app-text/sgrep: EAPI bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/sgrep/sgrep-1.94a.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-text/sgrep/sgrep-1.94a.ebuild 
b/app-text/sgrep/sgrep-1.94a.ebuild
index 6e31bd75061..2f7bae2fad4 100644
--- a/app-text/sgrep/sgrep-1.94a.ebuild
+++ b/app-text/sgrep/sgrep-1.94a.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
 DESCRIPTION="Use structural criteria to grep and index text, SGML, XML and 
HTML and filter"
 SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz";
-HOMEPAGE="http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html";
+HOMEPAGE="https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE=""
 
 src_prepare() {
-       sed -i -e "s:/usr/lib:/etc:g" sgrep.1
+       default
+       sed -i -e "s:/usr/lib:/etc:g" sgrep.1 || die
 }
 
 src_configure() {

Reply via email to