commit: 7dfb57a2c7dff891d4b1832c982cdbcffd033d3c Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Jul 18 18:26:16 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Jul 18 18:26:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=7dfb57a2
dev-vcs/git-merge-changelog: update EAPI 5 -> 8 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> .../git-merge-changelog/git-merge-changelog-99999999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-vcs/git-merge-changelog/git-merge-changelog-99999999.ebuild b/dev-vcs/git-merge-changelog/git-merge-changelog-99999999.ebuild index 3ee8f0b..a3939e7 100644 --- a/dev-vcs/git-merge-changelog/git-merge-changelog-99999999.ebuild +++ b/dev-vcs/git-merge-changelog/git-merge-changelog-99999999.ebuild @@ -1,23 +1,24 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 EGIT_REPO_URI="git://git.savannah.gnu.org/gnulib.git - http://git.savannah.gnu.org/r/gnulib.git" + https://git.savannah.gnu.org/r/gnulib.git" inherit git-r3 DESCRIPTION="Git merge driver for GNU style ChangeLog files" -HOMEPAGE="http://www.gnu.org/software/gnulib/" +HOMEPAGE="https://www.gnu.org/software/gnulib/" LICENSE="GPL-3+" SLOT="0" src_prepare() { + default S="${WORKDIR}/${PN}" ./gnulib-tool --create-testdir --without-tests --dir="${S}" ${PN} || die - cd "${S}" + cd "${S}" || die sed -n '/README/{h;:x;n;/^#/!{H;bx};g;s/\n*$//;s:/usr/local:/usr:g;p;q}' \ gllib/git-merge-changelog.c >README || die }
