[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.3.0-36-g0845b2f

Dan McGee dan at archlinux.org
Sun Sep 6 17:58:18 EDT 2009


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  0845b2f13cef6db23a4a281976ec1374e93b7c4e (commit)
       via  5dbd00faf7a27866ffc2a7197c5cc704425a7af8 (commit)
      from  c88ac86292a9cd9b87ab9ebf203b9eca75af1f28 (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 0845b2f13cef6db23a4a281976ec1374e93b7c4e
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Sun Aug 30 22:05:46 2009 +0200

    sanity check for optdepends syntax
    
    only allow optdepends like:
    pkgname: description
    
    some (real) examples of invalid optdepends:
     'tcl, python and/or ruby: to use corresponding binding'
     'xorg-fonts-75dpi : X bitmap fonts needed for the interface'
     'ruby-htmlentities (AUR): for one provider named Deastore'
     'xpdf - for pdf'
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    [Allan: rebase off de39a1f6 and adjust man page]
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 5dbd00faf7a27866ffc2a7197c5cc704425a7af8
Author: Oleg Finkelshteyn <olegfink at gmail.com>
Date:   Thu Aug 27 00:11:41 2009 +0200

    Don't wrap lines when we don't have a column size
    
    For example when we are not in a tty, there is no point in wrapping the
    output. This actually makes the job harder for scripts.
    
    $ pacman -Si binutils | grep Desc
    Description           : A set of programs to assemble and manipulate binary and
    
    The description was cut because the rest was on the following line.
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    [Dan: use printf everywhere]
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 doc/PKGBUILD.5.txt    |    2 +-
 scripts/makepkg.sh.in |    8 ++++++++
 src/pacman/util.c     |   49 ++++++++++++++++++++-----------------------------
 3 files changed, 29 insertions(+), 30 deletions(-)


hooks/post-receive
--
The official pacman repository


More information about the pacman-dev mailing list