summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-05-22 19:19:32 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-05-22 19:20:00 +0300
commitce4d79c092544699bc1d510314f3be74cde27bd7 (patch)
tree90d9d178acc3060925ba99202408322a2123c889 /app-text
parentdev-libs/satyr: new package (diff)
downloadgentoo-ce4d79c092544699bc1d510314f3be74cde27bd7.tar.gz
gentoo-ce4d79c092544699bc1d510314f3be74cde27bd7.tar.bz2
gentoo-ce4d79c092544699bc1d510314f3be74cde27bd7.zip
app-text/sgrep: EAPI bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-text')
-rw-r--r--app-text/sgrep/sgrep-1.94a.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-text/sgrep/sgrep-1.94a.ebuild b/app-text/sgrep/sgrep-1.94a.ebuild
index 6e31bd750619..2f7bae2fad40 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() {