commit: 25678977f2739e4f105e50799fe9f946e164b5d0 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Jan 25 19:08:28 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Mar 10 09:16:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25678977
dev-util/open-vcdiff: EAPI8 bump, fix bug 804447 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://bugs.gentoo.org/804447 Closes: https://github.com/gentoo/gentoo/pull/35018 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> ...pen-vcdiff-0.8.4-r1.ebuild => open-vcdiff-0.8.4-r2.ebuild} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.4-r1.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.4-r2.ebuild similarity index 71% rename from dev-util/open-vcdiff/open-vcdiff-0.8.4-r1.ebuild rename to dev-util/open-vcdiff/open-vcdiff-0.8.4-r2.ebuild index 18324677305e..2458630842fc 100644 --- a/dev-util/open-vcdiff/open-vcdiff-0.8.4-r1.ebuild +++ b/dev-util/open-vcdiff/open-vcdiff-0.8.4-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format" HOMEPAGE="https://github.com/google/open-vcdiff" @@ -10,12 +10,13 @@ SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/0" KEYWORDS="~amd64 ~x86" -IUSE="" PATCHES=( "${FILESDIR}"/${P}-gcc6.patch ) -src_configure() { - econf --disable-static +src_prepare() { + sed -i -e "s|^docdir =.*|docdir = \"${EPREFIX}/usr/share/doc/${PF}\"|g" \ + Makefile.in || die + default } src_install() {