commit: b972d60d06ae72f9e946a1a0e7f3faa211b2df4c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 22 16:22:35 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 22 17:17:34 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b972d60d
Documentation: maintainers *.sh: Update dependencies
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Documentation/maintainers/bump-from-set.sh | 5 ++++-
Documentation/maintainers/new/copy-to-main-tree.sh | 2 ++
Documentation/maintainers/new/lib.sh | 5 ++++-
Documentation/maintainers/new/set-based-remove.sh | 2 ++
4 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/Documentation/maintainers/bump-from-set.sh
b/Documentation/maintainers/bump-from-set.sh
index f109233547..ecc3b3bdc3 100755
--- a/Documentation/maintainers/bump-from-set.sh
+++ b/Documentation/maintainers/bump-from-set.sh
@@ -1,6 +1,9 @@
#!/bin/sh
-# requires app-portage/portage-utils and app-portage/gentoolkit-dev
+# Requires:
+# app-portage/portage-utils
+# app-portage/gentoolkit-dev
+# app-portage/repoman
: ${PORTDIR:="$(pwd)"}
diff --git a/Documentation/maintainers/new/copy-to-main-tree.sh
b/Documentation/maintainers/new/copy-to-main-tree.sh
index 9b93379b5b..da57010723 100755
--- a/Documentation/maintainers/new/copy-to-main-tree.sh
+++ b/Documentation/maintainers/new/copy-to-main-tree.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+# Requires app-portage/repoman
+
. $(dirname "$0")/lib.sh
: ${SOURCE_REPO:="$(realpath $(dirname $0)/../../../)"}
diff --git a/Documentation/maintainers/new/lib.sh
b/Documentation/maintainers/new/lib.sh
index abafaf6c4b..9ecfed1cc8 100755
--- a/Documentation/maintainers/new/lib.sh
+++ b/Documentation/maintainers/new/lib.sh
@@ -1,6 +1,9 @@
#!/bin/bash
-# requires app-portage/portage-utils and app-portage/gentoolkit-dev
+# Requires:
+# app-portage/portage-utils
+# app-portage/gentoolkit-dev
+# app-portage/repoman
: ${SOURCE_REPO:="$(realpath $(dirname $0)/../../../)"}
diff --git a/Documentation/maintainers/new/set-based-remove.sh
b/Documentation/maintainers/new/set-based-remove.sh
index de485e1979..8922b7c3b8 100755
--- a/Documentation/maintainers/new/set-based-remove.sh
+++ b/Documentation/maintainers/new/set-based-remove.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+# Requires app-portage/repoman
+
. $(dirname "$0")/lib.sh
: ${TARGET_REPO:="$(pwd)"}