diff options
Diffstat (limited to 'app-text/sgrep')
-rw-r--r-- | app-text/sgrep/Manifest | 2 | ||||
-rw-r--r-- | app-text/sgrep/sgrep-1.94a.ebuild | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-text/sgrep/Manifest b/app-text/sgrep/Manifest index 4c0e9f75e66a..c44668845b5c 100644 --- a/app-text/sgrep/Manifest +++ b/app-text/sgrep/Manifest @@ -1,3 +1,3 @@ DIST sgrep-1.94a.tar.gz 193267 BLAKE2B fe37f62e2cb5c2ccad88df8ee3000d937357b5801ac6c55938a575f77735db7f94c0475e2eaa2521dfbae194132dcda4efe009db32e23b50c13acbc359b9abaf SHA512 8d2571a738c6a87cc34aea3a0692d15aea1d4a0439401b97368da2a021992ef8d0754e91e10409c1c059712bfe69ac4188e3be856211e48f8e6d528b5684283a -EBUILD sgrep-1.94a.ebuild 704 BLAKE2B 8e93795de18f1cc16868c6f4462b0eb9b6dfbf1c93067842c9e4c9c6597e0371c504b0fb7d3e5b831ad236901cfa5c849453d07b4ce3dda7b7cb394171e46765 SHA512 aff8595657db0cf5fc6186fa58feda22dee88cbae4f65e45825b0e20c529126bd7c51df99aef4200fa6629d9e6396a248303a5fc30308635fa141552cf6d64a8 +EBUILD sgrep-1.94a.ebuild 721 BLAKE2B 18ece2417c18c5f3578222d2a2aa5cce21307213c46e9fdb06170b70148b6679d3ee34bd80a22c84ac89c47141eaa7c3888a1af9512d825560a59f4a3a999265 SHA512 64fa85b4e830e83694a516c1760f612078e0fe6d5ac5c256ebddc20f2a0cafa24220d1929b6e3561c8d52cfe3abcc7a57a11ec97b4eea0b67e25d8b654e2fa87 MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 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() { |