Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-lfs/
Date: Thu, 28 Jan 2021 08:17:00
Message-Id: 1611821798.26a6855ce33f22a6fd54e795e916d7eee0128040.juippis@gentoo
1 commit: 26a6855ce33f22a6fd54e795e916d7eee0128040
2 Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
3 AuthorDate: Thu Jan 28 08:14:50 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 08:16:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a6855c
7
8 dev-vcs/git-lfs: Update live ebuild
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Nils Freydank <holgersson <AT> posteo.de>
12 Closes: https://github.com/gentoo/gentoo/pull/18731
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-vcs/git-lfs/git-lfs-9999.ebuild | 12 ++++++++++--
16 1 file changed, 10 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild
19 index f5a948c8f4f..641f9c79a60 100644
20 --- a/dev-vcs/git-lfs/git-lfs-9999.ebuild
21 +++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -25,6 +25,14 @@ RDEPEND="dev-vcs/git"
29
30 RESTRICT+=" !test? ( test )"
31
32 +DOCS=(
33 + CHANGELOG.md
34 + CODE-OF-CONDUCT.md
35 + CONTRIBUTING.md
36 + README.md
37 + SECURITY.md
38 +)
39 +
40 src_compile() {
41 # Flags -w, -s: Omit debugging information to reduce binary size,
42 # see https://golang.org/cmd/link/.
43 @@ -41,7 +49,7 @@ src_compile() {
44
45 src_install() {
46 dobin git-lfs
47 - dodoc {CHANGELOG,CODE-OF-CONDUCT,CONTRIBUTING,README}.md
48 + einstalldocs
49 use doc && doman docs/man/*.1
50 }