Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: /
Date: Fri, 01 May 2020 11:16:24
Message-Id: 1588331733.83c160c7312faa12173411c4dc652d61c8115d5d.andrewammerlaan@gentoo
1 commit: 83c160c7312faa12173411c4dc652d61c8115d5d
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri May 1 11:15:33 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri May 1 11:15:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83c160c7
7
8 README: Fixup gentoo repo location variable
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 README.md | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/README.md b/README.md
17 index 64b922c..a652cbe 100644
18 --- a/README.md
19 +++ b/README.md
20 @@ -92,7 +92,7 @@ String variables should be quoted (e.g. not `$P` or `${P}` but `"${P}"`). `repom
21
22 - #### Undesirable/Deprecated dependencies
23
24 -Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `${Gentoo_repo_dir}/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency.
25 +Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `$(portageq get_repo_path / gentoo)/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency.
26
27 For Python packages there are some additional (test) dependencies that are considered undesirable or not useful, but are not considered deprecated. You can find an overview of those [here](https://dev.gentoo.org/~mgorny/python-guide/distutils.html#enabling-tests).