[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.1.1-34-g9ca423b
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, master has been updated via 9ca423b981c897c7d3894c5b394c23d786e4ba37 (commit) via 5df5d2c411f34d6a893a83cdc464747374642f75 (commit) via 477fd794a06d8f42c97e6ff1c251736b505d32a0 (commit) via a36d4b2831fdb36a0c8ddaec5a023104932df73d (commit) via cbc25c22fcb8ea12ba98386e1489bf8f02e4e86a (commit) via ce3125196d98baf054e841ea3fb368d81df645e1 (commit) from 7ea58d09f69a9a13b637e7128e7b882ac2bebc64 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9ca423b981c897c7d3894c5b394c23d786e4ba37 Author: Jason St. John <jstjohn@purdue.edu> Date: Wed May 29 14:03:29 2013 +0200 Revise pacman(8) Resolve several grammatical errors and minor formatting consistency issues in pacman(8). Generalize the "FTP servers" and package file extension information. Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org> commit 5df5d2c411f34d6a893a83cdc464747374642f75 Author: Jason St. John <jstjohn@purdue.edu> Date: Wed May 29 14:26:25 2013 +0200 Revise PKGBUILD(5) Resolve several grammatical errors and minor formatting consistency issues in PKGBUILD(5). Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org> commit 477fd794a06d8f42c97e6ff1c251736b505d32a0 Author: Florian Pritz <bluewind@xinu.at> Date: Wed May 29 14:51:24 2013 +0200 makepkg-template: add --version and some license info Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org> commit a36d4b2831fdb36a0c8ddaec5a023104932df73d Author: Florian Pritz <bluewind@xinu.at> Date: Wed May 22 16:35:23 2013 +0200 makepkg-template: Stop using given/when given/when has been marked experimental in perl 5.18 because it will change it 5.20. if/else is ugly, but hiding the generated warning is no good solution either, so we us if/else for now. Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org> commit cbc25c22fcb8ea12ba98386e1489bf8f02e4e86a Author: Florian Pritz <bluewind@xinu.at> Date: Sun May 19 12:17:57 2013 +0200 makepkg-template: Add gettext support This also slighty changes the word order in the description for --newest. Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org> commit ce3125196d98baf054e841ea3fb368d81df645e1 Author: Florian Pritz <bluewind@xinu.at> Date: Wed May 1 00:18:17 2013 +0200 Add makepkg-template This allows for somewhat easy templating for PKGBUILDs. Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: configure.ac | 19 ++++ doc/.gitignore | 1 + doc/Makefile.am | 4 + doc/PKGBUILD.5.txt | 132 +++++++++++++------------ doc/footer.txt | 2 +- doc/makepkg-template.1.txt | 120 +++++++++++++++++++++++ doc/pacman.8.txt | 146 ++++++++++++++-------------- scripts/.gitignore | 1 + scripts/Makefile.am | 11 +++ scripts/makepkg-template.pl.in | 212 +++++++++++++++++++++++++++++++++++++++++ scripts/po/POTFILES.in | 1 + 11 files changed, 513 insertions(+), 136 deletions(-) create mode 100644 doc/makepkg-template.1.txt create mode 100755 scripts/makepkg-template.pl.in hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org