diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-03-22 04:41:17 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-03-22 04:41:17 -0700 |
commit | 7adc0f42d3b7c1b26a411dc5cf64a1f28d714b0d (patch) | |
tree | 9583e0af8461107aa17ef3520ecedcfab51414f4 | |
parent | Add ebump to main AUTHORS file (diff) | |
download | gentoolkit-7adc0f42d3b7c1b26a411dc5cf64a1f28d714b0d.tar.gz gentoolkit-7adc0f42d3b7c1b26a411dc5cf64a1f28d714b0d.tar.bz2 gentoolkit-7adc0f42d3b7c1b26a411dc5cf64a1f28d714b0d.zip |
Add README 'Motivation' info to the script
-rwxr-xr-x | bin/ebump | 5 | ||||
-rw-r--r-- | ebump/README | 18 |
2 files changed, 4 insertions, 19 deletions
@@ -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 diff --git a/ebump/README b/ebump/README deleted file mode 100644 index f13592e..0000000 --- a/ebump/README +++ /dev/null @@ -1,18 +0,0 @@ - -Package : ebump -Version : 0.1.1 -Author : See AUTHORS - -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. - -MECHANICS - -N/A - -IMPROVEMENTS - -N/A |