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 85902d98e831d79dfef1bd3cc7099c6dba806e8a (commit) via 3d4bf3b3fdabb721ab4be23e6ca26e8fa5bb9806 (commit) via 74689562363b3dec2a97ce095295a5222562061d (commit) via e97541c2083205a81f46225c367a9f470c702dd1 (commit) via 41f9fa9bed15b9e01b78edcea83b9c81679be3bf (commit) via 3497eb4e2c1bf3869176f944ba97c289bebf2e30 (commit) via 508b360c24ddfdb79f66cc14b197988a829b0ecd (commit) via b803a33a8fc2ef86ba2d986c36f31524532d454b (commit) from b8990993271b34d309ada49197090895b0fbdfb6 (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 85902d98e831d79dfef1bd3cc7099c6dba806e8a Author: Dave Reisner <d@falconindy.com> Date: Mon Jun 20 16:38:57 2011 -0400 repo-add: style cleanup Unify function braces to be top right opening, bottom left closing. Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 3d4bf3b3fdabb721ab4be23e6ca26e8fa5bb9806 Author: Kerrick Staley <mail@kerrickstaley.com> Date: Wed Jun 22 00:32:57 2011 -0500 Fixed outdated documentation in test/pacman/README test/pacman/README mentioned the -A flag, which no longer exists. Signed-off-by: Kerrick Staley <mail@kerrickstaley.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 74689562363b3dec2a97ce095295a5222562061d Author: Allan McRae <allan@archlinux.org> Date: Tue Jun 21 13:02:07 2011 +1000 makepkg: add software check function Add a function that checks for the software needed by makepkg to process a PKGBUILD with the requested options. This allows makepkg to bail early in the packaging process. Many other checks can be added to this function... Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit e97541c2083205a81f46225c367a9f470c702dd1 Author: Allan McRae <allan@archlinux.org> Date: Tue Jun 21 12:27:21 2011 +1000 Remove old TODO lists These had not been touched since 2007 and had lost most of their relevance. The bug tracker is a better place for the filing of ideas. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 41f9fa9bed15b9e01b78edcea83b9c81679be3bf Author: Allan McRae <allan@archlinux.org> Date: Thu Jun 16 19:57:31 2011 +1000 makepkg: move comment into correct place Oops... Introduced by commit d21f6ca4. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 3497eb4e2c1bf3869176f944ba97c289bebf2e30 Author: Allan McRae <allan@archlinux.org> Date: Wed Jun 15 21:59:06 2011 +1000 makepkg: adjust libprovides/depends messages Contractions are less clear for non-native speakers so should be avoided (and cause syntax highlighting issues). Also, the 'provides' and 'depends' strings are not to be translated. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 508b360c24ddfdb79f66cc14b197988a829b0ecd Author: Allan McRae <allan@archlinux.org> Date: Wed Jun 15 14:32:42 2011 +1000 makepkg: allow specifying alternative build directory Add a BUILDDIR variable (which can be overridden in the environment) to specify an alternative location for building the package. This is useful for people who want to build on a different filesystem for improved performance (e.g. tmpfs). Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit b803a33a8fc2ef86ba2d986c36f31524532d454b Author: Allan McRae <allan@archlinux.org> Date: Tue Jun 14 22:01:05 2011 +1000 makepkg: Add UPX compression support This patch enables the automatic compression of executable binaries using UPX when the 'upx' options is specified in makepkg.conf or the PKGBUILD. Additional arguments can be passed to UPX by specifying the UPXFLAGS variable. Original-patch-by: Bryce Gibson <bryce@gibson-consulting.com.au> Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: TODO.aaron | 57 -------------------------- TODO.dan | 95 -------------------------------------------- doc/PKGBUILD.5.txt | 3 + doc/makepkg.8.txt | 3 + doc/makepkg.conf.5.txt | 14 ++++++- etc/makepkg.conf.in | 8 +++- scripts/makepkg.sh.in | 103 ++++++++++++++++++++++++++++++++++++------------ scripts/repo-add.sh.in | 24 ++++------- test/pacman/README | 6 +- 9 files changed, 114 insertions(+), 199 deletions(-) delete mode 100644 TODO.aaron delete mode 100644 TODO.dan hooks/post-receive -- The official pacman repository