Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/
Date: Wed, 13 Jul 2016 06:16:49
Message-Id: 1468390143.e4535516658a770c221626bfbb7f99e08ffb6283.johu@gentoo
1 commit: e4535516658a770c221626bfbb7f99e08ffb6283
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 06:09:03 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 06:09:03 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e4535516
7
8 Documentation: Update example for bump-from-set script
9
10 Example pointed to old stable branch scheme.
11
12 Documentation/maintainers/bump-from-set.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/Documentation/maintainers/bump-from-set.sh b/Documentation/maintainers/bump-from-set.sh
16 index 6316227..ff32141 100755
17 --- a/Documentation/maintainers/bump-from-set.sh
18 +++ b/Documentation/maintainers/bump-from-set.sh
19 @@ -31,7 +31,7 @@ help() {
20 echo Reads KEYWORDS for the new ebuild from your environment, defaulting to ~amd64.
21 echo
22 echo Usage: bump-from-set.sh SETNAME SOURCEVERSION DESTINATIONVERSION
23 - echo Example: bump-from-set.sh kde-plasma-5.0 5.0.9999 5.0.1
24 + echo Example: bump-from-set.sh kde-plasma-5.7 5.7.49.9999 5.7.1
25 exit 0
26 }