Rewrap dev-python DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:56 -05:00
parent 542d5f664a
commit 4e1ffebc1a
13 changed files with 63 additions and 54 deletions

View File

@@ -1,4 +1,8 @@
DESCRIPTION="A Script that hooks into command_not_found_handle to inform end users where to find an application if they don't have it. It can also check for typos (a feature of zsh)."
DESCRIPTION="
A Script that hooks into command_not_found_handle to inform end users where to \
find an application if they don't have it. It can also check for typos (a \
feature of zsh).
"
HOMEPAGE="https://github.com/jrabbit/haiku-cnf"
SRC_URI="git://github.com/jrabbit/haiku-cnf.git"
REVISION="1"
@@ -17,4 +21,3 @@ INSTALL()
}
LICENSE="GNU GPL v3"
COPYRIGHT="2011 Jack Laxson"