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

2012-07-05 Thread Tobias Powalowski
Date: Thursday, July 5, 2012 @ 02:49:53
  Author: tpowa
Revision: 162997

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

Added:
  isdn4k-utils/repos/core-i686/PKGBUILD
(from rev 162996, isdn4k-utils/repos/testing-i686/PKGBUILD)
  isdn4k-utils/repos/core-i686/config
(from rev 162996, isdn4k-utils/repos/testing-i686/config)
  isdn4k-utils/repos/core-i686/isdn4k-utils-3.2p1-build.patch
(from rev 162996, 
isdn4k-utils/repos/testing-i686/isdn4k-utils-3.2p1-build.patch)
  isdn4k-utils/repos/core-x86_64/PKGBUILD
(from rev 162996, isdn4k-utils/repos/testing-x86_64/PKGBUILD)
  isdn4k-utils/repos/core-x86_64/config
(from rev 162996, isdn4k-utils/repos/testing-x86_64/config)
  isdn4k-utils/repos/core-x86_64/isdn4k-utils-3.2p1-build.patch
(from rev 162996, 
isdn4k-utils/repos/testing-x86_64/isdn4k-utils-3.2p1-build.patch)
Deleted:
  isdn4k-utils/repos/core-i686/PKGBUILD
  isdn4k-utils/repos/core-i686/config
  isdn4k-utils/repos/core-i686/isdn4k-utils-3.2p1-build.patch
  isdn4k-utils/repos/core-x86_64/PKGBUILD
  isdn4k-utils/repos/core-x86_64/config
  isdn4k-utils/repos/core-x86_64/isdn4k-utils-3.2p1-build.patch
  isdn4k-utils/repos/testing-i686/
  isdn4k-utils/repos/testing-x86_64/

+
 core-i686/PKGBUILD |   78 
 core-i686/config   |  204 -
 core-i686/isdn4k-utils-3.2p1-build.patch   | 4056 +--
 core-x86_64/PKGBUILD   |   78 
 core-x86_64/config |  204 -
 core-x86_64/isdn4k-utils-3.2p1-build.patch | 4056 +--
 6 files changed, 4338 insertions(+), 4338 deletions(-)

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


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

2012-07-05 Thread Tobias Powalowski
Date: Thursday, July 5, 2012 @ 02:50:21
  Author: tpowa
Revision: 162998

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

Added:
  libusb-compat/repos/core-i686/PKGBUILD
(from rev 162997, libusb-compat/repos/testing-i686/PKGBUILD)
  libusb-compat/repos/core-i686/libusb-0.1-libusbx.patch
(from rev 162997, libusb-compat/repos/testing-i686/libusb-0.1-libusbx.patch)
  libusb-compat/repos/core-x86_64/PKGBUILD
(from rev 162997, libusb-compat/repos/testing-x86_64/PKGBUILD)
  libusb-compat/repos/core-x86_64/libusb-0.1-libusbx.patch
(from rev 162997, 
libusb-compat/repos/testing-x86_64/libusb-0.1-libusbx.patch)
Deleted:
  libusb-compat/repos/core-i686/PKGBUILD
  libusb-compat/repos/core-x86_64/PKGBUILD
  libusb-compat/repos/testing-i686/
  libusb-compat/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   59 +
 core-i686/libusb-0.1-libusbx.patch   |   17 +
 core-x86_64/PKGBUILD |   59 +
 core-x86_64/libusb-0.1-libusbx.patch |   17 +
 4 files changed, 98 insertions(+), 54 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-05 06:49:53 UTC (rev 162997)
+++ core-i686/PKGBUILD  2012-07-05 06:50:21 UTC (rev 162998)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: arjan ar...@archlinux.org
-
-pkgname=libusb-compat
-pkgver=0.1.4
-pkgrel=1
-pkgdesc=Library to enable user space application programs to communicate with 
USB devices
-arch=('i686' 'x86_64')
-url=http://libusb.sourceforge.net/;
-license=('LGPL')
-depends=('libusb' 'sh')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2ca521fffadd0c28fdf174e6ec73865b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libusb-compat/repos/core-i686/PKGBUILD (from rev 162997, 
libusb-compat/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-05 06:50:21 UTC (rev 162998)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: arjan ar...@archlinux.org
+
+pkgname=libusb-compat
+pkgver=0.1.4
+pkgrel=2
+pkgdesc=Library to enable user space application programs to communicate with 
USB devices
+arch=('i686' 'x86_64')
+url=http://libusb.sourceforge.net/;
+license=('LGPL')
+depends=('libusb' 'sh')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2;
+libusb-0.1-libusbx.patch)   
+md5sums=('2ca521fffadd0c28fdf174e6ec73865b'
+ '1612c3982f307da1332d6db57b16742b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # http://libusb.org/ticket/138 can be removed with libusbx 1.0.13
+  patch -Np0 -i ../libusb-0.1-libusbx.patch
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: libusb-compat/repos/core-i686/libusb-0.1-libusbx.patch (from rev 
162997, libusb-compat/repos/testing-i686/libusb-0.1-libusbx.patch)
===
--- core-i686/libusb-0.1-libusbx.patch  (rev 0)
+++ core-i686/libusb-0.1-libusbx.patch  2012-07-05 06:50:21 UTC (rev 162998)
@@ -0,0 +1,17 @@
+http://bugs.gentoo.org/423135
+
+--- libusb/core.c
 libusb/core.c
+@@ -32,12 +32,6 @@
+ static libusb_context *ctx = NULL;
+ static int usb_debug = 0;
+ 
+-enum usbi_log_level {
+-  LOG_LEVEL_DEBUG,
+-  LOG_LEVEL_INFO,
+-  LOG_LEVEL_WARNING,
+-  LOG_LEVEL_ERROR,
+-};
+ 
+ #ifdef ENABLE_LOGGING
+ #define _usbi_log(level, fmt...) usbi_log(level, __FUNCTION__, fmt)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-07-05 06:49:53 UTC (rev 162997)
+++ core-x86_64/PKGBUILD2012-07-05 06:50:21 UTC (rev 162998)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: arjan ar...@archlinux.org
-
-pkgname=libusb-compat
-pkgver=0.1.4
-pkgrel=1
-pkgdesc=Library to enable user space application programs to communicate with 
USB devices
-arch=('i686' 'x86_64')
-url=http://libusb.sourceforge.net/;
-license=('LGPL')
-depends=('libusb' 'sh')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2;)

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

2012-07-05 Thread Tobias Powalowski
Date: Thursday, July 5, 2012 @ 03:22:28
  Author: tpowa
Revision: 162999

upgpkg: webmin 1.590-1

bump to latest version

Modified:
  webmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-05 06:50:21 UTC (rev 162998)
+++ PKGBUILD2012-07-05 07:22:28 UTC (rev 162999)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=webmin
-pkgver=1.580
-pkgrel=2
+pkgver=1.590
+pkgrel=1
 pkgdesc=a web-based interface for system administration
 arch=(i686 x86_64)
 license=('custom:webmin')
@@ -214,7 +214,7 @@
   # install license
   install -m 644 -D $startdir/src/$pkgname-$pkgver/LICENCE 
$startdir/pkg/usr/share/licenses/webmin/LICENCE
 }
-md5sums=('2aa5378bc3ed6471c460d18e87a06fa3'
+md5sums=('815005ed7f208dcfbda5308b446779c2'
  '43a77243acd519c4efe9577090b59912'
  'bfebb75bb94029b48c46b7f1ba1aa811'
  'c77dfcd621b417a7826d25f56a1e60ae'



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

2012-07-05 Thread Tobias Powalowski
Date: Thursday, July 5, 2012 @ 03:23:19
  Author: tpowa
Revision: 163000

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

Added:
  webmin/repos/extra-i686/PKGBUILD
(from rev 162999, webmin/trunk/PKGBUILD)
  webmin/repos/extra-i686/webmin-config.tar.bz2
(from rev 162999, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
(from rev 162999, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-i686/webmin.install
(from rev 162999, webmin/trunk/webmin.install)
  webmin/repos/extra-i686/webmin.rc
(from rev 162999, webmin/trunk/webmin.rc)
  webmin/repos/extra-i686/webmin.service
(from rev 162999, webmin/trunk/webmin.service)
  webmin/repos/extra-x86_64/PKGBUILD
(from rev 162999, webmin/trunk/PKGBUILD)
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
(from rev 162999, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
(from rev 162999, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-x86_64/webmin.install
(from rev 162999, webmin/trunk/webmin.install)
  webmin/repos/extra-x86_64/webmin.rc
(from rev 162999, webmin/trunk/webmin.rc)
  webmin/repos/extra-x86_64/webmin.service
(from rev 162999, webmin/trunk/webmin.service)
Deleted:
  webmin/repos/extra-i686/PKGBUILD
  webmin/repos/extra-i686/webmin-config.tar.bz2
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
  webmin/repos/extra-i686/webmin.install
  webmin/repos/extra-i686/webmin.rc
  webmin/repos/extra-i686/webmin.service
  webmin/repos/extra-x86_64/PKGBUILD
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
  webmin/repos/extra-x86_64/webmin.install
  webmin/repos/extra-x86_64/webmin.rc
  webmin/repos/extra-x86_64/webmin.service

-+
 extra-i686/PKGBUILD |  442 +-
 extra-i686/webmin.install   |   70 +++---
 extra-i686/webmin.rc|   92 
 extra-i686/webmin.service   |   22 +-
 extra-x86_64/PKGBUILD   |  442 +-
 extra-x86_64/webmin.install |   70 +++---
 extra-x86_64/webmin.rc  |   92 
 extra-x86_64/webmin.service |   22 +-
 8 files changed, 626 insertions(+), 626 deletions(-)

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


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

2012-07-05 Thread Tobias Powalowski
Date: Thursday, July 5, 2012 @ 03:42:37
  Author: tpowa
Revision: 163001

upgpkg: qemu-kvm 1.1.0-1

bump to latest version

Modified:
  qemu-kvm/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-05 07:23:19 UTC (rev 163000)
+++ PKGBUILD2012-07-05 07:42:37 UTC (rev 163001)
@@ -1,13 +1,13 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu-kvm
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc=Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation.
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2.1')
 url=http://www.linux-kvm.org;
-depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls=2.4.1' 'bluez' 'vde2' 'util-linux' 'libpulse' 'seabios')
+depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls=2.4.1' 'bluez' 'vde2' 'util-linux' 'libpulse' 'seabios' 'libcap-ng')
 makedepends=('texi2html' 'perl' 'python2')
 backup=('etc/qemu/target-x86_64.conf')
 install=qemu-kvm.install
@@ -34,7 +34,7 @@
 package()
 {
 cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
+make DESTDIR=${pkgdir} libexecdir=/usr/lib/qemu install
 rm ${pkgdir}/usr/share/qemu/bios.bin
 
 # symbolic link for backwards compatibility
@@ -57,5 +57,5 @@
   esac
 done
 }
-md5sums=('f23711fb9f3c70f802829b109ba9aa27'
+md5sums=('2e19185b7fdf4c144f4719a88a5bde31'
  'b316a066d2f1bb57d8f5b7ea1d0d1caf')



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

2012-07-05 Thread Tobias Powalowski
Date: Thursday, July 5, 2012 @ 03:43:09
  Author: tpowa
Revision: 163002

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

Added:
  qemu-kvm/repos/extra-i686/65-kvm.rules
(from rev 163001, qemu-kvm/trunk/65-kvm.rules)
  qemu-kvm/repos/extra-i686/PKGBUILD
(from rev 163001, qemu-kvm/trunk/PKGBUILD)
  qemu-kvm/repos/extra-i686/qemu-kvm.install
(from rev 163001, qemu-kvm/trunk/qemu-kvm.install)
  qemu-kvm/repos/extra-x86_64/65-kvm.rules
(from rev 163001, qemu-kvm/trunk/65-kvm.rules)
  qemu-kvm/repos/extra-x86_64/PKGBUILD
(from rev 163001, qemu-kvm/trunk/PKGBUILD)
  qemu-kvm/repos/extra-x86_64/qemu-kvm.install
(from rev 163001, qemu-kvm/trunk/qemu-kvm.install)
Deleted:
  qemu-kvm/repos/extra-i686/65-kvm.rules
  qemu-kvm/repos/extra-i686/PKGBUILD
  qemu-kvm/repos/extra-i686/qemu-kvm.install
  qemu-kvm/repos/extra-x86_64/65-kvm.rules
  qemu-kvm/repos/extra-x86_64/PKGBUILD
  qemu-kvm/repos/extra-x86_64/qemu-kvm.install

---+
 extra-i686/65-kvm.rules   |2 
 extra-i686/PKGBUILD   |  122 
 extra-i686/qemu-kvm.install   |   30 -
 extra-x86_64/65-kvm.rules |2 
 extra-x86_64/PKGBUILD |  122 
 extra-x86_64/qemu-kvm.install |   30 -
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2012-07-05 07:42:37 UTC (rev 163001)
+++ extra-i686/65-kvm.rules 2012-07-05 07:43:09 UTC (rev 163002)
@@ -1 +0,0 @@
-KERNEL==kvm, GROUP=kvm, MODE=0660

Copied: qemu-kvm/repos/extra-i686/65-kvm.rules (from rev 163001, 
qemu-kvm/trunk/65-kvm.rules)
===
--- extra-i686/65-kvm.rules (rev 0)
+++ extra-i686/65-kvm.rules 2012-07-05 07:43:09 UTC (rev 163002)
@@ -0,0 +1 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-05 07:42:37 UTC (rev 163001)
+++ extra-i686/PKGBUILD 2012-07-05 07:43:09 UTC (rev 163002)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=qemu-kvm
-pkgver=1.0.1
-pkgrel=3
-pkgdesc=Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation.
-arch=(i686 x86_64)
-license=('GPL2' 'LGPL2.1')
-url=http://www.linux-kvm.org;
-depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls=2.4.1' 'bluez' 'vde2' 'util-linux' 'libpulse' 'seabios')
-makedepends=('texi2html' 'perl' 'python2')
-backup=('etc/qemu/target-x86_64.conf')
-install=qemu-kvm.install
-conflicts=('qemu')
-provides=('qemu')
-replaces=('kvm')
-source=(http://downloads.sourceforge.net/kvm/${pkgname}-${pkgver}.tar.gz
-65-kvm.rules)
-options=(!strip)
-
-build()
-{
-cd ${srcdir}/${pkgname}-${pkgver}
-# fix esound building
-./configure --prefix=/usr \
---python=/usr/bin/python2 \
---sysconfdir=/etc \
---audio-drv-list=alsa,sdl,oss,pa \
---audio-card-list=ac97,sb16,es1370,hda \
---enable-docs
-make
-}
-
-package()
-{
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-rm ${pkgdir}/usr/share/qemu/bios.bin
-
-# symbolic link for backwards compatibility
-ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu-kvm
-# symbolic link for to qemu binary for emulator apps
-ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu
-# symbolic link for to qemu binary for emulator apps
-ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/kvm
-# fix man page
-mv ${pkgdir}/usr/share/man/man1/qemu.1 \
- ${pkgdir}/usr/share/man/man1/qemu-kvm.1
-# install udev rules
-install -D -m644 ${srcdir}/65-kvm.rules \
- ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
-# strip scripts directory
-find ${pkgdir}/usr/bin  -type f -perm -u+w 2/dev/null | while read 
binary ; do
-  case $(file -bi $binary) in
-*application/x-executable*) # Binaries
-/usr/bin/strip $STRIP_BINARIES $binary;;
-  esac
-done
-}
-md5sums=('f23711fb9f3c70f802829b109ba9aa27'
- 'b316a066d2f1bb57d8f5b7ea1d0d1caf')

Copied: qemu-kvm/repos/extra-i686/PKGBUILD (from rev 163001, 
qemu-kvm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-05 07:43:09 UTC (rev 163002)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=qemu-kvm
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation.
+arch=(i686 x86_64)

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

2012-07-05 Thread Giovanni Scafora
Date: Thursday, July 5, 2012 @ 06:51:41
  Author: giovanni
Revision: 163003

upgpkg: live-media 2012.07.03-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-05 07:43:09 UTC (rev 163002)
+++ PKGBUILD2012-07-05 10:51:41 UTC (rev 163003)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2012.06.26
+pkgver=2012.07.03
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('8b0a51ee8aaa5f065c547b35f8d30dfd')
+md5sums=('c0eda380fdbec9a569a0d34fa064b21b')
 
 build() {
   cd ${srcdir}/live



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

2012-07-05 Thread Giovanni Scafora
Date: Thursday, July 5, 2012 @ 06:52:24
  Author: giovanni
Revision: 163004

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 163003, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 163003, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-05 10:51:41 UTC (rev 163003)
+++ extra-i686/PKGBUILD 2012-07-05 10:52:24 UTC (rev 163004)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2012.06.26
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('8b0a51ee8aaa5f065c547b35f8d30dfd')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 163003, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-05 10:52:24 UTC (rev 163004)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2012.07.03
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('c0eda380fdbec9a569a0d34fa064b21b')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
+  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-05 10:51:41 UTC (rev 163003)
+++ extra-x86_64/PKGBUILD   2012-07-05 10:52:24 UTC (rev 163004)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2012.06.26
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('8b0a51ee8aaa5f065c547b35f8d30dfd')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install 

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

2012-07-05 Thread Gaetan Bisson
Date: Thursday, July 5, 2012 @ 09:19:22
  Author: bisson
Revision: 163005

upstream update

Modified:
  xournal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-05 10:52:24 UTC (rev 163004)
+++ PKGBUILD2012-07-05 13:19:22 UTC (rev 163005)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=xournal
-pkgver=0.4.6
-pkgrel=2
+pkgver=0.4.7
+pkgrel=1
 pkgdesc='Notetaking and sketching application'
 url='http://xournal.sourceforge.net/'
 license=('GPL')
@@ -11,13 +11,13 @@
 depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
 optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('4ebe79e3df7155d2a09c341537a639ac2332d4c8')
+sha1sums=('d2556bf21bef2df99bef0a6d1cb251d5e0f12d3f')
 
 install=install
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr LIBS='-lm -lz'
+   ./configure --prefix=/usr
make
 }
 



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

2012-07-05 Thread Gaetan Bisson
Date: Thursday, July 5, 2012 @ 09:19:55
  Author: bisson
Revision: 163006

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

Added:
  xournal/repos/extra-i686/PKGBUILD
(from rev 163005, xournal/trunk/PKGBUILD)
  xournal/repos/extra-i686/install
(from rev 163005, xournal/trunk/install)
  xournal/repos/extra-x86_64/PKGBUILD
(from rev 163005, xournal/trunk/PKGBUILD)
  xournal/repos/extra-x86_64/install
(from rev 163005, xournal/trunk/install)
Deleted:
  xournal/repos/extra-i686/PKGBUILD
  xournal/repos/extra-i686/install
  xournal/repos/extra-x86_64/PKGBUILD
  xournal/repos/extra-x86_64/install

---+
 extra-i686/PKGBUILD   |   54 
 extra-i686/install|   26 +++
 extra-x86_64/PKGBUILD |   54 
 extra-x86_64/install  |   26 +++
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-05 13:19:22 UTC (rev 163005)
+++ extra-i686/PKGBUILD 2012-07-05 13:19:55 UTC (rev 163006)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=xournal
-pkgver=0.4.6
-pkgrel=2
-pkgdesc='Notetaking and sketching application'
-url='http://xournal.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('4ebe79e3df7155d2a09c341537a639ac2332d4c8')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr LIBS='-lm -lz'
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install desktop-install
-}

Copied: xournal/repos/extra-i686/PKGBUILD (from rev 163005, 
xournal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-05 13:19:55 UTC (rev 163006)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xournal
+pkgver=0.4.7
+pkgrel=1
+pkgdesc='Notetaking and sketching application'
+url='http://xournal.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('d2556bf21bef2df99bef0a6d1cb251d5e0f12d3f')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install desktop-install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2012-07-05 13:19:22 UTC (rev 163005)
+++ extra-i686/install  2012-07-05 13:19:55 UTC (rev 163006)
@@ -1,13 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: xournal/repos/extra-i686/install (from rev 163005, 
xournal/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2012-07-05 13:19:55 UTC (rev 163006)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-05 13:19:22 UTC (rev 163005)
+++ extra-x86_64/PKGBUILD   2012-07-05 13:19:55 UTC (rev 163006)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=xournal
-pkgver=0.4.6
-pkgrel=2
-pkgdesc='Notetaking and sketching application'
-url='http://xournal.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('4ebe79e3df7155d2a09c341537a639ac2332d4c8')
-

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

2012-07-05 Thread Allan McRae
Date: Thursday, July 5, 2012 @ 09:47:57
  Author: allan
Revision: 163007

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

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

--+
 core-i686/PKGBUILD   |   81 +++--
 core-x86_64/PKGBUILD |   81 +++--
 2 files changed, 78 insertions(+), 84 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-05 13:19:55 UTC (rev 163006)
+++ core-i686/PKGBUILD  2012-07-05 13:47:57 UTC (rev 163007)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=linux-api-headers
-pkgver=3.3.8
-_basever=3.3
-pkgrel=1
-pkgdesc=Kernel headers sanitized for use in userspace
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libc;
-license=('GPL2')
-provides=(kernel-headers=${pkgver})
-conflicts=('kernel-headers')
-replaces=('kernel-headers')
-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=('7133f5a2086a7d7ef97abac610c094f5'
- 'e1714b5136a7f4dab1b5d2d7f98e2891')
-
-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/core-i686/PKGBUILD (from rev 163006, 
linux-api-headers/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-05 13:47:57 UTC (rev 163007)
@@ -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.4.4
+_basever=3.4
+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=('967f72983655e2479f951195953e8480'
+ '58e6672d932d74d5e2b6811b9d37d67c')
+
+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
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-07-05 13:19:55 UTC (rev 163006)
+++ core-x86_64/PKGBUILD2012-07-05 13:47:57 UTC (rev 163007)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=linux-api-headers
-pkgver=3.3.8
-_basever=3.3
-pkgrel=1
-pkgdesc=Kernel headers sanitized for use in userspace
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libc;
-license=('GPL2')
-provides=(kernel-headers=${pkgver})
-conflicts=('kernel-headers')
-replaces=('kernel-headers')
-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
-

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

2012-07-05 Thread Allan McRae
Date: Thursday, July 5, 2012 @ 09:48:19
  Author: allan
Revision: 163008

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

Added:
  glibc/repos/core-i686/PKGBUILD
(from rev 163006, glibc/repos/testing-i686/PKGBUILD)
  glibc/repos/core-i686/glibc-2.15-fix-res_query-assert.patch
(from rev 163006, 
glibc/repos/testing-i686/glibc-2.15-fix-res_query-assert.patch)
  glibc/repos/core-i686/glibc-2.15-revert-c5a0802a.patch
(from rev 163006, glibc/repos/testing-i686/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/core-i686/glibc.install
(from rev 163006, glibc/repos/testing-i686/glibc.install)
  glibc/repos/core-i686/locale-gen
(from rev 163006, glibc/repos/testing-i686/locale-gen)
  glibc/repos/core-i686/locale.gen.txt
(from rev 163006, glibc/repos/testing-i686/locale.gen.txt)
  glibc/repos/core-i686/nscd.rcd
(from rev 163006, glibc/repos/testing-i686/nscd.rcd)
  glibc/repos/core-i686/nscd.service
(from rev 163006, glibc/repos/testing-i686/nscd.service)
  glibc/repos/core-i686/nscd.tmpfiles
(from rev 163006, glibc/repos/testing-i686/nscd.tmpfiles)
  glibc/repos/core-x86_64/PKGBUILD
(from rev 163006, glibc/repos/testing-x86_64/PKGBUILD)
  glibc/repos/core-x86_64/glibc-2.15-fix-res_query-assert.patch
(from rev 163006, 
glibc/repos/testing-x86_64/glibc-2.15-fix-res_query-assert.patch)
  glibc/repos/core-x86_64/glibc-2.15-revert-c5a0802a.patch
(from rev 163006, 
glibc/repos/testing-x86_64/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/core-x86_64/glibc.install
(from rev 163006, glibc/repos/testing-x86_64/glibc.install)
  glibc/repos/core-x86_64/locale-gen
(from rev 163006, glibc/repos/testing-x86_64/locale-gen)
  glibc/repos/core-x86_64/locale.gen.txt
(from rev 163006, glibc/repos/testing-x86_64/locale.gen.txt)
  glibc/repos/core-x86_64/nscd.rcd
(from rev 163006, glibc/repos/testing-x86_64/nscd.rcd)
  glibc/repos/core-x86_64/nscd.service
(from rev 163006, glibc/repos/testing-x86_64/nscd.service)
  glibc/repos/core-x86_64/nscd.tmpfiles
(from rev 163006, glibc/repos/testing-x86_64/nscd.tmpfiles)
Deleted:
  glibc/repos/core-i686/PKGBUILD
  glibc/repos/core-i686/glibc-2.14-libdl-crash.patch
  glibc/repos/core-i686/glibc-2.14-reexport-rpc-interface.patch
  glibc/repos/core-i686/glibc-2.14-reinstall-nis-rpc-headers.patch
  glibc/repos/core-i686/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch
  glibc/repos/core-i686/glibc-2.15-arena.patch
  glibc/repos/core-i686/glibc-2.15-avx.patch
  glibc/repos/core-i686/glibc-2.15-confstr-local-buffer-extent.patch
  glibc/repos/core-i686/glibc-2.15-do-not-install-timezone-files-2.patch
  glibc/repos/core-i686/glibc-2.15-do-not-install-timezone-files.patch
  glibc/repos/core-i686/glibc-2.15-feraiseexcept-plt.patch
  glibc/repos/core-i686/glibc-2.15-fix-res_query-assert.patch
  glibc/repos/core-i686/glibc-2.15-fmtmsg-locking.patch
  glibc/repos/core-i686/glibc-2.15-gb18030.patch.gz
  glibc/repos/core-i686/glibc-2.15-ifunc.patch
  glibc/repos/core-i686/glibc-2.15-lddebug-scopes.patch
  glibc/repos/core-i686/glibc-2.15-multiarch-x86-strcmp.patch
  glibc/repos/core-i686/glibc-2.15-nearbyintf-rounding.patch
  glibc/repos/core-i686/glibc-2.15-negative-result-cache.patch
  glibc/repos/core-i686/glibc-2.15-non-signalling-comparisons.patch
  glibc/repos/core-i686/glibc-2.15-regex.patch
  glibc/repos/core-i686/glibc-2.15-revert-c5a0802a.patch
  glibc/repos/core-i686/glibc-2.15-revert-netlink-cache.patch
  glibc/repos/core-i686/glibc-2.15-rintf-rounding.patch
  glibc/repos/core-i686/glibc-2.15-scanf.patch
  glibc/repos/core-i686/glibc-2.15-strcasecmp-disable-avx.patch
  glibc/repos/core-i686/glibc-2.15-testsuite.patch
  glibc/repos/core-i686/glibc-2.15-vdso.patch
  glibc/repos/core-i686/glibc-2.15-vfprintf-nargs.patch
  glibc/repos/core-i686/glibc-__i686.patch
  glibc/repos/core-i686/glibc.install
  glibc/repos/core-i686/locale-gen
  glibc/repos/core-i686/locale.gen.txt
  glibc/repos/core-i686/nscd.rcd
  glibc/repos/core-i686/nscd.service
  glibc/repos/core-i686/nscd.tmpfiles
  glibc/repos/core-x86_64/PKGBUILD
  glibc/repos/core-x86_64/glibc-2.14-libdl-crash.patch
  glibc/repos/core-x86_64/glibc-2.14-reexport-rpc-interface.patch
  glibc/repos/core-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch
  glibc/repos/core-x86_64/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch
  glibc/repos/core-x86_64/glibc-2.15-arena.patch
  glibc/repos/core-x86_64/glibc-2.15-avx.patch
  glibc/repos/core-x86_64/glibc-2.15-confstr-local-buffer-extent.patch
  glibc/repos/core-x86_64/glibc-2.15-do-not-install-timezone-files-2.patch
  glibc/repos/core-x86_64/glibc-2.15-do-not-install-timezone-files.patch
  glibc/repos/core-x86_64/glibc-2.15-feraiseexcept-plt.patch
  glibc/repos/core-x86_64/glibc-2.15-fix-res_query-assert.patch
  glibc/repos/core-x86_64/glibc-2.15-fmtmsg-locking.patch
  glibc/repos/core-x86_64/glibc-2.15-gb18030.patch.gz
  glibc/repos/core-x86_64/glibc-2.15-ifunc.patch
  

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

2012-07-05 Thread Allan McRae
Date: Thursday, July 5, 2012 @ 09:48:25
  Author: allan
Revision: 163009

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

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

--+
 core-i686/PKGBUILD   |  188 -
 core-i686/binutils.install   |   34 +++
 core-x86_64/PKGBUILD |  188 -
 core-x86_64/binutils.install |   34 +++
 4 files changed, 224 insertions(+), 220 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-05 13:48:19 UTC (rev 163008)
+++ core-i686/PKGBUILD  2012-07-05 13:48:25 UTC (rev 163009)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=binutils
-pkgver=2.22
-pkgrel=7
-_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.15' '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 \
---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
-  make -k -j1 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/core-i686/PKGBUILD (from rev 163006, 
binutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-05 13:48:25 UTC (rev 163009)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.22
+pkgrel=8
+_date=20120323
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')

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

2012-07-05 Thread Allan McRae
Date: Thursday, July 5, 2012 @ 09:48:46
  Author: allan
Revision: 163010

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

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

-+
 core-i686/PKGBUILD  |  549 +-
 core-i686/gcc-4.7.1-libada-pic.patch|   24 -
 core-i686/gcc-4.7.1-libgo-mksysinfo.patch   |   15 
 core-i686/gcc-4.7.1-libgo-write.patch   |   26 -
 core-i686/gcc-ada.install   |   40 -
 core-i686/gcc-fortran.install   |   32 -
 core-i686/gcc-go.install|   40 -
 core-i686/gcc-libs.install  |   32 -
 core-i686/gcc.install   |   40 -
 core-i686/gcc_pure64.patch  |   52 +-
 core-x86_64/PKGBUILD|  549 +-
 core-x86_64/gcc-4.7.1-libada-pic.patch  |   24 -
 core-x86_64/gcc-4.7.1-libgo-mksysinfo.patch |   15 
 core-x86_64/gcc-4.7.1-libgo-write.patch |   26 -
 core-x86_64/gcc-ada.install |   40 -
 core-x86_64/gcc-fortran.install |   32 -
 core-x86_64/gcc-go.install  |   40 -
 core-x86_64/gcc-libs.install|   32 -
 core-x86_64/gcc.install |   40 -
 core-x86_64/gcc_pure64.patch|   52 +-
 20 files changed, 870 insertions(+), 830 deletions(-)

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


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

2012-07-05 Thread Allan McRae
Date: Thursday, July 5, 2012 @ 09:48:54
  Author: allan
Revision: 163011

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

Added:
  mpfr/repos/core-i686/PKGBUILD
(from rev 163006, mpfr/repos/testing-i686/PKGBUILD)
  mpfr/repos/core-i686/mpfr-3.1.0.p10.patch
(from rev 163006, mpfr/repos/testing-i686/mpfr-3.1.0.p10.patch)
  mpfr/repos/core-i686/mpfr.install
(from rev 163006, mpfr/repos/testing-i686/mpfr.install)
  mpfr/repos/core-x86_64/PKGBUILD
(from rev 163006, mpfr/repos/testing-x86_64/PKGBUILD)
  mpfr/repos/core-x86_64/mpfr-3.1.0.p10.patch
(from rev 163006, mpfr/repos/testing-x86_64/mpfr-3.1.0.p10.patch)
  mpfr/repos/core-x86_64/mpfr.install
(from rev 163006, mpfr/repos/testing-x86_64/mpfr.install)
Deleted:
  mpfr/repos/core-i686/PKGBUILD
  mpfr/repos/core-i686/mpfr-3.1.0.p10.patch
  mpfr/repos/core-i686/mpfr.install
  mpfr/repos/core-x86_64/PKGBUILD
  mpfr/repos/core-x86_64/mpfr-3.1.0.p10.patch
  mpfr/repos/core-x86_64/mpfr.install
  mpfr/repos/testing-i686/
  mpfr/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   74 +
 core-i686/mpfr.install   |   40 
 core-x86_64/PKGBUILD |   74 +
 core-x86_64/mpfr.install |   40 
 4 files changed, 112 insertions(+), 116 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-05 13:48:46 UTC (rev 163010)
+++ core-i686/PKGBUILD  2012-07-05 13:48:54 UTC (rev 163011)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=mpfr
-_pkgver=3.1.0
-_patchlevel=p10
-pkgver=${_pkgver}.${_patchlevel}
-pkgrel=1
-pkgdesc=Multiple-precision floating-point library
-arch=('i686' 'x86_64')
-url=http://www.mpfr.org/;
-license=('LGPL')
-depends=('gmp=5.0')
-options=('!libtool')
-install=mpfr.install
-source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
-mpfr-${_pkgver}.${_patchlevel}.patch)
-md5sums=('6e495841bb026481567006cec0f821c3'
- '293374ee4b01527f8f7889fdfa9016f8'
- '776954381923739ef0e618d992188535')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  patch -Np1 -i $srcdir/mpfr-${_pkgver}.${_patchlevel}.patch
-  ./configure --prefix=/usr --enable-thread-safe --enable-shared
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: mpfr/repos/core-i686/PKGBUILD (from rev 163006, 
mpfr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-05 13:48:54 UTC (rev 163011)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=mpfr
+_pkgver=3.1.1
+#_patchlevel=p1
+#pkgver=${_pkgver}.${_patchlevel}
+pkgver=${_pkgver}
+pkgrel=1
+pkgdesc=Multiple-precision floating-point library
+arch=('i686' 'x86_64')
+url=http://www.mpfr.org/;
+license=('LGPL')
+depends=('gmp=5.0')
+options=('!libtool')
+install=mpfr.install
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc})
+md5sums=('91d51c41fcf2799e4ee7a7126fc95c17'
+ '91b187a2229211e543ba6fb82a079b2c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/mpfr-3.1.0.p10.patch
===
(Binary files differ)

Copied: mpfr/repos/core-i686/mpfr-3.1.0.p10.patch (from rev 163006, 
mpfr/repos/testing-i686/mpfr-3.1.0.p10.patch)
===
(Binary files differ)

Deleted: core-i686/mpfr.install
===
--- core-i686/mpfr.install  2012-07-05 13:48:46 UTC (rev 163010)
+++ core-i686/mpfr.install  2012-07-05 13:48:54 UTC (rev 163011)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-info_files=(mpfr.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: mpfr/repos/core-i686/mpfr.install (from rev 163006, 
mpfr/repos/testing-i686/mpfr.install)
===
--- core-i686/mpfr.install 

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

2012-07-05 Thread Allan McRae
Date: Thursday, July 5, 2012 @ 09:49:01
  Author: allan
Revision: 163012

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

Added:
  grep/repos/core-i686/PKGBUILD
(from rev 163006, grep/repos/testing-i686/PKGBUILD)
  grep/repos/core-i686/grep-2.11-exclude-dir-crash.patch
(from rev 163006, grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch)
  grep/repos/core-i686/grep.install
(from rev 163006, grep/repos/testing-i686/grep.install)
  grep/repos/core-x86_64/PKGBUILD
(from rev 163006, grep/repos/testing-x86_64/PKGBUILD)
  grep/repos/core-x86_64/grep-2.11-exclude-dir-crash.patch
(from rev 163006, 
grep/repos/testing-x86_64/grep-2.11-exclude-dir-crash.patch)
  grep/repos/core-x86_64/grep.install
(from rev 163006, grep/repos/testing-x86_64/grep.install)
Deleted:
  grep/repos/core-i686/PKGBUILD
  grep/repos/core-i686/grep-2.11-exclude-dir-crash.patch
  grep/repos/core-i686/grep.install
  grep/repos/core-x86_64/PKGBUILD
  grep/repos/core-x86_64/grep-2.11-exclude-dir-crash.patch
  grep/repos/core-x86_64/grep.install
  grep/repos/testing-i686/
  grep/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|   74 ++--
 core-i686/grep-2.11-exclude-dir-crash.patch   |   88 
 core-i686/grep.install|   42 +--
 core-x86_64/PKGBUILD  |   74 ++--
 core-x86_64/grep-2.11-exclude-dir-crash.patch |   88 
 core-x86_64/grep.install  |   42 +--
 6 files changed, 204 insertions(+), 204 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-05 13:48:54 UTC (rev 163011)
+++ core-i686/PKGBUILD  2012-07-05 13:49:01 UTC (rev 163012)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=grep
-pkgver=2.12
-pkgrel=1
-pkgdesc=A string search utility
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.gnu.org/software/grep/grep.html;
-groups=('base')
-depends=('glibc' 'pcre' 'sh')
-makedepends=('texinfo')
-install=${pkgname}.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('8d2f0346d08b13c18afb81f0e8aa1e2f'
- '7a25f2ece647b8637f4ae1de474712e7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-included-regex
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -dm755 ${pkgdir}/bin
-  ln -s /usr/bin/grep ${pkgdir}/bin/grep
-}

Copied: grep/repos/core-i686/PKGBUILD (from rev 163006, 
grep/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-05 13:49:01 UTC (rev 163012)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=grep
+pkgver=2.13
+pkgrel=1
+pkgdesc=A string search utility
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/grep/grep.html;
+groups=('base')
+depends=('glibc' 'pcre' 'sh')
+makedepends=('texinfo')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('5894d484e6c02249f9702d0d8a472115'
+ '99acaa4d45ab931be2ecba49a1766df7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -dm755 ${pkgdir}/bin
+  ln -s /usr/bin/grep ${pkgdir}/bin/grep
+}

Deleted: core-i686/grep-2.11-exclude-dir-crash.patch
===
--- core-i686/grep-2.11-exclude-dir-crash.patch 2012-07-05 13:48:54 UTC (rev 
163011)
+++ core-i686/grep-2.11-exclude-dir-crash.patch 2012-07-05 13:49:01 UTC (rev 
163012)
@@ -1,44 +0,0 @@
-From 12c957f786b12a4dd116f9c40a715d671d17fa16 Mon Sep 17 00:00:00 2001
-From: Allan McRae al...@archlinux.org
-Date: Mon, 12 Mar 2012 09:28:01 +0100
-Subject: [PATCH] grep: fix segfault with -r --exclude-dir and no file operand
-
-* src/main.c (grepdir): Don't invoke excluded_file_name on NULL.
-* NEWS (Bug fixes): Mention it.

- NEWS   |5 +
- src/main.c |2 +-
- 2 files changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/NEWS b/NEWS
-index d0a63d5..d4d70f5 100644
 a/NEWS
-+++ b/NEWS
-@@ -2,6 +2,11 @@ GNU grep NEWS-*- outline 
-*-
- 
- * Noteworthy changes in release ?.? (-??-??) [?]
- 
-+** Bug fixes
-+
-+   grep no longer segfaults with -r --exclude-dir and no file 

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

2012-07-05 Thread Allan McRae
Date: Thursday, July 5, 2012 @ 09:49:57
  Author: allan
Revision: 163013

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

Added:
  valgrind/repos/extra-i686/PKGBUILD
(from rev 163012, valgrind/repos/testing-i686/PKGBUILD)
  valgrind/repos/extra-i686/valgrind-3.7.0-glibc-2.16.patch
(from rev 163012, 
valgrind/repos/testing-i686/valgrind-3.7.0-glibc-2.16.patch)
  valgrind/repos/extra-x86_64/PKGBUILD
(from rev 163012, valgrind/repos/testing-x86_64/PKGBUILD)
  valgrind/repos/extra-x86_64/valgrind-3.7.0-glibc-2.16.patch
(from rev 163012, 
valgrind/repos/testing-x86_64/valgrind-3.7.0-glibc-2.16.patch)
Deleted:
  valgrind/repos/extra-i686/PKGBUILD
  valgrind/repos/extra-i686/valgrind-3.7.0-glibc-2.15.patch
  valgrind/repos/extra-x86_64/PKGBUILD
  valgrind/repos/extra-x86_64/valgrind-3.7.0-glibc-2.15.patch
  valgrind/repos/testing-i686/
  valgrind/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   72 -
 extra-i686/valgrind-3.7.0-glibc-2.15.patch   |   30 --
 extra-i686/valgrind-3.7.0-glibc-2.16.patch   |   41 ++
 extra-x86_64/PKGBUILD|   72 -
 extra-x86_64/valgrind-3.7.0-glibc-2.15.patch |   30 --
 extra-x86_64/valgrind-3.7.0-glibc-2.16.patch |   41 ++
 6 files changed, 154 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-05 13:49:01 UTC (rev 163012)
+++ extra-i686/PKGBUILD 2012-07-05 13:49:57 UTC (rev 163013)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=valgrind
-pkgver=3.7.0
-pkgrel=2
-pkgdesc=A tool to help find memory-management problems in programs
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://valgrind.org/;
-depends=('glibc=2.15' 'glibc2.16' 'perl')
-makedepends=('gdb')
-options=('!emptydirs')
-source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2
-valgrind-3.7.0-glibc-2.15.patch)
-md5sums=('a855fda56edf05614f099dca316d1775'
- 'f534b79b358cdced0319b375aafde4d5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  patch -Np1 -i ${srcdir}/valgrind-3.7.0-glibc-2.15.patch
-
-  if [ ${CARCH} = x86_64 ]; then
-./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
-  else
-./configure --prefix=/usr --mandir=/usr/share/man
-  fi
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: valgrind/repos/extra-i686/PKGBUILD (from rev 163012, 
valgrind/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-05 13:49:57 UTC (rev 163013)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=valgrind
+pkgver=3.7.0
+pkgrel=3
+pkgdesc=A tool to help find memory-management problems in programs
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://valgrind.org/;
+depends=('glibc=2.16' 'glibc2.17' 'perl')
+makedepends=('gdb')
+options=('!emptydirs')
+source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2
+valgrind-3.7.0-glibc-2.16.patch)
+md5sums=('a855fda56edf05614f099dca316d1775'
+ '8362c9c10b8d7d08d1be628a717cfba7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  patch -Np1 -i ${srcdir}/valgrind-3.7.0-glibc-2.16.patch
+
+  if [ ${CARCH} = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/valgrind-3.7.0-glibc-2.15.patch
===
--- extra-i686/valgrind-3.7.0-glibc-2.15.patch  2012-07-05 13:49:01 UTC (rev 
163012)
+++ extra-i686/valgrind-3.7.0-glibc-2.15.patch  2012-07-05 13:49:57 UTC (rev 
163013)
@@ -1,30 +0,0 @@
-diff -Naur valgrind-3.7.0-orig/configure valgrind-3.7.0/configure
 valgrind-3.7.0-orig/configure  2011-11-05 21:24:39.0 +1000
-+++ valgrind-3.7.0/configure   2011-12-27 15:43:54.832120449 +1000
-@@ -6402,6 +6402,17 @@
-   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-   ;;
-+ 2.15)
-+  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.15 family 5
-+$as_echo 2.15 family 6; }
-+
-+$as_echo #define GLIBC_2_15 1 confdefs.h
-+
-+  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
-+  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
-+  ;;
-+
-  darwin)
-   { $as_echo $as_me:${as_lineno-$LINENO}: 

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

2012-07-05 Thread Evangelos Foutras
Date: Thursday, July 5, 2012 @ 11:59:21
  Author: foutrelis
Revision: 163014

upgpkg: pidgin 2.10.5-1

New upstream release.

Modified:
  pidgin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-05 13:49:57 UTC (rev 163013)
+++ PKGBUILD2012-07-05 15:59:21 UTC (rev 163014)
@@ -6,8 +6,8 @@
 # Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
 
 pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.10.4
-pkgrel=2
+pkgver=2.10.5
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://pidgin.im/;
 license=('GPL')
@@ -17,7 +17,7 @@
  'networkmanager')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8fbef835c8dfa2281532ad7064d664477d72015d6dcd4345362dcfe658aaee0e')
+sha256sums=('6943d95a84d881adec9982685a8b41b68b1114335ae2ae4e18d22658f5c9e7aa')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-07-05 Thread Evangelos Foutras
Date: Thursday, July 5, 2012 @ 11:59:41
  Author: foutrelis
Revision: 163015

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

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

-+
 extra-i686/PKGBUILD |  200 +-
 extra-i686/pidgin.install   |   22 ++--
 extra-x86_64/PKGBUILD   |  200 +-
 extra-x86_64/pidgin.install |   22 ++--
 4 files changed, 222 insertions(+), 222 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-05 15:59:21 UTC (rev 163014)
+++ extra-i686/PKGBUILD 2012-07-05 15:59:41 UTC (rev 163015)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
-
-pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.10.4
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://pidgin.im/;
-license=('GPL')
-makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
- 'libidn' 'python2' 'hicolor-icon-theme' 'gstreamer0.10'
- 'farstream' 'avahi' 'tk' 'ca-certificates' 'intltool'
- 'networkmanager')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8fbef835c8dfa2281532ad7064d664477d72015d6dcd4345362dcfe658aaee0e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Use Python 2
-  sed -i 's/env python$/2/' */plugins/*.py \
-libpurple/purple-{remote,notifications-example,url-handler}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-schemas-install \
---disable-meanwhile \
---disable-gnutls \
---enable-cyrus-sasl \
---disable-doxygen \
---enable-nm \
---with-python=/usr/bin/python2 \
---with-system-ssl-certs=/etc/ssl/certs
-make
-}
-
-package_pidgin(){
-  pkgdesc=Multi-protocol instant messaging client
-  depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
-   'gstreamer0.10' 'hicolor-icon-theme')
-  optdepends=('aspell: for spelling correction'
-  'gstreamer0.10-good-plugins: video and voice support')
-  install=pidgin.install
-
-  cd $srcdir/pidgin-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR=$pkgdir install-libLTLIBRARIES
-
-  make -C pidgin DESTDIR=$pkgdir install
-  make -C doc DESTDIR=$pkgdir install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR=$pkgdir uninstall-libLTLIBRARIES
-
-  install -Dm644 pidgin.desktop $pkgdir/usr/share/applications/pidgin.desktop
-
-  rm $pkgdir/usr/share/man/man1/finch.1
-}
-
-package_libpurple(){
-  pkgdesc=IM library extracted from Pidgin
-  depends=('farstream' 'libsasl' 'libidn' 'dbus-glib' 'nss')
-  optdepends=('avahi: Bonjour protocol support'
-  'ca-certificates: SSL CA certificates'
-  'dbus-python: for purple-remote and purple-url-handler'
-  'tk: Tcl/Tk scripting support')
-
-  cd $srcdir/pidgin-$pkgver
-
-  for _dir in libpurple share/sounds share/ca-certs m4macros po; do
-make -C $_dir DESTDIR=$pkgdir install
-  done
-}
-
-package_finch(){
-  pkgdesc=A ncurses-based messaging client
-  depends=(libpurple=$pkgver-$pkgrel 'python2' 'gstreamer0.10')
-
-  cd $srcdir/pidgin-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR=$pkgdir install-libLTLIBRARIES
-
-  make -C finch DESTDIR=$pkgdir install
-  make -C doc DESTDIR=$pkgdir install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR=$pkgdir uninstall-libLTLIBRARIES
-
-  rm $pkgdir/usr/share/man/man1/pidgin.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pidgin/repos/extra-i686/PKGBUILD (from rev 163014, 
pidgin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-05 15:59:41 UTC (rev 163015)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+
+pkgname=('pidgin' 'libpurple' 'finch')
+pkgver=2.10.5
+pkgrel=1
+arch=('i686' 'x86_64')

[arch-commits] Commit in netcfg/repos (3 files)

2012-07-05 Thread Florian Pritz
Date: Thursday, July 5, 2012 @ 12:03:22
  Author: bluewind
Revision: 163016

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/
  netcfg/repos/testing-any/PKGBUILD
(from rev 163015, netcfg/trunk/PKGBUILD)
  netcfg/repos/testing-any/git-fixes.patch
(from rev 163015, netcfg/trunk/git-fixes.patch)

-+
 PKGBUILD|   36 
 git-fixes.patch |   24 
 2 files changed, 60 insertions(+)

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 163015, 
netcfg/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-07-05 16:03:22 UTC (rev 163016)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.5
+pkgrel=3
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org/netcfg/;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
+'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
+'wireless_tools: for interface renaming through net-rename'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz 
git-fixes.patch)
+arch=(any)
+md5sums=('61019de518f430f421a6353ddb652549' 'c511a6844769bac9e418644b51315cd2')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+
+  patch -p1 -i $srcdir/git-fixes.patch
+
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+}
+

Copied: netcfg/repos/testing-any/git-fixes.patch (from rev 163015, 
netcfg/trunk/git-fixes.patch)
===
--- testing-any/git-fixes.patch (rev 0)
+++ testing-any/git-fixes.patch 2012-07-05 16:03:22 UTC (rev 163016)
@@ -0,0 +1,24 @@
+commit 9eb995ef8a34d552077b2af02787574a6534b1e2
+Author: Tasos Latsas tlatsas2...@gmail.com
+Date:   Sat Jun 30 11:07:45 2012 +0300
+
+wifi-menu: fix name of wireless key variable
+
+Dialog returns the wireless key in variable $key. Uppercase
+'KEY' is used later to create the profile.
+
+Signed-off-by: Tasos Latsas tlatsas2...@gmail.com
+
+diff --git a/scripts/wifi-menu b/scripts/wifi-menu
+index e182f25..ba8eb47 100755
+--- a/scripts/wifi-menu
 b/scripts/wifi-menu
+@@ -115,7 +115,7 @@ create_profile()
+ [[ $OBSCURE ]]  box=--insecure --passwordbox || box=--inputbox
+ msg=Enter $security security key for\n'$1'
+ key=$(dialog $box $msg 10 40 --stdout) || return $?
+-[[ ${#KEY} -ge 8  ${#KEY} -le 63 ]] || return 4
++[[ ${#key} -ge 8  ${#key} -le 63 ]] || return 4
+ if [[ $OBSCURE ]]; then
+ key=$(wpa_passphrase $1 $key | grep -m 1 ^[[:space:]]*psk=)
+ key=KEY=${key#*psk=}



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

2012-07-05 Thread Andrea Scarpino
Date: Thursday, July 5, 2012 @ 15:21:51
  Author: andrea
Revision: 163017

Fix the kwebkitpart fill /home bug (FS#30555)

Modified:
  kwebkitpart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-05 16:03:22 UTC (rev 163016)
+++ PKGBUILD2012-07-05 19:21:51 UTC (rev 163017)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kwebkitpart
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.0.20120705
+pkgrel=1
 pkgdesc=A WebKit browser component for KDE
 url=http://opendesktop.org/content/show.php?content=127960;
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('e736d7b26cf6e3c0eed837837b3f032b')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('659f9737bcc79f0bfbd08ff37ad0e232')
 
 build() {
   cd ${srcdir}



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

2012-07-05 Thread Andrea Scarpino
Date: Thursday, July 5, 2012 @ 15:22:35
  Author: andrea
Revision: 163018

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

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

--+
 extra-i686/PKGBUILD  |   60 ++---
 extra-i686/kwebkitpart.install   |   22 ++---
 extra-x86_64/PKGBUILD|   60 ++---
 extra-x86_64/kwebkitpart.install |   22 ++---
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-05 19:21:51 UTC (rev 163017)
+++ extra-i686/PKGBUILD 2012-07-05 19:22:35 UTC (rev 163018)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwebkitpart
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=A WebKit browser component for KDE
-url=http://opendesktop.org/content/show.php?content=127960;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('e736d7b26cf6e3c0eed837837b3f032b')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwebkitpart/repos/extra-i686/PKGBUILD (from rev 163017, 
kwebkitpart/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-05 19:22:35 UTC (rev 163018)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwebkitpart
+pkgver=1.2.0.20120705
+pkgrel=1
+pkgdesc=A WebKit browser component for KDE
+url=http://opendesktop.org/content/show.php?content=127960;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('659f9737bcc79f0bfbd08ff37ad0e232')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kwebkitpart.install
===
--- extra-i686/kwebkitpart.install  2012-07-05 19:21:51 UTC (rev 163017)
+++ extra-i686/kwebkitpart.install  2012-07-05 19:22:35 UTC (rev 163018)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kwebkitpart/repos/extra-i686/kwebkitpart.install (from rev 163017, 
kwebkitpart/trunk/kwebkitpart.install)
===
--- extra-i686/kwebkitpart.install  (rev 0)
+++ extra-i686/kwebkitpart.install  2012-07-05 19:22:35 UTC (rev 163018)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-05 19:21:51 UTC (rev 163017)
+++ extra-x86_64/PKGBUILD   2012-07-05 19:22:35 UTC (rev 163018)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwebkitpart
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=A WebKit browser component for KDE
-url=http://opendesktop.org/content/show.php?content=127960;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('e736d7b26cf6e3c0eed837837b3f032b')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make 

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

2012-07-05 Thread Eric Bélanger
Date: Thursday, July 5, 2012 @ 16:37:09
  Author: eric
Revision: 163019

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

Added:
  lvm2/repos/core-i686/11-dm-initramfs.rules
(from rev 163018, lvm2/repos/testing-i686/11-dm-initramfs.rules)
  lvm2/repos/core-i686/PKGBUILD
(from rev 163018, lvm2/repos/testing-i686/PKGBUILD)
  lvm2/repos/core-i686/lvm.service
(from rev 163018, lvm2/repos/testing-i686/lvm.service)
  lvm2/repos/core-i686/lvm2.conf
(from rev 163018, lvm2/repos/testing-i686/lvm2.conf)
  lvm2/repos/core-i686/lvm2_hook
(from rev 163018, lvm2/repos/testing-i686/lvm2_hook)
  lvm2/repos/core-i686/lvm2_install
(from rev 163018, lvm2/repos/testing-i686/lvm2_install)
  lvm2/repos/core-x86_64/11-dm-initramfs.rules
(from rev 163018, lvm2/repos/testing-x86_64/11-dm-initramfs.rules)
  lvm2/repos/core-x86_64/PKGBUILD
(from rev 163018, lvm2/repos/testing-x86_64/PKGBUILD)
  lvm2/repos/core-x86_64/lvm.service
(from rev 163018, lvm2/repos/testing-x86_64/lvm.service)
  lvm2/repos/core-x86_64/lvm2.conf
(from rev 163018, lvm2/repos/testing-x86_64/lvm2.conf)
  lvm2/repos/core-x86_64/lvm2_hook
(from rev 163018, lvm2/repos/testing-x86_64/lvm2_hook)
  lvm2/repos/core-x86_64/lvm2_install
(from rev 163018, lvm2/repos/testing-x86_64/lvm2_install)
Deleted:
  lvm2/repos/core-i686/11-dm-initramfs.rules
  lvm2/repos/core-i686/PKGBUILD
  lvm2/repos/core-i686/lvm.service
  lvm2/repos/core-i686/lvm2.conf
  lvm2/repos/core-i686/lvm2_hook
  lvm2/repos/core-i686/lvm2_install
  lvm2/repos/core-x86_64/11-dm-initramfs.rules
  lvm2/repos/core-x86_64/PKGBUILD
  lvm2/repos/core-x86_64/lvm.service
  lvm2/repos/core-x86_64/lvm2.conf
  lvm2/repos/core-x86_64/lvm2_hook
  lvm2/repos/core-x86_64/lvm2_install
  lvm2/repos/testing-i686/
  lvm2/repos/testing-x86_64/

---+
 core-i686/11-dm-initramfs.rules   |6 -
 core-i686/PKGBUILD|  137 ++--
 core-i686/lvm.service |   32 
 core-i686/lvm2.conf   |4 -
 core-i686/lvm2_hook   |   48 ++--
 core-i686/lvm2_install|   62 
 core-x86_64/11-dm-initramfs.rules |6 -
 core-x86_64/PKGBUILD  |  137 ++--
 core-x86_64/lvm.service   |   32 
 core-x86_64/lvm2.conf |4 -
 core-x86_64/lvm2_hook |   48 ++--
 core-x86_64/lvm2_install  |   62 
 12 files changed, 290 insertions(+), 288 deletions(-)

Deleted: core-i686/11-dm-initramfs.rules
===
--- core-i686/11-dm-initramfs.rules 2012-07-05 19:22:35 UTC (rev 163018)
+++ core-i686/11-dm-initramfs.rules 2012-07-05 20:37:09 UTC (rev 163019)
@@ -1,3 +0,0 @@
-# needed with new udev/mkinitcpio and as implemented in dracut:
-# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
-SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Copied: lvm2/repos/core-i686/11-dm-initramfs.rules (from rev 163018, 
lvm2/repos/testing-i686/11-dm-initramfs.rules)
===
--- core-i686/11-dm-initramfs.rules (rev 0)
+++ core-i686/11-dm-initramfs.rules 2012-07-05 20:37:09 UTC (rev 163019)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
+SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-05 19:22:35 UTC (rev 163018)
+++ core-i686/PKGBUILD  2012-07-05 20:37:09 UTC (rev 163019)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgbase=lvm2
-pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.96
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://sourceware.org/lvm2/;
-license=('GPL2' 'LGPL2.1')
-groups=('base')
-source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
-lvm2_install
-lvm2_hook
-11-dm-initramfs.rules
-lvm.service
-lvm2.conf)
-sha1sums=('29d5097f0ca92c7665f29f862eca78bcf981ff6f'
-  '12e9016485c415c344524e6e75e23dfa6ca097ac'
-  '3e1680f9b76ce9150d08865d99db90fd15532271'
-  'cedc9948123c870f9c5aa3357d0075b41a9c8135'
-  'f6a554eea9557c3c236df2943bb6e7e723945c41'
-  '17df8689630a77e46899a8bd56997d9db896d5af'
-  'ccefad65fde3d50331a42b0e90a1539dc7c8b9e4')
-
-build() {
-  cd ${srcdir}/LVM2.${pkgver}
-  unset LDFLAGS
-
-  ./configure --prefix=/ --sbindir=/sbin --sysconfdir=/etc 
--localstatedir=/var --datarootdir=/usr/share \
---includedir=/usr/include 

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

2012-07-05 Thread Stéphane Gaudreault
Date: Thursday, July 5, 2012 @ 16:51:54
  Author: stephane
Revision: 163020

upgpkg: dialog 1.1_20120703-1

upstream update

Modified:
  dialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-05 20:37:09 UTC (rev 163019)
+++ PKGBUILD2012-07-05 20:51:54 UTC (rev 163020)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=dialog
-pkgver=1.1_20120215
+pkgver=1.1_20120703
 pkgrel=1
 pkgdesc=A tool to display dialog boxes from shell scripts
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('LGPL2.1')
 depends=('ncurses')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
-sha1sums=('0d8a07e064c6d4f9cc7d9cb21c4609dc4a19537e')
+sha1sums=('f9949cef2c95d9bd8f2b9d6793dc640bcaa7ff40')
 
 build() {
   cd ${srcdir}/$pkgname-${pkgver/_/-}



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

2012-07-05 Thread Stéphane Gaudreault
Date: Thursday, July 5, 2012 @ 16:52:01
  Author: stephane
Revision: 163021

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

Added:
  dialog/repos/testing-i686/
  dialog/repos/testing-i686/PKGBUILD
(from rev 163020, dialog/trunk/PKGBUILD)
  dialog/repos/testing-x86_64/
  dialog/repos/testing-x86_64/PKGBUILD
(from rev 163020, dialog/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: dialog/repos/testing-i686/PKGBUILD (from rev 163020, 
dialog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-05 20:52:01 UTC (rev 163021)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=dialog
+pkgver=1.1_20120703
+pkgrel=1
+pkgdesc=A tool to display dialog boxes from shell scripts
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('ncurses')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
+sha1sums=('f9949cef2c95d9bd8f2b9d6793dc640bcaa7ff40')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --with-ncursesw --enable-nls
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install install-lib
+}

Copied: dialog/repos/testing-x86_64/PKGBUILD (from rev 163020, 
dialog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-05 20:52:01 UTC (rev 163021)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=dialog
+pkgver=1.1_20120703
+pkgrel=1
+pkgdesc=A tool to display dialog boxes from shell scripts
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('ncurses')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
+sha1sums=('f9949cef2c95d9bd8f2b9d6793dc640bcaa7ff40')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --with-ncursesw --enable-nls
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install install-lib
+}



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

2012-07-05 Thread Eric Bélanger
Date: Thursday, July 5, 2012 @ 17:03:13
  Author: eric
Revision: 163022

upgpkg: jhead 2.96-1

Upstream update

Modified:
  jhead/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-05 20:52:01 UTC (rev 163021)
+++ PKGBUILD2012-07-05 21:03:13 UTC (rev 163022)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=jhead
-pkgver=2.95
+pkgver=2.96
 pkgrel=1
 pkgdesc=EXIF JPEG info parser and thumbnail remover
 url=http://www.sentex.net/~mwandel/jhead/;
@@ -13,7 +13,7 @@
 optdepends=('libjpeg: to up-right images according to rotation tag')
 source=(http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz 
 LICENSE)
-md5sums=('49599697ffc1830648b057916165a192'
+md5sums=('562b45d4d82f64196debed8c520c1cab'
  '1f0db611d2642a981719f45252762a45')
 
 build() {



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

2012-07-05 Thread Eric Bélanger
Date: Thursday, July 5, 2012 @ 17:03:35
  Author: eric
Revision: 163023

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

Added:
  jhead/repos/extra-i686/LICENSE
(from rev 163022, jhead/trunk/LICENSE)
  jhead/repos/extra-i686/PKGBUILD
(from rev 163022, jhead/trunk/PKGBUILD)
  jhead/repos/extra-x86_64/LICENSE
(from rev 163022, jhead/trunk/LICENSE)
  jhead/repos/extra-x86_64/PKGBUILD
(from rev 163022, jhead/trunk/PKGBUILD)
Deleted:
  jhead/repos/extra-i686/LICENSE
  jhead/repos/extra-i686/PKGBUILD
  jhead/repos/extra-x86_64/LICENSE
  jhead/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/LICENSE|   24 +--
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/LICENSE  |   24 +--
 extra-x86_64/PKGBUILD |   58 
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2012-07-05 21:03:13 UTC (rev 163022)
+++ extra-i686/LICENSE  2012-07-05 21:03:35 UTC (rev 163023)
@@ -1,12 +0,0 @@
-License:
-
-Jhead is public domain software - that is, you can do whatever you want
-with it, and include it software that is licensesed under the GNU or the 
-BSD license, or whatever other licence you chose, including proprietary
-closed source licenses.  Although not part of the liscense, I do expect
-common courtesy, please.
-
-If you do integrate the code into some software of yours, I'd appreciate
-knowing about it though. 
-
-Matthias Wandel

Copied: jhead/repos/extra-i686/LICENSE (from rev 163022, jhead/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2012-07-05 21:03:35 UTC (rev 163023)
@@ -0,0 +1,12 @@
+License:
+
+Jhead is public domain software - that is, you can do whatever you want
+with it, and include it software that is licensesed under the GNU or the 
+BSD license, or whatever other licence you chose, including proprietary
+closed source licenses.  Although not part of the liscense, I do expect
+common courtesy, please.
+
+If you do integrate the code into some software of yours, I'd appreciate
+knowing about it though. 
+
+Matthias Wandel

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-05 21:03:13 UTC (rev 163022)
+++ extra-i686/PKGBUILD 2012-07-05 21:03:35 UTC (rev 163023)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: François Charette francois ατ archlinux δοτ org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=jhead
-pkgver=2.95
-pkgrel=1
-pkgdesc=EXIF JPEG info parser and thumbnail remover
-url=http://www.sentex.net/~mwandel/jhead/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-optdepends=('libjpeg: to up-right images according to rotation tag')
-source=(http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz 
-LICENSE)
-md5sums=('49599697ffc1830648b057916165a192'
- '1f0db611d2642a981719f45252762a45')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -D -m755 jhead ${pkgdir}/usr/bin/jhead
-  install -D -m644 jhead.1 ${pkgdir}/usr/share/man/man1/jhead.1
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: jhead/repos/extra-i686/PKGBUILD (from rev 163022, jhead/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-05 21:03:35 UTC (rev 163023)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: François Charette francois ατ archlinux δοτ org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=jhead
+pkgver=2.96
+pkgrel=1
+pkgdesc=EXIF JPEG info parser and thumbnail remover
+url=http://www.sentex.net/~mwandel/jhead/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+optdepends=('libjpeg: to up-right images according to rotation tag')
+source=(http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz 
+LICENSE)
+md5sums=('562b45d4d82f64196debed8c520c1cab'
+ '1f0db611d2642a981719f45252762a45')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -D -m755 jhead ${pkgdir}/usr/bin/jhead
+  install -D -m644 jhead.1 ${pkgdir}/usr/share/man/man1/jhead.1
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2012-07-05 21:03:13 UTC (rev 163022)
+++ extra-x86_64/LICENSE2012-07-05 21:03:35 UTC (rev 163023)
@@ -1,12 +0,0 @@

[arch-commits] Commit in bitlbee/trunk (5 files)

2012-07-05 Thread Dave Reisner
Date: Thursday, July 5, 2012 @ 19:25:34
  Author: dreisner
Revision: 163024

upgpkg: bitlbee 3.0.5-4

- add systemd tmpfiles.d fragment
- use pidfile to determined pid in rc.d script
- move pidfile and socket: /var/run/bitlbee - /run/bitlbee

Added:
  bitlbee/trunk/bitlbee.install
  bitlbee/trunk/bitlbee.tmpfiles
Modified:
  bitlbee/trunk/PKGBUILD
  bitlbee/trunk/rc.d
Deleted:
  bitlbee/trunk/install

--+
 PKGBUILD |   39 ++-
 bitlbee.install  |   15 ++
 bitlbee.tmpfiles |1 
 install  |   14 -
 rc.d |   75 +
 5 files changed, 78 insertions(+), 66 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-05 21:03:35 UTC (rev 163023)
+++ PKGBUILD2012-07-05 23:25:34 UTC (rev 163024)
@@ -4,11 +4,12 @@
 # Contributor: simo s...@archlinux.org
 # Contributor: Jeff 'codemac' Mickey j...@archlinux.org
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Dave Reisner dreis...@archlinux.org
 
 pkgname=bitlbee
 pkgver=3.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
 url='http://www.bitlbee.org/'
 license=('GPL')
@@ -21,42 +22,42 @@
 source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
 'sbindir.patch'
 'xinetd'
-'rc.d')
+'rc.d'
+'bitlbee.tmpfiles')
 sha1sums=('74afdff87be49ce060771a6ae10d7643cd57b9b6'
   '9b774e6d85471a4e43e25b8b941cd0e1032a7a6c'
   '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  'be09d29af3853825778331df451f16ca9e452d03')
+  '02423c500ac64f673ba26a3395c7c7036c17343e'
+  '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
+backup=('etc/bitlbee/bitlbee.conf'
+'etc/bitlbee/motd.txt'
+'etc/xinetd.d/bitlbee')
+install=bitlbee.install
 
-backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
-install=install
-
 build() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd $pkgname-$pkgver
 
patch -p1 -i ../sbindir.patch
 
./configure \
--prefix=/usr \
--etcdir=/etc/bitlbee \
-   --pidfile=/var/run/bitlbee/bitlbee.pid \
-   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
+   --pidfile=/run/bitlbee/bitlbee.pid \
+   --ipcsocket=/run/bitlbee/bitlbee.sock \
--systemdsystemunitdir=/usr/lib/systemd/system \
--ssl=openssl \
--strip=0 \
--otr=plugin \
-   --skype=plugin \
+   --skype=plugin
 
make
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   make -C $pkgname-$pkgver DESTDIR=$pkgdir install{,-etc,-dev}
 
-   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
-   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
-   install -Dm755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/bitlbee
-
-   make DESTDIR=${pkgdir} install
-   make DESTDIR=${pkgdir} install-etc
-   make DESTDIR=${pkgdir} install-dev
+   install -o65 -g65 -dm770 $pkgdir/var/lib/bitlbee
+   install -Dm644 $srcdir/xinetd $pkgdir/etc/xinetd.d/bitlbee
+   install -Dm755 $srcdir/rc.d $pkgdir/etc/rc.d/bitlbee
+   install -Dm644 $srcdir/bitlbee.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf
 }

Added: bitlbee.install
===
--- bitlbee.install (rev 0)
+++ bitlbee.install 2012-07-05 23:25:34 UTC (rev 163024)
@@ -0,0 +1,15 @@
+post_install() {
+   getent group bitlbee /dev/null || groupadd -r -g 65 bitlbee /dev/null
+   getent passwd bitlbee /dev/null || useradd -r -u 65 -g bitlbee -d 
/var/lib/bitlbee -s /bin/false -c bitlbee bitlbee /dev/null
+   systemd-tmpfiles --create bitlbee.conf
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   getent passwd bitlbee /dev/null  userdel bitlbee /dev/null
+   getent group bitlbee /dev/null  groupdel bitlbee /dev/null
+   true
+}

Added: bitlbee.tmpfiles
===
--- bitlbee.tmpfiles(rev 0)
+++ bitlbee.tmpfiles2012-07-05 23:25:34 UTC (rev 163024)
@@ -0,0 +1 @@
+d /run/bitlbee 0755 bitlbee bitlbee - -

Deleted: install
===
--- install 2012-07-05 21:03:35 UTC (rev 163023)
+++ install 2012-07-05 23:25:34 UTC (rev 163024)
@@ -1,14 +0,0 @@
-post_install() {
-   getent group bitlbee /dev/null || groupadd -r -g 65 bitlbee /dev/null
-   getent passwd bitlbee /dev/null || useradd -r -u 65 -g bitlbee -d 
/var/lib/bitlbee -s /bin/false -c bitlbee bitlbee /dev/null
-}
-

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

2012-07-05 Thread Dave Reisner
Date: Thursday, July 5, 2012 @ 19:25:55
  Author: dreisner
Revision: 163025

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

Added:
  bitlbee/repos/testing-i686/
  bitlbee/repos/testing-i686/PKGBUILD
(from rev 163024, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/testing-i686/bitlbee.install
(from rev 163024, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/testing-i686/bitlbee.tmpfiles
(from rev 163024, bitlbee/trunk/bitlbee.tmpfiles)
  bitlbee/repos/testing-i686/rc.d
(from rev 163024, bitlbee/trunk/rc.d)
  bitlbee/repos/testing-i686/sbindir.patch
(from rev 163024, bitlbee/trunk/sbindir.patch)
  bitlbee/repos/testing-i686/xinetd
(from rev 163024, bitlbee/trunk/xinetd)
  bitlbee/repos/testing-x86_64/
  bitlbee/repos/testing-x86_64/PKGBUILD
(from rev 163024, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/testing-x86_64/bitlbee.install
(from rev 163024, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/testing-x86_64/bitlbee.tmpfiles
(from rev 163024, bitlbee/trunk/bitlbee.tmpfiles)
  bitlbee/repos/testing-x86_64/rc.d
(from rev 163024, bitlbee/trunk/rc.d)
  bitlbee/repos/testing-x86_64/sbindir.patch
(from rev 163024, bitlbee/trunk/sbindir.patch)
  bitlbee/repos/testing-x86_64/xinetd
(from rev 163024, bitlbee/trunk/xinetd)

-+
 testing-i686/PKGBUILD   |   63 ++
 testing-i686/bitlbee.install|   15 +
 testing-i686/bitlbee.tmpfiles   |1 
 testing-i686/rc.d   |   49 +
 testing-i686/sbindir.patch  |   14 
 testing-i686/xinetd |   12 +++
 testing-x86_64/PKGBUILD |   63 ++
 testing-x86_64/bitlbee.install  |   15 +
 testing-x86_64/bitlbee.tmpfiles |1 
 testing-x86_64/rc.d |   49 +
 testing-x86_64/sbindir.patch|   14 
 testing-x86_64/xinetd   |   12 +++
 12 files changed, 308 insertions(+)

Copied: bitlbee/repos/testing-i686/PKGBUILD (from rev 163024, 
bitlbee/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-05 23:25:55 UTC (rev 163025)
@@ -0,0 +1,63 @@
+# $Id$
+
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.0.5
+pkgrel=4
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+url='http://www.bitlbee.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('openssl' 'glib2')
+makedepends=('asciidoc' 'libotr')
+optdepends=('skype4py: to use skyped'
+'libotr: for OTR encryption support'
+'xinetd: to run bitlbee through xinetd')
+source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
+'sbindir.patch'
+'xinetd'
+'rc.d'
+'bitlbee.tmpfiles')
+sha1sums=('74afdff87be49ce060771a6ae10d7643cd57b9b6'
+  '9b774e6d85471a4e43e25b8b941cd0e1032a7a6c'
+  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
+  '02423c500ac64f673ba26a3395c7c7036c17343e'
+  '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
+backup=('etc/bitlbee/bitlbee.conf'
+'etc/bitlbee/motd.txt'
+'etc/xinetd.d/bitlbee')
+install=bitlbee.install
+
+build() { 
+   cd $pkgname-$pkgver
+
+   patch -p1 -i ../sbindir.patch
+
+   ./configure \
+   --prefix=/usr \
+   --etcdir=/etc/bitlbee \
+   --pidfile=/run/bitlbee/bitlbee.pid \
+   --ipcsocket=/run/bitlbee/bitlbee.sock \
+   --systemdsystemunitdir=/usr/lib/systemd/system \
+   --ssl=openssl \
+   --strip=0 \
+   --otr=plugin \
+   --skype=plugin
+
+   make
+}
+
+package() {
+   make -C $pkgname-$pkgver DESTDIR=$pkgdir install{,-etc,-dev}
+
+   install -o65 -g65 -dm770 $pkgdir/var/lib/bitlbee
+   install -Dm644 $srcdir/xinetd $pkgdir/etc/xinetd.d/bitlbee
+   install -Dm755 $srcdir/rc.d $pkgdir/etc/rc.d/bitlbee
+   install -Dm644 $srcdir/bitlbee.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf
+}

Copied: bitlbee/repos/testing-i686/bitlbee.install (from rev 163024, 
bitlbee/trunk/bitlbee.install)
===
--- testing-i686/bitlbee.install(rev 0)
+++ testing-i686/bitlbee.install2012-07-05 23:25:55 UTC (rev 163025)
@@ -0,0 +1,15 @@
+post_install() {
+   getent group bitlbee /dev/null || groupadd -r -g 65 bitlbee /dev/null
+   getent passwd bitlbee /dev/null || useradd -r -u 65 -g bitlbee -d 
/var/lib/bitlbee -s /bin/false -c 

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

2012-07-05 Thread Tom Gundersen
Date: Thursday, July 5, 2012 @ 20:29:43
  Author: tomegun
Revision: 163026

db-move: moved initscripts from [testing] to [core] ( any)

Added:
  
initscripts/repos/core-any/0001-remove-run-nologin-before-leaving-rc.multi.patch
(from rev 163025, 
initscripts/repos/testing-any/0001-remove-run-nologin-before-leaving-rc.multi.patch)
  initscripts/repos/core-any/PKGBUILD
(from rev 163025, initscripts/repos/testing-any/PKGBUILD)
  initscripts/repos/core-any/initscripts.install
(from rev 163025, initscripts/repos/testing-any/initscripts.install)
  initscripts/repos/core-any/wireless.conf.d
(from rev 163025, initscripts/repos/testing-any/wireless.conf.d)
Deleted:
  initscripts/repos/core-any/PKGBUILD
  initscripts/repos/core-any/initscripts.install
  initscripts/repos/core-any/wireless.conf.d
  initscripts/repos/testing-any/

---+
 0001-remove-run-nologin-before-leaving-rc.multi.patch |   29 ++
 PKGBUILD  |   69 
 initscripts.install   |   38 
 wireless.conf.d   |   24 ++---
 4 files changed, 98 insertions(+), 62 deletions(-)

Copied: 
initscripts/repos/core-any/0001-remove-run-nologin-before-leaving-rc.multi.patch
 (from rev 163025, 
initscripts/repos/testing-any/0001-remove-run-nologin-before-leaving-rc.multi.patch)
===
--- core-any/0001-remove-run-nologin-before-leaving-rc.multi.patch  
(rev 0)
+++ core-any/0001-remove-run-nologin-before-leaving-rc.multi.patch  
2012-07-06 00:29:43 UTC (rev 163026)
@@ -0,0 +1,29 @@
+From 55bd14c586f0f64b8ee5515161be1aa1098d3226 Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Tue, 3 Jul 2012 22:28:05 -0400
+Subject: [initscripts][PATCH] remove /run/nologin before leaving rc.multi
+To: arch-proje...@archlinux.org
+
+systemd-186 writes this file when running systemd-tmpfiles, but
+initscripts never removes it. This disallows all non-root logins.
+
+Reported-by: Dan McGee d...@archlinux.org
+Signed-off-by: Dave Reisner dreis...@archlinux.org
+---
+ rc.multi | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/rc.multi b/rc.multi
+index daf2372..7d4acaa 100755
+--- a/rc.multi
 b/rc.multi
+@@ -31,4 +31,6 @@ run_hook multi_end
+ 
+ bootlogd_stop
+ 
++rm -f /run/nologin
++
+ # vim: set ts=2 sw=2 noet:
+-- 
+1.7.11.1
+

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-07-05 23:25:55 UTC (rev 163025)
+++ core-any/PKGBUILD   2012-07-06 00:29:43 UTC (rev 163026)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Thomas Bächler tho...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=initscripts
-pkgver=2012.06.3
-pkgrel=1
-pkgdesc=System initialization/bootup scripts
-arch=('any')
-url=http://www.archlinux.org;
-license=('GPL2')
-groups=('base')
-backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
-depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2' 'ncurses' 
'findutils' 'sysvinit')
-optdepends=('bridge-utils: Network bridging support'
-'dhcpcd: DHCP network configuration'
-'net-tools: legacy network support'
-'wireless_tools: Wireless networking')
-makedepends=(asciidoc)
-install=initscripts.install
-source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz;
-'wireless.conf.d')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
-}
-md5sums=('34493c768b587ac59c6ee7e14f275c1d'
- '027576534885b8d5dded9be546057b12')

Copied: initscripts/repos/core-any/PKGBUILD (from rev 163025, 
initscripts/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-07-06 00:29:43 UTC (rev 163026)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=initscripts
+pkgver=2012.06.3
+pkgrel=2
+pkgdesc=System initialization/bootup scripts
+arch=('any')
+url=http://www.archlinux.org;
+license=('GPL2')
+groups=('base')
+backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
+depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2' 'ncurses' 
'findutils' 'sysvinit')
+optdepends=('bridge-utils: Network bridging support'
+'dhcpcd: DHCP network configuration'
+'net-tools: legacy network support'
+'wireless_tools: Wireless networking')
+makedepends=(asciidoc)
+install=initscripts.install

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

2012-07-05 Thread Ionut Biru
Date: Thursday, July 5, 2012 @ 21:27:03
  Author: ibiru
Revision: 163027

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

Added:
  dbus-core/repos/core-i686/PKGBUILD
(from rev 163026, dbus-core/repos/testing-i686/PKGBUILD)
  dbus-core/repos/core-i686/dbus
(from rev 163026, dbus-core/repos/testing-i686/dbus)
  dbus-core/repos/core-i686/dbus.install
(from rev 163026, dbus-core/repos/testing-i686/dbus.install)
  dbus-core/repos/core-x86_64/PKGBUILD
(from rev 163026, dbus-core/repos/testing-x86_64/PKGBUILD)
  dbus-core/repos/core-x86_64/dbus
(from rev 163026, dbus-core/repos/testing-x86_64/dbus)
  dbus-core/repos/core-x86_64/dbus.install
(from rev 163026, dbus-core/repos/testing-x86_64/dbus.install)
Deleted:
  dbus-core/repos/core-i686/PKGBUILD
  dbus-core/repos/core-i686/dbus
  dbus-core/repos/core-i686/dbus.install
  dbus-core/repos/core-x86_64/PKGBUILD
  dbus-core/repos/core-x86_64/dbus
  dbus-core/repos/core-x86_64/dbus.install
  dbus-core/repos/testing-i686/
  dbus-core/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  106 ++---
 core-i686/dbus   |  102 +--
 core-i686/dbus.install   |   46 +--
 core-x86_64/PKGBUILD |  106 ++---
 core-x86_64/dbus |  102 +--
 core-x86_64/dbus.install |   46 +--
 6 files changed, 254 insertions(+), 254 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-06 00:29:43 UTC (rev 163026)
+++ core-i686/PKGBUILD  2012-07-06 01:27:03 UTC (rev 163027)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-#
-pkgname=dbus-core
-pkgver=1.6.0
-pkgrel=5
-pkgdesc=Freedesktop.org message bus system
-url=http://www.freedesktop.org/Software/dbus;
-arch=(i686 x86_64)
-license=('GPL' 'custom')
-depends=('expat=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 
'systemd-tools') # shadow for install scriptlet FS#29341
-makedepends=('libx11')
-conflicts=('dbus1.2.3-2')
-options=(!libtool)
-install=dbus.install
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc}
-dbus)
-md5sums=('16dcae2dd0c76e398381601ac9acdec4'
- '0ebde9920bde83fe26ce32351a7d8954'
- 'f0364f3f5dc5f653bb05d39aa36e3264')
-
-build() {
-  cd ${srcdir}/dbus-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
-  --with-system-pid-file=/run/dbus/pid \
-  --with-system-socket=/run/dbus/system_bus_socket \
-  --enable-inotify --disable-dnotify \
-  --disable-verbose-mode --disable-static \
-  --disable-tests --disable-asserts \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --enable-systemd
-  make
-}
-
-package(){
-  cd ${srcdir}/dbus-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -f ${pkgdir}/usr/bin/dbus-launch
-  rm -f ${pkgdir}/usr/share/man/man1/dbus-launch.1
-  rm -rf ${pkgdir}/var/run
-
-  install -m755 -d ${pkgdir}/etc/rc.d
-  install -m755 ${srcdir}/dbus ${pkgdir}/etc/rc.d/
-
-  #Fix configuration file
-  sed -i -e 's|user81/user|userdbus/user|' 
${pkgdir}/etc/dbus-1/system.conf
-
-  install -dm755 ${pkgdir}/usr/share/licenses/dbus-core
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus-core/
-}

Copied: dbus-core/repos/core-i686/PKGBUILD (from rev 163026, 
dbus-core/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-06 01:27:03 UTC (rev 163027)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.6.2
+pkgrel=2
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 
'systemd-tools') # shadow for install scriptlet FS#29341
+makedepends=('libx11')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
+dbus)
+md5sums=('7fbf877ed6ff7da6df90f07158373829'
+ '2cd74b6efca77e4e3aa2b7ccde770668'
+ 'f0364f3f5dc5f653bb05d39aa36e3264')
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests 

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

2012-07-05 Thread Ionut Biru
Date: Thursday, July 5, 2012 @ 21:27:22
  Author: ibiru
Revision: 163028

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

Added:
  dbus/repos/extra-i686/30-dbus
(from rev 163027, dbus/repos/testing-i686/30-dbus)
  dbus/repos/extra-i686/PKGBUILD
(from rev 163027, dbus/repos/testing-i686/PKGBUILD)
  dbus/repos/extra-x86_64/30-dbus
(from rev 163027, dbus/repos/testing-x86_64/30-dbus)
  dbus/repos/extra-x86_64/PKGBUILD
(from rev 163027, dbus/repos/testing-x86_64/PKGBUILD)
Deleted:
  dbus/repos/extra-i686/30-dbus
  dbus/repos/extra-i686/PKGBUILD
  dbus/repos/extra-x86_64/30-dbus
  dbus/repos/extra-x86_64/PKGBUILD
  dbus/repos/testing-i686/
  dbus/repos/testing-x86_64/

---+
 extra-i686/30-dbus|   16 -
 extra-i686/PKGBUILD   |   84 
 extra-x86_64/30-dbus  |   16 -
 extra-x86_64/PKGBUILD |   84 
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/30-dbus
===
--- extra-i686/30-dbus  2012-07-06 01:27:03 UTC (rev 163027)
+++ extra-i686/30-dbus  2012-07-06 01:27:22 UTC (rev 163028)
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-# launches a session dbus instance
-
-dbuslaunch=`which dbus-launch 2/dev/null`
-if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
-  eval `$dbuslaunch --sh-syntax --exit-with-session`
-fi

Copied: dbus/repos/extra-i686/30-dbus (from rev 163027, 
dbus/repos/testing-i686/30-dbus)
===
--- extra-i686/30-dbus  (rev 0)
+++ extra-i686/30-dbus  2012-07-06 01:27:22 UTC (rev 163028)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-06 01:27:03 UTC (rev 163027)
+++ extra-i686/PKGBUILD 2012-07-06 01:27:22 UTC (rev 163028)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-#
-pkgname=dbus
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=Freedesktop.org message bus system
-url=http://www.freedesktop.org/Software/dbus;
-arch=(i686 x86_64)
-license=('GPL' 'custom')
-depends=(dbus-core=${pkgver} 'libx11')
-source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-30-dbus)
-md5sums=('16dcae2dd0c76e398381601ac9acdec4'
- '0ebde9920bde83fe26ce32351a7d8954'
- '9fafe8b28460aeaa6054309ef4c5ed92')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
-  --with-system-pid-file=/var/run/dbus.pid \
-  --disable-verbose-mode --disable-static \
-  --enable-inotify --disable-dnotify \
-  --disable-tests --disable-asserts
-  make -C tools dbus-launch
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -m755 -d ${pkgdir}/usr/bin
-  install -m755 -d ${pkgdir}/usr/share/man/man1
-  install -m755 tools/dbus-launch ${pkgdir}/usr/bin/
-  install -m644 doc/dbus-launch.1 ${pkgdir}/usr/share/man/man1/
-
-  install -m755 -d ${pkgdir}/etc/X11/xinit/xinitrc.d
-  install -m755 ${srcdir}/30-dbus ${pkgdir}/etc/X11/xinit/xinitrc.d/
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/dbus
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus/
-}

Copied: dbus/repos/extra-i686/PKGBUILD (from rev 163027, 
dbus/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-06 01:27:22 UTC (rev 163028)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=$pkgver 'libx11')
+source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
+30-dbus)
+md5sums=('7fbf877ed6ff7da6df90f07158373829'
+ '2cd74b6efca77e4e3aa2b7ccde770668'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd $pkgname-$pkgver

[arch-commits] Commit in openssh/trunk (PKGBUILD sshd sshd.service tmpfiles.d)

2012-07-05 Thread Gaetan Bisson
Date: Thursday, July 5, 2012 @ 22:47:50
  Author: bisson
Revision: 163029

make check() matter, /var/empty now in filesystem, clean up sshd.service comment

Modified:
  openssh/trunk/PKGBUILD
  openssh/trunk/sshd
  openssh/trunk/sshd.service
Deleted:
  openssh/trunk/tmpfiles.d

--+
 PKGBUILD |   14 +-
 sshd |1 -
 sshd.service |7 ++-
 tmpfiles.d   |1 -
 4 files changed, 7 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-06 01:27:22 UTC (rev 163028)
+++ PKGBUILD2012-07-06 02:47:50 UTC (rev 163029)
@@ -19,7 +19,6 @@
 'sshd@.service'
 'sshd.service'
 'sshd.socket'
-'tmpfiles.d'
 'sshd.confd'
 'sshd.pam'
 'sshd')
@@ -27,12 +26,11 @@
   '954bf1660aa32620c37034320877f4511b767ccb'
   '6c71de2c2ca9622aa8e863acd94b13e11125'
   'bd6eae36c7ef9efb7147778baad7858b81f2d660'
-  '83a257b8f6a62237383262cb0e2583e5609ddac0'
+  'f27617eeb694f4edd474638adf16733d8a793d85'
   'a30fb5fda6d0143345bae47684edaffb8d0a92a7'
-  'b5cf44205e8f4365c00bfbee110d7c0e563627aa'
   'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
   '659e3ee95c269014783ff8b318c6f50bf7496fbd'
-  'ed36e3a522f619ff6b13e253526596e4cca11e9f')
+  '1488d4ed33cf3037accf4b0e1c7a7e90b6a097c7')
 
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')
 
@@ -59,10 +57,9 @@
 
 check() {
cd ${srcdir}/${pkgname}-${pkgver}
-
-   # The connect.sh test must be run by a user with a decent login shell;
-   # chroot builds use nobody with /bin/false.
-   make tests || true
+   make tests ||
+   grep $USER /etc/passwd | grep -q /bin/false
+   # connect.sh fails when run with stupid login shell
 }
 
 package() {
@@ -78,7 +75,6 @@
install -Dm644 ../sshd@.service 
${pkgdir}/usr/lib/systemd/system/sshd@.service
install -Dm644 ../sshd.service 
${pkgdir}/usr/lib/systemd/system/sshd.service
install -Dm644 ../sshd.socket 
${pkgdir}/usr/lib/systemd/system/sshd.socket
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/openssh.conf
 
install -Dm755 ../sshd.close-sessions 
${pkgdir}/etc/rc.d/functions.d/sshd-close-sessions # FS#17389
install -Dm644 ../sshd.confd ${pkgdir}/etc/conf.d/sshd

Modified: sshd
===
--- sshd2012-07-06 01:27:22 UTC (rev 163028)
+++ sshd2012-07-06 02:47:50 UTC (rev 163029)
@@ -15,7 +15,6 @@
start)
stat_busy 'Starting Secure Shell Daemon'
/usr/bin/ssh-keygen -A
-   [[ -d /var/empty ]] || mkdir -p /var/empty
[[ -z $PID ]]  /usr/sbin/sshd $SSHD_ARGS
if [[ $? -gt 0 ]]; then
stat_fail

Modified: sshd.service
===
--- sshd.service2012-07-06 01:27:22 UTC (rev 163028)
+++ sshd.service2012-07-06 02:47:50 UTC (rev 163029)
@@ -12,8 +12,5 @@
 WantedBy=multi-user.target
 Also=sshdgenkeys.service
 
-# Note that this is the service file for running a single SSH server for all
-# incoming connections, suitable only for systems with a large amount of SSH
-# traffic. In almost all other cases it is a better idea to use sshd.socket +
-# sshd@.service (i.e. the on-demand spawning version for one instance per
-# connection).
+# This service file runs an SSH daemon that forks for each incoming connection.
+# If you prefer to spawn on-demand daemons, use sshd.socket and sshd@.service.

Deleted: tmpfiles.d
===
--- tmpfiles.d  2012-07-06 01:27:22 UTC (rev 163028)
+++ tmpfiles.d  2012-07-06 02:47:50 UTC (rev 163029)
@@ -1 +0,0 @@
-d /var/empty 0755 root root -



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

2012-07-05 Thread Eric Bélanger
Date: Friday, July 6, 2012 @ 01:55:49
  Author: eric
Revision: 163030

upgpkg: transcode 1.1.7-5

Rebuild against ffmpeg 0.11

Added:
  transcode/trunk/ffmpeg-0.11.patch
Modified:
  transcode/trunk/PKGBUILD
Deleted:
  transcode/trunk/ffmpeg-0.10.patch

---+
 PKGBUILD  |8 +--
 ffmpeg-0.10.patch |   14 -
 ffmpeg-0.11.patch |  130 
 3 files changed, 134 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-06 02:47:50 UTC (rev 163029)
+++ PKGBUILD2012-07-06 05:55:49 UTC (rev 163030)
@@ -6,7 +6,7 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=4
+pkgrel=5
 pkgdesc=A video/DVD ripper and encoder for the terminal/console
 arch=('i686' 'x86_64')
 url=http://tcforge.berlios.de/;
@@ -18,17 +18,17 @@
 
source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2

http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
 subtitleripper-0.3.4-linkingorder.patch 
subtitleripper-0.3.4-respect-ldflags.patch
-ffmpeg-0.10.patch)
+ffmpeg-0.11.patch)
 sha1sums=('e35df68b960eb56ef0a59a4cdbed1491be56aee6'
   'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
   'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
   '591943a33235342a66c3df0625a164a1479c09ae'
-  '3c03111cfae88db918afff3837cec7db32ace3cc')
+  '765dacce5ee463adf5c124556d68bb873ef436c6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  patch -Np1 -i ${srcdir}/ffmpeg-0.10.patch
+  patch -Np1 -i ${srcdir}/ffmpeg-0.11.patch
   ./configure --prefix=/usr \
 --disable-sse --disable-sse2 --disable-altivec --enable-mmx \
 --enable-lame --enable-ogg --enable-vorbis --enable-theora \

Deleted: ffmpeg-0.10.patch
===
--- ffmpeg-0.10.patch   2012-07-06 02:47:50 UTC (rev 163029)
+++ ffmpeg-0.10.patch   2012-07-06 05:55:49 UTC (rev 163030)
@@ -1,14 +0,0 @@
-diff -Nur transcode-1.1.7.orig/filter/filter_pp.c 
transcode-1.1.7/filter/filter_pp.c
 transcode-1.1.7.orig/filter/filter_pp.c2012-01-27 19:55:13.706613234 
+
-+++ transcode-1.1.7/filter/filter_pp.c 2012-01-27 19:56:04.719541629 +
-@@ -38,8 +38,8 @@
- 
- /* FIXME: these use the filter ID as an index--the ID can grow
-  * arbitrarily large, so this needs to be fixed */
--static pp_mode_t *mode[100];
--static pp_context_t *context[100];
-+static pp_mode *mode[100];
-+static pp_context *context[100];
- static int width[100], height[100];
- static int pre[100];
- 

Added: ffmpeg-0.11.patch
===
--- ffmpeg-0.11.patch   (rev 0)
+++ ffmpeg-0.11.patch   2012-07-06 05:55:49 UTC (rev 163030)
@@ -0,0 +1,130 @@
+diff -Naur transcode-1.1.7/export/export_ffmpeg.c 
fixed-tc/export/export_ffmpeg.c
+--- transcode-1.1.7/export/export_ffmpeg.c 2011-11-19 11:50:27.0 
-0500
 fixed-tc/export/export_ffmpeg.c2012-07-05 16:22:41.095346080 -0400
+@@ -180,7 +180,7 @@
+ 
+ 
+ /* START: COPIED FROM ffmpeg-0.5_p22846(ffmpeg.c, cmdutils.c) */
+-#include libavcodec/opt.h
++#include libavutil/opt.h
+ #include libavutil/avstring.h
+ #include libswscale/swscale.h
+ 
+@@ -470,7 +470,6 @@
+ }
+ 
+ TC_LOCK_LIBAVCODEC;
+-avcodec_init();
+ avcodec_register_all();
+ TC_UNLOCK_LIBAVCODEC;
+ 
+@@ -634,7 +633,6 @@
+ lavc_param_rc_max_rate = 2516;
+ lavc_param_rc_buffer_size = 224 * 8;
+ lavc_param_rc_buffer_aggressivity = 99;
+-lavc_param_scan_offset = CODEC_FLAG_SVCD_SCAN_OFFSET;
+ 
+ break;
+ 
+@@ -674,7 +673,6 @@
+ 
+ lavc_param_rc_buffer_size = 224 * 8;
+ lavc_param_rc_buffer_aggressivity = 99;
+-lavc_param_scan_offset = CODEC_FLAG_SVCD_SCAN_OFFSET;
+ 
+ break;
+ 
+diff -Naur transcode-1.1.7/export/ffmpeg_cfg.c fixed-tc/export/ffmpeg_cfg.c
+--- transcode-1.1.7/export/ffmpeg_cfg.c2011-11-19 11:50:27.0 
-0500
 fixed-tc/export/ffmpeg_cfg.c   2012-07-05 15:26:29.112103273 -0400
+@@ -160,9 +160,7 @@
+ {vcelim, lavc_param_chroma_elim_threshold, TCCONF_TYPE_INT, 
TCCONF_FLAG_RANGE, -99, 99},
+ {vpsize, lavc_param_packet_size, TCCONF_TYPE_INT, TCCONF_FLAG_RANGE, 
0, 1},
+ {vstrict, lavc_param_strict, TCCONF_TYPE_INT, TCCONF_FLAG_RANGE, -99, 
99},
+-{vdpart, lavc_param_data_partitioning, TCCONF_TYPE_FLAG, 0, 0, 
CODEC_FLAG_PART},
+ //{keyint, lavc_param_keyint, TCCONF_TYPE_INT, 0, 0, 0},
+-{gray, lavc_param_gray, TCCONF_TYPE_FLAG, 0, 0, CODEC_FLAG_PART},
+ {mpeg_quant, lavc_param_mpeg_quant, TCCONF_TYPE_FLAG, 0, 0, 1},
+ {vi_qfactor, lavc_param_vi_qfactor, TCCONF_TYPE_FLOAT, 
TCCONF_FLAG_RANGE, -31.0, 31.0},
+ {vi_qoffset, lavc_param_vi_qoffset, TCCONF_TYPE_FLOAT, 
TCCONF_FLAG_RANGE, 0.0, 31.0},
+@@ -211,7 

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

2012-07-05 Thread Eric Bélanger
Date: Friday, July 6, 2012 @ 01:56:12
  Author: eric
Revision: 163031

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

Added:
  transcode/repos/staging-i686/
  transcode/repos/staging-i686/PKGBUILD
(from rev 163030, transcode/trunk/PKGBUILD)
  transcode/repos/staging-i686/ffmpeg-0.11.patch
(from rev 163030, transcode/trunk/ffmpeg-0.11.patch)
  transcode/repos/staging-i686/subtitleripper-0.3.4-linkingorder.patch
(from rev 163030, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/staging-i686/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 163030, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)
  transcode/repos/staging-x86_64/
  transcode/repos/staging-x86_64/PKGBUILD
(from rev 163030, transcode/trunk/PKGBUILD)
  transcode/repos/staging-x86_64/ffmpeg-0.11.patch
(from rev 163030, transcode/trunk/ffmpeg-0.11.patch)
  transcode/repos/staging-x86_64/subtitleripper-0.3.4-linkingorder.patch
(from rev 163030, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/staging-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 163030, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)

---+
 staging-i686/PKGBUILD |   61 +
 staging-i686/ffmpeg-0.11.patch|  130 
 staging-i686/subtitleripper-0.3.4-linkingorder.patch  |   28 ++
 staging-i686/subtitleripper-0.3.4-respect-ldflags.patch   |   28 ++
 staging-x86_64/PKGBUILD   |   61 +
 staging-x86_64/ffmpeg-0.11.patch  |  130 
 staging-x86_64/subtitleripper-0.3.4-linkingorder.patch|   28 ++
 staging-x86_64/subtitleripper-0.3.4-respect-ldflags.patch |   28 ++
 8 files changed, 494 insertions(+)

Copied: transcode/repos/staging-i686/PKGBUILD (from rev 163030, 
transcode/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-06 05:56:12 UTC (rev 163031)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: roberto robe...@archlinux.org
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.7
+pkgrel=5
+pkgdesc=A video/DVD ripper and encoder for the terminal/console
+arch=('i686' 'x86_64')
+url=http://tcforge.berlios.de/;
+license=('GPL')
+depends=('gawk' 'imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
+makedepends=('nasm')
+options=('!libtool')
+source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
+   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
+subtitleripper-0.3.4-linkingorder.patch 
subtitleripper-0.3.4-respect-ldflags.patch
+ffmpeg-0.11.patch)
+sha1sums=('e35df68b960eb56ef0a59a4cdbed1491be56aee6'
+  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
+  'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
+  '591943a33235342a66c3df0625a164a1479c09ae'
+  '765dacce5ee463adf5c124556d68bb873ef436c6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/ffmpeg-0.11.patch
+  ./configure --prefix=/usr \
+--disable-sse --disable-sse2 --disable-altivec --enable-mmx \
+--enable-lame --enable-ogg --enable-vorbis --enable-theora \
+--enable-libdv --enable-libxml2 --enable-v4l \
+--enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
+--enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
+--enable-xvid --enable-x264 --enable-alsa --enable-libmpeg2 
--enable-libmpeg2convert
+  make
+
+  cd ${srcdir}/subtitleripper
+  patch -p1 -i ${srcdir}/subtitleripper-0.3.4-linkingorder.patch
+  patch -p1 -i ${srcdir}/subtitleripper-0.3.4-respect-ldflags.patch
+  sed -e 's|^\(.*lppm.*\)$|#\1|' \
+  -e 's|^\(.*D_HAVE_LIB_PPM.*\)$|#\1|' \
+  -e 's/DEFINES :=/DEFINES = -DHAVE_GETLINE/' \
+  -i Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/subtitleripper
+  install -m 755 pgm2txt ${pkgdir}/usr/bin/
+  install -m 755 srttool ${pkgdir}/usr/bin/
+  install -m 755 subtitle2pgm ${pkgdir}/usr/bin/
+  install -m 755 subtitle2vobsub ${pkgdir}/usr/bin/
+  install -m 755 vobsub2pgm ${pkgdir}/usr/bin/
+}

Copied: transcode/repos/staging-i686/ffmpeg-0.11.patch (from rev 163030, 
transcode/trunk/ffmpeg-0.11.patch)
===
--- staging-i686/ffmpeg-0.11.patch  (rev 0)
+++ staging-i686/ffmpeg-0.11.patch  2012-07-06 05:56:12 UTC (rev 163031)
@@ -0,0 +1,130 @@
+diff -Naur transcode-1.1.7/export/export_ffmpeg.c 
fixed-tc/export/export_ffmpeg.c
+---