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  120cd312e49b9fbb844dd36c71fe1f2e2910b707 (commit)
       via  4d2ec3751c6e7ee47cdb784ed5cab0992f03c9dc (commit)
       via  564352c4a2d12050d7b4c386e972976a24f1f993 (commit)
       via  9c34dfd908480baed06bb2e618d8899fb8728dbd (commit)
       via  c2999619d2af0c4fa3cbee13a4f12d95c6ab059e (commit)
       via  966c815881350e90628a6825c4c51bc77428c0d5 (commit)
       via  5d5070f47d6542a530c8cbe954bb331389b7393f (commit)
       via  fb310fc01ed752b4e046138c3695f5482ca54e16 (commit)
       via  77023978c568dbb912f9c103cbe14d32153c6f89 (commit)
       via  77e84bea71e3dfe87a8009e7e7a913d1a12b7585 (commit)
       via  0199a7ee717f0848e336fda8dc1f5b9364ce3478 (commit)
       via  88706168f2fb9ccd91f97b4647b715cc9076d5ed (commit)
      from  7ae15768e5558def8bdf88fe6c5c49fa6c9b08ad (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 120cd312e49b9fbb844dd36c71fe1f2e2910b707
Author: Eric Bélanger <[email protected]>
Date:   Tue Nov 3 08:47:18 2009 -0500

    makepkg: Fixed logging for split packages
    
    Signed-off-by: Eric Bélanger <[email protected]>
    Signed-off-by: Allan McRae <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 4d2ec3751c6e7ee47cdb784ed5cab0992f03c9dc
Author: Cedric Staniewski <[email protected]>
Date:   Tue Oct 27 12:56:13 2009 +0100

    makepkg: allow the use of only a package() function
    
    For some packages, generally the 'any' arch ones, a build step is not
    required and therefore can be skipped. In these cases, a package()
    function without a build() one is sufficient.
    
    As a side effect, this commit makes meta packages without any function
    at all in the PKGBUILD possible.
    
    Fixes FS#15147.
    
    Signed-off-by: Cedric Staniewski <[email protected]>
    Signed-off-by: Allan McRae <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 564352c4a2d12050d7b4c386e972976a24f1f993
Author: Cedric Staniewski <[email protected]>
Date:   Mon Oct 26 13:21:43 2009 +0100

    makepkg: extend test for hyphen prefixes to pkgbase and all pkgnames
    
    Since commit fb97d32, which brought in this test, support for split
    PKGBUILDs was added, and therefore, all values of pkgname and also
    pkgbase have to be checked now.
    
    Signed-off-by: Cedric Staniewski <[email protected]>
    Signed-off-by: Allan McRae <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 9c34dfd908480baed06bb2e618d8899fb8728dbd
Author: Allan McRae <[email protected]>
Date:   Sun Oct 25 14:33:47 2009 +1000

    makepkg: Add fallback to package function
    
    makepkg looks for a package() function when building a single package
    but package_$pkgname() style package functions when building a split
    package.  This patch allows the use of a package_$pkgname() function
    when building a single package for consistency.  This is achieved by
    having makepkg consider a non-split package with a package_$pkgname()
    function as a split package (creating just the one package).
    
    Fixes FS#16622.
    
    Signed-off-by: Allan McRae <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit c2999619d2af0c4fa3cbee13a4f12d95c6ab059e
Author: Isaac Good <[email protected]>
Date:   Thu Nov 12 15:09:05 2009 -0500

    makepkg: use bash test operators, part two
    
    * FS#16623, second half of makepkg
    * Includes stuff like -o to ||, -a to &&, etc.
    * if [ $(type ... preserved due to a bash bug with [[ and set -e and ERR 
traps
    
    Signed-off-by: Isaac Good <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 966c815881350e90628a6825c4c51bc77428c0d5
Author: Isaac Good <[email protected]>
Date:   Thu Nov 12 15:07:34 2009 -0500

    makepkg: use bash test operators, part one
    
    * FS#16623, first half of makepkg
    * Includes stuff like -o to ||, -a to &&, etc.
    * if [ $(type ... preserved due to a bash bug with [[ and set -e and ERR 
traps
    
    Signed-off-by: Isaac Good <[email protected]>
    [Dan: made commit message useful]
    Signed-off-by: Dan McGee <[email protected]>

commit 5d5070f47d6542a530c8cbe954bb331389b7393f
Author: Cedric Staniewski <[email protected]>
Date:   Thu Nov 5 16:55:48 2009 +0100

    scripts: replace test builtin [ with shell keywords [[ and ((
    
    FS#16623 suggested this change for makepkg; this patch applies it to the
    remaining files in the scripts directory.
    
    Signed-off-by: Cedric Staniewski <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit fb310fc01ed752b4e046138c3695f5482ca54e16
Author: Xavier Chantry <[email protected]>
Date:   Sat Nov 14 17:12:06 2009 +0100

    pacman.conf : enable resuming for curl
    
    Signed-off-by: Xavier Chantry <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 77023978c568dbb912f9c103cbe14d32153c6f89
Author: Eric Bélanger <[email protected]>
Date:   Fri Nov 6 10:16:49 2009 -0500

    makepkg: Clarified error message when a sourceball exist already
    
    Signed-off-by: Eric Bélanger <[email protected]>
    Signed-off-by: Allan McRae <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 77e84bea71e3dfe87a8009e7e7a913d1a12b7585
Author: Cedric Staniewski <[email protected]>
Date:   Tue Nov 10 20:47:09 2009 +0100

    makepkg: fix abortion after sourcing /etc/profile
    
    The source command triggers / might trigger the ERR trap which makes
    makepkg abort right after a successful installation of missing
    dependencies.
    
    Thanks to Xavier Chantry <[email protected]> for finding this
    solution.
    
    Signed-off-by: Cedric Staniewski <[email protected]>
    Signed-off-by: Xavier Chantry <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 0199a7ee717f0848e336fda8dc1f5b9364ce3478
Author: Allan McRae <[email protected]>
Date:   Sun Nov 15 20:24:24 2009 +1000

    contrib/bacman: fix checking if file has been added
    
    Fixes FS#17140.
    
    Signed-off-by: Allan McRae <[email protected]>
    Signed-off-by: Dan McGee <[email protected]>

commit 88706168f2fb9ccd91f97b4647b715cc9076d5ed
Author: Manuel Tortosa <[email protected]>
Date:   Mon Nov 16 00:29:16 2009 +0100

    Add Catalan translation
    
    Signed-off-by: Dan McGee <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 contrib/bacman                  |    4 +-
 doc/PKGBUILD.5.txt              |   12 +-
 etc/pacman.conf.in              |    2 +-
 lib/libalpm/po/LINGUAS          |    1 +
 lib/libalpm/po/{es.po => ca.po} |  306 ++++----
 po/LINGUAS                      |    1 +
 po/ca.po                        | 1755 +++++++++++++++++++++++++++++++++++++++
 scripts/makepkg.sh.in           |  465 ++++++-----
 scripts/pacman-optimize.sh.in   |   22 +-
 scripts/pkgdelta.sh.in          |   22 +-
 scripts/rankmirrors.sh.in       |   12 +-
 scripts/repo-add.sh.in          |   74 +-
 12 files changed, 2225 insertions(+), 451 deletions(-)
 copy lib/libalpm/po/{es.po => ca.po} (51%)
 create mode 100644 po/ca.po


hooks/post-receive
--
The official pacman repository


Reply via email to