From 811a215018b84a14218c0184234e6af5f56d10e4 Mon Sep 17 00:00:00 2001 From: Dubiousjim Date: Fri, 5 Jul 2013 00:21:13 -0400 Subject: [PATCH] various: tweak opening comments, whitespace Also remove incomplete efforts at listing "Depends on: ..." --- abuild-keygen.in | 4 +--- abuild-sign.in | 4 +--- abuild.in | 4 +--- apkgrel.in | 2 +- newapkbuild.in | 6 ++---- 5 files changed, 6 insertions(+), 14 deletions(-) diff --git a/abuild-keygen.in b/abuild-keygen.in index 93d1ea2..a095068 100644 --- a/abuild-keygen.in +++ b/abuild-keygen.in @@ -1,12 +1,10 @@ #!/bin/sh -# generate signing keys +# abuild-keygen - generate signing keys # Copyright (c) 2009 Natanael Copa # # Distributed under GPL-2 # -# Depends on: busybox utilities, fakeroot, -# abuild_ver=@VERSION@ sysconfdir=@sysconfdir@ diff --git a/abuild-sign.in b/abuild-sign.in index aea651f..3ff32e0 100644 --- a/abuild-sign.in +++ b/abuild-sign.in @@ -1,12 +1,10 @@ #!/bin/sh -# sign indexes +# abuild-sign - sign indexes # Copyright (c) 2009 Natanael Copa # # Distributed under GPL-2 # -# Depends on: busybox utilities, fakeroot, -# abuild_ver=@VERSION@ sysconfdir=@sysconfdir@ diff --git a/abuild.in b/abuild.in index ba1b1ad..479cd6c 100755 --- a/abuild.in +++ b/abuild.in @@ -1,12 +1,10 @@ #!/bin/sh -# script to build apk packages (light version of makepkg) +# abuild - build apk packages (light version of makepkg) # Copyright (c) 2008 Natanael Copa # # Distributed under GPL-2 # -# Depends on: busybox utilities, fakeroot -# abuild_ver=@VERSION@ sysconfdir=@sysconfdir@ diff --git a/apkgrel.in b/apkgrel.in index 3feb4f3..0934847 100644 --- a/apkgrel.in +++ b/apkgrel.in @@ -27,7 +27,7 @@ do_add () { old=$(do_show "$f") setto=$(($old + 1)) do_set "$f" || return 1 - done + done } do_verify() { diff --git a/newapkbuild.in b/newapkbuild.in index 0a0d433..1a41ae9 100755 --- a/newapkbuild.in +++ b/newapkbuild.in @@ -1,12 +1,10 @@ #!/bin/sh # -# Script to generate a new APKBUILD +# newapkbuild - generate a new APKBUILD # Copyright (c) 2009 Natanael Copa # # Distributed under GPL-2 # -# Depends on: busybox utilities, fakeroot, -# version=@VERSION@ sysconfdir=@sysconfdir@ @@ -297,7 +295,7 @@ while getopts "acd:fhl:n:pyu:s" opt; do done shift $(( $OPTIND - 1 )) -while [ $# -gt 0 ]; do +while [ $# -gt 0 ]; do newaport $1 || exit 1 shift done