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 1B42B1382C5 for ; Fri, 23 Mar 2018 19:47:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C89BE0956; Fri, 23 Mar 2018 19:47:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BF875E0956 for ; Fri, 23 Mar 2018 19:47:29 +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 D22EA335C72 for ; Fri, 23 Mar 2018 19:47:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60EBA239 for ; Fri, 23 Mar 2018 19:47:26 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1521834442.a44c5d0594de93b2dcb3c5b0f52e98be08e0468a.polynomial-c@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.17.0_rc1.ebuild dev-vcs/git/git-9999-r1.ebuild dev-vcs/git/git-9999-r2.ebuild dev-vcs/git/git-9999-r3.ebuild dev-vcs/git/git-9999.ebuild X-VCS-Directories: dev-vcs/git/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a44c5d0594de93b2dcb3c5b0f52e98be08e0468a X-VCS-Branch: master Date: Fri, 23 Mar 2018 19:47:26 +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-Archives-Salt: 4a5ebf75-c0e2-445e-a2dd-f2d77c62ff6d X-Archives-Hash: eaa389dbff3ecf40c57c342875dbbea3 commit: a44c5d0594de93b2dcb3c5b0f52e98be08e0468a Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 23 19:47:04 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 23 19:47:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44c5d05 dev-vcs/git: Unpack man pages into ${S} Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-vcs/git/git-2.17.0_rc1.ebuild | 1 + dev-vcs/git/git-9999-r1.ebuild | 1 + dev-vcs/git/git-9999-r2.ebuild | 1 + dev-vcs/git/git-9999-r3.ebuild | 1 + dev-vcs/git/git-9999.ebuild | 1 + 5 files changed, 5 insertions(+) diff --git a/dev-vcs/git/git-2.17.0_rc1.ebuild b/dev-vcs/git/git-2.17.0_rc1.ebuild index 29ff3e4669d..9079b03f7b1 100644 --- a/dev-vcs/git/git-2.17.0_rc1.ebuild +++ b/dev-vcs/git/git-2.17.0_rc1.ebuild @@ -254,6 +254,7 @@ exportmakeopts() { src_unpack() { if [[ ${PV} != *9999 ]]; then unpack ${MY_P}.tar.${SRC_URI_SUFFIX} + cd "${S}" || die unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} if use doc ; then pushd "${S}"/Documentation &>/dev/null || die diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index 29ff3e4669d..9079b03f7b1 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -254,6 +254,7 @@ exportmakeopts() { src_unpack() { if [[ ${PV} != *9999 ]]; then unpack ${MY_P}.tar.${SRC_URI_SUFFIX} + cd "${S}" || die unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} if use doc ; then pushd "${S}"/Documentation &>/dev/null || die diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index 29ff3e4669d..9079b03f7b1 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -254,6 +254,7 @@ exportmakeopts() { src_unpack() { if [[ ${PV} != *9999 ]]; then unpack ${MY_P}.tar.${SRC_URI_SUFFIX} + cd "${S}" || die unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} if use doc ; then pushd "${S}"/Documentation &>/dev/null || die diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index 29ff3e4669d..9079b03f7b1 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -254,6 +254,7 @@ exportmakeopts() { src_unpack() { if [[ ${PV} != *9999 ]]; then unpack ${MY_P}.tar.${SRC_URI_SUFFIX} + cd "${S}" || die unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} if use doc ; then pushd "${S}"/Documentation &>/dev/null || die diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 29ff3e4669d..9079b03f7b1 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -254,6 +254,7 @@ exportmakeopts() { src_unpack() { if [[ ${PV} != *9999 ]]; then unpack ${MY_P}.tar.${SRC_URI_SUFFIX} + cd "${S}" || die unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} if use doc ; then pushd "${S}"/Documentation &>/dev/null || die