From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72247138334 for ; Tue, 10 Dec 2019 20:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B86F4E098A; Tue, 10 Dec 2019 20:20:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9086FE098A for ; Tue, 10 Dec 2019 20:20:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 570B634D911 for ; Tue, 10 Dec 2019 20:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0E62895 for ; Tue, 10 Dec 2019 20:20:32 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1576009231.cf291e2c25264b2a26899b91e0199b986ccc704d.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git/git-2.21.0.ebuild dev-vcs/git/git-2.21.1.ebuild dev-vcs/git/git-2.23.0-r1.ebuild dev-vcs/git/git-2.23.1-r1.ebuild X-VCS-Directories: dev-vcs/git/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: cf291e2c25264b2a26899b91e0199b986ccc704d X-VCS-Branch: master Date: Tue, 10 Dec 2019 20:20:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 748a95bb-ba10-41f6-b8f8-ace145a0debc X-Archives-Hash: 5fbf220536b969c258b8fe2d5c25dd58 commit: cf291e2c25264b2a26899b91e0199b986ccc704d Author: Robin H. Johnson gentoo org> AuthorDate: Tue Dec 10 20:20:12 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Dec 10 20:20:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf291e2c dev-vcs/git: QA fix AbsoluteSymlink Signed-off-by: Robin H. Johnson gentoo.org> dev-vcs/git/git-2.21.0.ebuild | 2 +- dev-vcs/git/git-2.21.1.ebuild | 2 +- dev-vcs/git/git-2.23.0-r1.ebuild | 2 +- dev-vcs/git/git-2.23.1-r1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-vcs/git/git-2.21.0.ebuild b/dev-vcs/git/git-2.21.0.ebuild index 6e663936284..1071996e344 100644 --- a/dev-vcs/git/git-2.21.0.ebuild +++ b/dev-vcs/git/git-2.21.0.ebuild @@ -535,7 +535,7 @@ src_install() { # but upstream installs in /usr/share/gitweb # so we will install a symlink and use their location for compat with other # distros - dosym /usr/share/gitweb /usr/share/${PN}/gitweb + dosym ../gitweb /usr/share/${PN}/gitweb # INSTALL discusses configuration issues, not just installation docinto / diff --git a/dev-vcs/git/git-2.21.1.ebuild b/dev-vcs/git/git-2.21.1.ebuild index 326cb03d9f1..b5d786db2c2 100644 --- a/dev-vcs/git/git-2.21.1.ebuild +++ b/dev-vcs/git/git-2.21.1.ebuild @@ -535,7 +535,7 @@ src_install() { # but upstream installs in /usr/share/gitweb # so we will install a symlink and use their location for compat with other # distros - dosym /usr/share/gitweb /usr/share/${PN}/gitweb + dosym ../gitweb /usr/share/${PN}/gitweb # INSTALL discusses configuration issues, not just installation docinto / diff --git a/dev-vcs/git/git-2.23.0-r1.ebuild b/dev-vcs/git/git-2.23.0-r1.ebuild index 0de7012dc24..46c718db40a 100644 --- a/dev-vcs/git/git-2.23.0-r1.ebuild +++ b/dev-vcs/git/git-2.23.0-r1.ebuild @@ -545,7 +545,7 @@ src_install() { # but upstream installs in /usr/share/gitweb # so we will install a symlink and use their location for compat with other # distros - dosym /usr/share/gitweb /usr/share/${PN}/gitweb + dosym ../gitweb /usr/share/${PN}/gitweb # INSTALL discusses configuration issues, not just installation docinto / diff --git a/dev-vcs/git/git-2.23.1-r1.ebuild b/dev-vcs/git/git-2.23.1-r1.ebuild index 7603e0fc91b..df18b16ea41 100644 --- a/dev-vcs/git/git-2.23.1-r1.ebuild +++ b/dev-vcs/git/git-2.23.1-r1.ebuild @@ -545,7 +545,7 @@ src_install() { # but upstream installs in /usr/share/gitweb # so we will install a symlink and use their location for compat with other # distros - dosym /usr/share/gitweb /usr/share/${PN}/gitweb + dosym ../gitweb /usr/share/${PN}/gitweb # INSTALL discusses configuration issues, not just installation docinto /