Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2git/
Date: Tue, 29 Nov 2022 00:43:27
Message-Id: 1669682556.db1963af574ff86be4e00f9122fcfc8979c85dea.sping@gentoo
1 commit: db1963af574ff86be4e00f9122fcfc8979c85dea
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 23:03:20 2022 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 00:42:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1963af
7
8 dev-vcs/svn2git: EAPI 8 + UnusedInherits
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11
12 dev-vcs/svn2git/{svn2git-9999.ebuild => svn2git-1.0.18-r1.ebuild} | 8 ++++----
13 dev-vcs/svn2git/svn2git-9999.ebuild | 6 +++---
14 2 files changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-1.0.18-r1.ebuild
17 similarity index 91%
18 copy from dev-vcs/svn2git/svn2git-9999.ebuild
19 copy to dev-vcs/svn2git/svn2git-1.0.18-r1.ebuild
20 index 71f0f843766f..23d663c4c084 100644
21 --- a/dev-vcs/svn2git/svn2git-9999.ebuild
22 +++ b/dev-vcs/svn2git/svn2git-1.0.18-r1.ebuild
23 @@ -1,15 +1,14 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=7
29 +EAPI=8
30
31 -inherit desktop qmake-utils
32 +inherit qmake-utils
33 [[ "${PV}" == "9999" ]] && inherit git-r3
34
35 DESCRIPTION="Tool for one-time conversion from svn to git"
36 HOMEPAGE="https://github.com/svn-all-fast-export/svn2git"
37 if [[ "${PV}" == "9999" ]]; then
38 - EGIT_SUBMODULES=()
39 EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git"
40 else
41 SRC_URI="https://github.com/svn-all-fast-export/svn2git/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 @@ -34,6 +33,7 @@ src_configure() {
43 APR_INCLUDE=/usr/include/apr-1
44 PREFIX=/usr
45 SVN_INCLUDE=/usr/include/subversion-1
46 + VERSION=${PV}
47 )
48 eqmake5 "${qmake_args[@]}" fast-export2.pro
49 }
50
51 diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-9999.ebuild
52 index 71f0f843766f..7db66f10e468 100644
53 --- a/dev-vcs/svn2git/svn2git-9999.ebuild
54 +++ b/dev-vcs/svn2git/svn2git-9999.ebuild
55 @@ -1,9 +1,9 @@
56 -# Copyright 1999-2020 Gentoo Authors
57 +# Copyright 1999-2022 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 -EAPI=7
61 +EAPI=8
62
63 -inherit desktop qmake-utils
64 +inherit qmake-utils
65 [[ "${PV}" == "9999" ]] && inherit git-r3
66
67 DESCRIPTION="Tool for one-time conversion from svn to git"