Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 05:20:36
Message-Id: 1617168002.88037804285588beec438e8388f0eb220bc8bcab.sam@gentoo
1 commit: 88037804285588beec438e8388f0eb220bc8bcab
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 05:05:25 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:20:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88037804
7
8 darcs.eclass: mark darcs_patchcount, darcs_fetch as @INTERNAL
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/darcs.eclass | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/eclass/darcs.eclass b/eclass/darcs.eclass
16 index b617cb57c66..1ed886fb4dc 100644
17 --- a/eclass/darcs.eclass
18 +++ b/eclass/darcs.eclass
19 @@ -101,6 +101,7 @@ case ${EAPI:-0} in
20 esac
21
22 # @FUNCTION: darcs_patchcount
23 +# @INTERNAL
24 # @DESCRIPTION:
25 # Internal function to determine amount of patches in repository.
26 darcs_patchcount() {
27 @@ -110,6 +111,7 @@ darcs_patchcount() {
28 }
29
30 # @FUNCTION: darcs_fetch
31 +# @INTERNAL
32 # @DESCRIPTION:
33 # Internal function is called from darcs_src_unpack
34 darcs_fetch() {