[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.5.3-303-gac7d17f

Dan McGee dan at archlinux.org
Fri Jun 24 00:46:22 EDT 2011


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  ac7d17f88e200f3f1c213474e7b875ecd341753d (commit)
       via  d8d287b4d215eceb382385b84495666f5a03399e (commit)
       via  d62a429b924e70f48bf021d3c355dd9455d1c45b (commit)
       via  c699c0b15466343099d24caa644aba903edabd1a (commit)
       via  963b942bb91d798ac54cad8a36088fcb7abab278 (commit)
       via  a4a7006a138f05c1b774414a55ffb5499d7b289f (commit)
       via  78f297dabe17eef518eaccb880f9013641124cda (commit)
       via  fa3aa6441c9a8a4ac460e11d18b4ed3b0ae543b8 (commit)
       via  eedd56f320c175c430ead9226dc871a9ce04ba3f (commit)
       via  aa89a65a83bbac5487fff377cd6ac969e1796542 (commit)
       via  54ef162a1a9e27e362732d873f0739bc0a2cf1bf (commit)
      from  886a31ef205923fd5b29012ee75932a2e2dec4bd (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 ac7d17f88e200f3f1c213474e7b875ecd341753d
Merge: d8d287b d62a429
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jun 23 23:44:35 2011 -0500

    Merge branch 'po-split'

commit d8d287b4d215eceb382385b84495666f5a03399e
Author: Dave Reisner <d at falconindy.com>
Date:   Wed Jun 22 09:30:35 2011 -0400

    repo-add: fix path designation regression
    
    b899099 made path checking a bit more strict than I had intended, and
    would actually forbid creation of a repo in $PWD if only the filename
    was specified. readlink would be the fun and easy solution here, but
    it's avoided due to portability issues, making the validation process a
    bit more verbose.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit d62a429b924e70f48bf021d3c355dd9455d1c45b
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jun 23 22:25:16 2011 -0500

    scripts/po/: add pacman-key
    
    This has gettext strings, but wasn't added to the list of files in
    POTFILES.in just yet. Add it and update the catalogs.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit c699c0b15466343099d24caa644aba903edabd1a
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jun 23 22:01:20 2011 -0500

    src/pacman/po/: prune message catalog and translations
    
    Now that we have performed the split, prune the catalogs of all
    scripts-only messages.
    
    All old messages were pruned from the files using the following command:
        sed -i -e '/^#\~/,$d' *.po
    
    Note: the diff on this commit looks much less insane if the --patience
    option is used.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 963b942bb91d798ac54cad8a36088fcb7abab278
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jun 23 21:58:18 2011 -0500

    scripts/po/: prune message catalog and translations
    
    Now that we have performed the split, prune the catalogs of all
    pacman-only messages.
    
    All old messages were pruned from the files using the following command:
        sed -i -e '/^#\~/,' *.po
    
    Note: the diff on this commit looks much less insane if the --patience
    option is used.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit a4a7006a138f05c1b774414a55ffb5499d7b289f
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jun 23 21:21:51 2011 -0500

    po/: split into scripts/po/ and src/pacman/po/
    
    This is the first step at separating the pacman message catalog and the
    scripts message catalog. Makefiles, configure.ac, and other such files
    are adjusted accordingly, as well as renaming files. The TEXTDOMAIN of
    scripts is also adjusted.
    
    Note that no actual pot or po files get changed here; these will get
    pruned in a future commit so each catalog contains only the necessary
    messages.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 78f297dabe17eef518eaccb880f9013641124cda
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jun 23 21:48:35 2011 -0500

    Update all translation files
    
    This is for the eventual 4.0.0 release, but more importantly to
    logically separate new translations and strings from the PO split about
    to happen between pacman and scripts.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit fa3aa6441c9a8a4ac460e11d18b4ed3b0ae543b8
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jun 23 22:22:57 2011 -0500

    Let configure gettext setup know we use ngettext()
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit eedd56f320c175c430ead9226dc871a9ce04ba3f
Author: Eric Bélanger <snowmaniscool at gmail.com>
Date:   Thu Jun 23 00:02:33 2011 -0400

    makepkg: Added checks in check_software for distcc, ccache, strip and gzip
    
    Dan: slightly shorten some of the messages.
    
    Signed-off-by: Eric Bélanger <snowmaniscool at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit aa89a65a83bbac5487fff377cd6ac969e1796542
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jun 23 15:19:01 2011 -0500

    makepkg: remove distcc/makeflags option interaction
    
    Way back in c94bfbaba when refactoring makepkg options handling, I added
    these lines to unset MAKEFLAGS if '!distcc' was set in a PKGBUILD (not
    taking into account makepkg.conf settings). This was an attempt to say
    "if it is broken in distcc, it is probably broken even more". However,
    this is silly as one should be using '!makeflags' as well. Remove the
    linkage.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 54ef162a1a9e27e362732d873f0739bc0a2cf1bf
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jun 16 13:15:11 2011 -0500

    Convert backup list to new pmbackup_t type
    
    This allows us to separate the name and hash elements in one place and
    not scatter different parsing code all over the place, including both
    the frontend and backend.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 Makefile.am                                        |    2 +-
 configure.ac                                       |    5 +-
 lib/libalpm/add.c                                  |   67 +-
 lib/libalpm/alpm.h                                 |    6 +
 lib/libalpm/backup.c                               |   80 +-
 lib/libalpm/backup.h                               |    8 +-
 lib/libalpm/be_local.c                             |   12 +-
 lib/libalpm/be_package.c                           |    5 +-
 lib/libalpm/package.c                              |    7 +-
 lib/libalpm/package.h                              |    1 +
 lib/libalpm/po/Makevars                            |    2 +-
 lib/libalpm/po/ca.po                               |   57 +-
 lib/libalpm/po/cs.po                               |   57 +-
 lib/libalpm/po/da.po                               |   51 +-
 lib/libalpm/po/de.po                               |   57 +-
 lib/libalpm/po/el.po                               |   57 +-
 lib/libalpm/po/en_GB.po                            |   57 +-
 lib/libalpm/po/es.po                               |   57 +-
 lib/libalpm/po/fi.po                               |   58 +-
 lib/libalpm/po/fr.po                               |   58 +-
 lib/libalpm/po/hu.po                               |   57 +-
 lib/libalpm/po/it.po                               |   59 +-
 lib/libalpm/po/kk.po                               |   57 +-
 lib/libalpm/po/libalpm.pot                         |   42 +-
 lib/libalpm/po/nb.po                               |   57 +-
 lib/libalpm/po/pl.po                               |   57 +-
 lib/libalpm/po/pt.po                               |   57 +-
 lib/libalpm/po/pt_BR.po                            |   57 +-
 lib/libalpm/po/ro.po                               |   61 +-
 lib/libalpm/po/ru.po                               |   57 +-
 lib/libalpm/po/sk.po                               |   58 +-
 lib/libalpm/po/sr.po                               |   57 +-
 lib/libalpm/po/sr at latin.po                         |   57 +-
 lib/libalpm/po/sv.po                               |   51 +-
 lib/libalpm/po/tr.po                               |   57 +-
 lib/libalpm/po/uk.po                               |   51 +-
 lib/libalpm/po/zh_CN.po                            |   57 +-
 lib/libalpm/remove.c                               |   22 +-
 po/POTFILES.in                                     |   21 -
 po/ca.po                                           | 1946 -------------------
 po/cs.po                                           | 1888 -------------------
 po/da.po                                           | 1866 ------------------
 po/de.po                                           | 1961 -------------------
 po/el.po                                           | 1896 -------------------
 po/en_GB.po                                        | 1874 -------------------
 po/es.po                                           | 1955 -------------------
 po/fi.po                                           | 1914 -------------------
 po/fr.po                                           | 1957 -------------------
 po/hu.po                                           | 1924 -------------------
 po/it.po                                           | 1952 -------------------
 po/kk.po                                           | 1894 -------------------
 po/nb.po                                           | 1894 -------------------
 po/pacman.pot                                      | 1784 ------------------
 po/pl.po                                           | 1901 -------------------
 po/pt.po                                           | 1972 --------------------
 po/pt_BR.po                                        | 1947 -------------------
 po/ro.po                                           | 1954 -------------------
 po/ru.po                                           | 1912 -------------------
 po/sk.po                                           | 1891 -------------------
 po/sr.po                                           | 1888 -------------------
 po/sr at latin.po                                     | 1892 -------------------
 po/sv.po                                           | 1871 -------------------
 po/tr.po                                           | 1907 -------------------
 po/uk.po                                           | 1878 -------------------
 po/zh_CN.po                                        | 1822 ------------------
 scripts/Makefile.am                                |    2 +
 scripts/makepkg.sh.in                              |   37 +-
 scripts/pacman-db-upgrade.sh.in                    |    2 +-
 scripts/pacman-key.sh.in                           |    2 +-
 scripts/pacman-optimize.sh.in                      |    2 +-
 scripts/pkgdelta.sh.in                             |    2 +-
 {po => scripts/po}/.gitignore                      |    0
 {po => scripts/po}/LINGUAS                         |    0
 {po => scripts/po}/Makefile.in.in                  |    0
 {lib/libalpm => scripts}/po/Makevars               |    6 +-
 scripts/po/POTFILES.in                             |    9 +
 scripts/po/ca.po                                   | 1067 +++++++++++
 scripts/po/cs.po                                   | 1020 ++++++++++
 scripts/po/da.po                                   | 1018 ++++++++++
 scripts/po/de.po                                   | 1075 +++++++++++
 scripts/po/el.po                                   | 1030 ++++++++++
 scripts/po/en_GB.po                                | 1018 ++++++++++
 scripts/po/es.po                                   | 1056 +++++++++++
 scripts/po/fi.po                                   | 1056 +++++++++++
 scripts/po/fr.po                                   | 1076 +++++++++++
 scripts/po/hu.po                                   | 1065 +++++++++++
 scripts/po/it.po                                   | 1072 +++++++++++
 scripts/po/kk.po                                   | 1044 +++++++++++
 scripts/po/nb.po                                   | 1028 ++++++++++
 scripts/po/pacman-scripts.pot                      |  943 ++++++++++
 scripts/po/pl.po                                   | 1026 ++++++++++
 scripts/po/pt.po                                   | 1079 +++++++++++
 scripts/po/pt_BR.po                                | 1070 +++++++++++
 {po => scripts/po}/remove-potcdate.sin             |    0
 scripts/po/ro.po                                   | 1060 +++++++++++
 scripts/po/ru.po                                   | 1055 +++++++++++
 scripts/po/sk.po                                   | 1023 ++++++++++
 scripts/po/sr.po                                   | 1026 ++++++++++
 scripts/po/sr at latin.po                             | 1028 ++++++++++
 scripts/po/sv.po                                   | 1021 ++++++++++
 scripts/po/tr.po                                   | 1050 +++++++++++
 scripts/po/uk.po                                   | 1025 ++++++++++
 scripts/po/zh_CN.po                                | 1003 ++++++++++
 scripts/repo-add.sh.in                             |   15 +-
 src/pacman/Makefile.am                             |    2 +
 src/pacman/package.c                               |   19 +-
 {lib/libalpm => src/pacman}/po/.gitignore          |    0
 {lib/libalpm => src/pacman}/po/LINGUAS             |    0
 {lib/libalpm => src/pacman}/po/Makefile.in.in      |    0
 {po => src/pacman/po}/Makevars                     |    4 +-
 src/pacman/po/POTFILES.in                          |   14 +
 src/pacman/po/ca.po                                | 1154 ++++++++++++
 src/pacman/po/cs.po                                | 1130 +++++++++++
 src/pacman/po/da.po                                | 1117 +++++++++++
 src/pacman/po/de.po                                | 1153 ++++++++++++
 src/pacman/po/el.po                                | 1127 +++++++++++
 src/pacman/po/en_GB.po                             | 1117 +++++++++++
 src/pacman/po/es.po                                | 1173 ++++++++++++
 src/pacman/po/fi.po                                | 1123 +++++++++++
 src/pacman/po/fr.po                                | 1163 ++++++++++++
 src/pacman/po/hu.po                                | 1131 +++++++++++
 src/pacman/po/it.po                                | 1153 ++++++++++++
 src/pacman/po/kk.po                                | 1118 +++++++++++
 src/pacman/po/nb.po                                | 1124 +++++++++++
 src/pacman/po/pacman.pot                           | 1070 +++++++++++
 src/pacman/po/pl.po                                | 1138 +++++++++++
 src/pacman/po/pt.po                                | 1167 ++++++++++++
 src/pacman/po/pt_BR.po                             | 1153 ++++++++++++
 {lib/libalpm => src/pacman}/po/remove-potcdate.sin |    0
 src/pacman/po/ro.po                                | 1163 ++++++++++++
 src/pacman/po/ru.po                                | 1133 +++++++++++
 src/pacman/po/sk.po                                | 1130 +++++++++++
 src/pacman/po/sr.po                                | 1125 +++++++++++
 src/pacman/po/sr at latin.po                          | 1127 +++++++++++
 src/pacman/po/sv.po                                | 1116 +++++++++++
 src/pacman/po/tr.po                                | 1120 +++++++++++
 src/pacman/po/uk.po                                | 1127 +++++++++++
 src/pacman/po/zh_CN.po                             | 1085 +++++++++++
 138 files changed, 57572 insertions(+), 50251 deletions(-)
 delete mode 100644 po/POTFILES.in
 delete mode 100644 po/ca.po
 delete mode 100644 po/cs.po
 delete mode 100644 po/da.po
 delete mode 100644 po/de.po
 delete mode 100644 po/el.po
 delete mode 100644 po/en_GB.po
 delete mode 100644 po/es.po
 delete mode 100644 po/fi.po
 delete mode 100644 po/fr.po
 delete mode 100644 po/hu.po
 delete mode 100644 po/it.po
 delete mode 100644 po/kk.po
 delete mode 100644 po/nb.po
 delete mode 100644 po/pacman.pot
 delete mode 100644 po/pl.po
 delete mode 100644 po/pt.po
 delete mode 100644 po/pt_BR.po
 delete mode 100644 po/ro.po
 delete mode 100644 po/ru.po
 delete mode 100644 po/sk.po
 delete mode 100644 po/sr.po
 delete mode 100644 po/sr at latin.po
 delete mode 100644 po/sv.po
 delete mode 100644 po/tr.po
 delete mode 100644 po/uk.po
 delete mode 100644 po/zh_CN.po
 rename {po => scripts/po}/.gitignore (100%)
 rename {po => scripts/po}/LINGUAS (100%)
 rename {po => scripts/po}/Makefile.in.in (100%)
 copy {lib/libalpm => scripts}/po/Makevars (93%)
 create mode 100644 scripts/po/POTFILES.in
 create mode 100644 scripts/po/ca.po
 create mode 100644 scripts/po/cs.po
 create mode 100644 scripts/po/da.po
 create mode 100644 scripts/po/de.po
 create mode 100644 scripts/po/el.po
 create mode 100644 scripts/po/en_GB.po
 create mode 100644 scripts/po/es.po
 create mode 100644 scripts/po/fi.po
 create mode 100644 scripts/po/fr.po
 create mode 100644 scripts/po/hu.po
 create mode 100644 scripts/po/it.po
 create mode 100644 scripts/po/kk.po
 create mode 100644 scripts/po/nb.po
 create mode 100644 scripts/po/pacman-scripts.pot
 create mode 100644 scripts/po/pl.po
 create mode 100644 scripts/po/pt.po
 create mode 100644 scripts/po/pt_BR.po
 rename {po => scripts/po}/remove-potcdate.sin (100%)
 create mode 100644 scripts/po/ro.po
 create mode 100644 scripts/po/ru.po
 create mode 100644 scripts/po/sk.po
 create mode 100644 scripts/po/sr.po
 create mode 100644 scripts/po/sr at latin.po
 create mode 100644 scripts/po/sv.po
 create mode 100644 scripts/po/tr.po
 create mode 100644 scripts/po/uk.po
 create mode 100644 scripts/po/zh_CN.po
 copy {lib/libalpm => src/pacman}/po/.gitignore (100%)
 copy {lib/libalpm => src/pacman}/po/LINGUAS (100%)
 copy {lib/libalpm => src/pacman}/po/Makefile.in.in (100%)
 rename {po => src/pacman/po}/Makevars (95%)
 create mode 100644 src/pacman/po/POTFILES.in
 create mode 100644 src/pacman/po/ca.po
 create mode 100644 src/pacman/po/cs.po
 create mode 100644 src/pacman/po/da.po
 create mode 100644 src/pacman/po/de.po
 create mode 100644 src/pacman/po/el.po
 create mode 100644 src/pacman/po/en_GB.po
 create mode 100644 src/pacman/po/es.po
 create mode 100644 src/pacman/po/fi.po
 create mode 100644 src/pacman/po/fr.po
 create mode 100644 src/pacman/po/hu.po
 create mode 100644 src/pacman/po/it.po
 create mode 100644 src/pacman/po/kk.po
 create mode 100644 src/pacman/po/nb.po
 create mode 100644 src/pacman/po/pacman.pot
 create mode 100644 src/pacman/po/pl.po
 create mode 100644 src/pacman/po/pt.po
 create mode 100644 src/pacman/po/pt_BR.po
 copy {lib/libalpm => src/pacman}/po/remove-potcdate.sin (100%)
 create mode 100644 src/pacman/po/ro.po
 create mode 100644 src/pacman/po/ru.po
 create mode 100644 src/pacman/po/sk.po
 create mode 100644 src/pacman/po/sr.po
 create mode 100644 src/pacman/po/sr at latin.po
 create mode 100644 src/pacman/po/sv.po
 create mode 100644 src/pacman/po/tr.po
 create mode 100644 src/pacman/po/uk.po
 create mode 100644 src/pacman/po/zh_CN.po


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list