[gentoo-dev] Re: [PATCH 2/2] linux-mod.eclass: Documentation updates

2022-05-18 Thread Mike Pagano
On 5/17/22 14:45, Mike Pagano wrote: Document functions which did not have any documentation or were not formatted to gentoo specifications Signed-off-by: Mike Pagano ---  eclass/linux-mod.eclass | 66 -  1 file changed, 33 insertions(+), 33 deletions(-)

[gentoo-dev] [PATCH] 2022-05-20-borgmatic-config-changes: new item

2022-05-18 Thread Marek Szuba
Signed-off-by: Marek Szuba --- .../2022-05-20-borgmatic-config-changes.en.txt | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 2022-05-20-borgmatic-config-changes/2022-05-20-borgmatic-config-changes.en.txt diff --git a/2022-05-20-borgmatic-config-changes/2022-05-20

[gentoo-dev] News item: breaking change to app-backup/borgmatic user-configuration handling

2022-05-18 Thread Marek Szuba
A couple of breaking changes have been introduced in borgmatic-1.6.0. Only some borgmatic users will be affected but seeing as it is a backup tool, I feel it does warrant a news item. -- Marecki

[gentoo-dev] [PATCH 2/2] haskell-cabal.eclass: Update function call

2022-05-18 Thread Ulrich Müller
ghc-extractportageversion was renamed to ghc-extract-pm-version. Bug: https://bugs.gentoo.org/843713 Signed-off-by: Ulrich Müller --- eclass/haskell-cabal.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass index 64

[gentoo-dev] [PATCH 1/2] ghc-package.eclass: Avoid reserved function name

2022-05-18 Thread Ulrich Müller
Rename function ghc-extractportageversion to ghc-extract-pm-version. Closes: https://bugs.gentoo.org/843713 Signed-off-by: Ulrich Müller --- eclass/ghc-package.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass i