aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2017-03-22 04:41:17 -0700
committerBrian Dolbec <dolsen@gentoo.org>2017-03-22 04:41:17 -0700
commit7adc0f42d3b7c1b26a411dc5cf64a1f28d714b0d (patch)
tree9583e0af8461107aa17ef3520ecedcfab51414f4 /bin
parentAdd ebump to main AUTHORS file (diff)
downloadgentoolkit-7adc0f42d3b7c1b26a411dc5cf64a1f28d714b0d.tar.gz
gentoolkit-7adc0f42d3b7c1b26a411dc5cf64a1f28d714b0d.tar.bz2
gentoolkit-7adc0f42d3b7c1b26a411dc5cf64a1f28d714b0d.zip
Add README 'Motivation' info to the script
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebump5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/ebump b/bin/ebump
index 47ffd86..b129f85 100755
--- a/bin/ebump
+++ b/bin/ebump
@@ -8,7 +8,10 @@ __author__="Karl Trygve Kalleberg"
__email__="<karltk@gentoo.org>"
__description__="Ebuild version bumping tool"
-
+# MOTIVATION
+# The ebump utility is a Gentoo-specific tool for bumping the revision of
+# a given ebuild and auxiliary files in the Portage tree. It is only
+# useful for Gentoo developers with CVS commit access.
die() {
echo $1 >&2