[pacman-dev] [PATCH 00/11] Streamline syntax of contrib scripts

Dave Reisner d at falconindy.com
Thu Sep 29 10:40:51 UTC 2016


On Sep 29, 2016 06:23, "Gordian Edenhofer" <gordian.edenhofer at gmail.com>
wrote:

Reorganize scripts in contrib to fit the syntax and style of makepkg.
Unify multiple different approaches to e.g. write a usage function, handle
options and differences in naming schemas for options.


None of your changes which add gettext support are useful in their current
form as you do not export TEXTDOMAIN or TEXTDOMAINDIR.

Gordian Edenhofer (11):
  checkupdates: streamline usage function
  paccache: streamline usage function
  pacdiff: streamline usage function
  pacdiff: proper option handling
  pacdiff: streamline option syntax with makepkg
  paclist: streamline usage function
  paclog-pkglist: streamline usage function
  pacscripts: streamline usage function
  updpkgsums: streamline usage function
  rankmirrors: streamline usage function
  rankmirrors: proper option handling

 contrib/checkupdates.sh.in   |   9 +--
 contrib/paccache.sh.in       |  61 ++++++++++----------
 contrib/pacdiff.sh.in        |  76 +++++++++++++++----------
 contrib/paclist.sh.in        |  10 ++--
 contrib/paclog-pkglist.sh.in |  12 ++--
 contrib/pacscripts.sh.in     |  18 +++---
 contrib/rankmirrors.sh.in    | 132 +++++++++++++++++++++---------
-------------
 contrib/updpkgsums.sh.in     |  21 ++++---
 8 files changed, 179 insertions(+), 160 deletions(-)

--
2.10.0


More information about the pacman-dev mailing list