Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
Date: Mon, 04 Nov 2019 08:35:38
Message-Id: 1572856531.2295a7064433a8533aa98ddc79d7e1bd22a87115.mgorny@gentoo
1 commit: 2295a7064433a8533aa98ddc79d7e1bd22a87115
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 08:32:28 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 08:35:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2295a706
7
8 dev-vcs/git: [QA] Fix AbsoluteSymlink
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-vcs/git/git-2.24.0_rc2.ebuild | 2 +-
13 dev-vcs/git/git-9999-r1.ebuild | 2 +-
14 dev-vcs/git/git-9999-r2.ebuild | 2 +-
15 dev-vcs/git/git-9999-r3.ebuild | 2 +-
16 dev-vcs/git/git-9999.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/dev-vcs/git/git-2.24.0_rc2.ebuild b/dev-vcs/git/git-2.24.0_rc2.ebuild
20 index 314b0f44284..9e71c152786 100644
21 --- a/dev-vcs/git/git-2.24.0_rc2.ebuild
22 +++ b/dev-vcs/git/git-2.24.0_rc2.ebuild
23 @@ -550,7 +550,7 @@ src_install() {
24 # but upstream installs in /usr/share/gitweb
25 # so we will install a symlink and use their location for compat with other
26 # distros
27 - dosym /usr/share/gitweb /usr/share/${PN}/gitweb
28 + dosym ../gitweb /usr/share/${PN}/gitweb
29
30 # INSTALL discusses configuration issues, not just installation
31 docinto /
32
33 diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
34 index 314b0f44284..9e71c152786 100644
35 --- a/dev-vcs/git/git-9999-r1.ebuild
36 +++ b/dev-vcs/git/git-9999-r1.ebuild
37 @@ -550,7 +550,7 @@ src_install() {
38 # but upstream installs in /usr/share/gitweb
39 # so we will install a symlink and use their location for compat with other
40 # distros
41 - dosym /usr/share/gitweb /usr/share/${PN}/gitweb
42 + dosym ../gitweb /usr/share/${PN}/gitweb
43
44 # INSTALL discusses configuration issues, not just installation
45 docinto /
46
47 diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
48 index 314b0f44284..9e71c152786 100644
49 --- a/dev-vcs/git/git-9999-r2.ebuild
50 +++ b/dev-vcs/git/git-9999-r2.ebuild
51 @@ -550,7 +550,7 @@ src_install() {
52 # but upstream installs in /usr/share/gitweb
53 # so we will install a symlink and use their location for compat with other
54 # distros
55 - dosym /usr/share/gitweb /usr/share/${PN}/gitweb
56 + dosym ../gitweb /usr/share/${PN}/gitweb
57
58 # INSTALL discusses configuration issues, not just installation
59 docinto /
60
61 diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
62 index 314b0f44284..9e71c152786 100644
63 --- a/dev-vcs/git/git-9999-r3.ebuild
64 +++ b/dev-vcs/git/git-9999-r3.ebuild
65 @@ -550,7 +550,7 @@ src_install() {
66 # but upstream installs in /usr/share/gitweb
67 # so we will install a symlink and use their location for compat with other
68 # distros
69 - dosym /usr/share/gitweb /usr/share/${PN}/gitweb
70 + dosym ../gitweb /usr/share/${PN}/gitweb
71
72 # INSTALL discusses configuration issues, not just installation
73 docinto /
74
75 diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
76 index 314b0f44284..9e71c152786 100644
77 --- a/dev-vcs/git/git-9999.ebuild
78 +++ b/dev-vcs/git/git-9999.ebuild
79 @@ -550,7 +550,7 @@ src_install() {
80 # but upstream installs in /usr/share/gitweb
81 # so we will install a symlink and use their location for compat with other
82 # distros
83 - dosym /usr/share/gitweb /usr/share/${PN}/gitweb
84 + dosym ../gitweb /usr/share/${PN}/gitweb
85
86 # INSTALL discusses configuration issues, not just installation
87 docinto /