Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
Date: Fri, 23 Mar 2018 19:47:31
Message-Id: 1521834442.a44c5d0594de93b2dcb3c5b0f52e98be08e0468a.polynomial-c@gentoo
1 commit: a44c5d0594de93b2dcb3c5b0f52e98be08e0468a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 19:47:04 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 19:47:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44c5d05
7
8 dev-vcs/git: Unpack man pages into ${S}
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-vcs/git/git-2.17.0_rc1.ebuild | 1 +
13 dev-vcs/git/git-9999-r1.ebuild | 1 +
14 dev-vcs/git/git-9999-r2.ebuild | 1 +
15 dev-vcs/git/git-9999-r3.ebuild | 1 +
16 dev-vcs/git/git-9999.ebuild | 1 +
17 5 files changed, 5 insertions(+)
18
19 diff --git a/dev-vcs/git/git-2.17.0_rc1.ebuild b/dev-vcs/git/git-2.17.0_rc1.ebuild
20 index 29ff3e4669d..9079b03f7b1 100644
21 --- a/dev-vcs/git/git-2.17.0_rc1.ebuild
22 +++ b/dev-vcs/git/git-2.17.0_rc1.ebuild
23 @@ -254,6 +254,7 @@ exportmakeopts() {
24 src_unpack() {
25 if [[ ${PV} != *9999 ]]; then
26 unpack ${MY_P}.tar.${SRC_URI_SUFFIX}
27 + cd "${S}" || die
28 unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
29 if use doc ; then
30 pushd "${S}"/Documentation &>/dev/null || die
31
32 diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
33 index 29ff3e4669d..9079b03f7b1 100644
34 --- a/dev-vcs/git/git-9999-r1.ebuild
35 +++ b/dev-vcs/git/git-9999-r1.ebuild
36 @@ -254,6 +254,7 @@ exportmakeopts() {
37 src_unpack() {
38 if [[ ${PV} != *9999 ]]; then
39 unpack ${MY_P}.tar.${SRC_URI_SUFFIX}
40 + cd "${S}" || die
41 unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
42 if use doc ; then
43 pushd "${S}"/Documentation &>/dev/null || die
44
45 diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
46 index 29ff3e4669d..9079b03f7b1 100644
47 --- a/dev-vcs/git/git-9999-r2.ebuild
48 +++ b/dev-vcs/git/git-9999-r2.ebuild
49 @@ -254,6 +254,7 @@ exportmakeopts() {
50 src_unpack() {
51 if [[ ${PV} != *9999 ]]; then
52 unpack ${MY_P}.tar.${SRC_URI_SUFFIX}
53 + cd "${S}" || die
54 unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
55 if use doc ; then
56 pushd "${S}"/Documentation &>/dev/null || die
57
58 diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
59 index 29ff3e4669d..9079b03f7b1 100644
60 --- a/dev-vcs/git/git-9999-r3.ebuild
61 +++ b/dev-vcs/git/git-9999-r3.ebuild
62 @@ -254,6 +254,7 @@ exportmakeopts() {
63 src_unpack() {
64 if [[ ${PV} != *9999 ]]; then
65 unpack ${MY_P}.tar.${SRC_URI_SUFFIX}
66 + cd "${S}" || die
67 unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
68 if use doc ; then
69 pushd "${S}"/Documentation &>/dev/null || die
70
71 diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
72 index 29ff3e4669d..9079b03f7b1 100644
73 --- a/dev-vcs/git/git-9999.ebuild
74 +++ b/dev-vcs/git/git-9999.ebuild
75 @@ -254,6 +254,7 @@ exportmakeopts() {
76 src_unpack() {
77 if [[ ${PV} != *9999 ]]; then
78 unpack ${MY_P}.tar.${SRC_URI_SUFFIX}
79 + cd "${S}" || die
80 unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
81 if use doc ; then
82 pushd "${S}"/Documentation &>/dev/null || die