[arch-commits] Commit in gcc/repos (24 files)

2012-08-14 Thread Allan McRae
Date: Tuesday, August 14, 2012 @ 04:29:48
  Author: allan
Revision: 165238

db-move: moved gcc from [staging] to [testing] (i686, x86_64)

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 165237, gcc/repos/staging-i686/PKGBUILD)
  gcc/repos/testing-i686/gcc-4.7.1-libada-pic.patch
(from rev 165237, gcc/repos/staging-i686/gcc-4.7.1-libada-pic.patch)
  gcc/repos/testing-i686/gcc-4.7.1-libgo-mksysinfo.patch
(from rev 165237, gcc/repos/staging-i686/gcc-4.7.1-libgo-mksysinfo.patch)
  gcc/repos/testing-i686/gcc-4.7.1-libgo-write.patch
(from rev 165237, gcc/repos/staging-i686/gcc-4.7.1-libgo-write.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 165237, gcc/repos/staging-i686/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 165237, gcc/repos/staging-i686/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 165237, gcc/repos/staging-i686/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 165237, gcc/repos/staging-i686/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 165237, gcc/repos/staging-i686/gcc.install)
  gcc/repos/testing-i686/gcc_pure64.patch
(from rev 165237, gcc/repos/staging-i686/gcc_pure64.patch)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 165237, gcc/repos/staging-x86_64/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-4.7.1-libada-pic.patch
(from rev 165237, gcc/repos/staging-x86_64/gcc-4.7.1-libada-pic.patch)
  gcc/repos/testing-x86_64/gcc-4.7.1-libgo-mksysinfo.patch
(from rev 165237, gcc/repos/staging-x86_64/gcc-4.7.1-libgo-mksysinfo.patch)
  gcc/repos/testing-x86_64/gcc-4.7.1-libgo-write.patch
(from rev 165237, gcc/repos/staging-x86_64/gcc-4.7.1-libgo-write.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 165237, gcc/repos/staging-x86_64/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 165237, gcc/repos/staging-x86_64/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 165237, gcc/repos/staging-x86_64/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 165237, gcc/repos/staging-x86_64/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 165237, gcc/repos/staging-x86_64/gcc.install)
  gcc/repos/testing-x86_64/gcc_pure64.patch
(from rev 165237, gcc/repos/staging-x86_64/gcc_pure64.patch)
Deleted:
  gcc/repos/staging-i686/
  gcc/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |  270 +++
 testing-i686/gcc-4.7.1-libada-pic.patch|   12 +
 testing-i686/gcc-4.7.1-libgo-mksysinfo.patch   |   15 +
 testing-i686/gcc-4.7.1-libgo-write.patch   |   13 +
 testing-i686/gcc-ada.install   |   20 +
 testing-i686/gcc-fortran.install   |   16 +
 testing-i686/gcc-go.install|   20 +
 testing-i686/gcc-libs.install  |   16 +
 testing-i686/gcc.install   |   20 +
 testing-i686/gcc_pure64.patch  |   26 ++
 testing-x86_64/PKGBUILD|  270 +++
 testing-x86_64/gcc-4.7.1-libada-pic.patch  |   12 +
 testing-x86_64/gcc-4.7.1-libgo-mksysinfo.patch |   15 +
 testing-x86_64/gcc-4.7.1-libgo-write.patch |   13 +
 testing-x86_64/gcc-ada.install |   20 +
 testing-x86_64/gcc-fortran.install |   16 +
 testing-x86_64/gcc-go.install  |   20 +
 testing-x86_64/gcc-libs.install|   16 +
 testing-x86_64/gcc.install |   20 +
 testing-x86_64/gcc_pure64.patch|   26 ++
 20 files changed, 856 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 165237, 
gcc/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-14 08:29:48 UTC (rev 165238)
@@ -0,0 +1,270 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.7.1
+pkgrel=6
+_snapshot=4.7-20120721
+_libstdcppmanver=20120725  # Note: check source directory name 
when updating this
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
+checkdepends=('dejagnu')
+options=('!libtool' '!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+   

[arch-commits] Commit in linux-api-headers/repos (6 files)

2012-08-14 Thread Allan McRae
Date: Tuesday, August 14, 2012 @ 04:29:52
  Author: allan
Revision: 165239

db-move: moved linux-api-headers from [staging] to [testing] (i686, x86_64)

Added:
  linux-api-headers/repos/testing-i686/
  linux-api-headers/repos/testing-i686/PKGBUILD
(from rev 165237, linux-api-headers/repos/staging-i686/PKGBUILD)
  linux-api-headers/repos/testing-x86_64/
  linux-api-headers/repos/testing-x86_64/PKGBUILD
(from rev 165237, linux-api-headers/repos/staging-x86_64/PKGBUILD)
Deleted:
  linux-api-headers/repos/staging-i686/
  linux-api-headers/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: linux-api-headers/repos/testing-i686/PKGBUILD (from rev 165237, 
linux-api-headers/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-14 08:29:52 UTC (rev 165239)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.5.1
+_basever=3.5
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('24153eaaa81dedc9481ada8cd9c3b83d'
+ '35add5b2e64d1cbc8d123980c967e7ca')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}

Copied: linux-api-headers/repos/testing-x86_64/PKGBUILD (from rev 165237, 
linux-api-headers/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-14 08:29:52 UTC (rev 165239)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.5.1
+_basever=3.5
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('24153eaaa81dedc9481ada8cd9c3b83d'
+ '35add5b2e64d1cbc8d123980c967e7ca')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}



[arch-commits] Commit in libmpc/repos (10 files)

2012-08-14 Thread Allan McRae
Date: Tuesday, August 14, 2012 @ 04:30:00
  Author: allan
Revision: 165240

db-move: moved libmpc from [staging] to [testing] (i686, x86_64)

Added:
  libmpc/repos/testing-i686/
  libmpc/repos/testing-i686/PKGBUILD
(from rev 165237, libmpc/repos/staging-i686/PKGBUILD)
  libmpc/repos/testing-i686/libmpc-0.9-configure_cflags_egrep_issue.patch
(from rev 165237, 
libmpc/repos/staging-i686/libmpc-0.9-configure_cflags_egrep_issue.patch)
  libmpc/repos/testing-i686/libmpc.install
(from rev 165237, libmpc/repos/staging-i686/libmpc.install)
  libmpc/repos/testing-x86_64/
  libmpc/repos/testing-x86_64/PKGBUILD
(from rev 165237, libmpc/repos/staging-x86_64/PKGBUILD)
  libmpc/repos/testing-x86_64/libmpc-0.9-configure_cflags_egrep_issue.patch
(from rev 165237, 
libmpc/repos/staging-x86_64/libmpc-0.9-configure_cflags_egrep_issue.patch)
  libmpc/repos/testing-x86_64/libmpc.install
(from rev 165237, libmpc/repos/staging-x86_64/libmpc.install)
Deleted:
  libmpc/repos/staging-i686/
  libmpc/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   32 +
 testing-i686/libmpc-0.9-configure_cflags_egrep_issue.patch   |   63 ++
 testing-i686/libmpc.install  |   20 +++
 testing-x86_64/PKGBUILD  |   32 +
 testing-x86_64/libmpc-0.9-configure_cflags_egrep_issue.patch |   63 ++
 testing-x86_64/libmpc.install|   20 +++
 6 files changed, 230 insertions(+)

Copied: libmpc/repos/testing-i686/PKGBUILD (from rev 165237, 
libmpc/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-14 08:30:00 UTC (rev 165240)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=libmpc
+pkgver=1.0
+pkgrel=1
+pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
+arch=('i686' 'x86_64')
+url=http://www.multiprecision.org/;
+license=('LGPL')
+depends=('mpfr=3.0.0')
+options=('!libtool')
+install=libmpc.install
+source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)
+md5sums=('13370ceb2e266c5eeb2f7e78c24b7858')
+
+build() {
+  cd ${srcdir}/mpc-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/mpc-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/mpc-${pkgver}
+  make DESTDIR=${pkgdir} install
+  mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
+}

Copied: libmpc/repos/testing-i686/libmpc-0.9-configure_cflags_egrep_issue.patch 
(from rev 165237, 
libmpc/repos/staging-i686/libmpc-0.9-configure_cflags_egrep_issue.patch)
===
--- testing-i686/libmpc-0.9-configure_cflags_egrep_issue.patch  
(rev 0)
+++ testing-i686/libmpc-0.9-configure_cflags_egrep_issue.patch  2012-08-14 
08:30:00 UTC (rev 165240)
@@ -0,0 +1,63 @@
+--- trunk/configure.ac 2011/02/21 12:18:31 932
 trunk/configure.ac 2011/02/21 16:41:09 936
+@@ -33,7 +33,7 @@
+ AC_CANONICAL_HOST
+ AC_CONFIG_MACRO_DIR([m4])
+ 
+-dnl Extra arguments to configure
++# Extra arguments to configure
+ AC_ARG_WITH([mpfr_include],
+ [AC_HELP_STRING([--with-mpfr-include=DIR],
+ [MPFR include directory])],
+@@ -85,18 +85,19 @@
+  )
+ 
+ 
+-dnl Setup CC and CFLAGS
++# Setup CC and CFLAGS
++AC_PROG_CC
++AC_LANG(C)
+ 
+-dnl Check for user specification of CC or CFLAGS
++# Set up LibTool
++AC_PROG_LIBTOOL
++
++# Check for user specification of CC or CFLAGS
+ if test -n $CFLAGS || test -n $CC ; then
+user_redefine_cc=yes
+ fi
+ 
+-# Check for programs
+-AC_PROG_CC
+-AC_LANG(C)
+-
+-dnl Check GMP Header
++# Check GMP Header
+ AC_MSG_CHECKING(for gmp.h)
+ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
+ #include gmp.h
+@@ -105,22 +106,19 @@
+  AC_MSG_ERROR([gmp.h can't be found, or is unusable.])
+ ])
+ 
+-dnl Check for GMP CFLAGS in gmp.h
++# Check for GMP CFLAGS in gmp.h
+ if test -z $user_redefine_cc ; then
+MPC_GMP_CC_CFLAGS
+ fi
+ 
+ 
+-dnl Configs for Windows DLLs
++# Configs for Windows DLLs
+ case $host in
+   *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
+  MPC_WINDOWS
+ esac
+ 
+ 
+-dnl Finally set up LibTool
+-AC_PROG_LIBTOOL
+-
+ # Checks for header files.
+ AC_HEADER_STDC
+ AC_CHECK_HEADERS([complex.h locale.h inttypes.h stdint.h limits.h unistd.h 
sys/time.h])

Copied: libmpc/repos/testing-i686/libmpc.install (from rev 165237, 
libmpc/repos/staging-i686/libmpc.install)
===
--- testing-i686/libmpc.install (rev 0)
+++ testing-i686/libmpc.install 2012-08-14 08:30:00 UTC (rev 165240)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libmpc.info)
+
+post_install() {
+  [ -x 

[arch-commits] Commit in binutils/repos (8 files)

2012-08-14 Thread Allan McRae
Date: Tuesday, August 14, 2012 @ 04:30:05
  Author: allan
Revision: 165241

db-move: moved binutils from [staging] to [testing] (i686, x86_64)

Added:
  binutils/repos/testing-i686/
  binutils/repos/testing-i686/PKGBUILD
(from rev 165237, binutils/repos/staging-i686/PKGBUILD)
  binutils/repos/testing-i686/binutils.install
(from rev 165237, binutils/repos/staging-i686/binutils.install)
  binutils/repos/testing-x86_64/
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 165237, binutils/repos/staging-x86_64/PKGBUILD)
  binutils/repos/testing-x86_64/binutils.install
(from rev 165237, binutils/repos/staging-x86_64/binutils.install)
Deleted:
  binutils/repos/staging-i686/
  binutils/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   96 ++
 testing-i686/binutils.install   |   17 ++
 testing-x86_64/PKGBUILD |   96 ++
 testing-x86_64/binutils.install |   17 ++
 4 files changed, 226 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 165237, 
binutils/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-14 08:30:05 UTC (rev 165241)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.22
+pkgrel=10
+_date=20120323
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.16' 'zlib')
+checkdepends=('dejagnu')
+options=('!libtool' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
+md5sums=('de2ac4298732827f8af706fc24020330')
+
+mksource() {
+  mkdir ${pkgname}-${_date}
+  cd ${pkgname}-${_date}
+  export _TAG=binutils-2_22-branch
+  export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src'
+  cvs -z9 co -r $_TAG binutils || return 1
+  mv src binutils
+  tar -cvjf ../binutils-${pkgver}_${_date}.tar.bz2 binutils/*
+}
+
+build() {
+  cd ${srcdir}
+  mkdir binutils-build  cd binutils-build
+
+  [[ $CARCH == x86_64 ]]  CONFIGFLAG=--enable-64-bit-bfd 
--disable-multilib
+
+  ${srcdir}/binutils/configure --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--enable-ld=default --enable-gold \
+--enable-plugins --enable-threads \
+--enable-shared $CONFIGFLAG
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=${pkgdir}/usr
+
+  # Rebuild libiberty.a with -fPIC
+  cp -a libiberty libiberty-pic
+  make -C libiberty-pic clean
+  make CFLAGS=$CFLAGS -fPIC -C libiberty-pic
+
+  # Rebuild libbfd.a with -fPIC
+  # hidden visability prevent 3rd party shared libraries exporting bfd 
non-stable API
+  cp -a bfd bfd-pic
+  make -C bfd-pic clean
+  make CFLAGS=$CFLAGS -fPIC -fvisibility=hidden -C bfd-pic
+
+  # Rebuild libopcodes.a with -fPIC
+  cp -a opcodes opcodes-pic
+  make -C opcodes-pic clean 
+  make CFLAGS=$CFLAGS -fPIC -C opcodes-pic
+}
+
+check() {
+  cd ${srcdir}/binutils-build
+
+  # do not abort on errors - manually check log files
+  # gold testsuite does not build with _FORTIFY_SOURCE (due to -O0 -Werror)
+  make CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/} \
+   CXXFLAGS=${CXXFLAGS/-D_FORTIFY_SOURCE=2/} -k check || true
+}
+
+package() {
+  cd ${srcdir}/binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+  
+  # Add some useful headers
+  install -m644 ${srcdir}/binutils/include/libiberty.h ${pkgdir}/usr/include
+  install -m644 ${srcdir}/binutils/include/demangle.h ${pkgdir}/usr/include
+
+  # install libraries rebuilt with -fPIC
+  install -m644 libiberty-pic/libiberty.a ${pkgdir}/usr/lib
+  install -m644 bfd-pic/libbfd.a ${pkgdir}/usr/lib
+  install -m644 opcodes/libopcodes.a ${pkgdir}/usr/lib
+
+  # Remove Windows/Novell specific man pages
+  rm -f ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+
+  # Remove these symlinks, they are not ABI stable.
+  # Programs should compile static to the .a file.
+  rm -f ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+  echo INPUT ( /usr/lib/libbfd.a -liberty -lz ) ${pkgdir}/usr/lib/libbfd.so
+  echo INPUT ( /usr/lib/libopcodes.a -lbfd ) ${pkgdir}/usr/lib/libopcodes.so
+}

Copied: binutils/repos/testing-i686/binutils.install (from rev 165237, 
binutils/repos/staging-i686/binutils.install)
===
--- testing-i686/binutils.install   (rev 0)
+++ testing-i686/binutils.install   2012-08-14 08:30:05 UTC (rev 165241)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+filelist=(as.info bfd.info binutils.info 

[arch-commits] Commit in glibc/repos (24 files)

2012-08-14 Thread Allan McRae
Date: Tuesday, August 14, 2012 @ 04:31:14
  Author: allan
Revision: 165242

db-move: moved glibc from [staging] to [testing] (i686, x86_64)

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 165241, glibc/repos/staging-i686/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.15-fix-res_query-assert.patch
(from rev 165241, 
glibc/repos/staging-i686/glibc-2.15-fix-res_query-assert.patch)
  glibc/repos/testing-i686/glibc-2.15-revert-c5a0802a.patch
(from rev 165241, glibc/repos/staging-i686/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/testing-i686/glibc-2.16-rpcgen-cpp-path.patch
(from rev 165241, glibc/repos/staging-i686/glibc-2.16-rpcgen-cpp-path.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 165241, glibc/repos/staging-i686/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 165241, glibc/repos/staging-i686/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 165241, glibc/repos/staging-i686/locale.gen.txt)
  glibc/repos/testing-i686/nscd.rcd
(from rev 165241, glibc/repos/staging-i686/nscd.rcd)
  glibc/repos/testing-i686/nscd.service
(from rev 165241, glibc/repos/staging-i686/nscd.service)
  glibc/repos/testing-i686/nscd.tmpfiles
(from rev 165241, glibc/repos/staging-i686/nscd.tmpfiles)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 165241, glibc/repos/staging-x86_64/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.15-fix-res_query-assert.patch
(from rev 165241, 
glibc/repos/staging-x86_64/glibc-2.15-fix-res_query-assert.patch)
  glibc/repos/testing-x86_64/glibc-2.15-revert-c5a0802a.patch
(from rev 165241, 
glibc/repos/staging-x86_64/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/testing-x86_64/glibc-2.16-rpcgen-cpp-path.patch
(from rev 165241, 
glibc/repos/staging-x86_64/glibc-2.16-rpcgen-cpp-path.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 165241, glibc/repos/staging-x86_64/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 165241, glibc/repos/staging-x86_64/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 165241, glibc/repos/staging-x86_64/locale.gen.txt)
  glibc/repos/testing-x86_64/nscd.rcd
(from rev 165241, glibc/repos/staging-x86_64/nscd.rcd)
  glibc/repos/testing-x86_64/nscd.service
(from rev 165241, glibc/repos/staging-x86_64/nscd.service)
  glibc/repos/testing-x86_64/nscd.tmpfiles
(from rev 165241, glibc/repos/staging-x86_64/nscd.tmpfiles)
Deleted:
  glibc/repos/staging-i686/
  glibc/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|  159 +++
 testing-i686/glibc-2.15-fix-res_query-assert.patch   |   51 +++
 testing-i686/glibc-2.15-revert-c5a0802a.patch|  226 +
 testing-i686/glibc-2.16-rpcgen-cpp-path.patch|   68 +
 testing-i686/glibc.install   |   20 +
 testing-i686/locale-gen  |   42 +++
 testing-i686/locale.gen.txt  |   23 +
 testing-i686/nscd.rcd|   65 
 testing-i686/nscd.service|   17 +
 testing-i686/nscd.tmpfiles   |1 
 testing-x86_64/PKGBUILD  |  159 +++
 testing-x86_64/glibc-2.15-fix-res_query-assert.patch |   51 +++
 testing-x86_64/glibc-2.15-revert-c5a0802a.patch  |  226 +
 testing-x86_64/glibc-2.16-rpcgen-cpp-path.patch  |   68 +
 testing-x86_64/glibc.install |   20 +
 testing-x86_64/locale-gen|   42 +++
 testing-x86_64/locale.gen.txt|   23 +
 testing-x86_64/nscd.rcd  |   65 
 testing-x86_64/nscd.service  |   17 +
 testing-x86_64/nscd.tmpfiles |1 
 20 files changed, 1344 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 165241:165242 to see the changes.


[arch-commits] Commit in cryptsetup/repos (14 files)

2012-08-14 Thread Thomas Bächler
Date: Tuesday, August 14, 2012 @ 04:44:57
  Author: thomas
Revision: 165243

db-move: moved cryptsetup from [testing] to [core] (i686, x86_64)

Added:
  cryptsetup/repos/core-i686/PKGBUILD
(from rev 165242, cryptsetup/repos/testing-i686/PKGBUILD)
  cryptsetup/repos/core-i686/encrypt_hook
(from rev 165242, cryptsetup/repos/testing-i686/encrypt_hook)
  cryptsetup/repos/core-i686/encrypt_install
(from rev 165242, cryptsetup/repos/testing-i686/encrypt_install)
  cryptsetup/repos/core-x86_64/PKGBUILD
(from rev 165242, cryptsetup/repos/testing-x86_64/PKGBUILD)
  cryptsetup/repos/core-x86_64/encrypt_hook
(from rev 165242, cryptsetup/repos/testing-x86_64/encrypt_hook)
  cryptsetup/repos/core-x86_64/encrypt_install
(from rev 165242, cryptsetup/repos/testing-x86_64/encrypt_install)
Deleted:
  cryptsetup/repos/core-i686/PKGBUILD
  cryptsetup/repos/core-i686/encrypt_hook
  cryptsetup/repos/core-i686/encrypt_install
  cryptsetup/repos/core-x86_64/PKGBUILD
  cryptsetup/repos/core-x86_64/encrypt_hook
  cryptsetup/repos/core-x86_64/encrypt_install
  cryptsetup/repos/testing-i686/
  cryptsetup/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |   68 +-
 core-i686/encrypt_hook  |  276 +-
 core-i686/encrypt_install   |   88 ++---
 core-x86_64/PKGBUILD|   68 +-
 core-x86_64/encrypt_hook|  276 +-
 core-x86_64/encrypt_install |   88 ++---
 6 files changed, 432 insertions(+), 432 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-08-14 08:31:14 UTC (rev 165242)
+++ core-i686/PKGBUILD  2012-08-14 08:44:57 UTC (rev 165243)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-pkgname=cryptsetup
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
-arch=(i686 x86_64)
-license=('GPL')
-url=http://code.google.com/p/cryptsetup/;
-groups=('base')
-depends=('device-mapper' 'libgcrypt' 'popt' 'util-linux')
-options=('!libtool' '!emptydirs')
-source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
-http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
-encrypt_hook
-encrypt_install)
-
-build() {
-  cd ${srcdir}/$pkgname-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # install hook
-  install -D -m644 ${srcdir}/encrypt_hook 
${pkgdir}/usr/lib/initcpio/hooks/encrypt
-  install -D -m644 ${srcdir}/encrypt_install 
${pkgdir}/usr/lib/initcpio/install/encrypt
-}
-md5sums=('0fa7ba8923b0ce8eed2aa65f2cb9950c'
- 'efe1b74dfadf37726397fd27ad0df965'
- '4dab1b0e23d81907b79b49c2d8d719b5'
- '21c45f9cab3e0b5165f68358884fbd0f')

Copied: cryptsetup/repos/core-i686/PKGBUILD (from rev 165242, 
cryptsetup/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-08-14 08:44:57 UTC (rev 165243)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=cryptsetup
+pkgver=1.5.0
+pkgrel=2
+pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
+arch=(i686 x86_64)
+license=('GPL')
+url=http://code.google.com/p/cryptsetup/;
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'util-linux')
+options=('!libtool' '!emptydirs')
+source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
+http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
+encrypt_hook
+encrypt_install)
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-static --enable-cryptsetup-reencrypt
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # install hook
+  install -D -m644 ${srcdir}/encrypt_hook 
${pkgdir}/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 ${srcdir}/encrypt_install 
${pkgdir}/usr/lib/initcpio/install/encrypt
+}
+md5sums=('0fa7ba8923b0ce8eed2aa65f2cb9950c'
+ 'efe1b74dfadf37726397fd27ad0df965'
+ '4dab1b0e23d81907b79b49c2d8d719b5'
+ '21c45f9cab3e0b5165f68358884fbd0f')

Deleted: core-i686/encrypt_hook
===
--- core-i686/encrypt_hook  2012-08-14 08:31:14 UTC (rev 165242)
+++ core-i686/encrypt_hook  2012-08-14 08:44:57 UTC (rev 165243)
@@ -1,138 +0,0 @@
-#!/usr/bin/ash
-
-run_hook() {
-modprobe -a -q dm-crypt /dev/null 21
-[ ${quiet} = y ]  CSQUIET=/dev/null
-
-# Get keyfile if specified
-ckeyfile=/crypto_keyfile.bin
-if [ -n $cryptkey ]; then
-IFS=: read ckdev ckarg1 ckarg2 EOF
-$cryptkey
-EOF
-

[arch-commits] Commit in gdk-pixbuf2/repos (10 files)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 11:06:13
  Author: ibiru
Revision: 165244

db-move: moved gdk-pixbuf2 from [testing] to [extra] (i686, x86_64)

Added:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
(from rev 165243, gdk-pixbuf2/repos/testing-i686/PKGBUILD)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
(from rev 165243, gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
(from rev 165243, gdk-pixbuf2/repos/testing-x86_64/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
(from rev 165243, gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
  gdk-pixbuf2/repos/testing-i686/
  gdk-pixbuf2/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   68 ++---
 extra-i686/gdk-pixbuf2.install   |   22 +--
 extra-x86_64/PKGBUILD|   68 ++---
 extra-x86_64/gdk-pixbuf2.install |   22 +--
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-14 08:44:57 UTC (rev 165243)
+++ extra-i686/PKGBUILD 2012-08-14 15:06:13 UTC (rev 165244)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gdk-pixbuf2
-pkgver=2.26.1
-pkgrel=1
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('GPL2')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11')
-makedepends=('gtk-doc' 'gobject-introspection')
-options=('!libtool')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('a60af12b58d9cc15ba4c680c6730ce5d38e8d664af1d575a379385b94b4ec7ba')
-
-build() {
-  cd gdk-pixbuf-$pkgver
-
-  ./configure --prefix=/usr \
---without-libjasper \
---with-x11 \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd gdk-pixbuf-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/extra-i686/PKGBUILD (from rev 165243, 
gdk-pixbuf2/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-14 15:06:13 UTC (rev 165244)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gdk-pixbuf2
+pkgver=2.26.2
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11')
+makedepends=('gtk-doc' 'gobject-introspection')
+options=('!libtool')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('321050e30e2fa090bfe650910c14649b6ab0acb35a5a7eaf90fe694f1403')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gdk-pixbuf2.install
===
--- extra-i686/gdk-pixbuf2.install  2012-08-14 08:44:57 UTC (rev 165243)
+++ extra-i686/gdk-pixbuf2.install  2012-08-14 15:06:13 UTC (rev 165244)
@@ -1,11 +0,0 @@
-post_install() {
-   gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install (from rev 165243, 
gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install)
===
--- extra-i686/gdk-pixbuf2.install  (rev 0)
+++ extra-i686/gdk-pixbuf2.install  2012-08-14 15:06:13 UTC (rev 165244)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-14 08:44:57 UTC (rev 165243)
+++ extra-x86_64/PKGBUILD   2012-08-14 15:06:13 UTC (rev 165244)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gdk-pixbuf2
-pkgver=2.26.1
-pkgrel=1
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('GPL2')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11')
-makedepends=('gtk-doc' 'gobject-introspection')
-options=('!libtool')

[arch-commits] Commit in libcap-ng/repos (6 files)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 11:06:17
  Author: ibiru
Revision: 165245

db-move: moved libcap-ng from [testing] to [extra] (i686, x86_64)

Added:
  libcap-ng/repos/extra-i686/PKGBUILD
(from rev 165243, libcap-ng/repos/testing-i686/PKGBUILD)
  libcap-ng/repos/extra-x86_64/PKGBUILD
(from rev 165243, libcap-ng/repos/testing-x86_64/PKGBUILD)
Deleted:
  libcap-ng/repos/extra-i686/PKGBUILD
  libcap-ng/repos/extra-x86_64/PKGBUILD
  libcap-ng/repos/testing-i686/
  libcap-ng/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-14 15:06:13 UTC (rev 165244)
+++ extra-i686/PKGBUILD 2012-08-14 15:06:17 UTC (rev 165245)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=libcap-ng
-pkgver=0.6.6
-pkgrel=1
-pkgdesc=A library intended to make programming with POSIX capabilities much 
easier than the traditional libcap
-arch=('i686' 'x86_64')
-url=http://people.redhat.com/sgrubb/libcap-ng/;
-license=('GPL2' 'LGPL2.1')
-depends=('glibc')
-options=('!libtool')
-source=(http://people.redhat.com/sgrubb/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('eb71f967cecb44b4342baac98ef8cb0f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-static=no --with-python=no
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcap-ng/repos/extra-i686/PKGBUILD (from rev 165243, 
libcap-ng/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-14 15:06:17 UTC (rev 165245)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=libcap-ng
+pkgver=0.7
+pkgrel=1
+pkgdesc=A library intended to make programming with POSIX capabilities much 
easier than the traditional libcap
+arch=('i686' 'x86_64')
+url=http://people.redhat.com/sgrubb/libcap-ng/;
+license=('GPL2' 'LGPL2.1')
+depends=('glibc')
+options=('!libtool')
+source=(http://people.redhat.com/sgrubb/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('85c14a2442a3721383a1e2284e254846')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-static=no --with-python=no
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-14 15:06:13 UTC (rev 165244)
+++ extra-x86_64/PKGBUILD   2012-08-14 15:06:17 UTC (rev 165245)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=libcap-ng
-pkgver=0.6.6
-pkgrel=1
-pkgdesc=A library intended to make programming with POSIX capabilities much 
easier than the traditional libcap
-arch=('i686' 'x86_64')
-url=http://people.redhat.com/sgrubb/libcap-ng/;
-license=('GPL2' 'LGPL2.1')
-depends=('glibc')
-options=('!libtool')
-source=(http://people.redhat.com/sgrubb/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('eb71f967cecb44b4342baac98ef8cb0f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-static=no --with-python=no
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcap-ng/repos/extra-x86_64/PKGBUILD (from rev 165243, 
libcap-ng/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-08-14 15:06:17 UTC (rev 165245)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=libcap-ng
+pkgver=0.7
+pkgrel=1
+pkgdesc=A library intended to make programming with POSIX capabilities much 
easier than the traditional libcap
+arch=('i686' 'x86_64')
+url=http://people.redhat.com/sgrubb/libcap-ng/;
+license=('GPL2' 'LGPL2.1')
+depends=('glibc')
+options=('!libtool')
+source=(http://people.redhat.com/sgrubb/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('85c14a2442a3721383a1e2284e254846')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-static=no --with-python=no
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in p11-kit/repos (6 files)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 11:06:21
  Author: ibiru
Revision: 165246

db-move: moved p11-kit from [testing] to [extra] (i686, x86_64)

Added:
  p11-kit/repos/extra-i686/PKGBUILD
(from rev 165243, p11-kit/repos/testing-i686/PKGBUILD)
  p11-kit/repos/extra-x86_64/PKGBUILD
(from rev 165243, p11-kit/repos/testing-x86_64/PKGBUILD)
Deleted:
  p11-kit/repos/extra-i686/PKGBUILD
  p11-kit/repos/extra-x86_64/PKGBUILD
  p11-kit/repos/testing-i686/
  p11-kit/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-14 15:06:17 UTC (rev 165245)
+++ extra-i686/PKGBUILD 2012-08-14 15:06:21 UTC (rev 165246)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=p11-kit
-pkgver=0.12
-pkgrel=1
-pkgdesc=Library to work with PKCS#11 modules
-arch=(i686 x86_64)
-url=http://p11-glue.freedesktop.org;
-license=('BSD')
-depends=(glibc)
-options=(!libtool)
-source=($url/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('66baf7ddde982d1b7294d3bd63be7446')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-module-path=/usr/lib/pkcs11
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: p11-kit/repos/extra-i686/PKGBUILD (from rev 165243, 
p11-kit/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-14 15:06:21 UTC (rev 165246)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=p11-kit
+pkgver=0.13
+pkgrel=1
+pkgdesc=Library to work with PKCS#11 modules
+arch=(i686 x86_64)
+url=http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=(glibc)
+options=(!libtool)
+source=($url/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('3892bc07ff54b1b391aad4628911801d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-module-path=/usr/lib/pkcs11
+  make
+}
+
+package() {
+  cd  $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-14 15:06:17 UTC (rev 165245)
+++ extra-x86_64/PKGBUILD   2012-08-14 15:06:21 UTC (rev 165246)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=p11-kit
-pkgver=0.12
-pkgrel=1
-pkgdesc=Library to work with PKCS#11 modules
-arch=(i686 x86_64)
-url=http://p11-glue.freedesktop.org;
-license=('BSD')
-depends=(glibc)
-options=(!libtool)
-source=($url/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('66baf7ddde982d1b7294d3bd63be7446')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-module-path=/usr/lib/pkcs11
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: p11-kit/repos/extra-x86_64/PKGBUILD (from rev 165243, 
p11-kit/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-08-14 15:06:21 UTC (rev 165246)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=p11-kit
+pkgver=0.13
+pkgrel=1
+pkgdesc=Library to work with PKCS#11 modules
+arch=(i686 x86_64)
+url=http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=(glibc)
+options=(!libtool)
+source=($url/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('3892bc07ff54b1b391aad4628911801d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-module-path=/usr/lib/pkcs11
+  make
+}
+
+package() {
+  cd  $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in nvidia-utils/trunk (PKGBUILD)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 12:08:31
  Author: ibiru
Revision: 165247

update to 304.37

Modified:
  nvidia-utils/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 15:06:21 UTC (rev 165246)
+++ PKGBUILD2012-08-14 16:08:31 UTC (rev 165247)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner iphi...@gmail.com
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=304.32
+pkgver=304.37
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -14,12 +14,12 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-   md5sums=('e917f4b0f8deb28496bb16a035294c46')
+   md5sums=('ee3e97109201ab954c96860e28ada611')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('e6d9d1f73196d5f7ea110fef59bd466e')
+md5sums=('65fce562c0df3def06012db9ff6bafa1')
 fi
 
 create_links() {
@@ -45,9 +45,8 @@
 # OpenCL
 install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
 install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}
+install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
+
 create_links
 }
 
@@ -79,6 +78,9 @@
 install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}
 
 install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}
+# CUDA
+install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib/libcuda.so.${pkgver}
+install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}
 
 # nvidia-xconfig
 install -D -m755 nvidia-xconfig ${pkgdir}/usr/bin/nvidia-xconfig



[arch-commits] Commit in proftpd/trunk (PKGBUILD proftpd proftpd.service)

2012-08-14 Thread Andrea Scarpino
Date: Tuesday, August 14, 2012 @ 12:08:58
  Author: andrea
Revision: 165248

upgpkg: proftpd 1:1.3.4b-2

Move the runtime dir to /run/proftpd (FS#28497); build with systemd support; 
Add a systemd service file

Added:
  proftpd/trunk/proftpd.service
Modified:
  proftpd/trunk/PKGBUILD
  proftpd/trunk/proftpd

-+
 PKGBUILD|   20 +++-
 proftpd |4 ++--
 proftpd.service |   14 ++
 3 files changed, 27 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 16:08:31 UTC (rev 165247)
+++ PKGBUILD2012-08-14 16:08:58 UTC (rev 165248)
@@ -4,21 +4,22 @@
 
 pkgname=proftpd
 pkgver=1.3.4b
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=A high-performance, scalable FTP server
 arch=('i686' 'x86_64')
 url=http://www.proftpd.org;
 license=('GPL')
-depends=('libldap' 'libmysqlclient' 'postgresql-libs')
+depends=('libmysqlclient' 'postgresql-libs')
 backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
 source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.gz{,.asc}
-'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
+'proftpd' 'proftpd.logrotate' 'proftpd.conf.d' 'proftpd.service')
 md5sums=('0871e0b93c9c3c88ca950b6d9a04aed2'
  'e5b9bd78029a15f82994efcb7ed2e9fb'
- '8177292919acb2f087ded0bb7b2dcc32'
+ 'c439a0a1dbc21b604d8382da87aa021b'
  'ddb09eb13131becdf0e081eef413116b'
- '71d5932b0461c318ed68c2c0c2660736')
+ '71d5932b0461c318ed68c2c0c2660736'
+ '2c446f531948c8cc0a1e0fae28f8dfda')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -28,12 +29,13 @@
 --disable-pam \
 
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
 --sysconfdir=/etc \
---localstatedir=/var/run \
+--localstatedir=/run/proftpd \
 --enable-ctrls \
 --enable-ipv6 \
 --with-includes=/usr/include/mysql:/usr/include/postgresql \
 --with-libraries=/usr/lib/mysql:/usr/lib/postgresql \
---enable-nls
+--enable-nls \
+--with-systemd
 
   make
 }
@@ -49,6 +51,6 @@
   install -Dm755 ../proftpd ${pkgdir}/etc/rc.d/proftpd
   install -Dm755 contrib/xferstats.holger-preiss ${pkgdir}/usr/bin/ftpstats
 
-  # /var/run is a symlink to /run now
-  rm -rf ${pkgdir}/var
+  install -d ${pkgdir}/usr/lib/systemd/system/
+  install -m644 ${srcdir}/proftpd.service ${pkgdir}/usr/lib/systemd/system/
 }

Modified: proftpd
===
--- proftpd 2012-08-14 16:08:31 UTC (rev 165247)
+++ proftpd 2012-08-14 16:08:58 UTC (rev 165248)
@@ -20,11 +20,11 @@
 ;;
   stop)
 stat_busy Stopping ProFTPd Server
-[ -f /run/proftpd.pid ]  kill $(cat /run/proftpd.pid)  /dev/null
+[ -f /run/proftpd/proftpd.pid ]  kill $(cat /run/proftpd/proftpd.pid)  
/dev/null
 if [ $? -gt 0 ]; then
   stat_fail
 else
-  rm -f /run/proftpd.pid
+  rm -f /run/proftpd/proftpd.pid
   rm_daemon proftpd
   stat_done
 fi

Added: proftpd.service
===
--- proftpd.service (rev 0)
+++ proftpd.service 2012-08-14 16:08:58 UTC (rev 165248)
@@ -0,0 +1,14 @@
+[Unit]
+Description = ProFTPD FTP Server
+After = network.target nss-lookup.target local-fs.target remote-fs.target
+
+[Service]
+Type = forking
+PIDFile = /run/proftpd/proftpd.pid
+Environment = PROFTPD_ARGS=
+EnvironmentFile = -/etc/conf.d/proftpd
+ExecStart = /usr/sbin/proftpd $PROFTPD_ARGS
+ExecReload = /bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy = multi-user.target



[arch-commits] Commit in proftpd/repos (12 files)

2012-08-14 Thread Andrea Scarpino
Date: Tuesday, August 14, 2012 @ 12:09:40
  Author: andrea
Revision: 165249

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  proftpd/repos/testing-i686/
  proftpd/repos/testing-i686/PKGBUILD
(from rev 165248, proftpd/trunk/PKGBUILD)
  proftpd/repos/testing-i686/proftpd
(from rev 165248, proftpd/trunk/proftpd)
  proftpd/repos/testing-i686/proftpd.conf.d
(from rev 165248, proftpd/trunk/proftpd.conf.d)
  proftpd/repos/testing-i686/proftpd.logrotate
(from rev 165248, proftpd/trunk/proftpd.logrotate)
  proftpd/repos/testing-i686/proftpd.service
(from rev 165248, proftpd/trunk/proftpd.service)
  proftpd/repos/testing-x86_64/
  proftpd/repos/testing-x86_64/PKGBUILD
(from rev 165248, proftpd/trunk/PKGBUILD)
  proftpd/repos/testing-x86_64/proftpd
(from rev 165248, proftpd/trunk/proftpd)
  proftpd/repos/testing-x86_64/proftpd.conf.d
(from rev 165248, proftpd/trunk/proftpd.conf.d)
  proftpd/repos/testing-x86_64/proftpd.logrotate
(from rev 165248, proftpd/trunk/proftpd.logrotate)
  proftpd/repos/testing-x86_64/proftpd.service
(from rev 165248, proftpd/trunk/proftpd.service)

--+
 testing-i686/PKGBUILD|   56 +
 testing-i686/proftpd |   41 +++
 testing-i686/proftpd.conf.d  |4 ++
 testing-i686/proftpd.logrotate   |5 +++
 testing-i686/proftpd.service |   14 +
 testing-x86_64/PKGBUILD  |   56 +
 testing-x86_64/proftpd   |   41 +++
 testing-x86_64/proftpd.conf.d|4 ++
 testing-x86_64/proftpd.logrotate |5 +++
 testing-x86_64/proftpd.service   |   14 +
 10 files changed, 240 insertions(+)

Copied: proftpd/repos/testing-i686/PKGBUILD (from rev 165248, 
proftpd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-14 16:09:40 UTC (rev 165249)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer:
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=proftpd
+pkgver=1.3.4b
+pkgrel=2
+epoch=1
+pkgdesc=A high-performance, scalable FTP server
+arch=('i686' 'x86_64')
+url=http://www.proftpd.org;
+license=('GPL')
+depends=('libmysqlclient' 'postgresql-libs')
+backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
+source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.gz{,.asc}
+'proftpd' 'proftpd.logrotate' 'proftpd.conf.d' 'proftpd.service')
+md5sums=('0871e0b93c9c3c88ca950b6d9a04aed2'
+ 'e5b9bd78029a15f82994efcb7ed2e9fb'
+ 'c439a0a1dbc21b604d8382da87aa021b'
+ 'ddb09eb13131becdf0e081eef413116b'
+ '71d5932b0461c318ed68c2c0c2660736'
+ '2c446f531948c8cc0a1e0fae28f8dfda')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-pam \
+
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
+--sysconfdir=/etc \
+--localstatedir=/run/proftpd \
+--enable-ctrls \
+--enable-ipv6 \
+--with-includes=/usr/include/mysql:/usr/include/postgresql \
+--with-libraries=/usr/lib/mysql:/usr/lib/postgresql \
+--enable-nls \
+--with-systemd
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  sed -i 's|nogroup|nobody|g' ${pkgdir}/etc/proftpd.conf
+
+  install -Dm644 ../proftpd.logrotate ${pkgdir}/etc/logrotate.d/proftpd
+  install -Dm644 ../proftpd.conf.d ${pkgdir}/etc/conf.d/proftpd
+  install -Dm755 ../proftpd ${pkgdir}/etc/rc.d/proftpd
+  install -Dm755 contrib/xferstats.holger-preiss ${pkgdir}/usr/bin/ftpstats
+
+  install -d ${pkgdir}/usr/lib/systemd/system/
+  install -m644 ${srcdir}/proftpd.service ${pkgdir}/usr/lib/systemd/system/
+}

Copied: proftpd/repos/testing-i686/proftpd (from rev 165248, 
proftpd/trunk/proftpd)
===
--- testing-i686/proftpd(rev 0)
+++ testing-i686/proftpd2012-08-14 16:09:40 UTC (rev 165249)
@@ -0,0 +1,41 @@
+#!/bin/bash
+
+# source application-specific settings
+PROFTPD_ARGS=
+[ -f /etc/conf.d/proftpd ]  . /etc/conf.d/proftpd
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+  start)
+stat_busy Starting ProFTPd Server
+/usr/sbin/proftpd ${PROFTPD_ARGS}
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  add_daemon proftpd
+  stat_done
+fi
+;;
+  stop)
+stat_busy Stopping ProFTPd Server
+[ -f /run/proftpd/proftpd.pid ]  kill $(cat /run/proftpd/proftpd.pid)  
/dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm -f /run/proftpd/proftpd.pid
+  rm_daemon proftpd
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+sleep 1
+$0 start
+;;
+  *)
+ 

[arch-commits] Commit in speech-dispatcher/trunk (3 files)

2012-08-14 Thread Andrea Scarpino
Date: Tuesday, August 14, 2012 @ 12:19:26
  Author: andrea
Revision: 165250

upgpkg: speech-dispatcher 0.7.1-7

Add systemd service file

Added:
  speech-dispatcher/trunk/speech-dispatcherd.service
Modified:
  speech-dispatcher/trunk/PKGBUILD
  speech-dispatcher/trunk/speech-dispatcher.install

+
 PKGBUILD   |   12 
 speech-dispatcher.install  |2 +-
 speech-dispatcherd.service |   10 ++
 3 files changed, 19 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 16:09:40 UTC (rev 165249)
+++ PKGBUILD2012-08-14 16:19:26 UTC (rev 165250)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Steve Holmes steve.holme...@gmail.com
 # Contributor: Alexander Jenisch n...@divzero.at
 # Contributor: Chris Brannon cmbran...@cox.net
@@ -7,7 +8,7 @@
 
 pkgname=speech-dispatcher
 pkgver=0.7.1
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 pkgdesc=High-level device independent layer for speech synthesis interface
 url=http://www.freebsoft.org/speechd;
@@ -36,9 +37,10 @@
etc/speech-dispatcher/speechd.conf)
 install=${pkgname}.install
 source=(http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz;
-'speechd.sh')
+'speechd.sh' 'speech-dispatcherd.service')
 md5sums=('ccfc30ac006673d36b4223eb760ed696'
-'858293f464b83f03f3b6bb796291c71d')
+'858293f464b83f03f3b6bb796291c71d'
+'d26f52e2e95a30eaa83560f0e63faca5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -54,6 +56,8 @@
   make DESTDIR=${pkgdir} install
 
   install -Dm755 ${srcdir}/speechd.sh ${pkgdir}/etc/rc.d/speechd
+  install -d ${pkgdir}/usr/lib/systemd/system/
+  install -m644 ${srcdir}/speech-dispatcherd.service 
${pkgdir}/usr/lib/systemd/system/
   install -d ${pkgdir}/var/log/speech-dispatcher
 
   # Fix spd-conf to use python 2.7

Modified: speech-dispatcher.install
===
--- speech-dispatcher.install   2012-08-14 16:09:40 UTC (rev 165249)
+++ speech-dispatcher.install   2012-08-14 16:19:26 UTC (rev 165250)
@@ -1,4 +1,4 @@
-info_dir=/usr/share/info
+info_dir=usr/share/info
 info_files=('speech-dispatcher.info'
 'speech-dispatcher-cs.info'
 'ssip.info'

Added: speech-dispatcherd.service
===
--- speech-dispatcherd.service  (rev 0)
+++ speech-dispatcherd.service  2012-08-14 16:19:26 UTC (rev 165250)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Speech-Dispatcher an high-level device independent layer for 
speech synthesis.
+After=syslog.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/speech-dispatcher -d 
+
+[Install]
+WantedBy=multi-user.target



[arch-commits] Commit in nvidia-utils/repos (4 files)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 12:19:57
  Author: ibiru
Revision: 165251

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  nvidia-utils/repos/staging-i686/
  nvidia-utils/repos/staging-i686/PKGBUILD
(from rev 165250, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-x86_64/
  nvidia-utils/repos/staging-x86_64/PKGBUILD
(from rev 165250, nvidia-utils/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |  108 ++
 staging-x86_64/PKGBUILD |  108 ++
 2 files changed, 216 insertions(+)

Copied: nvidia-utils/repos/staging-i686/PKGBUILD (from rev 165250, 
nvidia-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-08-14 16:19:57 UTC (rev 165251)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'opencl-nvidia')
+pkgver=304.37
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+   md5sums=('ee3e97109201ab954c96860e28ada611')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('65fce562c0df3def06012db9ff6bafa1')
+fi
+
+create_links() {
+# create soname links
+while read -d '' _lib; do
+_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
+[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
+[[ -e ${_soname/.[0-9]*/} ]] || ln -s $(basename ${_soname}) 
${_soname/.[0-9]*/}
+done  (find ${pkgdir} -type f -name '*.so*' -print0)
+}
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+}
+
+package_opencl-nvidia() {
+pkgdesc=OpenCL implemention for NVIDIA
+depends=('libcl' 'zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+cd ${srcdir}/${_pkg}
+
+# OpenCL
+install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
+install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
+
+create_links
+}
+
+package_nvidia-utils() {
+pkgdesc=NVIDIA drivers utilities and libraries.
+depends=('xorg-server' 'libxvmc')
+optdepends=('gtk2: nvidia-settings' 'pkg-config: nvidia-xconfig'
+'opencl-nvidia: OpenCL support')
+conflicts=('libgl')
+provides=('libgl')
+cd ${srcdir}/${_pkg}
+
+# X driver
+install -D -m755 nvidia_drv.so 
${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so
+# GLX extension module for X
+install -D -m755 libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
+ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so  # X doesn't find glx 
otherwise
+# OpenGL library
+install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
+# OpenGL core library
+install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}
+# XvMC
+install -D -m644 libXvMCNVIDIA.a ${pkgdir}/usr/lib/libXvMCNVIDIA.a
+install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib/libXvMCNVIDIA.so.${pkgver}
+# VDPAU
+install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}
+# nvidia-tls library
+install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}
+install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}
+
+install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}
+# CUDA
+install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib/libcuda.so.${pkgver}
+install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}
+
+# nvidia-xconfig
+install -D -m755 nvidia-xconfig ${pkgdir}/usr/bin/nvidia-xconfig
+install -D -m644 nvidia-xconfig.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-xconfig.1.gz
+# nvidia-settings
+install -D -m755 nvidia-settings ${pkgdir}/usr/bin/nvidia-settings
+install -D -m644 nvidia-settings.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-settings.1.gz
+install -D -m644 nvidia-settings.desktop 
${pkgdir}/usr/share/applications/nvidia-settings.desktop
+install -D -m644 nvidia-settings.png 
${pkgdir}/usr/share/pixmaps/nvidia-settings.png
+sed -e 

[arch-commits] Commit in speech-dispatcher/repos (14 files)

2012-08-14 Thread Andrea Scarpino
Date: Tuesday, August 14, 2012 @ 12:20:06
  Author: andrea
Revision: 165252

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  speech-dispatcher/repos/extra-i686/PKGBUILD
(from rev 165250, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/extra-i686/speech-dispatcher.install
(from rev 165250, speech-dispatcher/trunk/speech-dispatcher.install)
  speech-dispatcher/repos/extra-i686/speech-dispatcherd.service
(from rev 165250, speech-dispatcher/trunk/speech-dispatcherd.service)
  speech-dispatcher/repos/extra-i686/speechd.sh
(from rev 165250, speech-dispatcher/trunk/speechd.sh)
  speech-dispatcher/repos/extra-x86_64/PKGBUILD
(from rev 165251, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/extra-x86_64/speech-dispatcher.install
(from rev 165251, speech-dispatcher/trunk/speech-dispatcher.install)
  speech-dispatcher/repos/extra-x86_64/speech-dispatcherd.service
(from rev 165251, speech-dispatcher/trunk/speech-dispatcherd.service)
  speech-dispatcher/repos/extra-x86_64/speechd.sh
(from rev 165251, speech-dispatcher/trunk/speechd.sh)
Deleted:
  speech-dispatcher/repos/extra-i686/PKGBUILD
  speech-dispatcher/repos/extra-i686/speech-dispatcher.install
  speech-dispatcher/repos/extra-i686/speechd.sh
  speech-dispatcher/repos/extra-x86_64/PKGBUILD
  speech-dispatcher/repos/extra-x86_64/speech-dispatcher.install
  speech-dispatcher/repos/extra-x86_64/speechd.sh

-+
 extra-i686/PKGBUILD |  140 +++---
 extra-i686/speech-dispatcher.install|   42 -
 extra-i686/speech-dispatcherd.service   |   10 ++
 extra-i686/speechd.sh   |   74 +++
 extra-x86_64/PKGBUILD   |  140 +++---
 extra-x86_64/speech-dispatcher.install  |   42 -
 extra-x86_64/speech-dispatcherd.service |   10 ++
 extra-x86_64/speechd.sh |   74 +++
 8 files changed, 280 insertions(+), 252 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-14 16:19:57 UTC (rev 165251)
+++ extra-i686/PKGBUILD 2012-08-14 16:20:06 UTC (rev 165252)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Steve Holmes steve.holme...@gmail.com
-# Contributor: Alexander Jenisch n...@divzero.at
-# Contributor: Chris Brannon cmbran...@cox.net
-# Contributor: Andreas Messer a...@bupfen.de
-
-pkgname=speech-dispatcher
-pkgver=0.7.1
-pkgrel=6
-arch=('i686' 'x86_64')
-pkgdesc=High-level device independent layer for speech synthesis interface
-url=http://www.freebsoft.org/speechd;
-license=('GPL2' 'FDL')
-depends=('glib2' 'python2' 'dotconf' 'texinfo' 'libpulse')
-makedepends=('pkgconfig' 'espeak')
-optdepends=('festival: Speech output using Festival'
-'espeak: Speech output using ESpeak'
-'pulseaudio: PulseAudio support')
-provides=(speechd=${pkgver})
-options=('!libtool') 
-backup=(etc/speech-dispatcher/clients/gnome-speech.conf
-   etc/speech-dispatcher/clients/emacs.conf
-   etc/speech-dispatcher/modules/ibmtts.conf
-   etc/speech-dispatcher/modules/espeak-generic.conf
-   etc/speech-dispatcher/modules/espeak.conf
-   etc/speech-dispatcher/modules/swift-generic.conf
-   etc/speech-dispatcher/modules/festival.conf
-   etc/speech-dispatcher/modules/cicero.conf
-   etc/speech-dispatcher/modules/espeak-mbrola-generic.conf
-   etc/speech-dispatcher/modules/dtk-generic.conf
-   etc/speech-dispatcher/modules/llia_phon-generic.conf
-   etc/speech-dispatcher/modules/ivona.conf
-   etc/speech-dispatcher/modules/epos-generic.conf
-   etc/speech-dispatcher/modules/flite.conf
-   etc/speech-dispatcher/speechd.conf)
-install=${pkgname}.install
-source=(http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz;
-'speechd.sh')
-md5sums=('ccfc30ac006673d36b4223eb760ed696'
-'858293f464b83f03f3b6bb796291c71d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---without-flite
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm755 ${srcdir}/speechd.sh ${pkgdir}/etc/rc.d/speechd
-  install -d ${pkgdir}/var/log/speech-dispatcher
-
-  # Fix spd-conf to use python 2.7
-  sed -i -e 's|#!/usr/bin/python|#!/usr/bin/python2|' 
${pkgdir}/usr/bin/spd-conf
-  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/lib/python2.7/site-packages/speechd/_test.py
-  
-  rm -f ${pkgdir}/usr/share/info/dir
-  gzip -9nf ${pkgdir}/usr/share/info/*
-
-  # Remove conflicts with erlang (FS#21674)
-  rm -r ${pkgdir}/usr/bin/run_test
-}

Copied: speech-dispatcher/repos/extra-i686/PKGBUILD (from rev 165250, 
speech-dispatcher/trunk/PKGBUILD)

[arch-commits] Commit in libcl/trunk (PKGBUILD)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 12:22:41
  Author: ibiru
Revision: 165253

update libcl

Modified:
  libcl/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 16:20:06 UTC (rev 165252)
+++ PKGBUILD2012-08-14 16:22:41 UTC (rev 165253)
@@ -3,8 +3,8 @@
 
 pkgname=libcl
 pkgver=1.1
-_pkgver=290.10
-pkgrel=2
+_pkgver=304.37
+pkgrel=3
 pkgdesc=OpenCL library and ICD loader from NVIDIA
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -16,12 +16,12 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${_pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
-md5sums=('50319a4b3818c12c9c7243525e0e6316')
+md5sums=('ee3e97109201ab954c96860e28ada611')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
 _pkg=NVIDIA-Linux-${_arch}-${_pkgver}-no-compat32
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
-md5sums=('cebfba9a7e91716a06c66bb5b38d9661')
+md5sums=('65fce562c0df3def06012db9ff6bafa1')
 fi
 build() {
 cd $srcdir



[arch-commits] Commit in libcl/repos (4 files)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 12:23:59
  Author: ibiru
Revision: 165254

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libcl/repos/staging-i686/
  libcl/repos/staging-i686/PKGBUILD
(from rev 165253, libcl/trunk/PKGBUILD)
  libcl/repos/staging-x86_64/
  libcl/repos/staging-x86_64/PKGBUILD
(from rev 165253, libcl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: libcl/repos/staging-i686/PKGBUILD (from rev 165253, 
libcl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-08-14 16:23:59 UTC (rev 165254)
@@ -0,0 +1,37 @@
+# $Id$
+#Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libcl
+pkgver=1.1
+_pkgver=304.37
+pkgrel=3
+pkgdesc=OpenCL library and ICD loader from NVIDIA
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('gcc-libs')
+license=('custom')
+options=('!strip')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${_pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
+md5sums=('ee3e97109201ab954c96860e28ada611')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+_pkg=NVIDIA-Linux-${_arch}-${_pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
+md5sums=('65fce562c0df3def06012db9ff6bafa1')
+fi
+build() {
+cd $srcdir
+sh ${_pkg}.run --extract-only
+}
+
+package() {
+cd $srcdir/${_pkg}
+install -D -m755 libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1.0.0
+ln -s /usr/lib/libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1
+ln -s /usr/lib/libOpenCL.so.1 $pkgdir/usr/lib/libOpenCL.so
+install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libcl/repos/staging-x86_64/PKGBUILD (from rev 165253, 
libcl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-08-14 16:23:59 UTC (rev 165254)
@@ -0,0 +1,37 @@
+# $Id$
+#Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libcl
+pkgver=1.1
+_pkgver=304.37
+pkgrel=3
+pkgdesc=OpenCL library and ICD loader from NVIDIA
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('gcc-libs')
+license=('custom')
+options=('!strip')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${_pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
+md5sums=('ee3e97109201ab954c96860e28ada611')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+_pkg=NVIDIA-Linux-${_arch}-${_pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
+md5sums=('65fce562c0df3def06012db9ff6bafa1')
+fi
+build() {
+cd $srcdir
+sh ${_pkg}.run --extract-only
+}
+
+package() {
+cd $srcdir/${_pkg}
+install -D -m755 libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1.0.0
+ln -s /usr/lib/libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1
+ln -s /usr/lib/libOpenCL.so.1 $pkgdir/usr/lib/libOpenCL.so
+install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in nvidia/trunk (PKGBUILD nvidia.install)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 12:38:42
  Author: ibiru
Revision: 165255

update to 304.37

Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

+
 PKGBUILD   |   14 +++---
 nvidia.install |6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 16:23:59 UTC (rev 165254)
+++ PKGBUILD2012-08-14 16:38:42 UTC (rev 165255)
@@ -2,14 +2,14 @@
 # Maintainer : Thomas Baechler tho...@archlinux.org
 
 pkgname=nvidia
-pkgver=304.32
-_extramodules=extramodules-3.5-ARCH
-pkgrel=2
+pkgver=304.37
+_extramodules=extramodules-3.4-ARCH
+pkgrel=1
 pkgdesc=NVIDIA drivers for linux.
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.5' 'linux3.6' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.5' 'linux-headers3.6')
+depends=('linux=3.4' 'linux3.5' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.4' 'linux-headers3.5')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install
@@ -19,12 +19,12 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('e917f4b0f8deb28496bb16a035294c46')
+md5sums=('ee3e97109201ab954c96860e28ada611')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('e6d9d1f73196d5f7ea110fef59bd466e')
+md5sums=('65fce562c0df3def06012db9ff6bafa1')
 fi
 
 build() {

Modified: nvidia.install
===
--- nvidia.install  2012-08-14 16:23:59 UTC (rev 165254)
+++ nvidia.install  2012-08-14 16:38:42 UTC (rev 165255)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.5-ARCH'
+EXTRAMODULES='extramodules-3.4-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.5-ARCH'
+EXTRAMODULES='extramodules-3.4-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.5-ARCH'
+EXTRAMODULES='extramodules-3.4-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }



[arch-commits] Commit in nvidia/repos (8 files)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 12:40:20
  Author: ibiru
Revision: 165256

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 165255, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-i686/nvidia.install
(from rev 165255, nvidia/trunk/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 165255, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 165255, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install

-+
 extra-i686/PKGBUILD |   90 +-
 extra-i686/nvidia.install   |   30 +++---
 extra-x86_64/PKGBUILD   |   90 +-
 extra-x86_64/nvidia.install |   30 +++---
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-14 16:38:42 UTC (rev 165255)
+++ extra-i686/PKGBUILD 2012-08-14 16:40:20 UTC (rev 165256)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=304.32
-_extramodules=extramodules-3.4-ARCH
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.4' 'linux3.5' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.4' 'linux-headers3.5')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('e917f4b0f8deb28496bb16a035294c46')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('e6d9d1f73196d5f7ea110fef59bd466e')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 165255, 
nvidia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-14 16:40:20 UTC (rev 165256)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=304.37
+_extramodules=extramodules-3.4-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.4' 'linux3.5' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.4' 'linux-headers3.5')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('ee3e97109201ab954c96860e28ada611')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('65fce562c0df3def06012db9ff6bafa1')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Deleted: extra-i686/nvidia.install
===
--- extra-i686/nvidia.install   2012-08-14 16:38:42 UTC (rev 165255)
+++ extra-i686/nvidia.install   2012-08-14 16:40:20 UTC (rev 165256)
@@ -1,15 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.5-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
- 

[arch-commits] Commit in nvidia/trunk (PKGBUILD nvidia.install)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 12:45:29
  Author: ibiru
Revision: 165257

linux 3.5 rebuild

Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

+
 PKGBUILD   |8 
 nvidia.install |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 16:40:20 UTC (rev 165256)
+++ PKGBUILD2012-08-14 16:45:29 UTC (rev 165257)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia
 pkgver=304.37
-_extramodules=extramodules-3.4-ARCH
-pkgrel=1
+_extramodules=extramodules-3.5-ARCH
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux.
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.4' 'linux3.5' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.4' 'linux-headers3.5')
+depends=('linux=3.5' 'linux3.6' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.5' 'linux-headers3.6')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install

Modified: nvidia.install
===
--- nvidia.install  2012-08-14 16:40:20 UTC (rev 165256)
+++ nvidia.install  2012-08-14 16:45:29 UTC (rev 165257)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.4-ARCH'
+EXTRAMODULES='extramodules-3.5-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.4-ARCH'
+EXTRAMODULES='extramodules-3.5-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.4-ARCH'
+EXTRAMODULES='extramodules-3.5-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }



[arch-commits] Commit in nvidia/repos (8 files)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 12:46:42
  Author: ibiru
Revision: 165258

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 165257, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 165257, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 165257, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 165257, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/nvidia.install
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/nvidia.install

---+
 testing-i686/PKGBUILD |   90 
 testing-i686/nvidia.install   |   30 ++---
 testing-x86_64/PKGBUILD   |   90 
 testing-x86_64/nvidia.install |   30 ++---
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-08-14 16:45:29 UTC (rev 165257)
+++ testing-i686/PKGBUILD   2012-08-14 16:46:42 UTC (rev 165258)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=304.32
-_extramodules=extramodules-3.5-ARCH
-pkgrel=2
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.5' 'linux3.6' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.5' 'linux-headers3.6')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('e917f4b0f8deb28496bb16a035294c46')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('e6d9d1f73196d5f7ea110fef59bd466e')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 165257, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-14 16:46:42 UTC (rev 165258)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=304.37
+_extramodules=extramodules-3.5-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.5' 'linux3.6' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.5' 'linux-headers3.6')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('ee3e97109201ab954c96860e28ada611')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('65fce562c0df3def06012db9ff6bafa1')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Deleted: testing-i686/nvidia.install
===
--- testing-i686/nvidia.install 2012-08-14 16:45:29 UTC (rev 165257)
+++ testing-i686/nvidia.install 2012-08-14 16:46:42 UTC (rev 165258)
@@ -1,15 +0,0 @@
-post_install() {
-

[arch-commits] Commit in openslp/trunk (PKGBUILD openslp.service)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 12:47:32
  Author: andyrtr
Revision: 165259

upgpkg: openslp 1.2.1-5

add systemd service file; enable slpv2 security

Added:
  openslp/trunk/openslp.service
Modified:
  openslp/trunk/PKGBUILD

-+
 PKGBUILD|   16 
 openslp.service |   11 +++
 2 files changed, 23 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 16:46:42 UTC (rev 165258)
+++ PKGBUILD2012-08-14 16:47:32 UTC (rev 165259)
@@ -3,7 +3,7 @@
 
 pkgname=openslp
 pkgver=1.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Open-source implementation of Service Location Protocol
 arch=('i686' 'x86_64')
 url=http://www.openslp.org;
@@ -11,12 +11,19 @@
 depends=('bash' 'openssl')
 backup=('etc/slp.conf' 'etc/slp.reg' 'etc/slp.spi')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 rc.slpd)
-md5sums=('ffd1b44017281dd00ed2c4d32330' '4f6889a5944894b8be2c01404a9566d2')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 rc.slpd
+
#https://github.com/lunar-linux/moonbase-other/commit/ae74b5873e639d50db0a563d2424114a530c01ae
+openslp.service)
+md5sums=('ffd1b44017281dd00ed2c4d32330'
+ '4f6889a5944894b8be2c01404a9566d2'
+ '296dc3c8f75e7a1823fcb9dd97ea0971')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-slpv1 \
+--enable-slpv2-security # service would fail to start without this
   make
 }
 
@@ -25,4 +32,5 @@
   make DESTDIR=${pkgdir} DOC_DIR=/usr/share/doc/openslp-${pkgver} install
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
   install -D -m755 $srcdir/rc.slpd ${pkgdir}/etc/rc.d/slpd
+  install -D -m644 $srcdir/openslp.service 
${pkgdir}/usr/lib/systemd/system/openslp.service
 }

Added: openslp.service
===
--- openslp.service (rev 0)
+++ openslp.service 2012-08-14 16:47:32 UTC (rev 165259)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Service Location Protocol
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/slpd -c /etc/slp.conf -r /etc/slp.reg -s /etc/slp.spi
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=network.target



[arch-commits] Commit in openslp/repos (10 files)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 12:48:24
  Author: andyrtr
Revision: 165260

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  openslp/repos/extra-i686/PKGBUILD
(from rev 165259, openslp/trunk/PKGBUILD)
  openslp/repos/extra-i686/openslp.service
(from rev 165259, openslp/trunk/openslp.service)
  openslp/repos/extra-i686/rc.slpd
(from rev 165259, openslp/trunk/rc.slpd)
  openslp/repos/extra-x86_64/PKGBUILD
(from rev 165259, openslp/trunk/PKGBUILD)
  openslp/repos/extra-x86_64/openslp.service
(from rev 165259, openslp/trunk/openslp.service)
  openslp/repos/extra-x86_64/rc.slpd
(from rev 165259, openslp/trunk/rc.slpd)
Deleted:
  openslp/repos/extra-i686/PKGBUILD
  openslp/repos/extra-i686/rc.slpd
  openslp/repos/extra-x86_64/PKGBUILD
  openslp/repos/extra-x86_64/rc.slpd

--+
 extra-i686/PKGBUILD  |   64 +++---
 extra-i686/openslp.service   |   11 +
 extra-i686/rc.slpd   |   76 -
 extra-x86_64/PKGBUILD|   64 +++---
 extra-x86_64/openslp.service |   11 +
 extra-x86_64/rc.slpd |   76 -
 6 files changed, 170 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-14 16:47:32 UTC (rev 165259)
+++ extra-i686/PKGBUILD 2012-08-14 16:48:24 UTC (rev 165260)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=openslp
-pkgver=1.2.1
-pkgrel=4
-pkgdesc=Open-source implementation of Service Location Protocol
-arch=('i686' 'x86_64')
-url=http://www.openslp.org;
-license=('BSD')
-depends=('bash' 'openssl')
-backup=('etc/slp.conf' 'etc/slp.reg' 'etc/slp.spi')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 rc.slpd)
-md5sums=('ffd1b44017281dd00ed2c4d32330' '4f6889a5944894b8be2c01404a9566d2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} DOC_DIR=/usr/share/doc/openslp-${pkgver} install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m755 $srcdir/rc.slpd ${pkgdir}/etc/rc.d/slpd
-}

Copied: openslp/repos/extra-i686/PKGBUILD (from rev 165259, 
openslp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-14 16:48:24 UTC (rev 165260)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=openslp
+pkgver=1.2.1
+pkgrel=5
+pkgdesc=Open-source implementation of Service Location Protocol
+arch=('i686' 'x86_64')
+url=http://www.openslp.org;
+license=('BSD')
+depends=('bash' 'openssl')
+backup=('etc/slp.conf' 'etc/slp.reg' 'etc/slp.spi')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 rc.slpd
+
#https://github.com/lunar-linux/moonbase-other/commit/ae74b5873e639d50db0a563d2424114a530c01ae
+openslp.service)
+md5sums=('ffd1b44017281dd00ed2c4d32330'
+ '4f6889a5944894b8be2c01404a9566d2'
+ '296dc3c8f75e7a1823fcb9dd97ea0971')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-slpv1 \
+--enable-slpv2-security # service would fail to start without this
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} DOC_DIR=/usr/share/doc/openslp-${pkgver} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m755 $srcdir/rc.slpd ${pkgdir}/etc/rc.d/slpd
+  install -D -m644 $srcdir/openslp.service 
${pkgdir}/usr/lib/systemd/system/openslp.service
+}

Copied: openslp/repos/extra-i686/openslp.service (from rev 165259, 
openslp/trunk/openslp.service)
===
--- extra-i686/openslp.service  (rev 0)
+++ extra-i686/openslp.service  2012-08-14 16:48:24 UTC (rev 165260)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Service Location Protocol
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/slpd -c /etc/slp.conf -r /etc/slp.reg -s /etc/slp.spi
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=network.target

Deleted: extra-i686/rc.slpd
===
--- extra-i686/rc.slpd  2012-08-14 16:47:32 UTC (rev 165259)
+++ extra-i686/rc.slpd  2012-08-14 16:48:24 UTC (rev 165260)
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/slpd`
-case $1 in
-  start)
-stat_busy Starting SLPD
-[ -z $PID ]  /usr/sbin/slpd
-if [ $? -gt 0 ]; then
-  

[arch-commits] Commit in nvidia-lts/trunk (PKGBUILD)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 12:50:59
  Author: ibiru
Revision: 165261

update to 304.37

Modified:
  nvidia-lts/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 16:48:24 UTC (rev 165260)
+++ PKGBUILD2012-08-14 16:50:59 UTC (rev 165261)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=nvidia-lts
-pkgver=304.32
+pkgver=304.37
 _extramodules=extramodules-3.0-lts
-pkgrel=2
+pkgrel=1
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -18,12 +18,12 @@
   _arch='x86'
   _pkg=NVIDIA-Linux-${_arch}-${pkgver}
   
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('e917f4b0f8deb28496bb16a035294c46')
+  md5sums=('ee3e97109201ab954c96860e28ada611')
 elif [ $CARCH = x86_64 ]; then
   _arch='x86_64'
   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
   
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('e6d9d1f73196d5f7ea110fef59bd466e')
+  md5sums=('65fce562c0df3def06012db9ff6bafa1')
 fi
 
 build() {



[arch-commits] Commit in nvidia-lts/repos (8 files)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 12:51:47
  Author: ibiru
Revision: 165262

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nvidia-lts/repos/extra-i686/PKGBUILD
(from rev 165261, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-i686/nvidia-lts.install
(from rev 165261, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/extra-x86_64/PKGBUILD
(from rev 165261, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install
(from rev 165261, nvidia-lts/trunk/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/extra-i686/PKGBUILD
  nvidia-lts/repos/extra-i686/nvidia-lts.install
  nvidia-lts/repos/extra-x86_64/PKGBUILD
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install

-+
 extra-i686/PKGBUILD |   90 +++---
 extra-i686/nvidia-lts.install   |   30 ++--
 extra-x86_64/PKGBUILD   |   90 +++---
 extra-x86_64/nvidia-lts.install |   30 ++--
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-14 16:50:59 UTC (rev 165261)
+++ extra-i686/PKGBUILD 2012-08-14 16:51:47 UTC (rev 165262)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nvidia-lts
-pkgver=304.32
-_extramodules=extramodules-3.0-lts
-pkgrel=2
-pkgdesc=NVIDIA drivers for linux-lts
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
-makedepends=('linux-lts-headers=3.0.0')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-if [ $CARCH = i686 ]; then
-  _arch='x86'
-  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
-  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('e917f4b0f8deb28496bb16a035294c46')
-elif [ $CARCH = x86_64 ]; then
-  _arch='x86_64'
-  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('e6d9d1f73196d5f7ea110fef59bd466e')
-fi
-
-build() {
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-  cd ${srcdir}
-  sh ${_pkg}.run --extract-only
-  cd ${_pkg}/kernel
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
-}

Copied: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 165261, 
nvidia-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-14 16:51:47 UTC (rev 165262)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=304.37
+_extramodules=extramodules-3.0-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+if [ $CARCH = i686 ]; then
+  _arch='x86'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('ee3e97109201ab954c96860e28ada611')
+elif [ $CARCH = x86_64 ]; then
+  _arch='x86_64'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('65fce562c0df3def06012db9ff6bafa1')
+fi
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${srcdir}
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Deleted: extra-i686/nvidia-lts.install
===
--- extra-i686/nvidia-lts.install   2012-08-14 16:50:59 UTC (rev 165261)
+++ 

[arch-commits] Commit in nvidia-utils/repos (6 files)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 13:01:03
  Author: ibiru
Revision: 165263

db-move: moved nvidia-utils from [staging] to [extra] (i686, x86_64)

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 165262, nvidia-utils/repos/staging-i686/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 165262, nvidia-utils/repos/staging-x86_64/PKGBUILD)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-x86_64/PKGBUILD
  nvidia-utils/repos/staging-i686/
  nvidia-utils/repos/staging-x86_64/

---+
 extra-i686/PKGBUILD   |  214 
 extra-x86_64/PKGBUILD |  214 
 2 files changed, 216 insertions(+), 212 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-14 16:51:47 UTC (rev 165262)
+++ extra-i686/PKGBUILD 2012-08-14 17:01:03 UTC (rev 165263)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=304.32
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-   md5sums=('e917f4b0f8deb28496bb16a035294c46')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('e6d9d1f73196d5f7ea110fef59bd466e')
-fi
-
-create_links() {
-# create soname links
-while read -d '' _lib; do
-_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
-[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
-[[ -e ${_soname/.[0-9]*/} ]] || ln -s $(basename ${_soname}) 
${_soname/.[0-9]*/}
-done  (find ${pkgdir} -type f -name '*.so*' -print0)
-}
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package_opencl-nvidia() {
-pkgdesc=OpenCL implemention for NVIDIA
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd ${srcdir}/${_pkg}
-
-# OpenCL
-install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}
-create_links
-}
-
-package_nvidia-utils() {
-pkgdesc=NVIDIA drivers utilities and libraries.
-depends=('xorg-server' 'libxvmc')
-optdepends=('gtk2: nvidia-settings' 'pkg-config: nvidia-xconfig'
-'opencl-nvidia: OpenCL support')
-conflicts=('libgl')
-provides=('libgl')
-cd ${srcdir}/${_pkg}
-
-# X driver
-install -D -m755 nvidia_drv.so 
${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so
-# GLX extension module for X
-install -D -m755 libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so  # X doesn't find glx 
otherwise
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}
-# XvMC
-install -D -m644 libXvMCNVIDIA.a ${pkgdir}/usr/lib/libXvMCNVIDIA.a
-install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib/libXvMCNVIDIA.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}
-
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}
-
-# nvidia-xconfig
-install -D -m755 nvidia-xconfig ${pkgdir}/usr/bin/nvidia-xconfig
-install -D -m644 nvidia-xconfig.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-xconfig.1.gz
-# nvidia-settings
-install -D -m755 nvidia-settings ${pkgdir}/usr/bin/nvidia-settings
-install -D -m644 nvidia-settings.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-settings.1.gz
-install -D -m644 nvidia-settings.desktop 
${pkgdir}/usr/share/applications/nvidia-settings.desktop
-install -D -m644 nvidia-settings.png 
${pkgdir}/usr/share/pixmaps/nvidia-settings.png
-sed -e 's:__UTILS_PATH__:/usr/bin:' -e 

[arch-commits] Commit in libcl/repos (6 files)

2012-08-14 Thread Ionut Biru
Date: Tuesday, August 14, 2012 @ 13:01:07
  Author: ibiru
Revision: 165264

db-move: moved libcl from [staging] to [extra] (i686, x86_64)

Added:
  libcl/repos/extra-i686/PKGBUILD
(from rev 165262, libcl/repos/staging-i686/PKGBUILD)
  libcl/repos/extra-x86_64/PKGBUILD
(from rev 165262, libcl/repos/staging-x86_64/PKGBUILD)
Deleted:
  libcl/repos/extra-i686/PKGBUILD
  libcl/repos/extra-x86_64/PKGBUILD
  libcl/repos/staging-i686/
  libcl/repos/staging-x86_64/

---+
 extra-i686/PKGBUILD   |   74 
 extra-x86_64/PKGBUILD |   74 
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-14 17:01:03 UTC (rev 165263)
+++ extra-i686/PKGBUILD 2012-08-14 17:01:07 UTC (rev 165264)
@@ -1,37 +0,0 @@
-# $Id$
-#Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libcl
-pkgver=1.1
-_pkgver=290.10
-pkgrel=2
-pkgdesc=OpenCL library and ICD loader from NVIDIA
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('gcc-libs')
-license=('custom')
-options=('!strip')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${_pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
-md5sums=('50319a4b3818c12c9c7243525e0e6316')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${_pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
-md5sums=('cebfba9a7e91716a06c66bb5b38d9661')
-fi
-build() {
-cd $srcdir
-sh ${_pkg}.run --extract-only
-}
-
-package() {
-cd $srcdir/${_pkg}
-install -D -m755 libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1.0.0
-ln -s /usr/lib/libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1
-ln -s /usr/lib/libOpenCL.so.1 $pkgdir/usr/lib/libOpenCL.so
-install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libcl/repos/extra-i686/PKGBUILD (from rev 165262, 
libcl/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-14 17:01:07 UTC (rev 165264)
@@ -0,0 +1,37 @@
+# $Id$
+#Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libcl
+pkgver=1.1
+_pkgver=304.37
+pkgrel=3
+pkgdesc=OpenCL library and ICD loader from NVIDIA
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('gcc-libs')
+license=('custom')
+options=('!strip')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${_pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
+md5sums=('ee3e97109201ab954c96860e28ada611')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+_pkg=NVIDIA-Linux-${_arch}-${_pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
+md5sums=('65fce562c0df3def06012db9ff6bafa1')
+fi
+build() {
+cd $srcdir
+sh ${_pkg}.run --extract-only
+}
+
+package() {
+cd $srcdir/${_pkg}
+install -D -m755 libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1.0.0
+ln -s /usr/lib/libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1
+ln -s /usr/lib/libOpenCL.so.1 $pkgdir/usr/lib/libOpenCL.so
+install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-14 17:01:03 UTC (rev 165263)
+++ extra-x86_64/PKGBUILD   2012-08-14 17:01:07 UTC (rev 165264)
@@ -1,37 +0,0 @@
-# $Id$
-#Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libcl
-pkgver=1.1
-_pkgver=290.10
-pkgrel=2
-pkgdesc=OpenCL library and ICD loader from NVIDIA
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('gcc-libs')
-license=('custom')
-options=('!strip')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${_pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
-md5sums=('50319a4b3818c12c9c7243525e0e6316')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${_pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${_pkgver}/${_pkg}.run;)
-md5sums=('cebfba9a7e91716a06c66bb5b38d9661')
-fi
-build() {
-cd $srcdir
-sh ${_pkg}.run --extract-only
-}
-
-package() {
-cd $srcdir/${_pkg}
-install -D -m755 libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1.0.0
-ln -s /usr/lib/libOpenCL.so.1.0.0 $pkgdir/usr/lib/libOpenCL.so.1
-ln -s /usr/lib/libOpenCL.so.1 $pkgdir/usr/lib/libOpenCL.so
-install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libcl/repos/extra-x86_64/PKGBUILD (from rev 165262, 

[arch-commits] Commit in mysql/trunk (7 files)

2012-08-14 Thread Andrea Scarpino
Date: Tuesday, August 14, 2012 @ 14:41:59
  Author: andrea
Revision: 165265

Move the pid file to /run; first attempt to use a systemd service file

Added:
  mysql/trunk/mysqld-post.sh
  mysql/trunk/mysqld-tmpfile.conf
  mysql/trunk/mysqld.rc
  mysql/trunk/mysqld.service
Modified:
  mysql/trunk/PKGBUILD
  mysql/trunk/mysql.install
Deleted:
  mysql/trunk/mysqld

-+
 PKGBUILD|   33 +++--
 mysql.install   |2 +
 mysqld  |   77 --
 mysqld-post.sh  |5 +++
 mysqld-tmpfile.conf |1 
 mysqld.rc   |   77 ++
 mysqld.service  |   11 +++
 7 files changed, 114 insertions(+), 92 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 17:01:07 UTC (rev 165264)
+++ PKGBUILD2012-08-14 18:41:59 UTC (rev 165265)
@@ -1,26 +1,26 @@
 # $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgbase=mysql
 pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
 pkgver=5.5.27
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=https://www.mysql.com/products/community/;
 makedepends=('cmake' 'openssl' 'zlib')
 options=('!libtool')
 
source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz;
-'mysqld'
-'my.cnf')
+'mysqld.rc' 'my.cnf' 'mysqld-post.sh' 'mysqld-tmpfile.conf' 
'mysqld.service')
 md5sums=('82baf46acfced6eef072e9d8a479c86e'
- '2234207625baa29b2ff7d7b4f088abce'
- '1c949c0dbea5206af0db14942d9927b6')
+ 'e7eb2faeab755cbb2fe03542bf328da9'
+ '1c949c0dbea5206af0db14942d9927b6'
+ 'f772d69f43f6563c6e5434e988612b00'
+ '2fa6e456964d4ff5e6d4f9ff0126aed6'
+ 'a0e1460c276a50a9666c331de83271f2')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
 
@@ -31,7 +31,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DSYSCONFDIR=/etc/mysql \
 -DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
+-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
 -DDEFAULT_CHARSET=utf8 \
 -DDEFAULT_COLLATION=utf8_general_ci \
 -DENABLED_LOCAL_INFILE=ON \
@@ -68,7 +68,7 @@
   pkgdesc=MySQL client libraries
   depends=('openssl')
   
-  cd ${srcdir}/build
+  cd build
   for dir in include libmysql libmysqld libservices; do
 make -C ${dir} DESTDIR=${pkgdir} install
   done
@@ -85,7 +85,7 @@
   pkgdesc=MySQL client tools
   depends=('libmysqlclient')
   
-  cd ${srcdir}/build
+  cd build
   make -C client DESTDIR=${pkgdir} install
 
   # install man pages
@@ -102,15 +102,18 @@
   pkgdesc=A fast SQL database server
   backup=('etc/mysql/my.cnf')
   install=mysql.install
-  depends=('mysql-clients')
-  optdepends=('perl-dbi' 'perl-dbd-mysql')
+  depends=('mysql-clients' 'systemd-tools')
   options=('emptydirs')
 
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 
   install -Dm644 ${srcdir}/my.cnf ${pkgdir}/etc/mysql/my.cnf
-  install -Dm755 ${srcdir}/mysqld ${pkgdir}/etc/rc.d/mysqld
+  install -Dm755 ${srcdir}/mysqld.rc ${pkgdir}/etc/rc.d/mysqld
+  install -Dm755 ${srcdir}/mysqld-post.sh ${pkgdir}/usr/bin/mysqld-post
+  install -Dm644 ${srcdir}/mysqld-tmpfile.conf 
${pkgdir}/etc/tmpfiles.d/mysqld.conf
+  install -d ${pkgdir}/usr/lib/systemd/system
+  install -Dm644 ${srcdir}/mysqld.service ${pkgdir}/usr/lib/systemd/system/
 
   # provided by libmysqlclient
   rm 
${pkgdir}/usr/bin/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}

Modified: mysql.install
===
--- mysql.install   2012-08-14 17:01:07 UTC (rev 165264)
+++ mysql.install   2012-08-14 18:41:59 UTC (rev 165265)
@@ -3,6 +3,8 @@
   useradd -u 89 -g mysql -d /var/lib/mysql -s /bin/false mysql /dev/null
   usr/bin/mysql_install_db --user=mysql --basedir=/usr
   chown -R mysql:mysql var/lib/mysql /dev/null
+
+  usr/bin/systemd-tmpfiles --create mysqld.conf
 }
 
 post_upgrade(){

Deleted: mysqld
===
--- mysqld  2012-08-14 17:01:07 UTC (rev 165264)
+++ mysqld  2012-08-14 18:41:59 UTC (rev 165265)
@@ -1,77 +0,0 @@
-#!/bin/bash
-
-# general config
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-getPID() {
-   echo $(pgrep -u mysql mysqld 2/dev/null);
-}
-
-case $1 in
-  start)
-stat_busy Starting MySQL Server
-[ ! -d /var/run/mysqld ]  install -d -g mysql -o mysql /var/run/mysqld 
/dev/null
-if [ -z $(getPID) ]; then
-   /usr/bin/mysqld_safe --user=mysql /dev/null 
-  if [ $? -gt 0 ]; then
-stat_fail
-exit 1
-  else
-timeo=30
-while [ $timeo -gt 0 ]; do
-  response=`/usr/bin/mysqladmin -uUNKNOWN_USER ping 21`  break
-   

[arch-commits] Commit in mysql/repos (16 files)

2012-08-14 Thread Andrea Scarpino
Date: Tuesday, August 14, 2012 @ 14:43:18
  Author: andrea
Revision: 165266

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  mysql/repos/testing-i686/
  mysql/repos/testing-i686/PKGBUILD
(from rev 165265, mysql/trunk/PKGBUILD)
  mysql/repos/testing-i686/my.cnf
(from rev 165265, mysql/trunk/my.cnf)
  mysql/repos/testing-i686/mysql.install
(from rev 165265, mysql/trunk/mysql.install)
  mysql/repos/testing-i686/mysqld-post.sh
(from rev 165265, mysql/trunk/mysqld-post.sh)
  mysql/repos/testing-i686/mysqld-tmpfile.conf
(from rev 165265, mysql/trunk/mysqld-tmpfile.conf)
  mysql/repos/testing-i686/mysqld.rc
(from rev 165265, mysql/trunk/mysqld.rc)
  mysql/repos/testing-i686/mysqld.service
(from rev 165265, mysql/trunk/mysqld.service)
  mysql/repos/testing-x86_64/
  mysql/repos/testing-x86_64/PKGBUILD
(from rev 165265, mysql/trunk/PKGBUILD)
  mysql/repos/testing-x86_64/my.cnf
(from rev 165265, mysql/trunk/my.cnf)
  mysql/repos/testing-x86_64/mysql.install
(from rev 165265, mysql/trunk/mysql.install)
  mysql/repos/testing-x86_64/mysqld-post.sh
(from rev 165265, mysql/trunk/mysqld-post.sh)
  mysql/repos/testing-x86_64/mysqld-tmpfile.conf
(from rev 165265, mysql/trunk/mysqld-tmpfile.conf)
  mysql/repos/testing-x86_64/mysqld.rc
(from rev 165265, mysql/trunk/mysqld.rc)
  mysql/repos/testing-x86_64/mysqld.service
(from rev 165265, mysql/trunk/mysqld.service)

+
 testing-i686/PKGBUILD  |  133 
 testing-i686/my.cnf|  145 +++
 testing-i686/mysql.install |   28 ++
 testing-i686/mysqld-post.sh|5 +
 testing-i686/mysqld-tmpfile.conf   |1 
 testing-i686/mysqld.rc |   77 ++
 testing-i686/mysqld.service|   11 ++
 testing-x86_64/PKGBUILD|  133 
 testing-x86_64/my.cnf  |  145 +++
 testing-x86_64/mysql.install   |   28 ++
 testing-x86_64/mysqld-post.sh  |5 +
 testing-x86_64/mysqld-tmpfile.conf |1 
 testing-x86_64/mysqld.rc   |   77 ++
 testing-x86_64/mysqld.service  |   11 ++
 14 files changed, 800 insertions(+)

Copied: mysql/repos/testing-i686/PKGBUILD (from rev 165265, 
mysql/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-14 18:43:18 UTC (rev 165266)
@@ -0,0 +1,133 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgbase=mysql
+pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
+pkgver=5.5.27
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://www.mysql.com/products/community/;
+makedepends=('cmake' 'openssl' 'zlib')
+options=('!libtool')
+source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz;
+'mysqld.rc' 'my.cnf' 'mysqld-post.sh' 'mysqld-tmpfile.conf' 
'mysqld.service')
+md5sums=('82baf46acfced6eef072e9d8a479c86e'
+ 'e7eb2faeab755cbb2fe03542bf328da9'
+ '1c949c0dbea5206af0db14942d9927b6'
+ 'f772d69f43f6563c6e5434e988612b00'
+ '2fa6e456964d4ff5e6d4f9ff0126aed6'
+ 'a0e1460c276a50a9666c331de83271f2')
+
+build() {
+  mkdir build
+  cd build
+
+  # CFLAGS/CXXFLAGS as suggested upstream
+
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc/mysql \
+-DMYSQL_DATADIR=/var/lib/mysql \
+-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+-DDEFAULT_CHARSET=utf8 \
+-DDEFAULT_COLLATION=utf8_general_ci \
+-DENABLED_LOCAL_INFILE=ON \
+-DINSTALL_INFODIR=share/mysql/docs \
+-DINSTALL_MANDIR=share/man \
+-DINSTALL_PLUGINDIR=/usr/lib/mysql/plugin \
+-DINSTALL_SCRIPTDIR=bin \
+-DINSTALL_INCLUDEDIR=include/mysql \
+-DINSTALL_DOCREADMEDIR=share/mysql \
+-DINSTALL_SUPPORTFILESDIR=share/mysql \
+-DINSTALL_MYSQLSHAREDIR=share/mysql \
+-DINSTALL_DOCDIR=share/mysql/docs \
+-DINSTALL_SHAREDIR=share/mysql \
+-DWITH_READLINE=ON \
+-DWITH_ZLIB=system \
+-DWITH_SSL=system \
+-DWITH_LIBWRAP=OFF \
+-DWITH_MYSQLD_LDFLAGS=${LDFLAGS} \
+-DWITH_EXTRA_CHARSETS=complex \
+-DWITH_EMBEDDED_SERVER=ON \
+-DWITH_INNOBASE_STORAGE_ENGINE=1 \
+-DWITH_PARTITION_STORAGE_ENGINE=1 \
+-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
+-DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
+-DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
+-DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
+-DCMAKE_C_FLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
+-DCMAKE_CXX_FLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti
+
+  make
+}
+
+package_libmysqlclient(){
+  pkgdesc=MySQL 

[arch-commits] Commit in iproute2/trunk (PKGBUILD)

2012-08-14 Thread Ronald van Haren
Date: Tuesday, August 14, 2012 @ 14:55:40
  Author: ronald
Revision: 165267

upgpkg: iproute2 3.5.1-1

upstream fix for FS#31052: 'ip addr' no longer shows ip address

Modified:
  iproute2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 18:43:18 UTC (rev 165266)
+++ PKGBUILD2012-08-14 18:55:40 UTC (rev 165267)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=iproute2
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc=IP Routing Utilities
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
 
source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
  iproute2-fhs.patch)
-sha1sums=('a78f621a1932315baf7be2f3f1d6e6c5ed62'
+sha1sums=('461f3e97d84264a597176de3ba94633114959df5'
   '35b8cf2dc94b73eccad427235c07596146cd6f6c')
 
 build() {



[arch-commits] Commit in iproute2/repos (8 files)

2012-08-14 Thread Ronald van Haren
Date: Tuesday, August 14, 2012 @ 14:56:21
  Author: ronald
Revision: 165268

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  iproute2/repos/testing-i686/PKGBUILD
(from rev 165267, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-i686/iproute2-fhs.patch
(from rev 165267, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 165267, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
(from rev 165267, iproute2/trunk/iproute2-fhs.patch)
Deleted:
  iproute2/repos/testing-i686/PKGBUILD
  iproute2/repos/testing-i686/iproute2-fhs.patch
  iproute2/repos/testing-x86_64/PKGBUILD
  iproute2/repos/testing-x86_64/iproute2-fhs.patch

---+
 testing-i686/PKGBUILD |  100 
 testing-i686/iproute2-fhs.patch   |  150 ++--
 testing-x86_64/PKGBUILD   |  100 
 testing-x86_64/iproute2-fhs.patch |  150 ++--
 4 files changed, 250 insertions(+), 250 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-08-14 18:55:40 UTC (rev 165267)
+++ testing-i686/PKGBUILD   2012-08-14 18:56:21 UTC (rev 165268)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=iproute2
-pkgver=3.5.0
-pkgrel=1
-pkgdesc=IP Routing Utilities
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
-depends=('glibc' 'db')
-makedepends=('linux-atm')
-optdepends=('linux-atm: ATM support')
-provides=('iproute')
-conflicts=('iproute')
-replaces=('iproute')
-options=('!makeflags')
-backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
-   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
-source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
- iproute2-fhs.patch)
-sha1sums=('a78f621a1932315baf7be2f3f1d6e6c5ed62'
-  '35b8cf2dc94b73eccad427235c07596146cd6f6c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # set correct fhs structure
-  patch -Np1 -i $srcdir/iproute2-fhs.patch
-
-  ./configure
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # allow loopback to be started before /usr is mounted, this may not be 
supported in the future
-  mkdir -p $pkgdir/sbin
-  mv $pkgdir/usr/sbin/ip $pkgdir/sbin/ip
-  ln -s /sbin/ip $pkgdir/usr/sbin/ip
-
-  # libnetlink isn't installed, install it FS#19385
-  install -Dm644 include/libnetlink.h $pkgdir/usr/include/libnetlink.h
-  install -Dm644 lib/libnetlink.a $pkgdir/usr/lib/libnetlink.a
-}

Copied: iproute2/repos/testing-i686/PKGBUILD (from rev 165267, 
iproute2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-14 18:56:21 UTC (rev 165268)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=3.5.1
+pkgrel=1
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
+depends=('glibc' 'db')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+ iproute2-fhs.patch)
+sha1sums=('461f3e97d84264a597176de3ba94633114959df5'
+  '35b8cf2dc94b73eccad427235c07596146cd6f6c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # set correct fhs structure
+  patch -Np1 -i $srcdir/iproute2-fhs.patch
+
+  ./configure
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # allow loopback to be started before /usr is mounted, this may not be 
supported in the future
+  mkdir -p $pkgdir/sbin
+  mv $pkgdir/usr/sbin/ip $pkgdir/sbin/ip
+  ln -s /sbin/ip $pkgdir/usr/sbin/ip
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h $pkgdir/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a $pkgdir/usr/lib/libnetlink.a
+}

Deleted: testing-i686/iproute2-fhs.patch
===
--- testing-i686/iproute2-fhs.patch 2012-08-14 18:55:40 UTC (rev 165267)
+++ testing-i686/iproute2-fhs.patch 2012-08-14 18:56:21 UTC (rev 165268)
@@ -1,75 +0,0 @@
-diff -Naur 

[arch-commits] Commit in refind-efi-x86_64/trunk (PKGBUILD)

2012-08-14 Thread Tobias Powalowski
Date: Tuesday, August 14, 2012 @ 15:14:29
  Author: tpowa
Revision: 165269

upgpkg: refind-efi-x86_64 0.4.5-1

bump to latest version

Modified:
  refind-efi-x86_64/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 18:56:21 UTC (rev 165268)
+++ PKGBUILD2012-08-14 19:14:29 UTC (rev 165269)
@@ -8,7 +8,7 @@
 _pkgname=${_actualname}-efi-x86_64
 pkgname=${_pkgname}
 
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 pkgdesc=Rod Smith's fork of rEFIt UEFI Boot Manager
 url=http://www.rodsbooks.com/refind/index.html;
@@ -67,6 +67,6 @@
install -d ${pkgdir}/usr/share/licenses/refind/
install -D -m0644 ${srcdir}/refind-${pkgver}/LICENSE.txt 
${pkgdir}/usr/share/licenses/refind/LICENSE
 }
-md5sums=('f949bc3bfbc2f34362496b9adcf295c7'
+md5sums=('d3ee0a34657f0d53aad95be2c13b2acf'
  '8da259d08ea1dc0a3a4c572913e453f9'
  '9724316d215437b25d8cab3e19438d63')



[arch-commits] Commit in refind-efi-x86_64/repos/extra-any (8 files)

2012-08-14 Thread Tobias Powalowski
Date: Tuesday, August 14, 2012 @ 15:14:51
  Author: tpowa
Revision: 165270

archrelease: copy trunk to extra-any

Added:
  refind-efi-x86_64/repos/extra-any/PKGBUILD
(from rev 165269, refind-efi-x86_64/trunk/PKGBUILD)
  refind-efi-x86_64/repos/extra-any/refind-efi-x86_64.install
(from rev 165269, refind-efi-x86_64/trunk/refind-efi-x86_64.install)
  refind-efi-x86_64/repos/extra-any/refind_include_more_shell_paths.patch
(from rev 165269, 
refind-efi-x86_64/trunk/refind_include_more_shell_paths.patch)
  refind-efi-x86_64/repos/extra-any/refind_linux.conf
(from rev 165269, refind-efi-x86_64/trunk/refind_linux.conf)
Deleted:
  refind-efi-x86_64/repos/extra-any/PKGBUILD
  refind-efi-x86_64/repos/extra-any/refind-efi-x86_64.install
  refind-efi-x86_64/repos/extra-any/refind_include_more_shell_paths.patch
  refind-efi-x86_64/repos/extra-any/refind_linux.conf

---+
 PKGBUILD  |  144 
 refind-efi-x86_64.install |   40 
 refind_include_more_shell_paths.patch |   42 -
 refind_linux.conf |   10 +-
 4 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-14 19:14:29 UTC (rev 165269)
+++ PKGBUILD2012-08-14 19:14:51 UTC (rev 165270)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
-
-# _GNU_EFI_LIB_DIR=/usr/lib
-
-_actualname=refind
-_pkgname=${_actualname}-efi-x86_64
-pkgname=${_pkgname}
-
-pkgver=0.4.4
-pkgrel=1
-pkgdesc=Rod Smith's fork of rEFIt UEFI Boot Manager
-url=http://www.rodsbooks.com/refind/index.html;
-arch=('any')
-license=('GPL3' 'custom')
-makedepends=('gnu-efi=3.0q')
-depends=('dosfstools' 'efibootmgr')
-optdepends=('mactel-boot: For bless command in Apple Mac systems')
-replaces=('refind-x86_64')
-backup=('boot/efi/EFI/arch/refind/refind.conf'
-'boot/efi/EFI/arch/refind/refind_linux.conf')
-source=(http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip;
-'refind_include_more_shell_paths.patch'
-'refind_linux.conf')
-options=('!strip' 'docs')
-install=${_pkgname}.install
-
-build() {  
-   if [[ ${CARCH} != x86_64 ]]; then
-   echo ${pkgname} package can be built only in a x86_64 system. 
Exiting.
-   exit 1
-   fi  
-   cd ${srcdir}/refind-${pkgver}/
-   make clean || true
-   patch -Np1 -i ${srcdir}/refind_include_more_shell_paths.patch
-   sed 's|/usr/local/include/efi|/usr/include/efi|g' -i 
${srcdir}/refind-${pkgver}/Make.common || true
-   sed 's|/usr/local/lib|/usr/lib|g' -i 
${srcdir}/refind-${pkgver}/Make.common || true
-   make
-}
-
-package() {
-   cd ${srcdir}/refind-${pkgver}/
-   
-   ## install the rEFInd x86_64 UEFI app
-   install -d ${pkgdir}/boot/efi/EFI/arch/refind/
-   install -D -m0644 ${srcdir}/refind-${pkgver}/refind/refind_x64.efi 
${pkgdir}/boot/efi/EFI/arch/refind/refindx64.efi
-   
-   ## install the rEFInd config file
-   install -D -m0644 ${srcdir}/refind-${pkgver}/refind.conf-sample 
${pkgdir}/boot/efi/EFI/arch/refind/refind.conf
-   install -D -m0644 ${srcdir}/refind_linux.conf 
${pkgdir}/boot/efi/EFI/arch/refind/refind_linux.conf
-   
-   ## install the rEFInd icons
-   install -d ${pkgdir}/boot/efi/EFI/arch/refind/icons/
-   install -D -m0644 ${srcdir}/refind-${pkgver}/icons/* 
${pkgdir}/boot/efi/EFI/arch/refind/icons/
-   
-   ## install the rEFInd docs
-   install -d ${pkgdir}/usr/share/refind/docs/html/
-   install -d ${pkgdir}/usr/share/refind/docs/Styles/
-   install -D -m0644 ${srcdir}/refind-${pkgver}/docs/refind/* 
${pkgdir}/usr/share/refind/docs/html/
-   install -D -m0644 ${srcdir}/refind-${pkgver}/docs/Styles/* 
${pkgdir}/usr/share/refind/docs/Styles/
-   install -D -m0644 ${srcdir}/refind-${pkgver}/README.txt 
${pkgdir}/usr/share/refind/docs/README.txt
-   install -D -m0644 ${srcdir}/refind-${pkgver}/NEWS.txt 
${pkgdir}/usr/share/refind/docs/NEWS.txt
-   rm -f ${pkgdir}/usr/share/refind/docs/html/.DS_Store || true
-   
-   ## install the rEFIt license file, since rEFInd is a fork of rEFIt
-   install -d ${pkgdir}/usr/share/licenses/refind/
-   install -D -m0644 ${srcdir}/refind-${pkgver}/LICENSE.txt 
${pkgdir}/usr/share/licenses/refind/LICENSE
-}
-md5sums=('f949bc3bfbc2f34362496b9adcf295c7'
- '8da259d08ea1dc0a3a4c572913e453f9'
- '9724316d215437b25d8cab3e19438d63')

Copied: refind-efi-x86_64/repos/extra-any/PKGBUILD (from rev 165269, 
refind-efi-x86_64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-14 19:14:51 UTC (rev 165270)
@@ -0,0 +1,72 @@
+# 

[arch-commits] Commit in amarok/trunk (PKGBUILD)

2012-08-14 Thread Ronald van Haren
Date: Tuesday, August 14, 2012 @ 15:56:07
  Author: ronald
Revision: 165271

upgpkg: amarok 2.6.0-1

update to 2.6.0

Modified:
  amarok/trunk/PKGBUILD

--+
 PKGBUILD |   21 -
 1 file changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 19:14:51 UTC (rev 165270)
+++ PKGBUILD2012-08-14 19:56:07 UTC (rev 165271)
@@ -5,8 +5,8 @@
 
 pkgname=amarok
 replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
-pkgver=2.5.0
-pkgrel=5
+pkgver=2.6.0
+pkgrel=1
 pkgdesc=The powerful music player for KDE
 arch=(i686 x86_64)
 url=http://amarok.kde.org;
@@ -21,25 +21,12 @@
 ifuse: support for Apple iPod Touch and iPhone
 libmygpo-qt: gpodder.net Internet Service)
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-   toolbarfix.patch
-   amarok-2.5.0-ffmpeg-fixes.patch
-   contextviewfix.patch)
-sha1sums=('9849900d20225e703c43d242650a8fa211cf15f2'
-  'd22bc6a36a33ea12035ebbb8959d1fdfbb39275f'
-  '61193ccc48e9f99b4856eef27fe7a4aaf465feec'
-  'a95e3bfb177adacc268552ae479dd88b70f5f9e1')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('2cfcdabb67436418ba0012075ba105bbb630b48d')
 
 build() {
   cd ${srcdir}
 
-  patch -Np0 -i ${srcdir}/toolbarfix.patch
-  patch -Np0 -i ${srcdir}/amarok-2.5.0-ffmpeg-fixes.patch
-
-  pushd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/contextviewfix.patch # FS#30448
-  popd
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \



[arch-commits] Commit in amarok/repos (20 files)

2012-08-14 Thread Ronald van Haren
Date: Tuesday, August 14, 2012 @ 15:57:06
  Author: ronald
Revision: 165272

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  amarok/repos/extra-i686/PKGBUILD
(from rev 165271, amarok/trunk/PKGBUILD)
  amarok/repos/extra-i686/amarok-2.5.0-ffmpeg-fixes.patch
(from rev 165271, amarok/trunk/amarok-2.5.0-ffmpeg-fixes.patch)
  amarok/repos/extra-i686/amarok.install
(from rev 165271, amarok/trunk/amarok.install)
  amarok/repos/extra-i686/contextviewfix.patch
(from rev 165271, amarok/trunk/contextviewfix.patch)
  amarok/repos/extra-i686/toolbarfix.patch
(from rev 165271, amarok/trunk/toolbarfix.patch)
  amarok/repos/extra-x86_64/PKGBUILD
(from rev 165271, amarok/trunk/PKGBUILD)
  amarok/repos/extra-x86_64/amarok-2.5.0-ffmpeg-fixes.patch
(from rev 165271, amarok/trunk/amarok-2.5.0-ffmpeg-fixes.patch)
  amarok/repos/extra-x86_64/amarok.install
(from rev 165271, amarok/trunk/amarok.install)
  amarok/repos/extra-x86_64/contextviewfix.patch
(from rev 165271, amarok/trunk/contextviewfix.patch)
  amarok/repos/extra-x86_64/toolbarfix.patch
(from rev 165271, amarok/trunk/toolbarfix.patch)
Deleted:
  amarok/repos/extra-i686/PKGBUILD
  amarok/repos/extra-i686/amarok-2.5.0-ffmpeg-fixes.patch
  amarok/repos/extra-i686/amarok.install
  amarok/repos/extra-i686/contextviewfix.patch
  amarok/repos/extra-i686/toolbarfix.patch
  amarok/repos/extra-x86_64/PKGBUILD
  amarok/repos/extra-x86_64/amarok-2.5.0-ffmpeg-fixes.patch
  amarok/repos/extra-x86_64/amarok.install
  amarok/repos/extra-x86_64/contextviewfix.patch
  amarok/repos/extra-x86_64/toolbarfix.patch

--+
 extra-i686/PKGBUILD  |   95 ---
 extra-i686/amarok-2.5.0-ffmpeg-fixes.patch   |   38 +++
 extra-i686/amarok.install|   24 ++--
 extra-i686/contextviewfix.patch  |   28 ++---
 extra-i686/toolbarfix.patch  |  122 -
 extra-x86_64/PKGBUILD|   95 ---
 extra-x86_64/amarok-2.5.0-ffmpeg-fixes.patch |   38 +++
 extra-x86_64/amarok.install  |   24 ++--
 extra-x86_64/contextviewfix.patch|   28 ++---
 extra-x86_64/toolbarfix.patch|  122 -
 10 files changed, 294 insertions(+), 320 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-14 19:56:07 UTC (rev 165271)
+++ extra-i686/PKGBUILD 2012-08-14 19:57:06 UTC (rev 165272)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=amarok
-replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
-pkgver=2.5.0
-pkgrel=5
-pkgdesc=The powerful music player for KDE
-arch=(i686 x86_64)
-url=http://amarok.kde.org;
-license=('GPL2' 'LGPL2.1' 'FDL')
-depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
-'liblastfm' 'ffmpeg' 'libofa' 'qjson')
-makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
- 'libmygpo-qt')
-optdepends=(libgpod: support for Apple iPod audio devices
-   libmtp: support for portable media devices
-   loudmouth: backend needed by mp3tunes for syncing
-ifuse: support for Apple iPod Touch and iPhone
-libmygpo-qt: gpodder.net Internet Service)
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-   toolbarfix.patch
-   amarok-2.5.0-ffmpeg-fixes.patch
-   contextviewfix.patch)
-sha1sums=('9849900d20225e703c43d242650a8fa211cf15f2'
-  'd22bc6a36a33ea12035ebbb8959d1fdfbb39275f'
-  '61193ccc48e9f99b4856eef27fe7a4aaf465feec'
-  'a95e3bfb177adacc268552ae479dd88b70f5f9e1')
-
-build() {
-  cd ${srcdir}
-
-  patch -Np0 -i ${srcdir}/toolbarfix.patch
-  patch -Np0 -i ${srcdir}/amarok-2.5.0-ffmpeg-fixes.patch
-
-  pushd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/contextviewfix.patch # FS#30448
-  popd
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: amarok/repos/extra-i686/PKGBUILD (from rev 165271, 
amarok/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-14 19:57:06 UTC (rev 165272)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=amarok
+replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=The powerful 

[arch-commits] Commit in cups/trunk (PKGBUILD)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 16:31:05
  Author: andyrtr
Revision: 165273

upgpkg: cups 1.6.1-5

drop dependency on openslp, it's no more supported in cups 1.6.x

Modified:
  cups/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 19:57:06 UTC (rev 165272)
+++ PKGBUILD2012-08-14 20:31:05 UTC (rev 165273)
@@ -4,11 +4,11 @@
 pkgbase=cups
 pkgname=('libcups' 'cups')
 pkgver=1.6.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.cups.org/;
-makedepends=('libtiff=4.0.0' 'libpng=1.5.7' 'acl' 'openslp' 'pam' 
'xdg-utils' 'krb5' 'gnutls=2.8.3' 'cups-filters' 'bc'
+makedepends=('libtiff=4.0.0' 'libpng=1.5.7' 'acl' 'pam' 'xdg-utils' 'krb5' 
'gnutls=2.8.3' 'cups-filters' 'bc'
  'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus-core' 'avahi'  
'hicolor-icon-theme' 'systemd')
 source=(ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
 cups-no-export-ssllibs.patch
@@ -123,7 +123,7 @@
 etc/logrotate.d/cups
 etc/pam.d/cups
 etc/xinetd.d/cups-lpd)
-depends=('acl' 'openslp' 'pam' libcups=${pkgver} 'cups-filters' 'bc' 
'colord' 'libusb' 'dbus-core' 'libsystemd' 'hicolor-icon-theme')
+depends=('acl' 'pam' libcups=${pkgver} 'cups-filters' 'bc' 'colord' 
'libusb' 'dbus-core' 'libsystemd' 'hicolor-icon-theme')
 optdepends=('xdg-utils: xdg .desktop file support')
 
   cd ${srcdir}/${pkgbase}-${pkgver}



[arch-commits] Commit in cups/repos (52 files)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 16:33:11
  Author: andyrtr
Revision: 165274

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  cups/repos/extra-i686/PKGBUILD
(from rev 165273, cups/trunk/PKGBUILD)
  cups/repos/extra-i686/avahi-missing-in-conditionals.patch
(from rev 165273, cups/trunk/avahi-missing-in-conditionals.patch)
  cups/repos/extra-i686/cups
(from rev 165273, cups/trunk/cups)
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
(from rev 165273, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-i686/cups-no-gcrypt.patch
(from rev 165273, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-i686/cups-no-gzip-man.patch
(from rev 165273, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-i686/cups-systemd-socket.patch
(from rev 165273, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-i686/cups.install
(from rev 165273, cups/trunk/cups.install)
  cups/repos/extra-i686/cups.logrotate
(from rev 165273, cups/trunk/cups.logrotate)
  cups/repos/extra-i686/cups.pam
(from rev 165273, cups/trunk/cups.pam)
  cups/repos/extra-i686/cupsd-conf-remove-obsolete-browse-directives.patch
(from rev 165273, 
cups/trunk/cupsd-conf-remove-obsolete-browse-directives.patch)
  cups/repos/extra-i686/recognize-remote-cups-queue-via-dnssd-uri.patch
(from rev 165273, 
cups/trunk/recognize-remote-cups-queue-via-dnssd-uri.patch)
  
cups/repos/extra-i686/usb-backend-reset-after-job-only-for-specific-devices.patch
(from rev 165273, 
cups/trunk/usb-backend-reset-after-job-only-for-specific-devices.patch)
  cups/repos/extra-x86_64/PKGBUILD
(from rev 165273, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/avahi-missing-in-conditionals.patch
(from rev 165273, cups/trunk/avahi-missing-in-conditionals.patch)
  cups/repos/extra-x86_64/cups
(from rev 165273, cups/trunk/cups)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 165273, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
(from rev 165273, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 165273, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 165273, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 165273, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 165273, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 165273, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cupsd-conf-remove-obsolete-browse-directives.patch
(from rev 165273, 
cups/trunk/cupsd-conf-remove-obsolete-browse-directives.patch)
  cups/repos/extra-x86_64/recognize-remote-cups-queue-via-dnssd-uri.patch
(from rev 165273, 
cups/trunk/recognize-remote-cups-queue-via-dnssd-uri.patch)
  
cups/repos/extra-x86_64/usb-backend-reset-after-job-only-for-specific-devices.patch
(from rev 165273, 
cups/trunk/usb-backend-reset-after-job-only-for-specific-devices.patch)
Deleted:
  cups/repos/extra-i686/PKGBUILD
  cups/repos/extra-i686/avahi-missing-in-conditionals.patch
  cups/repos/extra-i686/cups
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
  cups/repos/extra-i686/cups-no-gcrypt.patch
  cups/repos/extra-i686/cups-no-gzip-man.patch
  cups/repos/extra-i686/cups-systemd-socket.patch
  cups/repos/extra-i686/cups.install
  cups/repos/extra-i686/cups.logrotate
  cups/repos/extra-i686/cups.pam
  cups/repos/extra-i686/cupsd-conf-remove-obsolete-browse-directives.patch
  cups/repos/extra-i686/recognize-remote-cups-queue-via-dnssd-uri.patch
  
cups/repos/extra-i686/usb-backend-reset-after-job-only-for-specific-devices.patch
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/avahi-missing-in-conditionals.patch
  cups/repos/extra-x86_64/cups
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cupsd-conf-remove-obsolete-browse-directives.patch
  cups/repos/extra-x86_64/recognize-remote-cups-queue-via-dnssd-uri.patch
  
cups/repos/extra-x86_64/usb-backend-reset-after-job-only-for-specific-devices.patch

--+
 extra-i686/PKGBUILD  |  
348 ++--
 extra-i686/avahi-missing-in-conditionals.patch   |  
236 +-
 extra-i686/cups  |  
136 -
 extra-i686/cups-no-export-ssllibs.patch  |   
24 
 extra-i686/cups-no-gcrypt.patch  |   
76 
 extra-i686/cups-no-gzip-man.patch|   
36 
 

[arch-commits] Commit in calligra/repos (30 files)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 16:37:23
  Author: andyrtr
Revision: 165275

db-move: moved calligra from [staging] to [testing] (i686, x86_64)

Added:
  calligra/repos/testing-i686/
  calligra/repos/testing-i686/PKGBUILD
(from rev 165274, calligra/repos/staging-i686/PKGBUILD)
  calligra/repos/testing-i686/calligra-braindump.install
(from rev 165274, calligra/repos/staging-i686/calligra-braindump.install)
  calligra/repos/testing-i686/calligra-filters.install
(from rev 165274, calligra/repos/staging-i686/calligra-filters.install)
  calligra/repos/testing-i686/calligra-flow.install
(from rev 165274, calligra/repos/staging-i686/calligra-flow.install)
  calligra/repos/testing-i686/calligra-karbon.install
(from rev 165274, calligra/repos/staging-i686/calligra-karbon.install)
  calligra/repos/testing-i686/calligra-kexi.install
(from rev 165274, calligra/repos/staging-i686/calligra-kexi.install)
  calligra/repos/testing-i686/calligra-krita.install
(from rev 165274, calligra/repos/staging-i686/calligra-krita.install)
  calligra/repos/testing-i686/calligra-plan.install
(from rev 165274, calligra/repos/staging-i686/calligra-plan.install)
  calligra/repos/testing-i686/calligra-sheets.install
(from rev 165274, calligra/repos/staging-i686/calligra-sheets.install)
  calligra/repos/testing-i686/calligra-stage.install
(from rev 165274, calligra/repos/staging-i686/calligra-stage.install)
  calligra/repos/testing-i686/calligra-tools.install
(from rev 165274, calligra/repos/staging-i686/calligra-tools.install)
  calligra/repos/testing-i686/calligra-words.install
(from rev 165274, calligra/repos/staging-i686/calligra-words.install)
  calligra/repos/testing-i686/calligra.install
(from rev 165274, calligra/repos/staging-i686/calligra.install)
  calligra/repos/testing-x86_64/
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 165274, calligra/repos/staging-x86_64/PKGBUILD)
  calligra/repos/testing-x86_64/calligra-braindump.install
(from rev 165274, calligra/repos/staging-x86_64/calligra-braindump.install)
  calligra/repos/testing-x86_64/calligra-filters.install
(from rev 165274, calligra/repos/staging-x86_64/calligra-filters.install)
  calligra/repos/testing-x86_64/calligra-flow.install
(from rev 165274, calligra/repos/staging-x86_64/calligra-flow.install)
  calligra/repos/testing-x86_64/calligra-karbon.install
(from rev 165274, calligra/repos/staging-x86_64/calligra-karbon.install)
  calligra/repos/testing-x86_64/calligra-kexi.install
(from rev 165274, calligra/repos/staging-x86_64/calligra-kexi.install)
  calligra/repos/testing-x86_64/calligra-krita.install
(from rev 165274, calligra/repos/staging-x86_64/calligra-krita.install)
  calligra/repos/testing-x86_64/calligra-plan.install
(from rev 165274, calligra/repos/staging-x86_64/calligra-plan.install)
  calligra/repos/testing-x86_64/calligra-sheets.install
(from rev 165274, calligra/repos/staging-x86_64/calligra-sheets.install)
  calligra/repos/testing-x86_64/calligra-stage.install
(from rev 165274, calligra/repos/staging-x86_64/calligra-stage.install)
  calligra/repos/testing-x86_64/calligra-tools.install
(from rev 165274, calligra/repos/staging-x86_64/calligra-tools.install)
  calligra/repos/testing-x86_64/calligra-words.install
(from rev 165274, calligra/repos/staging-x86_64/calligra-words.install)
  calligra/repos/testing-x86_64/calligra.install
(from rev 165274, calligra/repos/staging-x86_64/calligra.install)
Deleted:
  calligra/repos/staging-i686/
  calligra/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |  253 
 testing-i686/calligra-braindump.install   |   12 +
 testing-i686/calligra-filters.install |   11 +
 testing-i686/calligra-flow.install|   12 +
 testing-i686/calligra-karbon.install  |   12 +
 testing-i686/calligra-kexi.install|   11 +
 testing-i686/calligra-krita.install   |   13 +
 testing-i686/calligra-plan.install|   12 +
 testing-i686/calligra-sheets.install  |   12 +
 testing-i686/calligra-stage.install   |   12 +
 testing-i686/calligra-tools.install   |   12 +
 testing-i686/calligra-words.install   |   12 +
 testing-i686/calligra.install |   11 +
 testing-x86_64/PKGBUILD   |  253 
 testing-x86_64/calligra-braindump.install |   12 +
 testing-x86_64/calligra-filters.install   |   11 +
 testing-x86_64/calligra-flow.install  |   12 +
 testing-x86_64/calligra-karbon.install|   12 +
 testing-x86_64/calligra-kexi.install  |   11 +
 testing-x86_64/calligra-krita.install |   13 +
 testing-x86_64/calligra-plan.install  |   12 +
 testing-x86_64/calligra-sheets.install|   12 +
 testing-x86_64/calligra-stage.install |   12 +
 testing-x86_64/calligra-tools.install |   12 +
 testing-x86_64/calligra-words.install |   12 +
 

[arch-commits] Commit in cups-filters/repos (6 files)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 16:37:27
  Author: andyrtr
Revision: 165276

db-move: moved cups-filters from [staging] to [testing] (i686, x86_64)

Added:
  cups-filters/repos/testing-i686/
  cups-filters/repos/testing-i686/PKGBUILD
(from rev 165274, cups-filters/repos/staging-i686/PKGBUILD)
  cups-filters/repos/testing-x86_64/
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 165274, cups-filters/repos/staging-x86_64/PKGBUILD)
Deleted:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 165274, 
cups-filters/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-14 20:37:27 UTC (rev 165276)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.20
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.20.3')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=('fc1d2b8cb5b0513224d7e2b01f900704')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+}

Copied: cups-filters/repos/testing-x86_64/PKGBUILD (from rev 165274, 
cups-filters/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-14 20:37:27 UTC (rev 165276)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.20
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.20.3')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=('fc1d2b8cb5b0513224d7e2b01f900704')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+}



[arch-commits] Commit in inkscape/repos (12 files)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 16:37:37
  Author: andyrtr
Revision: 165277

db-move: moved inkscape from [staging] to [testing] (i686, x86_64)

Added:
  inkscape/repos/testing-i686/
  inkscape/repos/testing-i686/PKGBUILD
(from rev 165274, inkscape/repos/staging-i686/PKGBUILD)
  inkscape/repos/testing-i686/install
(from rev 165274, inkscape/repos/staging-i686/install)
  inkscape/repos/testing-i686/libpng15.patch
(from rev 165274, inkscape/repos/staging-i686/libpng15.patch)
  inkscape/repos/testing-i686/poppler20.patch
(from rev 165274, inkscape/repos/staging-i686/poppler20.patch)
  inkscape/repos/testing-x86_64/
  inkscape/repos/testing-x86_64/PKGBUILD
(from rev 165274, inkscape/repos/staging-x86_64/PKGBUILD)
  inkscape/repos/testing-x86_64/install
(from rev 165274, inkscape/repos/staging-x86_64/install)
  inkscape/repos/testing-x86_64/libpng15.patch
(from rev 165274, inkscape/repos/staging-x86_64/libpng15.patch)
  inkscape/repos/testing-x86_64/poppler20.patch
(from rev 165274, inkscape/repos/staging-x86_64/poppler20.patch)
Deleted:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   59 +++
 testing-i686/install   |   13 
 testing-i686/libpng15.patch|   40 ++
 testing-i686/poppler20.patch   |  642 +++
 testing-x86_64/PKGBUILD|   59 +++
 testing-x86_64/install |   13 
 testing-x86_64/libpng15.patch  |   40 ++
 testing-x86_64/poppler20.patch |  642 +++
 8 files changed, 1508 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 165276:165277 to see the changes.


[arch-commits] Commit in libreoffice/repos (30 files)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 16:38:05
  Author: andyrtr
Revision: 165278

db-move: moved libreoffice from [staging] to [testing] (i686, x86_64)

Added:
  libreoffice/repos/testing-i686/
  libreoffice/repos/testing-i686/PKGBUILD
(from rev 165274, libreoffice/repos/staging-i686/PKGBUILD)
  libreoffice/repos/testing-i686/PKGBUILD.36
(from rev 165274, libreoffice/repos/staging-i686/PKGBUILD.36)
  libreoffice/repos/testing-i686/buildfix.diff
(from rev 165274, libreoffice/repos/staging-i686/buildfix.diff)
  libreoffice/repos/testing-i686/buildfix_icu49.diff
(from rev 165274, libreoffice/repos/staging-i686/buildfix_icu49.diff)
  libreoffice/repos/testing-i686/fix_broken_hebrew_wordwrapping.diff
(from rev 165274, 
libreoffice/repos/staging-i686/fix_broken_hebrew_wordwrapping.diff)
  libreoffice/repos/testing-i686/libreoffice-base.install
(from rev 165274, libreoffice/repos/staging-i686/libreoffice-base.install)
  libreoffice/repos/testing-i686/libreoffice-calc.install
(from rev 165274, libreoffice/repos/staging-i686/libreoffice-calc.install)
  libreoffice/repos/testing-i686/libreoffice-common.csh
(from rev 165274, libreoffice/repos/staging-i686/libreoffice-common.csh)
  libreoffice/repos/testing-i686/libreoffice-common.install
(from rev 165274, libreoffice/repos/staging-i686/libreoffice-common.install)
  libreoffice/repos/testing-i686/libreoffice-common.sh
(from rev 165274, libreoffice/repos/staging-i686/libreoffice-common.sh)
  libreoffice/repos/testing-i686/libreoffice-draw.install
(from rev 165274, libreoffice/repos/staging-i686/libreoffice-draw.install)
  libreoffice/repos/testing-i686/libreoffice-impress.install
(from rev 165274, 
libreoffice/repos/staging-i686/libreoffice-impress.install)
  libreoffice/repos/testing-i686/libreoffice-writer.install
(from rev 165274, libreoffice/repos/staging-i686/libreoffice-writer.install)
  libreoffice/repos/testing-x86_64/
  libreoffice/repos/testing-x86_64/PKGBUILD
(from rev 165274, libreoffice/repos/staging-x86_64/PKGBUILD)
  libreoffice/repos/testing-x86_64/PKGBUILD.36
(from rev 165274, libreoffice/repos/staging-x86_64/PKGBUILD.36)
  libreoffice/repos/testing-x86_64/buildfix.diff
(from rev 165274, libreoffice/repos/staging-x86_64/buildfix.diff)
  libreoffice/repos/testing-x86_64/buildfix_icu49.diff
(from rev 165274, libreoffice/repos/staging-x86_64/buildfix_icu49.diff)
  libreoffice/repos/testing-x86_64/fix_broken_hebrew_wordwrapping.diff
(from rev 165274, 
libreoffice/repos/staging-x86_64/fix_broken_hebrew_wordwrapping.diff)
  libreoffice/repos/testing-x86_64/libreoffice-base.install
(from rev 165274, libreoffice/repos/staging-x86_64/libreoffice-base.install)
  libreoffice/repos/testing-x86_64/libreoffice-calc.install
(from rev 165274, libreoffice/repos/staging-x86_64/libreoffice-calc.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.csh
(from rev 165274, libreoffice/repos/staging-x86_64/libreoffice-common.csh)
  libreoffice/repos/testing-x86_64/libreoffice-common.install
(from rev 165274, 
libreoffice/repos/staging-x86_64/libreoffice-common.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.sh
(from rev 165274, libreoffice/repos/staging-x86_64/libreoffice-common.sh)
  libreoffice/repos/testing-x86_64/libreoffice-draw.install
(from rev 165274, libreoffice/repos/staging-x86_64/libreoffice-draw.install)
  libreoffice/repos/testing-x86_64/libreoffice-impress.install
(from rev 165274, 
libreoffice/repos/staging-x86_64/libreoffice-impress.install)
  libreoffice/repos/testing-x86_64/libreoffice-writer.install
(from rev 165274, 
libreoffice/repos/staging-x86_64/libreoffice-writer.install)
Deleted:
  libreoffice/repos/staging-i686/
  libreoffice/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |  718 +++
 testing-i686/PKGBUILD.36   |  715 ++
 testing-i686/buildfix.diff |   12 
 testing-i686/buildfix_icu49.diff   |   42 +
 testing-i686/fix_broken_hebrew_wordwrapping.diff   |  360 +
 testing-i686/libreoffice-base.install  |   11 
 testing-i686/libreoffice-calc.install  |   11 
 testing-i686/libreoffice-common.csh|1 
 testing-i686/libreoffice-common.install|   47 +
 testing-i686/libreoffice-common.sh |1 
 testing-i686/libreoffice-draw.install  |   11 
 testing-i686/libreoffice-impress.install   |   11 
 testing-i686/libreoffice-writer.install|   11 
 testing-x86_64/PKGBUILD|  718 +++
 testing-x86_64/PKGBUILD.36 |  715 ++
 testing-x86_64/buildfix.diff   |   12 
 testing-x86_64/buildfix_icu49.diff |   42 +
 

[arch-commits] Commit in poppler/repos (6 files)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 16:38:09
  Author: andyrtr
Revision: 165279

db-move: moved poppler from [staging] to [testing] (i686, x86_64)

Added:
  poppler/repos/testing-i686/
  poppler/repos/testing-i686/PKGBUILD
(from rev 165274, poppler/repos/staging-i686/PKGBUILD)
  poppler/repos/testing-x86_64/
  poppler/repos/testing-x86_64/PKGBUILD
(from rev 165274, poppler/repos/staging-x86_64/PKGBUILD)
Deleted:
  poppler/repos/staging-i686/
  poppler/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   80 ++
 testing-x86_64/PKGBUILD |   80 ++
 2 files changed, 160 insertions(+)

Copied: poppler/repos/testing-i686/PKGBUILD (from rev 165274, 
poppler/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-14 20:38:09 UTC (rev 165279)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.20.3
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('28c40266f374e1960a7bcead17d39f96'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc=PDF rendering library based on xpdf 3.0
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms' 
'poppler-data')
+  conflicts=(poppler-qt3${pkgver})
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc=Poppler glib bindings
+  depends=(poppler=${pkgver} 'glib2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/glib
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-glib.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+  rm -f ${pkgdir}/usr/bin/poppler-glib-demo
+}
+
+package_poppler-qt() {
+  pkgdesc=Poppler Qt bindings
+  depends=(poppler=${pkgver} 'qt')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/qt4
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-qt4.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}

Copied: poppler/repos/testing-x86_64/PKGBUILD (from rev 165274, 
poppler/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-14 20:38:09 UTC (rev 165279)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.20.3
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('28c40266f374e1960a7bcead17d39f96'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd 

[arch-commits] Commit in texlive-bin/repos (18 files)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 16:38:24
  Author: andyrtr
Revision: 165280

db-move: moved texlive-bin from [staging] to [testing] (i686, x86_64)

Added:
  texlive-bin/repos/testing-i686/
  texlive-bin/repos/testing-i686/09-texlive-fonts.conf
(from rev 165274, texlive-bin/repos/staging-i686/09-texlive-fonts.conf)
  texlive-bin/repos/testing-i686/PKGBUILD
(from rev 165274, texlive-bin/repos/staging-i686/PKGBUILD)
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
(from rev 165274, 
texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-i686/luatex-r4449-radical-rule-thickness.patch
(from rev 165274, 
texlive-bin/repos/staging-i686/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/testing-i686/poppler-0.20.patch
(from rev 165274, texlive-bin/repos/staging-i686/poppler-0.20.patch)
  texlive-bin/repos/testing-i686/texlive.install
(from rev 165274, texlive-bin/repos/staging-i686/texlive.install)
  texlive-bin/repos/testing-i686/texmf.cnf
(from rev 165274, texlive-bin/repos/staging-i686/texmf.cnf)
  texlive-bin/repos/testing-x86_64/
  texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf
(from rev 165274, texlive-bin/repos/staging-x86_64/09-texlive-fonts.conf)
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 165274, texlive-bin/repos/staging-x86_64/PKGBUILD)
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
(from rev 165274, 
texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-x86_64/luatex-r4449-radical-rule-thickness.patch
(from rev 165274, 
texlive-bin/repos/staging-x86_64/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/testing-x86_64/poppler-0.20.patch
(from rev 165274, texlive-bin/repos/staging-x86_64/poppler-0.20.patch)
  texlive-bin/repos/testing-x86_64/texlive.install
(from rev 165274, texlive-bin/repos/staging-x86_64/texlive.install)
  texlive-bin/repos/testing-x86_64/texmf.cnf
(from rev 165274, texlive-bin/repos/staging-x86_64/texmf.cnf)
Deleted:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-x86_64/

--+
 testing-i686/09-texlive-fonts.conf   |9 
 testing-i686/PKGBUILD|  311 +
 testing-i686/fix-fontforge-encoding.patch|   12 
 testing-i686/luatex-r4449-radical-rule-thickness.patch   |   23 
 testing-i686/poppler-0.20.patch  |   22 
 testing-i686/texlive.install |   43 
 testing-i686/texmf.cnf   |  724 +
 testing-x86_64/09-texlive-fonts.conf |9 
 testing-x86_64/PKGBUILD  |  311 +
 testing-x86_64/fix-fontforge-encoding.patch  |   12 
 testing-x86_64/luatex-r4449-radical-rule-thickness.patch |   23 
 testing-x86_64/poppler-0.20.patch|   22 
 testing-x86_64/texlive.install   |   43 
 testing-x86_64/texmf.cnf |  724 +
 14 files changed, 2288 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 165279:165280 to see the changes.


[arch-commits] Commit in libdrm/repos (16 files)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 16:41:57
  Author: andyrtr
Revision: 165281

db-move: moved libdrm from [testing] to [extra] (i686, x86_64)

Added:
  libdrm/repos/extra-i686/COPYING
(from rev 165280, libdrm/repos/testing-i686/COPYING)
  libdrm/repos/extra-i686/PKGBUILD
(from rev 165280, libdrm/repos/testing-i686/PKGBUILD)
  libdrm/repos/extra-i686/no-pthread-stubs.patch
(from rev 165280, libdrm/repos/testing-i686/no-pthread-stubs.patch)
  libdrm/repos/extra-x86_64/COPYING
(from rev 165280, libdrm/repos/testing-x86_64/COPYING)
  libdrm/repos/extra-x86_64/PKGBUILD
(from rev 165280, libdrm/repos/testing-x86_64/PKGBUILD)
  libdrm/repos/extra-x86_64/no-pthread-stubs.patch
(from rev 165280, libdrm/repos/testing-x86_64/no-pthread-stubs.patch)
Deleted:
  libdrm/repos/extra-i686/COPYING
  libdrm/repos/extra-i686/PKGBUILD
  libdrm/repos/extra-i686/git_fixes.diff
  libdrm/repos/extra-i686/no-pthread-stubs.patch
  libdrm/repos/extra-x86_64/COPYING
  libdrm/repos/extra-x86_64/PKGBUILD
  libdrm/repos/extra-x86_64/git_fixes.diff
  libdrm/repos/extra-x86_64/no-pthread-stubs.patch
  libdrm/repos/testing-i686/
  libdrm/repos/testing-x86_64/

-+
 extra-i686/COPYING  |   96 +++
 extra-i686/PKGBUILD |   88 ++---
 extra-i686/git_fixes.diff   |   13 ---
 extra-i686/no-pthread-stubs.patch   |  140 +-
 extra-x86_64/COPYING|   96 +++
 extra-x86_64/PKGBUILD   |   88 ++---
 extra-x86_64/git_fixes.diff |   13 ---
 extra-x86_64/no-pthread-stubs.patch |  140 +-
 8 files changed, 324 insertions(+), 350 deletions(-)

Deleted: extra-i686/COPYING
===
--- extra-i686/COPYING  2012-08-14 20:38:24 UTC (rev 165280)
+++ extra-i686/COPYING  2012-08-14 20:41:57 UTC (rev 165281)
@@ -1,48 +0,0 @@
- Copyright 2005 Adam Jackson.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation on the rights to use, copy, modify, merge,
- publish, distribute, sub license, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-
- Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
- Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
- All Rights Reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
- SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/extra-i686/COPYING (from rev 165280, 
libdrm/repos/testing-i686/COPYING)
===
--- extra-i686/COPYING  (rev 0)
+++ extra-i686/COPYING  2012-08-14 20:41:57 UTC (rev 165281)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without 

[arch-commits] Commit in iptables/repos (66 files)

2012-08-14 Thread Ronald van Haren
Date: Tuesday, August 14, 2012 @ 16:43:06
  Author: ronald
Revision: 165282

db-move: moved iptables from [testing] to [core] (i686, x86_64)

Added:
  iptables/repos/core-i686/0503-extension_cppflags.patch
(from rev 165281, iptables/repos/testing-i686/0503-extension_cppflags.patch)
  iptables/repos/core-i686/PKGBUILD
(from rev 165281, iptables/repos/testing-i686/PKGBUILD)
  iptables/repos/core-i686/empty-filter.rules
(from rev 165281, iptables/repos/testing-i686/empty-filter.rules)
  iptables/repos/core-i686/empty-mangle.rules
(from rev 165281, iptables/repos/testing-i686/empty-mangle.rules)
  iptables/repos/core-i686/empty-nat.rules
(from rev 165281, iptables/repos/testing-i686/empty-nat.rules)
  iptables/repos/core-i686/empty-raw.rules
(from rev 165281, iptables/repos/testing-i686/empty-raw.rules)
  iptables/repos/core-i686/empty-security.rules
(from rev 165281, iptables/repos/testing-i686/empty-security.rules)
  iptables/repos/core-i686/empty.rules
(from rev 165281, iptables/repos/testing-i686/empty.rules)
  iptables/repos/core-i686/ip6tables
(from rev 165281, iptables/repos/testing-i686/ip6tables)
  iptables/repos/core-i686/ip6tables.service
(from rev 165281, iptables/repos/testing-i686/ip6tables.service)
  iptables/repos/core-i686/iptables
(from rev 165281, iptables/repos/testing-i686/iptables)
  iptables/repos/core-i686/iptables-1.4.12-fixresore.patch
(from rev 165281, 
iptables/repos/testing-i686/iptables-1.4.12-fixresore.patch)
  iptables/repos/core-i686/iptables-flush
(from rev 165281, iptables/repos/testing-i686/iptables-flush)
  iptables/repos/core-i686/iptables.conf.d
(from rev 165281, iptables/repos/testing-i686/iptables.conf.d)
  iptables/repos/core-i686/iptables.service
(from rev 165281, iptables/repos/testing-i686/iptables.service)
  iptables/repos/core-i686/simple_firewall.rules
(from rev 165281, iptables/repos/testing-i686/simple_firewall.rules)
  iptables/repos/core-x86_64/0503-extension_cppflags.patch
(from rev 165281, 
iptables/repos/testing-x86_64/0503-extension_cppflags.patch)
  iptables/repos/core-x86_64/PKGBUILD
(from rev 165281, iptables/repos/testing-x86_64/PKGBUILD)
  iptables/repos/core-x86_64/empty-filter.rules
(from rev 165281, iptables/repos/testing-x86_64/empty-filter.rules)
  iptables/repos/core-x86_64/empty-mangle.rules
(from rev 165281, iptables/repos/testing-x86_64/empty-mangle.rules)
  iptables/repos/core-x86_64/empty-nat.rules
(from rev 165281, iptables/repos/testing-x86_64/empty-nat.rules)
  iptables/repos/core-x86_64/empty-raw.rules
(from rev 165281, iptables/repos/testing-x86_64/empty-raw.rules)
  iptables/repos/core-x86_64/empty-security.rules
(from rev 165281, iptables/repos/testing-x86_64/empty-security.rules)
  iptables/repos/core-x86_64/empty.rules
(from rev 165281, iptables/repos/testing-x86_64/empty.rules)
  iptables/repos/core-x86_64/ip6tables
(from rev 165281, iptables/repos/testing-x86_64/ip6tables)
  iptables/repos/core-x86_64/ip6tables.service
(from rev 165281, iptables/repos/testing-x86_64/ip6tables.service)
  iptables/repos/core-x86_64/iptables
(from rev 165281, iptables/repos/testing-x86_64/iptables)
  iptables/repos/core-x86_64/iptables-1.4.12-fixresore.patch
(from rev 165281, 
iptables/repos/testing-x86_64/iptables-1.4.12-fixresore.patch)
  iptables/repos/core-x86_64/iptables-flush
(from rev 165281, iptables/repos/testing-x86_64/iptables-flush)
  iptables/repos/core-x86_64/iptables.conf.d
(from rev 165281, iptables/repos/testing-x86_64/iptables.conf.d)
  iptables/repos/core-x86_64/iptables.service
(from rev 165281, iptables/repos/testing-x86_64/iptables.service)
  iptables/repos/core-x86_64/simple_firewall.rules
(from rev 165281, iptables/repos/testing-x86_64/simple_firewall.rules)
Deleted:
  iptables/repos/core-i686/0503-extension_cppflags.patch
  iptables/repos/core-i686/PKGBUILD
  iptables/repos/core-i686/empty-filter.rules
  iptables/repos/core-i686/empty-mangle.rules
  iptables/repos/core-i686/empty-nat.rules
  iptables/repos/core-i686/empty-raw.rules
  iptables/repos/core-i686/empty-security.rules
  iptables/repos/core-i686/empty.rules
  iptables/repos/core-i686/ip6tables
  iptables/repos/core-i686/ip6tables.service
  iptables/repos/core-i686/iptables
  iptables/repos/core-i686/iptables-1.4.12-fixresore.patch
  iptables/repos/core-i686/iptables-flush
  iptables/repos/core-i686/iptables.conf.d
  iptables/repos/core-i686/iptables.service
  iptables/repos/core-i686/simple_firewall.rules
  iptables/repos/core-x86_64/0503-extension_cppflags.patch
  iptables/repos/core-x86_64/PKGBUILD
  iptables/repos/core-x86_64/empty-filter.rules
  iptables/repos/core-x86_64/empty-mangle.rules
  iptables/repos/core-x86_64/empty-nat.rules
  iptables/repos/core-x86_64/empty-raw.rules
  iptables/repos/core-x86_64/empty-security.rules
  iptables/repos/core-x86_64/empty.rules
  iptables/repos/core-x86_64/ip6tables
  

[arch-commits] Commit in dhcpcd/repos (24 files)

2012-08-14 Thread Ronald van Haren
Date: Tuesday, August 14, 2012 @ 16:43:47
  Author: ronald
Revision: 165283

db-move: moved dhcpcd from [testing] to [core] (i686, x86_64)

Added:
  dhcpcd/repos/core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 165282, 
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/core-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 165282, 
dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/core-i686/PKGBUILD
(from rev 165282, dhcpcd/repos/testing-i686/PKGBUILD)
  dhcpcd/repos/core-i686/dhcpcd.conf.d
(from rev 165282, dhcpcd/repos/testing-i686/dhcpcd.conf.d)
  dhcpcd/repos/core-i686/dhcpcd.service
(from rev 165282, dhcpcd/repos/testing-i686/dhcpcd.service)
  dhcpcd/repos/core-i686/remove_ifconfig.patch
(from rev 165282, dhcpcd/repos/testing-i686/remove_ifconfig.patch)
  dhcpcd/repos/core-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 165282, 
dhcpcd/repos/testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/core-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 165282, 
dhcpcd/repos/testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/core-x86_64/PKGBUILD
(from rev 165282, dhcpcd/repos/testing-x86_64/PKGBUILD)
  dhcpcd/repos/core-x86_64/dhcpcd.conf.d
(from rev 165282, dhcpcd/repos/testing-x86_64/dhcpcd.conf.d)
  dhcpcd/repos/core-x86_64/dhcpcd.service
(from rev 165282, dhcpcd/repos/testing-x86_64/dhcpcd.service)
  dhcpcd/repos/core-x86_64/remove_ifconfig.patch
(from rev 165282, dhcpcd/repos/testing-x86_64/remove_ifconfig.patch)
Deleted:
  dhcpcd/repos/core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
  dhcpcd/repos/core-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
  dhcpcd/repos/core-i686/PKGBUILD
  dhcpcd/repos/core-i686/dhcpcd.conf.d
  dhcpcd/repos/core-i686/remove_ifconfig.patch
  dhcpcd/repos/core-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
  dhcpcd/repos/core-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
  dhcpcd/repos/core-x86_64/PKGBUILD
  dhcpcd/repos/core-x86_64/dhcpcd.conf.d
  dhcpcd/repos/core-x86_64/remove_ifconfig.patch
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-x86_64/

---+
 core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch   |   66 ++---
 core-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch   |  122 
+-
 core-i686/PKGBUILD|  106 

 core-i686/dhcpcd.conf.d   |   12 
 core-i686/dhcpcd.service  |   13 +
 core-i686/remove_ifconfig.patch   |   40 +--
 core-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch |   66 ++---
 core-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch |  122 
+-
 core-x86_64/PKGBUILD  |  106 

 core-x86_64/dhcpcd.conf.d |   12 
 core-x86_64/dhcpcd.service|   13 +
 core-x86_64/remove_ifconfig.patch |   40 +--
 12 files changed, 376 insertions(+), 342 deletions(-)

Deleted: core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
===
--- core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
2012-08-14 20:43:06 UTC (rev 165282)
+++ core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
2012-08-14 20:43:47 UTC (rev 165283)
@@ -1,33 +0,0 @@
-From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
-From: Dan McGee d...@archlinux.org
-Date: Sun, 19 Jun 2011 16:04:25 -0500
-Subject: [PATCH] Set hostname via /proc if file is available
-
-On Linux, the hostname can be set via this file if available, precluding
-the need for a `hostname` binary.
-
-Signed-off-by: Dan McGee d...@archlinux.org

- dhcpcd-hooks/30-hostname |6 +-
- 1 files changed, 5 insertions(+), 1 deletions(-)
-
-diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
-index 65d1a13..af94262 100644
 a/dhcpcd-hooks/30-hostname
-+++ b/dhcpcd-hooks/30-hostname
-@@ -21,7 +21,11 @@ need_hostname()
- try_hostname()
- {
-   if valid_domainname $1; then
--  hostname $1
-+  if [ -w /proc/sys/kernel/hostname ]; then
-+  echo $1  /proc/sys/kernel/hostname
-+  else
-+  hostname $1
-+  fi
-   else
-   syslog err Invalid hostname: $1
-   fi
--- 
-1.7.5.4
-

Copied: 
dhcpcd/repos/core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
(from rev 165282, 

[arch-commits] Commit in e2fsprogs/repos (18 files)

2012-08-14 Thread Ronald van Haren
Date: Tuesday, August 14, 2012 @ 16:43:58
  Author: ronald
Revision: 165284

db-move: moved e2fsprogs from [testing] to [core] (i686, x86_64)

Added:
  e2fsprogs/repos/core-i686/MIT-LICENSE
(from rev 165282, e2fsprogs/repos/testing-i686/MIT-LICENSE)
  e2fsprogs/repos/core-i686/PKGBUILD
(from rev 165282, e2fsprogs/repos/testing-i686/PKGBUILD)
  e2fsprogs/repos/core-i686/e2fsprogs.install
(from rev 165282, e2fsprogs/repos/testing-i686/e2fsprogs.install)
  e2fsprogs/repos/core-i686/mke2fs.conf
(from rev 165282, e2fsprogs/repos/testing-i686/mke2fs.conf)
  e2fsprogs/repos/core-x86_64/MIT-LICENSE
(from rev 165282, e2fsprogs/repos/testing-x86_64/MIT-LICENSE)
  e2fsprogs/repos/core-x86_64/PKGBUILD
(from rev 165282, e2fsprogs/repos/testing-x86_64/PKGBUILD)
  e2fsprogs/repos/core-x86_64/e2fsprogs.install
(from rev 165282, e2fsprogs/repos/testing-x86_64/e2fsprogs.install)
  e2fsprogs/repos/core-x86_64/mke2fs.conf
(from rev 165282, e2fsprogs/repos/testing-x86_64/mke2fs.conf)
Deleted:
  e2fsprogs/repos/core-i686/MIT-LICENSE
  e2fsprogs/repos/core-i686/PKGBUILD
  e2fsprogs/repos/core-i686/e2fsprogs.install
  e2fsprogs/repos/core-i686/mke2fs.conf
  e2fsprogs/repos/core-x86_64/MIT-LICENSE
  e2fsprogs/repos/core-x86_64/PKGBUILD
  e2fsprogs/repos/core-x86_64/e2fsprogs.install
  e2fsprogs/repos/core-x86_64/mke2fs.conf
  e2fsprogs/repos/testing-i686/
  e2fsprogs/repos/testing-x86_64/

---+
 core-i686/MIT-LICENSE |   50 ++--
 core-i686/PKGBUILD|   96 
 core-i686/e2fsprogs.install   |   40 
 core-i686/mke2fs.conf |   52 ++---
 core-x86_64/MIT-LICENSE   |   50 ++--
 core-x86_64/PKGBUILD  |   96 
 core-x86_64/e2fsprogs.install |   40 
 core-x86_64/mke2fs.conf   |   52 ++---
 8 files changed, 238 insertions(+), 238 deletions(-)

Deleted: core-i686/MIT-LICENSE
===
--- core-i686/MIT-LICENSE   2012-08-14 20:43:47 UTC (rev 165283)
+++ core-i686/MIT-LICENSE   2012-08-14 20:43:58 UTC (rev 165284)
@@ -1,25 +0,0 @@
-Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
-Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
-Copyright (c) 2001 Alcove http://www.alcove.com/
-Copyright (c) 1997 Klee Dienes
-Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject
-to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
-KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
-IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: e2fsprogs/repos/core-i686/MIT-LICENSE (from rev 165282, 
e2fsprogs/repos/testing-i686/MIT-LICENSE)
===
--- core-i686/MIT-LICENSE   (rev 0)
+++ core-i686/MIT-LICENSE   2012-08-14 20:43:58 UTC (rev 165284)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
+Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
+Copyright (c) 2001 Alcove http://www.alcove.com/
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES 

[arch-commits] Commit in net-tools/repos (24 files)

2012-08-14 Thread Ronald van Haren
Date: Tuesday, August 14, 2012 @ 16:44:40
  Author: ronald
Revision: 165285

db-move: moved net-tools from [testing] to [core] (i686, x86_64)

Added:
  net-tools/repos/core-i686/Makefile.patch
(from rev 165284, net-tools/repos/testing-i686/Makefile.patch)
  net-tools/repos/core-i686/PKGBUILD
(from rev 165284, net-tools/repos/testing-i686/PKGBUILD)
  net-tools/repos/core-i686/net-tools.install
(from rev 165284, net-tools/repos/testing-i686/net-tools.install)
  net-tools/repos/core-x86_64/Makefile.patch
(from rev 165284, net-tools/repos/testing-x86_64/Makefile.patch)
  net-tools/repos/core-x86_64/PKGBUILD
(from rev 165284, net-tools/repos/testing-x86_64/PKGBUILD)
  net-tools/repos/core-x86_64/net-tools.install
(from rev 165284, net-tools/repos/testing-x86_64/net-tools.install)
Deleted:
  net-tools/repos/core-i686/PKGBUILD
  net-tools/repos/core-i686/gcc340.patch
  net-tools/repos/core-i686/net-tools-1.60-2.6-compilefix.patch
  net-tools/repos/core-i686/net-tools-1.60-miiioctl.patch
  net-tools/repos/core-i686/net-tools-1.60-nameif.patch
  net-tools/repos/core-i686/net-tools-1.60-nameif_strncpy.patch
  net-tools/repos/core-i686/net-tools.install
  net-tools/repos/core-i686/net-tools.patch
  net-tools/repos/core-x86_64/PKGBUILD
  net-tools/repos/core-x86_64/gcc340.patch
  net-tools/repos/core-x86_64/net-tools-1.60-2.6-compilefix.patch
  net-tools/repos/core-x86_64/net-tools-1.60-miiioctl.patch
  net-tools/repos/core-x86_64/net-tools-1.60-nameif.patch
  net-tools/repos/core-x86_64/net-tools-1.60-nameif_strncpy.patch
  net-tools/repos/core-x86_64/net-tools.install
  net-tools/repos/core-x86_64/net-tools.patch
  net-tools/repos/testing-i686/
  net-tools/repos/testing-x86_64/

-+
 core-i686/Makefile.patch|   17 
 core-i686/PKGBUILD  |   82 ++
 core-i686/gcc340.patch  |   46 
 core-i686/net-tools-1.60-2.6-compilefix.patch   |   23 --
 core-i686/net-tools-1.60-miiioctl.patch |   17 
 core-i686/net-tools-1.60-nameif.patch   |   58 ---
 core-i686/net-tools-1.60-nameif_strncpy.patch   |   13 ---
 core-i686/net-tools.install |   24 +++---
 core-i686/net-tools.patch   |   30 
 core-x86_64/Makefile.patch  |   17 
 core-x86_64/PKGBUILD|   82 ++
 core-x86_64/gcc340.patch|   46 
 core-x86_64/net-tools-1.60-2.6-compilefix.patch |   23 --
 core-x86_64/net-tools-1.60-miiioctl.patch   |   17 
 core-x86_64/net-tools-1.60-nameif.patch |   58 ---
 core-x86_64/net-tools-1.60-nameif_strncpy.patch |   13 ---
 core-x86_64/net-tools.install   |   24 +++---
 core-x86_64/net-tools.patch |   30 
 18 files changed, 136 insertions(+), 484 deletions(-)

Copied: net-tools/repos/core-i686/Makefile.patch (from rev 165284, 
net-tools/repos/testing-i686/Makefile.patch)
===
--- core-i686/Makefile.patch(rev 0)
+++ core-i686/Makefile.patch2012-08-14 20:44:40 UTC (rev 165285)
@@ -0,0 +1,17 @@
+--- Makefile.old   2012-08-07 22:07:58.235437087 +0200
 Makefile   2012-08-07 22:10:21.192104345 +0200
+@@ -239,12 +239,12 @@
+   install -m 0755 -d ${BASEDIR}/bin
+   install -m 0755 arp${BASEDIR}/sbin
+   install -m 0755 hostname   ${BASEDIR}/bin
+-  install -m 0755 ifconfig   ${BASEDIR}/bin
++  install -m 0755 ifconfig   ${BASEDIR}/sbin
+   install -m 0755 nameif ${BASEDIR}/sbin
+   install -m 0755 netstat${BASEDIR}/bin
+   install -m 0755 plipconfig $(BASEDIR)/sbin
+   install -m 0755 rarp   ${BASEDIR}/sbin
+-  install -m 0755 route  ${BASEDIR}/bin
++  install -m 0755 route  ${BASEDIR}/sbin
+   install -m 0755 slattach   $(BASEDIR)/sbin
+ ifeq ($(HAVE_IP_TOOLS),1)
+   install -m 0755 ipmaddr$(BASEDIR)/sbin

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-08-14 20:43:58 UTC (rev 165284)
+++ core-i686/PKGBUILD  2012-08-14 20:44:40 UTC (rev 165285)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=net-tools
-pkgver=1.60.20110819cvs
-pkgrel=3
-pkgdesc=Configuration tools for Linux networking
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://www.tazenda.demon.co.uk/phil/net-tools;
-depends=('glibc')
-
-# http://www.tazenda.demon.co.uk/phil/$pkgname/$pkgname-$pkgver.tar.bz2
-# use cvs checkout instead
-source=(ftp://ftp.archlinux.org/other/net-tools/net-tools-1.60.20110819cvs.tar.bz2
-  net-tools-1.60-miiioctl.patch
-  net-tools-1.60-nameif_strncpy.patch)
-options=(!makeflags)

[arch-commits] Commit in man-pages/trunk (PKGBUILD)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 17:11:27
  Author: andyrtr
Revision: 165286

upgpkg: man-pages 3.42-1

upstream update 3.42

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 20:44:40 UTC (rev 165285)
+++ PKGBUILD2012-08-14 21:11:27 UTC (rev 165286)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.41
+pkgver=3.42
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('7395d284fa1b9e112006d736865781b0'
+md5sums=('2392bb23db94f344f493c4beca41398f'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 17:11:50
  Author: andyrtr
Revision: 165287

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 165286, man-pages/trunk/PKGBUILD)

--+
 PKGBUILD |   48 
 1 file changed, 48 insertions(+)

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 165286, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-08-14 21:11:50 UTC (rev 165287)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.42
+_posixver=2003-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+md5sums=('2392bb23db94f344f493c4beca41398f'
+ '7c78aff03c0a6767ba483d34f19e4b09')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils || return 1
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+}



[arch-commits] Commit in chromium/trunk (PKGBUILD)

2012-08-14 Thread Evangelos Foutras
Date: Tuesday, August 14, 2012 @ 18:37:01
  Author: foutrelis
Revision: 165288

upgpkg: chromium 21.0.1180.79-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 21:11:50 UTC (rev 165287)
+++ PKGBUILD2012-08-14 22:37:01 UTC (rev 165288)
@@ -9,7 +9,7 @@
 # build time.
 
 pkgname=chromium
-pkgver=21.0.1180.77
+pkgver=21.0.1180.79
 _nacl_sdk=20.0.1132.47
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
@@ -37,7 +37,7 @@
 chromium-20.0.1132.57-bison-2.6-fix.patch
 chromium-21.0.1180.57-fix-crash-in-task-queue.patch
 chromium-ppapi-r0.patch)
-sha256sums=('68b4485ed479602c544a7481367dc367d4ad816c65f4ff8a8927e39b10e9dc8d'
+sha256sums=('880971f3958fc586be5ed8ddaa3a8308731c1ae84c3623d9c5fe0ab057bc4ccb'
 'ac371e9e8312f01856e892b29c788acfa03cbb79aaabe0b5a3ae0cd2f8399a91'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'



[arch-commits] Commit in chromium/repos (36 files)

2012-08-14 Thread Evangelos Foutras
Date: Tuesday, August 14, 2012 @ 18:38:04
  Author: foutrelis
Revision: 165289

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 165288, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-20.0.1132.57-bison-2.6-fix.patch
(from rev 165288, chromium/trunk/chromium-20.0.1132.57-bison-2.6-fix.patch)
  chromium/repos/extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 165288, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  chromium/repos/extra-i686/chromium-21.0.1180.57-fix-crash-in-task-queue.patch
(from rev 165288, 
chromium/trunk/chromium-21.0.1180.57-fix-crash-in-task-queue.patch)
  chromium/repos/extra-i686/chromium-ppapi-r0.patch
(from rev 165288, chromium/trunk/chromium-ppapi-r0.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 165288, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 165288, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 165288, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 165288, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 165288, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-20.0.1132.57-bison-2.6-fix.patch
(from rev 165288, chromium/trunk/chromium-20.0.1132.57-bison-2.6-fix.patch)
  
chromium/repos/extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 165288, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  
chromium/repos/extra-x86_64/chromium-21.0.1180.57-fix-crash-in-task-queue.patch
(from rev 165288, 
chromium/trunk/chromium-21.0.1180.57-fix-crash-in-task-queue.patch)
  chromium/repos/extra-x86_64/chromium-ppapi-r0.patch
(from rev 165288, chromium/trunk/chromium-ppapi-r0.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 165288, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 165288, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 165288, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 165288, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-20.0.1132.57-bison-2.6-fix.patch
  chromium/repos/extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
  chromium/repos/extra-i686/chromium-21.0.1180.57-fix-crash-in-task-queue.patch
  chromium/repos/extra-i686/chromium-ppapi-r0.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-20.0.1132.57-bison-2.6-fix.patch
  
chromium/repos/extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
  
chromium/repos/extra-x86_64/chromium-21.0.1180.57-fix-crash-in-task-queue.patch
  chromium/repos/extra-x86_64/chromium-ppapi-r0.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

--+
 extra-i686/PKGBUILD  |  312 +-
 extra-i686/chromium-20.0.1132.57-bison-2.6-fix.patch | 1108 
+-
 extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch   |   70 
 extra-i686/chromium-21.0.1180.57-fix-crash-in-task-queue.patch   |   54 
 extra-i686/chromium-ppapi-r0.patch   |   22 
 extra-i686/chromium.default  |8 
 extra-i686/chromium.desktop  |  226 +-
 extra-i686/chromium.install  |   24 
 extra-i686/chromium.sh   |   32 
 extra-x86_64/PKGBUILD|  312 +-
 extra-x86_64/chromium-20.0.1132.57-bison-2.6-fix.patch   | 1108 
+-
 extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch |   70 
 extra-x86_64/chromium-21.0.1180.57-fix-crash-in-task-queue.patch |   54 
 extra-x86_64/chromium-ppapi-r0.patch |   22 
 extra-x86_64/chromium.default|8 
 extra-x86_64/chromium.desktop|  226 +-
 extra-x86_64/chromium.install|   24 
 extra-x86_64/chromium.sh |   32 
 18 files changed, 1856 insertions(+), 1856 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 165288:165289 to see the changes.


[arch-commits] Commit in libotr/trunk (PKGBUILD)

2012-08-14 Thread Gaetan Bisson
Date: Tuesday, August 14, 2012 @ 19:10:06
  Author: bisson
Revision: 165290

upstream update

Modified:
  libotr/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 22:38:04 UTC (rev 165289)
+++ PKGBUILD2012-08-14 23:10:06 UTC (rev 165290)
@@ -4,8 +4,8 @@
 # Contributor: Bug bug2...@gmail.com
 
 pkgname=libotr
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.2.1
+pkgrel=1
 pkgdesc='Off-the-Record Messaging Library and Toolkit'
 url='http://www.cypherpunks.ca/otr/'
 license=('GPL' 'LGPL')
@@ -13,7 +13,7 @@
 depends=('libgcrypt')
 options=('!libtool')
 source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('e5e10b8ddaf59b0ada6046d156d0431cd2790db9')
+sha1sums=('898bf00d019f49ca34cd0116dd2e22685c67c394')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in libotr/repos (4 files)

2012-08-14 Thread Gaetan Bisson
Date: Tuesday, August 14, 2012 @ 19:10:37
  Author: bisson
Revision: 165291

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libotr/repos/extra-i686/PKGBUILD
(from rev 165290, libotr/trunk/PKGBUILD)
  libotr/repos/extra-x86_64/PKGBUILD
(from rev 165290, libotr/trunk/PKGBUILD)
Deleted:
  libotr/repos/extra-i686/PKGBUILD
  libotr/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   54 
 extra-x86_64/PKGBUILD |   54 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-14 23:10:06 UTC (rev 165290)
+++ extra-i686/PKGBUILD 2012-08-14 23:10:37 UTC (rev 165291)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Bug bug2...@gmail.com
-
-pkgname=libotr
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-options=('!libtool')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('e5e10b8ddaf59b0ada6046d156d0431cd2790db9')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotr/repos/extra-i686/PKGBUILD (from rev 165290, 
libotr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-14 23:10:37 UTC (rev 165291)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+options=('!libtool')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('898bf00d019f49ca34cd0116dd2e22685c67c394')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-14 23:10:06 UTC (rev 165290)
+++ extra-x86_64/PKGBUILD   2012-08-14 23:10:37 UTC (rev 165291)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Bug bug2...@gmail.com
-
-pkgname=libotr
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-options=('!libtool')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('e5e10b8ddaf59b0ada6046d156d0431cd2790db9')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotr/repos/extra-x86_64/PKGBUILD (from rev 165290, 
libotr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-08-14 23:10:37 UTC (rev 165291)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+options=('!libtool')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('898bf00d019f49ca34cd0116dd2e22685c67c394')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in subversion/trunk (4 files)

2012-08-14 Thread Stéphane Gaudreault
Date: Tuesday, August 14, 2012 @ 20:13:33
  Author: stephane
Revision: 165292

upgpkg: subversion 1.7.5-3

fix building with gcc 4.7; systemd unit file for svnserve

Added:
  subversion/trunk/subversion-1.7.5-kwallet-gcc47.patch
  subversion/trunk/svnserve.service
  subversion/trunk/svnserve.tmpfiles
Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |   26 +--
 subversion-1.7.5-kwallet-gcc47.patch |   56 +
 svnserve.service |   11 ++
 svnserve.tmpfiles|1 
 4 files changed, 91 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 23:10:37 UTC (rev 165291)
+++ PKGBUILD2012-08-15 00:13:33 UTC (rev 165292)
@@ -5,7 +5,7 @@
 
 pkgname=subversion
 pkgver=1.7.5
-pkgrel=2
+pkgrel=3
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -19,12 +19,21 @@
 provides=('svn')
 options=('!makeflags' '!libtool' '!emptydirs')
 
source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
-svnserve svn svnserve.conf subversion.rpath.fix.patch)
+svnserve
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion-1.7.5-kwallet-gcc47.patch
+subversion.rpath.fix.patch)
 sha1sums=('05c079762690d5ac1ccd2549742e7ef70fa45cf1'
   'b267cba19b4f56360657a5bf5b231950e027a45a'
   '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
   '73b36c046c09cec2093354911c89e3ba8056af6c'
   'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
+  '00cc36e69077a8c45674ead6dd62a7647b3a3b6d'
+  '9f6790d842cf3e0228b007483a43e39a42724068'
+  'aa0d01e606de2ebc5eed9c533d218d37a217c50c'
   '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
 
 build() {
@@ -34,6 +43,8 @@
patch -p0 -i ../subversion.rpath.fix.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
 
+   patch -Np1 -i ../subversion-1.7.5-kwallet-gcc47.patch
+
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-neon=/usr --with-apxs \
--with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
@@ -60,15 +71,24 @@
  swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
  install install-swig-py install-swig-pl install-javahl # install-swig-rb
 
-   install -d ${pkgdir}/usr/share/subversion
+   install -dm755 ${pkgdir}/usr/share/subversion
cp -a tools/hook-scripts ${pkgdir}/usr/share/subversion/
rm ${pkgdir}/usr/share/subversion/hook-scripts/*.in
 
rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
rm -r ${pkgdir}/usr/lib/perl5/core_perl
 
+   ## svnserve ...
+
+   # ... iniscript/xinetd
install -D -m 755 ${srcdir}/svnserve ${pkgdir}/etc/rc.d/svnserve
install -D -m 644 ${srcdir}/svn ${pkgdir}/etc/xinetd.d/svn
+
+   # ... systemd
+   install -D -m 644 ${srcdir}/svnserve.service  
${pkgdir}/usr/lib/systemd/system/svnserve.service
+   install -D -m 644 ${srcdir}/svnserve.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/svnserve.conf
+
+   # ... common config
install -D -m 644 ${srcdir}/svnserve.conf ${pkgdir}/etc/conf.d/svnserve
 
install -Dm 644 tools/client-side/bash_completion \

Added: subversion-1.7.5-kwallet-gcc47.patch
===
--- subversion-1.7.5-kwallet-gcc47.patch(rev 0)
+++ subversion-1.7.5-kwallet-gcc47.patch2012-08-15 00:13:33 UTC (rev 
165292)
@@ -0,0 +1,56 @@
+diff -Naur subversion-1.7.5.ori/subversion/libsvn_auth_kwallet/kwallet.cpp 
subversion-1.7.5/subversion/libsvn_auth_kwallet/kwallet.cpp
+--- subversion-1.7.5.ori/subversion/libsvn_auth_kwallet/kwallet.cpp
2010-12-30 15:46:50.0 -0500
 subversion-1.7.5/subversion/libsvn_auth_kwallet/kwallet.cpp
2012-08-14 19:43:16.694275908 -0400
+@@ -60,6 +60,9 @@
+ /* KWallet simple provider, puts passwords in KWallet*/
+ /*---*/
+ 
++static int q_argc = 1;
++static char q_argv0[] = svn; // Build non-const char * from string constant
++static char *q_argv[] = { q_argv0 };
+ 
+ static const char *
+ get_application_name(apr_hash_t *parameters,
+@@ -175,6 +178,10 @@
+kwallet-initialized,
+APR_HASH_KEY_STRING,
+NULL);
++  apr_hash_set(parameters,
++   kwallet-wallet,
++   APR_HASH_KEY_STRING,
++   NULL);
+ }
+   return APR_SUCCESS;
+ }
+@@ -203,12 +210,11 @@
+   QCoreApplication *app;
+   if (! qApp)
+ {
+-  int argc = 1;
+-  app = new QCoreApplication(argc, (char *[1]) {(char *) svn});
++  int 

[arch-commits] Commit in subversion/repos (26 files)

2012-08-14 Thread Stéphane Gaudreault
Date: Tuesday, August 14, 2012 @ 20:13:54
  Author: stephane
Revision: 165293

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  subversion/repos/extra-i686/PKGBUILD
(from rev 165292, subversion/trunk/PKGBUILD)
  subversion/repos/extra-i686/subversion-1.7.5-kwallet-gcc47.patch
(from rev 165292, subversion/trunk/subversion-1.7.5-kwallet-gcc47.patch)
  subversion/repos/extra-i686/subversion.rpath.fix.patch
(from rev 165292, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/extra-i686/svn
(from rev 165292, subversion/trunk/svn)
  subversion/repos/extra-i686/svnserve
(from rev 165292, subversion/trunk/svnserve)
  subversion/repos/extra-i686/svnserve.conf
(from rev 165292, subversion/trunk/svnserve.conf)
  subversion/repos/extra-i686/svnserve.service
(from rev 165292, subversion/trunk/svnserve.service)
  subversion/repos/extra-i686/svnserve.tmpfiles
(from rev 165292, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/extra-x86_64/PKGBUILD
(from rev 165292, subversion/trunk/PKGBUILD)
  subversion/repos/extra-x86_64/subversion-1.7.5-kwallet-gcc47.patch
(from rev 165292, subversion/trunk/subversion-1.7.5-kwallet-gcc47.patch)
  subversion/repos/extra-x86_64/subversion.rpath.fix.patch
(from rev 165292, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/extra-x86_64/svn
(from rev 165292, subversion/trunk/svn)
  subversion/repos/extra-x86_64/svnserve
(from rev 165292, subversion/trunk/svnserve)
  subversion/repos/extra-x86_64/svnserve.conf
(from rev 165292, subversion/trunk/svnserve.conf)
  subversion/repos/extra-x86_64/svnserve.service
(from rev 165292, subversion/trunk/svnserve.service)
  subversion/repos/extra-x86_64/svnserve.tmpfiles
(from rev 165292, subversion/trunk/svnserve.tmpfiles)
Deleted:
  subversion/repos/extra-i686/PKGBUILD
  subversion/repos/extra-i686/subversion.rpath.fix.patch
  subversion/repos/extra-i686/svn
  subversion/repos/extra-i686/svnserve
  subversion/repos/extra-i686/svnserve.conf
  subversion/repos/extra-x86_64/PKGBUILD
  subversion/repos/extra-x86_64/subversion.rpath.fix.patch
  subversion/repos/extra-x86_64/svn
  subversion/repos/extra-x86_64/svnserve
  subversion/repos/extra-x86_64/svnserve.conf

---+
 extra-i686/PKGBUILD   |  178 +++-
 extra-i686/subversion-1.7.5-kwallet-gcc47.patch   |   56 ++
 extra-i686/subversion.rpath.fix.patch |   20 +-
 extra-i686/svn|   22 +-
 extra-i686/svnserve   |   84 -
 extra-i686/svnserve.conf  |   14 -
 extra-i686/svnserve.service   |   11 +
 extra-i686/svnserve.tmpfiles  |1 
 extra-x86_64/PKGBUILD |  178 +++-
 extra-x86_64/subversion-1.7.5-kwallet-gcc47.patch |   56 ++
 extra-x86_64/subversion.rpath.fix.patch   |   20 +-
 extra-x86_64/svn  |   22 +-
 extra-x86_64/svnserve |   84 -
 extra-x86_64/svnserve.conf|   14 -
 extra-x86_64/svnserve.service |   11 +
 extra-x86_64/svnserve.tmpfiles|1 
 16 files changed, 474 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-15 00:13:33 UTC (rev 165292)
+++ extra-i686/PKGBUILD 2012-08-15 00:13:54 UTC (rev 165293)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=subversion
-pkgver=1.7.5
-pkgrel=2
-pkgdesc=A Modern Concurrent Version Control System
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts') # 'ruby: for some hook scripts' 
'java-environment')
-makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
- 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
-backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
-url=http://subversion.apache.org/;
-provides=('svn')
-options=('!makeflags' '!libtool' '!emptydirs')
-source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
-svnserve svn svnserve.conf subversion.rpath.fix.patch)
-sha1sums=('05c079762690d5ac1ccd2549742e7ef70fa45cf1'
-  'b267cba19b4f56360657a5bf5b231950e027a45a'
-  '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
-  '73b36c046c09cec2093354911c89e3ba8056af6c'
-  'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
-  '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
-
-build() {
-   cd 

[arch-commits] Commit in varnish/trunk (4 files)

2012-08-14 Thread Dave Reisner
Date: Tuesday, August 14, 2012 @ 20:30:14
  Author: dreisner
Revision: 165294

upgpkg: varnish 3.0.2-6

- add systemd service

Added:
  varnish/trunk/varnish-vcl-reload
  varnish/trunk/varnish.service
Modified:
  varnish/trunk/PKGBUILD
  varnish/trunk/rc.varnish

+
 PKGBUILD   |   29 -
 rc.varnish |   24 +---
 varnish-vcl-reload |   21 +
 varnish.service|   10 ++
 4 files changed, 52 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 00:13:54 UTC (rev 165293)
+++ PKGBUILD2012-08-15 00:30:14 UTC (rev 165294)
@@ -6,7 +6,7 @@
 
 pkgname=varnish
 pkgver=3.0.2
-pkgrel=5
+pkgrel=6
 pkgdesc=High-performance HTTP accelerator
 arch=('i686' 'x86_64')
 url=http://www.varnish-cache.org/;
@@ -18,13 +18,17 @@
 options=('!libtool')
 source=(http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz;
 $pkgname.conf.d
-rc.$pkgname)
+rc.$pkgname
+varnish-vcl-reload
+varnish.service)
 md5sums=('c8eae0aabbe66b6daabdf3a1f58cd47a'
  'edd1237d097d72173d9772754335890c'
- '8366f51568c0bbb3d3891aa0cc724369')
+ '40b4c83b3ad225ed2f4bd7e677fe41a2'
+ '56be884f43b8b4c900a073d9282f124a'
+ '45cc1fd57aa2ffc22d6af62f9eedc842')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure \
 --prefix=/usr \
@@ -35,11 +39,18 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 
-  make DESTDIR=$pkgdir install
+  # reload helper
+  install -m755 $srcdir/varnish-vcl-reload $pkgdir/usr/bin
 
-  install -D -m755 $srcdir/rc.$pkgname $pkgdir/etc/rc.d/$pkgname
-  install -D -m644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  # sysvinit
+  install -Dm755 $srcdir/rc.$pkgname $pkgdir/etc/rc.d/$pkgname
+  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
+
+  # systemd
+  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+
+  # license
+  install -Dm644 $pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }

Modified: rc.varnish
===
--- rc.varnish  2012-08-15 00:13:54 UTC (rev 165293)
+++ rc.varnish  2012-08-15 00:30:14 UTC (rev 165294)
@@ -4,27 +4,6 @@
 . /etc/rc.d/functions
 . /etc/conf.d/varnish
 
-reload_vcl() {
-  local activecfg newcfg
-
-  if [[ -z $VARNISH_CFG ]]; then
-printf '== ERROR: VARNISH_CFG is undefined in /etc/conf.d/varnish!\n'
-return 1
-  fi
-
-  activecfg=$(varnishadm 'vcl.list' | awk '/active/ { print $3 }')
-  if [[ -z $activecfg ]]; then
-printf '== ERROR: No active VCL found!\n'
-return 1
-  fi
-
-  printf -v newcfg 'vcl-%(%s)T' -1
-
-  varnishadm vcl.load $newcfg $VARNISH_CFG 
-  varnishadm vcl.use $newcfg 
-  varnishadm vcl.discard $activecfg || return 1
-}
-
 pidfile=/run/varnish.pid
 if [[ -r $pidfile ]]; then
   read -r PID  $pidfile
@@ -62,8 +41,7 @@
 $0 start
 ;;
   reload)
-stat_busy Recompiling and Reloading VCL
-reload_vcl  stat_done || stat_fail
+status Recompiling and Reloading VCL varnish-vcl-reload $VARNISH_CFG
 ;;
   *)
 echo usage: $0 {start|stop|restart|reload}

Added: varnish-vcl-reload
===
--- varnish-vcl-reload  (rev 0)
+++ varnish-vcl-reload  2012-08-15 00:30:14 UTC (rev 165294)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+cfg=${1:-/etc/varnish/default.vcl}
+
+if [ ! -e $cfg ]; then
+  printf 'ERROR: VCL file %s does not exist\n' $cfg 2
+  exit 1
+fi
+
+activecfg=$(varnishadm 'vcl.list' | awk '/active/ { print $3 }')
+if [ -z $activecfg ]; then
+  printf 'ERROR: No active VCL found!\n' 2
+  exit 1
+fi
+
+newcfg=$(date +'vcl-%s')
+printf 'INFO: using new config %s\n' $cfg
+
+varnishadm vcl.load $newcfg $cfg 
+varnishadm vcl.use $newcfg 
+varnishadm vcl.discard $activecfg

Added: varnish.service
===
--- varnish.service (rev 0)
+++ varnish.service 2012-08-15 00:30:14 UTC (rev 165294)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Web Application Accelerator
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/varnishd -a 0.0.0.0:80 -b localhost:8080 -T localhost:6082 
-s malloc,64M -u nobody -g nobody -F
+ExecReload=/usr/bin/varnish-vcl-reload
+
+[Install]
+WantedBy=multi-user.target



[arch-commits] Commit in varnish/repos (20 files)

2012-08-14 Thread Dave Reisner
Date: Tuesday, August 14, 2012 @ 20:30:47
  Author: dreisner
Revision: 165295

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  varnish/repos/extra-i686/PKGBUILD
(from rev 165294, varnish/trunk/PKGBUILD)
  varnish/repos/extra-i686/rc.varnish
(from rev 165294, varnish/trunk/rc.varnish)
  varnish/repos/extra-i686/varnish-vcl-reload
(from rev 165294, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-i686/varnish.conf.d
(from rev 165294, varnish/trunk/varnish.conf.d)
  varnish/repos/extra-i686/varnish.install
(from rev 165294, varnish/trunk/varnish.install)
  varnish/repos/extra-i686/varnish.service
(from rev 165294, varnish/trunk/varnish.service)
  varnish/repos/extra-x86_64/PKGBUILD
(from rev 165294, varnish/trunk/PKGBUILD)
  varnish/repos/extra-x86_64/rc.varnish
(from rev 165294, varnish/trunk/rc.varnish)
  varnish/repos/extra-x86_64/varnish-vcl-reload
(from rev 165294, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-x86_64/varnish.conf.d
(from rev 165294, varnish/trunk/varnish.conf.d)
  varnish/repos/extra-x86_64/varnish.install
(from rev 165294, varnish/trunk/varnish.install)
  varnish/repos/extra-x86_64/varnish.service
(from rev 165294, varnish/trunk/varnish.service)
Deleted:
  varnish/repos/extra-i686/PKGBUILD
  varnish/repos/extra-i686/rc.varnish
  varnish/repos/extra-i686/varnish.conf.d
  varnish/repos/extra-i686/varnish.install
  varnish/repos/extra-x86_64/PKGBUILD
  varnish/repos/extra-x86_64/rc.varnish
  varnish/repos/extra-x86_64/varnish.conf.d
  varnish/repos/extra-x86_64/varnish.install

-+
 extra-i686/PKGBUILD |  101 +--
 extra-i686/rc.varnish   |  120 +++---
 extra-i686/varnish-vcl-reload   |   21 ++
 extra-i686/varnish.conf.d   |   22 +++---
 extra-i686/varnish.install  |   12 +--
 extra-i686/varnish.service  |   10 +++
 extra-x86_64/PKGBUILD   |  101 +--
 extra-x86_64/rc.varnish |  120 +++---
 extra-x86_64/varnish-vcl-reload |   21 ++
 extra-x86_64/varnish.conf.d |   22 +++---
 extra-x86_64/varnish.install|   12 +--
 extra-x86_64/varnish.service|   10 +++
 12 files changed, 306 insertions(+), 266 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-15 00:30:14 UTC (rev 165294)
+++ extra-i686/PKGBUILD 2012-08-15 00:30:47 UTC (rev 165295)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=varnish
-pkgver=3.0.2
-pkgrel=5
-pkgdesc=High-performance HTTP accelerator
-arch=('i686' 'x86_64')
-url=http://www.varnish-cache.org/;
-license=('BSD')
-depends=('gcc' 'libedit' 'pcre')
-backup=('etc/conf.d/varnish'
-'etc/varnish/default.vcl')
-install=$pkgname.install
-options=('!libtool')
-source=(http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz;
-$pkgname.conf.d
-rc.$pkgname)
-md5sums=('c8eae0aabbe66b6daabdf3a1f58cd47a'
- 'edd1237d097d72173d9772754335890c'
- '8366f51568c0bbb3d3891aa0cc724369')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var/lib
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -D -m755 $srcdir/rc.$pkgname $pkgdir/etc/rc.d/$pkgname
-  install -D -m644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: varnish/repos/extra-i686/PKGBUILD (from rev 165294, 
varnish/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-15 00:30:47 UTC (rev 165295)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=varnish
+pkgver=3.0.2
+pkgrel=6
+pkgdesc=High-performance HTTP accelerator
+arch=('i686' 'x86_64')
+url=http://www.varnish-cache.org/;
+license=('BSD')
+depends=('gcc' 'libedit' 'pcre')
+backup=('etc/conf.d/varnish'
+'etc/varnish/default.vcl')
+install=$pkgname.install
+options=('!libtool')
+source=(http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz;
+$pkgname.conf.d
+rc.$pkgname
+varnish-vcl-reload
+varnish.service)
+md5sums=('c8eae0aabbe66b6daabdf3a1f58cd47a'
+ 'edd1237d097d72173d9772754335890c'
+ '40b4c83b3ad225ed2f4bd7e677fe41a2'
+ '56be884f43b8b4c900a073d9282f124a'
+ 

[arch-commits] Commit in rfkill/trunk (8 files)

2012-08-14 Thread Gaetan Bisson
Date: Tuesday, August 14, 2012 @ 21:16:13
  Author: bisson
Revision: 165296

add service file, cleanup PKGBUILD

Added:
  rfkill/trunk/conf.d
(from rev 165295, rfkill/trunk/rfkill.conf.d)
  rfkill/trunk/rc.d
(from rev 165295, rfkill/trunk/rfkill.rc.d)
  rfkill/trunk/rules.d
(from rev 165295, rfkill/trunk/60-rfkill.rules)
  rfkill/trunk/service
Modified:
  rfkill/trunk/PKGBUILD
Deleted:
  rfkill/trunk/60-rfkill.rules
  rfkill/trunk/rfkill.conf.d
  rfkill/trunk/rfkill.rc.d

-+
 60-rfkill.rules |1 -
 PKGBUILD|   52 +++-
 conf.d  |   20 
 rc.d|   38 ++
 rfkill.conf.d   |   20 
 rfkill.rc.d |   38 --
 rules.d |1 +
 service |   11 +++
 8 files changed, 97 insertions(+), 84 deletions(-)

Deleted: 60-rfkill.rules
===
--- 60-rfkill.rules 2012-08-15 00:30:47 UTC (rev 165295)
+++ 60-rfkill.rules 2012-08-15 01:16:13 UTC (rev 165296)
@@ -1 +0,0 @@
-KERNEL==rfkill, GROUP=rfkill, MODE=0664

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 00:30:47 UTC (rev 165295)
+++ PKGBUILD2012-08-15 01:16:13 UTC (rev 165296)
@@ -1,37 +1,39 @@
 # $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=rfkill
 pkgver=0.4
-pkgrel=4
-pkgdesc=A tool for enabling and disabling wireless devices
+pkgrel=5
+pkgdesc='Tool for enabling and disabling wireless devices'
+url='http://linuxwireless.org/en/users/Documentation/rfkill'
+license=('custom')
 arch=('i686' 'x86_64')
-url=http://linuxwireless.org/en/users/Documentation/rfkill;
-license=('custom')
-source=(http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-60-rfkill.rules
-rfkill.conf.d
-rfkill.rc.d)
-backup=(etc/conf.d/rfkill)
-md5sums=('727892c0fb35c80ee3849fbe89b45350'
- '63f9bf9264911242e430867a41e8918c'
- '398e7cadf023e05e3e0c323aa33575b9'
- '793f0510e26547eb2632efce7d16e50e')
+source=(http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'rules.d'
+'service'
+'conf.d'
+'rc.d')
+sha1sums=('fccabf5a272ac2891f24dc35449dc6f4c45ff44b'
+  '6390eaa793b473098aaa11b13c5254d611a4c13a'
+  'cadc563f967c5ac680e7cdfd764718b412201f8a'
+  'd969fe927a9fb2926af43a311a7c1fa126fe59a9'
+  '380af0b002f51543557306ed68a27f0059fd5a6f')
 
+backup=('etc/conf.d/rfkill')
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # License
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  # Udev rule
-  install -Dm644 ${srcdir}/60-rfkill.rules 
${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules
-  # Init script
-  install -Dm644 ${srcdir}/rfkill.conf.d ${pkgdir}/etc/conf.d/rfkill
-  install -Dm755 ${srcdir}/rfkill.rc.d ${pkgdir}/etc/rc.d/rfkill
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ../rules.d 
${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/rfkill.service
+   install -Dm644 ../conf.d ${pkgdir}/etc/conf.d/rfkill
+   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/rfkill
 }

Copied: rfkill/trunk/conf.d (from rev 165295, rfkill/trunk/rfkill.conf.d)
===
--- conf.d  (rev 0)
+++ conf.d  2012-08-15 01:16:13 UTC (rev 165296)
@@ -0,0 +1,20 @@
+#
+# /etc/conf.d/rfkill
+# Configuration for the rfkill startup script
+#
+
+# List of devices to block on startup (space-separated)
+RFKILL_BLOCK=
+
+# List of devices to unblock on startup (space-separated)
+RFKILL_UNBLOCK=all
+
+# Supported device names are: all, wifi, bluetooth, umb, wimax, wwan, gps and 
specific device names like phy0, hci0, ...
+# See rfkill list for available devices
+# Examples:
+#
+# Block all bluetooth devices:
+# RFKILL_BLOCK=bluetooth
+#
+# Unblock the phy0 wifi device and all wwan devices:
+# RFKILL_UNBLOCK=phy0 wwan

Copied: rfkill/trunk/rc.d (from rev 165295, rfkill/trunk/rfkill.rc.d)
===
--- rc.d(rev 0)
+++ rc.d2012-08-15 01:16:13 UTC (rev 165296)
@@ -0,0 +1,38 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/rfkill
+
+case $1 in
+  start)
+  

[arch-commits] Commit in rfkill/repos (12 files)

2012-08-14 Thread Gaetan Bisson
Date: Tuesday, August 14, 2012 @ 21:17:54
  Author: bisson
Revision: 165297

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  rfkill/repos/testing-i686/
  rfkill/repos/testing-i686/PKGBUILD
(from rev 165296, rfkill/trunk/PKGBUILD)
  rfkill/repos/testing-i686/conf.d
(from rev 165296, rfkill/trunk/conf.d)
  rfkill/repos/testing-i686/rc.d
(from rev 165296, rfkill/trunk/rc.d)
  rfkill/repos/testing-i686/rules.d
(from rev 165296, rfkill/trunk/rules.d)
  rfkill/repos/testing-i686/service
(from rev 165296, rfkill/trunk/service)
  rfkill/repos/testing-x86_64/
  rfkill/repos/testing-x86_64/PKGBUILD
(from rev 165296, rfkill/trunk/PKGBUILD)
  rfkill/repos/testing-x86_64/conf.d
(from rev 165296, rfkill/trunk/conf.d)
  rfkill/repos/testing-x86_64/rc.d
(from rev 165296, rfkill/trunk/rc.d)
  rfkill/repos/testing-x86_64/rules.d
(from rev 165296, rfkill/trunk/rules.d)
  rfkill/repos/testing-x86_64/service
(from rev 165296, rfkill/trunk/service)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-i686/conf.d |   20 
 testing-i686/rc.d   |   38 ++
 testing-i686/rules.d|1 +
 testing-i686/service|   11 +++
 testing-x86_64/PKGBUILD |   39 +++
 testing-x86_64/conf.d   |   20 
 testing-x86_64/rc.d |   38 ++
 testing-x86_64/rules.d  |1 +
 testing-x86_64/service  |   11 +++
 10 files changed, 218 insertions(+)

Copied: rfkill/repos/testing-i686/PKGBUILD (from rev 165296, 
rfkill/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-15 01:17:54 UTC (rev 165297)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=rfkill
+pkgver=0.4
+pkgrel=5
+pkgdesc='Tool for enabling and disabling wireless devices'
+url='http://linuxwireless.org/en/users/Documentation/rfkill'
+license=('custom')
+arch=('i686' 'x86_64')
+source=(http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'rules.d'
+'service'
+'conf.d'
+'rc.d')
+sha1sums=('fccabf5a272ac2891f24dc35449dc6f4c45ff44b'
+  '6390eaa793b473098aaa11b13c5254d611a4c13a'
+  'cadc563f967c5ac680e7cdfd764718b412201f8a'
+  'd969fe927a9fb2926af43a311a7c1fa126fe59a9'
+  '380af0b002f51543557306ed68a27f0059fd5a6f')
+
+backup=('etc/conf.d/rfkill')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ../rules.d 
${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/rfkill.service
+   install -Dm644 ../conf.d ${pkgdir}/etc/conf.d/rfkill
+   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/rfkill
+}

Copied: rfkill/repos/testing-i686/conf.d (from rev 165296, rfkill/trunk/conf.d)
===
--- testing-i686/conf.d (rev 0)
+++ testing-i686/conf.d 2012-08-15 01:17:54 UTC (rev 165297)
@@ -0,0 +1,20 @@
+#
+# /etc/conf.d/rfkill
+# Configuration for the rfkill startup script
+#
+
+# List of devices to block on startup (space-separated)
+RFKILL_BLOCK=
+
+# List of devices to unblock on startup (space-separated)
+RFKILL_UNBLOCK=all
+
+# Supported device names are: all, wifi, bluetooth, umb, wimax, wwan, gps and 
specific device names like phy0, hci0, ...
+# See rfkill list for available devices
+# Examples:
+#
+# Block all bluetooth devices:
+# RFKILL_BLOCK=bluetooth
+#
+# Unblock the phy0 wifi device and all wwan devices:
+# RFKILL_UNBLOCK=phy0 wwan

Copied: rfkill/repos/testing-i686/rc.d (from rev 165296, rfkill/trunk/rc.d)
===
--- testing-i686/rc.d   (rev 0)
+++ testing-i686/rc.d   2012-08-15 01:17:54 UTC (rev 165297)
@@ -0,0 +1,38 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/rfkill
+
+case $1 in
+  start)
+for device in ${RFKILL_BLOCK}; do
+  stat_busy Blocking rfkill device: ${device}
+  /usr/sbin/rfkill block ${device}
+  if [ $? -eq 0 ]; then
+stat_done
+  else
+stat_fail
+  fi
+done
+for device in ${RFKILL_UNBLOCK}; do
+  stat_busy Unblocking rfkill device: ${device}
+  /usr/sbin/rfkill unblock ${device}
+  if [ $? -eq 0 ]; then
+stat_done
+  else
+stat_fail
+  fi
+done
+;;
+  stop)
+;;
+  

[arch-commits] Commit in x11vnc/trunk (PKGBUILD service)

2012-08-14 Thread Gaetan Bisson
Date: Tuesday, August 14, 2012 @ 21:42:59
  Author: bisson
Revision: 165298

add service file, remove redundant dependencies

Added:
  x11vnc/trunk/service
Modified:
  x11vnc/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 service  |7 +++
 2 files changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 01:17:54 UTC (rev 165297)
+++ PKGBUILD2012-08-15 01:42:59 UTC (rev 165298)
@@ -4,18 +4,20 @@
 
 pkgname=x11vnc
 pkgver=0.9.13
-pkgrel=1
+pkgrel=2
 pkgdesc='VNC server for real X displays'
+url='http://www.karlrunge.com/x11vnc/'
 arch=('i686' 'x86_64')
-url='http://www.karlrunge.com/x11vnc/'
 license=('GPL2')
-depends=('openssl' 'libjpeg' 'zlib' 'libx11' 'libxtst' 'libxinerama' 
'libxdamage' 'libxrandr' 'avahi')
+depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
 optdepends=('tk: for GUI support')
 backup=('etc/conf.d/x11vnc')
 
source=(http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-   'conf.d'
-   'rc.d')
+'service'
+'conf.d'
+'rc.d')
 sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
+  '53e1ed7f84518a699a29607a03bee2321f9f9624'
   '11011cce06511e9ba61672a1c80bb63a3a187539'
   '477892cf0f0020043444b7493c80684762ded506')
 
@@ -28,9 +30,7 @@
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
-
+   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/x11vnc
+   install -Dm644 ../conf.d ${pkgdir}/etc/conf.d/x11vnc
rm -fr ${pkgdir}/usr/include/rfb # provided by libvncserver
-
-   install -D -m 755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/x11vnc
-   install -D -m 644 ${srcdir}/conf.d ${pkgdir}/etc/conf.d/x11vnc
 }

Added: service
===
--- service (rev 0)
+++ service 2012-08-15 01:42:59 UTC (rev 165298)
@@ -0,0 +1,7 @@
+[Unit]
+Description=VNC Server for X11
+Requires=graphical.target
+After=graphical.target
+
+[Service]
+ExecStart=/usr/bin/x11vnc



[arch-commits] Commit in x11vnc/repos (14 files)

2012-08-14 Thread Gaetan Bisson
Date: Tuesday, August 14, 2012 @ 21:45:56
  Author: bisson
Revision: 165299

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  x11vnc/repos/extra-i686/PKGBUILD
(from rev 165298, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/extra-i686/conf.d
(from rev 165298, x11vnc/trunk/conf.d)
  x11vnc/repos/extra-i686/rc.d
(from rev 165298, x11vnc/trunk/rc.d)
  x11vnc/repos/extra-i686/service
(from rev 165298, x11vnc/trunk/service)
  x11vnc/repos/extra-x86_64/PKGBUILD
(from rev 165298, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/extra-x86_64/conf.d
(from rev 165298, x11vnc/trunk/conf.d)
  x11vnc/repos/extra-x86_64/rc.d
(from rev 165298, x11vnc/trunk/rc.d)
  x11vnc/repos/extra-x86_64/service
(from rev 165298, x11vnc/trunk/service)
Deleted:
  x11vnc/repos/extra-i686/PKGBUILD
  x11vnc/repos/extra-i686/conf.d
  x11vnc/repos/extra-i686/rc.d
  x11vnc/repos/extra-x86_64/PKGBUILD
  x11vnc/repos/extra-x86_64/conf.d
  x11vnc/repos/extra-x86_64/rc.d

---+
 extra-i686/PKGBUILD   |   72 +++---
 extra-i686/conf.d |   10 +++---
 extra-i686/rc.d   |   74 
 extra-i686/service|7 
 extra-x86_64/PKGBUILD |   72 +++---
 extra-x86_64/conf.d   |   10 +++---
 extra-x86_64/rc.d |   74 
 extra-x86_64/service  |7 
 8 files changed, 170 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-15 01:42:59 UTC (rev 165298)
+++ extra-i686/PKGBUILD 2012-08-15 01:45:56 UTC (rev 165299)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=x11vnc
-pkgver=0.9.13
-pkgrel=1
-pkgdesc='VNC server for real X displays'
-arch=('i686' 'x86_64')
-url='http://www.karlrunge.com/x11vnc/'
-license=('GPL2')
-depends=('openssl' 'libjpeg' 'zlib' 'libx11' 'libxtst' 'libxinerama' 
'libxdamage' 'libxrandr' 'avahi')
-optdepends=('tk: for GUI support')
-backup=('etc/conf.d/x11vnc')
-source=(http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-   'conf.d'
-   'rc.d')
-sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
-  '11011cce06511e9ba61672a1c80bb63a3a187539'
-  '477892cf0f0020043444b7493c80684762ded506')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   rm -fr ${pkgdir}/usr/include/rfb # provided by libvncserver
-
-   install -D -m 755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/x11vnc
-   install -D -m 644 ${srcdir}/conf.d ${pkgdir}/etc/conf.d/x11vnc
-}

Copied: x11vnc/repos/extra-i686/PKGBUILD (from rev 165298, 
x11vnc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-15 01:45:56 UTC (rev 165299)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=x11vnc
+pkgver=0.9.13
+pkgrel=2
+pkgdesc='VNC server for real X displays'
+url='http://www.karlrunge.com/x11vnc/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
+optdepends=('tk: for GUI support')
+backup=('etc/conf.d/x11vnc')
+source=(http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'service'
+'conf.d'
+'rc.d')
+sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
+  '53e1ed7f84518a699a29607a03bee2321f9f9624'
+  '11011cce06511e9ba61672a1c80bb63a3a187539'
+  '477892cf0f0020043444b7493c80684762ded506')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/x11vnc
+   install -Dm644 ../conf.d ${pkgdir}/etc/conf.d/x11vnc
+   rm -fr ${pkgdir}/usr/include/rfb # provided by libvncserver
+}

Deleted: extra-i686/conf.d
===
--- extra-i686/conf.d   2012-08-15 01:42:59 UTC (rev 165298)
+++ extra-i686/conf.d   2012-08-15 01:45:56 UTC (rev 165299)
@@ -1,5 +0,0 @@
-#
-# Parameters to be passed to x11vnc
-#
-
-X11VNC_ARGS=

Copied: x11vnc/repos/extra-i686/conf.d (from rev 165298, x11vnc/trunk/conf.d)
===
--- extra-i686/conf.d   (rev 0)
+++ extra-i686/conf.d   2012-08-15 01:45:56 UTC (rev 165299)
@@