The official pacman repository branch, master, updated. v3.3.3-94-g120cd31
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.
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 <cedric@gmx.ca>
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
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 <cedric@gmx.ca>
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
commit 9c34dfd908480baed06bb2e618d8899fb8728dbd
Author: Allan McRae <allan@archlinux.org>
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 <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
commit c2999619d2af0c4fa3cbee13a4f12d95c6ab059e
Author: Isaac Good <pacman@isaac.otherinbox.com>
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 <pacman@isaac.otherinbox.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
commit 966c815881350e90628a6825c4c51bc77428c0d5
Author: Isaac Good <pacman@isaac.otherinbox.com>
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 <pacman@isaac.otherinbox.com>
[Dan: made commit message useful]
Signed-off-by: Dan McGee <dan@archlinux.org>