public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/dev/ulm:master commit in: dev-vcs/git-merge-changelog/
@ 2022-07-18 18:32 Ulrich Müller
  0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2022-07-18 18:32 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-18 18:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-18 18:32 [gentoo-commits] repo/dev/ulm:master commit in: dev-vcs/git-merge-changelog/ Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox