[arch-commits] Commit in (4 files)

2013-03-11 Thread Sven-Hendrik Haase
Date: Tuesday, March 12, 2013 @ 07:54:02
  Author: svenstaro
Revision: 86128

Move turbojpeg from AUR

Added:
  turbojpeg/
  turbojpeg/repos/
  turbojpeg/trunk/
  turbojpeg/trunk/PKGBUILD

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

Added: turbojpeg/trunk/PKGBUILD
===
--- turbojpeg/trunk/PKGBUILD(rev 0)
+++ turbojpeg/trunk/PKGBUILD2013-03-12 06:54:02 UTC (rev 86128)
@@ -0,0 +1,46 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Allan McRae 
+# Contributor: Simone Sclavi 'Ito' 
+
+pkgname=turbojpeg
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="turbojpeg library from libjpeg-turbo"
+arch=('i686' 'x86_64')
+url="http://www.libjpeg-turbo.org/About/TurboJPEG";
+license=('GPL' 'custom')
+depends=('glibc' 'libjpeg')
+makedepends=('nasm')
+options=('!libtool')
+source=(http://sourceforge.net/projects/libjpeg-turbo/files/$pkgver/libjpeg-turbo-$pkgver.tar.gz)
+sha1sums=('a4992e102c6d88146709e8e6ce5896d5d0b5a361')
+ 
+build() {
+  cd "$srcdir/libjpeg-turbo-$pkgver"
+ 
+  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man
+  make
+}
+ 
+check() {
+  cd "$srcdir/libjpeg-turbo-$pkgver"
+ 
+  make test
+}
+ 
+package() {
+  cd "$srcdir/libjpeg-turbo-$pkgver"
+ 
+  make DESTDIR="$pkgdir/" install
+ 
+  # only distribute libturbojpeg
+  rm -rf "$pkgdir"/usr/share
+  rm "$pkgdir"/usr/include/j*.h
+  rm "$pkgdir"/usr/lib/libj*
+  rm "$pkgdir"/usr/bin/{djpeg,rdjpgcom,wrjpgcom,jpegtran,cjpeg}
+ 
+  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
+  ln -s ../../doc/libjpeg-turbo/README 
"$pkgdir/usr/share/licenses/$pkgname/README"
+  ln -s ../../doc/libjpeg-turbo/README-turbo.txt 
"$pkgdir/usr/share/licenses/$pkgname/README-turbo.txt"
+}
+



[arch-commits] Commit in nss-pam-ldapd/repos (6 files)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 07:21:42
  Author: cinelli
Revision: 86127

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 86126, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 86126, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 86126, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 86126, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 86126, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 86126, nss-pam-ldapd/trunk/nss-pam-ldapd.install)

+
 community-i686/PKGBUILD|   42 +++
 community-i686/nslcd.service   |   12 
 community-i686/nss-pam-ldapd.install   |   12 
 community-x86_64/PKGBUILD  |   42 +++
 community-x86_64/nslcd.service |   12 
 community-x86_64/nss-pam-ldapd.install |   12 
 6 files changed, 132 insertions(+)

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 86126, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 06:21:42 UTC (rev 86127)
@@ -0,0 +1,42 @@
+# $Id
+# Maintainer: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.12
+pkgrel=3
+pkgdesc='LDAP module for NSS and PAM'
+arch=('i686' 'x86_64')
+url="http://arthurdejong.org/$pkgname/";
+license=('LGPL2.1')
+depends=('krb5')
+replaces=('pam_ldap' 'nss_ldap')
+conflicts=('nss-pam-ldapd-git')
+provides=('nss-pam-ldapd')
+install=nss-pam-ldapd.install
+backup=('etc/nslcd.conf')
+source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
+"nslcd.service")
+sha1sums=('9c320172df0cdd4eca6cd97ad4c2438e6552ffe0'
+  '40afa421f05c2128a5219504fea45b2e76830973')
+  
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-seclib-dir=/usr/lib/security;
+ 
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/nslcd.service (from rev 86126, 
nss-pam-ldapd/trunk/nslcd.service)
===
--- community-i686/nslcd.service(rev 0)
+++ community-i686/nslcd.service2013-03-12 06:21:42 UTC (rev 86127)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Naming services LDAP client daemon.
+After=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/nslcd/nslcd.pid
+ExecStart=/usr/sbin/nslcd
+
+[Install]
+WantedBy=multi-user.target
+

Copied: nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install (from rev 
86126, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
===
--- community-i686/nss-pam-ldapd.install(rev 0)
+++ community-i686/nss-pam-ldapd.install2013-03-12 06:21:42 UTC (rev 
86127)
@@ -0,0 +1,12 @@
+post_install() {
+getent passwd nslcd >> /dev/null || useradd -r -M -d /var/run/nslcd -s 
/bin/false nslcd
+}
+
+post_upgrade() {
+getent passwd nslcd >> /dev/null || useradd -r -M -s /bin/false nslcd
+}
+
+pre_remove() {
+userdel nslcd >/dev/null 2>&1 || true
+}
+

Copied: nss-pam-ldapd/repos/community-x86_64/PKGBUILD (from rev 86126, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 06:21:42 UTC (rev 86127)
@@ -0,0 +1,42 @@
+# $Id
+# Maintainer: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.12
+pkgrel=3
+pkgdesc='LDAP module for NSS and PAM'
+arch=('i686' 'x86_64')
+url="http://arthurdejong.org/$pkgname/";
+license=('LGPL2.1')
+depends=('krb5')
+replaces=('pam_ldap' 'nss_ldap')
+conflicts=('nss-pam-ldapd-git')
+provides=('nss-pam-ldapd')
+install=nss-pam-ldapd.install
+backup=('etc/nslcd.conf')
+source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
+"nslcd.service")
+sha1sums=('9c320172df0cdd4eca6cd97ad4c2438e6552ffe0'
+  '40afa421f05c2128a5219504fea45b2e76830973')
+  
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-seclib-dir=/usr/lib/security;

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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 07:11:57
  Author: cinelli
Revision: 86126

upgpkg: cdcd 0.6.6-6

Modified:
  cdcd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 06:02:35 UTC (rev 86125)
+++ PKGBUILD2013-03-12 06:11:57 UTC (rev 86126)
@@ -5,7 +5,7 @@
 
 pkgname=cdcd
 pkgver=0.6.6
-pkgrel=7
+pkgrel=6
 pkgdesc="A commandline cd-player"
 arch=('i686' 'x86_64')
 depends=('libcdaudio' 'readline')



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

2013-03-11 Thread Eric Bélanger
Date: Tuesday, March 12, 2013 @ 07:02:35
  Author: eric
Revision: 86125

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

Added:
  gpac/repos/community-i686/PKGBUILD
(from rev 86124, gpac/trunk/PKGBUILD)
  gpac/repos/community-x86_64/PKGBUILD
(from rev 86124, gpac/trunk/PKGBUILD)
Deleted:
  gpac/repos/community-i686/PKGBUILD
  gpac/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   92 ++--
 community-x86_64/PKGBUILD |   92 ++--
 2 files changed, 94 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 06:01:55 UTC (rev 86124)
+++ community-i686/PKGBUILD 2013-03-12 06:02:35 UTC (rev 86125)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gpac
-pkgver=4065
-pkgrel=2
-pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
-arch=('i686' 'x86_64')
-url="http://gpac.sourceforge.net";
-license=('LGPL')
-depends=('ffmpeg' 'libjpeg' 'libpng' 'glu')
-makedepends=('jack' 'a52dec' 'freetype2' 'libxv' 'faad2' 'libmad' 'mesa')
-optdepends=('jack: for jack support' 'a52dec: for A52 support'
-'faad2: for AAC support' 'libmad: for mp3 support')
-options=('!makeflags')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('9a60014c4467acf3ac070e4e4a42d13b35575da8'
-  'a015cef1fd003c57bd91a6d0959ccd58df2357d4')
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=$pkgver
-  _svntrunk="https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac";
-  _svnmod="$pkgname-$pkgver"
-  mkdir ${pkgname}-$pkgver
-  pushd ${pkgname}-$pkgver
-  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  tar -cJf ../${pkgname}-$pkgver.tar.xz ${pkgname}-$pkgver/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install install-lib
-}

Copied: gpac/repos/community-i686/PKGBUILD (from rev 86124, gpac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 06:02:35 UTC (rev 86125)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpac
+pkgver=4288
+pkgrel=1
+pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
+arch=('i686' 'x86_64')
+url="http://gpac.sourceforge.net";
+license=('LGPL')
+depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
+makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
+optdepends=('jack: for jack support' 'a52dec: for A52 support'
+'faad2: for AAC support' 'libmad: for mp3 support')
+options=('!makeflags')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('6ba29de672b6e4260e510e0e16d5bc0ab09cabb6'
+  '794b0e4a497af527e093ff0328f1acc8995f2b04')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=${pkgver}
+  _svntrunk="https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac";
+  _svnmod="$pkgname-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
+  revision="$(svnversion ${pkgname}-${pkgver})"
+  echo "#define GPAC_SVN_REVISION \"$revision\"" > 
${pkgname}-${pkgver}/include/gpac/revision.h
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install install-lib
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 06:01:55 UTC (rev 86124)
+++ community-x86_64/PKGBUILD   2013-03-12 06:02:35 UTC (rev 86125)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gpac
-pkgver=4065
-pkgrel=2
-pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
-arch=('i686' 'x86_64')
-url="http://gpac.sourceforge.net";
-license=('LGPL')
-depends=('ffmpeg' 'libjpeg' 'libpng' 'glu')
-makedepends=('jac

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

2013-03-11 Thread Eric Bélanger
Date: Tuesday, March 12, 2013 @ 07:01:55
  Author: eric
Revision: 86124

upgpkg: gpac 4288-1

Upstream update, Change libxv makedepends to a depends, Improve mksource 
function

Modified:
  gpac/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 05:53:51 UTC (rev 86123)
+++ PKGBUILD2013-03-12 06:01:55 UTC (rev 86124)
@@ -2,32 +2,34 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=gpac
-pkgver=4065
-pkgrel=2
+pkgver=4288
+pkgrel=1
 pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
 arch=('i686' 'x86_64')
 url="http://gpac.sourceforge.net";
 license=('LGPL')
-depends=('ffmpeg' 'libjpeg' 'libpng' 'glu')
-makedepends=('jack' 'a52dec' 'freetype2' 'libxv' 'faad2' 'libmad' 'mesa')
+depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
+makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
 optdepends=('jack: for jack support' 'a52dec: for A52 support'
 'faad2: for AAC support' 'libmad: for mp3 support')
 options=('!makeflags')
 
source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('9a60014c4467acf3ac070e4e4a42d13b35575da8'
-  'a015cef1fd003c57bd91a6d0959ccd58df2357d4')
+sha1sums=('6ba29de672b6e4260e510e0e16d5bc0ab09cabb6'
+  '794b0e4a497af527e093ff0328f1acc8995f2b04')
 
 # source PKGBUILD && mksource
 mksource() {
   [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=$pkgver
+  _svnver=${pkgver}
   _svntrunk="https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac";
-  _svnmod="$pkgname-$pkgver"
-  mkdir ${pkgname}-$pkgver
-  pushd ${pkgname}-$pkgver
+  _svnmod="$pkgname-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
   svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
+  revision="$(svnversion ${pkgname}-${pkgver})"
+  echo "#define GPAC_SVN_REVISION \"$revision\"" > 
${pkgname}-${pkgver}/include/gpac/revision.h
   find . -depth -type d -name .svn -exec rm -rf {} \;
-  tar -cJf ../${pkgname}-$pkgver.tar.xz ${pkgname}-$pkgver/*
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
   popd
   rm -r ${pkgname}-${pkgver}
   gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz



[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2013-03-11 Thread Ionuț Mircea Bîru
Date: Tuesday, March 12, 2013 @ 06:53:51
  Author: ioni
Revision: 86123

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 86122, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 86122, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 86122, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   62 ++---
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 05:53:29 UTC (rev 86122)
+++ PKGBUILD2013-03-12 05:53:51 UTC (rev 86123)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=4.2.8
-pkgrel=2
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('9939fe5672f979e4153c8937619c24f3'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 86122, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 05:53:51 UTC (rev 86123)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Sébastien Luttringer
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=4.2.8
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('9939fe5672f979e4153c8937619c24f3'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2013-03-12 05:53:29 UTC (rev 86122)
+++ license 2013-03-12 05:53:51 UTC (rev 86123)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use th

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2013-03-11 Thread Ionuț Mircea Bîru
Date: Tuesday, March 12, 2013 @ 06:53:29
  Author: ioni
Revision: 86122

revert

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 05:48:50 UTC (rev 86121)
+++ PKGBUILD2013-03-12 05:53:29 UTC (rev 86122)
@@ -9,7 +9,7 @@
 
 pkgname=virtualbox-guest-iso
 pkgver=4.2.8
-pkgrel=2
+pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
 url='http://www.virtualbox.org'



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 06:48:50
  Author: cinelli
Revision: 86121

archrelease: copy trunk to community-any

Added:
  cantata/repos/community-any/
  cantata/repos/community-any/PKGBUILD
(from rev 86120, cantata/trunk/PKGBUILD)
  cantata/repos/community-any/cantata.install
(from rev 86120, cantata/trunk/cantata.install)

-+
 PKGBUILD|   36 
 cantata.install |   12 
 2 files changed, 48 insertions(+)

Copied: cantata/repos/community-any/PKGBUILD (from rev 86120, 
cantata/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-03-12 05:48:50 UTC (rev 86121)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=0.9.2
+pkgdesc="A KDE client for the music player daemon (MPD)"
+pkgrel=2
+arch=('any')
+url="http://kde-apps.org/content/show.php/Cantata?content=147733";
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Copied: cantata/repos/community-any/cantata.install (from rev 86120, 
cantata/trunk/cantata.install)
===
--- community-any/cantata.install   (rev 0)
+++ community-any/cantata.install   2013-03-12 05:48:50 UTC (rev 86121)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 06:48:22
  Author: cinelli
Revision: 86120

upgpkg: cantata 0.9.2-2

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 05:23:23 UTC (rev 86119)
+++ PKGBUILD2013-03-12 05:48:22 UTC (rev 86120)
@@ -7,8 +7,8 @@
 pkgname=cantata
 pkgver=0.9.2
 pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=3
-arch=('i686' 'x86_64')
+pkgrel=2
+arch=('any')
 url="http://kde-apps.org/content/show.php/Cantata?content=147733";
 license=('GPL')
 depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')



[arch-commits] Commit in cdcd/repos/community-x86_64 (3 files)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 06:23:23
  Author: cinelli
Revision: 86119

copy trunk to community-i686, community-x86_64

Added:
  cdcd/repos/community-x86_64/PKGBUILD
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-x86_64/cdcd.install

-+
 PKGBUILD|   44 
 cdcd-0.6.6-x86_64.patch |   11 +++
 cdcd.install|   20 
 3 files changed, 75 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 05:23:23 UTC (rev 86119)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 86082 2013-03-11 22:38:47Z cinelli $
+# Maintainer: Federico Cinelli 
+# Contributor dorphell 
+# Contributor Sarah Hay 
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=7
+pkgdesc="A commandline cd-player"
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url="http://libcdaudio.sourceforge.net/";
+license=('GPL2')
+install=cdcd.install
+source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz";)
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ "$CARCH" == "x86_64" ]]; then
+  source+=("cdcd-0.6.6-$CARCH.patch")
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver" 
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
+  fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+ 
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  
+  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
+  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
+  rm "$pkgdir/usr/share/dir"
+
+  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
+}

Added: cdcd-0.6.6-x86_64.patch
===
--- cdcd-0.6.6-x86_64.patch (rev 0)
+++ cdcd-0.6.6-x86_64.patch 2013-03-12 05:23:23 UTC (rev 86119)
@@ -0,0 +1,11 @@
+--- a/config.sub   2009-09-15 00:42:36.0 -0700
 b/config.sub   2009-09-15 00:42:36.0 -0700
+@@ -155,7 +155,7 @@
+   | alpha | we32k | ns16k | clipper | i370 | sh \
+   | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
+   | pdp11 | mips64el | mips64orion | mips64orionel \
+-  | sparc | sparclet | sparclite | sparc64)
++  | sparc | sparclet | sparclite | sparc64 | x86_64-*)
+   basic_machine=$basic_machine-unknown
+   ;;
+   # We use `pc' rather than `unknown'

Added: cdcd.install
===
--- cdcd.install(rev 0)
+++ cdcd.install2013-03-12 05:23:23 UTC (rev 86119)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(cdcd.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}



[arch-commits] Commit in cdcd/repos/community-i686 (10 files)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 06:16:49
  Author: cinelli
Revision: 86118

remove left-over tarballs.

Deleted:
  cdcd/repos/community-i686/PKGBUILD-namcap.log
  cdcd/repos/community-i686/cdcd-0.6.6-7-i686-build.log
  cdcd/repos/community-i686/cdcd-0.6.6-7-i686-package.log
  cdcd/repos/community-i686/cdcd-0.6.6-7-i686.pkg.tar.xz
  cdcd/repos/community-i686/cdcd-0.6.6-7-i686.pkg.tar.xz-namcap.log
  cdcd/repos/community-i686/cdcd-0.6.6-7-x86_64-build.log
  cdcd/repos/community-i686/cdcd-0.6.6-7-x86_64-package.log
  cdcd/repos/community-i686/cdcd-0.6.6-7-x86_64.pkg.tar.xz
  cdcd/repos/community-i686/cdcd-0.6.6-7-x86_64.pkg.tar.xz-namcap.log
  cdcd/repos/community-i686/cdcd-0.6.6.tar.gz

-+
 cdcd-0.6.6-7-i686-build.log |  141 -
 cdcd-0.6.6-7-i686-package.log   |   17 
 cdcd-0.6.6-7-x86_64-build.log   |  142 --
 cdcd-0.6.6-7-x86_64-package.log |   17 
 4 files changed, 317 deletions(-)

Deleted: PKGBUILD-namcap.log
===
Deleted: cdcd-0.6.6-7-i686-build.log
===
--- cdcd-0.6.6-7-i686-build.log 2013-03-12 04:07:37 UTC (rev 86117)
+++ cdcd-0.6.6-7-i686-build.log 2013-03-12 05:16:49 UTC (rev 86118)
@@ -1,141 +0,0 @@
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... gawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for gcc... gcc
-checking for C compiler default output file name... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... no
-checking for suffix of executables... 
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether gcc accepts -g... yes
-checking for gcc option to accept ANSI C... none needed
-checking for style of include used by make... GNU
-checking dependency style of gcc... gcc3
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether ln -s works... yes
-checking how to run the C preprocessor... gcc -E
-checking for function prototypes... yes
-checking for egrep... grep -E
-checking for ANSI C header files... yes
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking for string.h... (cached) yes
-checking build system type... i686-pc-linux-gnu
-checking host system type... i686-pc-linux-gnu
-checking for tputs in -lcurses... yes
-checking for rl_completion_matches in -lreadline... yes
-checking for socket in -lsocket... no
-checking for libcdaudio-config... /usr/bin/libcdaudio-config
-checking for libcdaudio - version >= 0.99.0... yes
-checking for glib-config... no
-checking for GLIB - version >= 1.1.12... no
-*** The glib-config script installed by GLIB could not be found
-*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
-*** your path, or set the GLIB_CONFIG environment variable to the
-*** full path to glib-config.
-checking for ANSI C header files... (cached) yes
-checking for working alloca.h... yes
-checking for alloca... yes
-checking for string.h... (cached) yes
-checking for strings.h... (cached) yes
-checking sys/ptyvar.h usability... no
-checking sys/ptyvar.h presence... no
-checking for sys/ptyvar.h... no
-checking errno.h usability... yes
-checking errno.h presence... yes
-checking for errno.h... yes
-checking locale.h usability... yes
-checking locale.h presence... yes
-checking for locale.h... yes
-checking malloc.h usability... yes
-checking malloc.h presence... yes
-checking for malloc.h... yes
-checking for stdlib.h... (cached) yes
-checking readline/readline.h usability... yes
-checking readline/readline.h presence... yes
-checking for readline/readline.h... yes
-checking readline/history.h usability... yes
-checking readline/history.h presence... yes
-checking for readline/history.h... yes
-checking sys/socket.h usability... yes
-checking sys/socket.h presence... yes
-checking for sys/socket.h... yes
-checking for unistd.h... (cached) yes
-checking for an ANSI C-conforming const... yes
-checking for size_t... yes
-checking for stdlib.h... (cached) yes
-checking for GNU libc compatible malloc... yes
-checking return type of signal handlers... void
-checking whether lstat dereferences a symlink specified with a trailing 
slash... yes
-checking whether stat accepts an empty string... no
-checking for vsnprintf... yes
-checking for vasprintf... yes
-checking for setlocale... yes
-checking for strcasecmp... yes
-checking for strchr... yes
-checking for strdup... yes
-checking for strncasecmp... yes
-chec

[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 05:07:37
  Author: cinelli
Revision: 86117

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 86116, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 86116, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 86116, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   62 ++---
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 04:06:38 UTC (rev 86116)
+++ PKGBUILD2013-03-12 04:07:37 UTC (rev 86117)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=4.2.8
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('9939fe5672f979e4153c8937619c24f3'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 86116, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 04:07:37 UTC (rev 86117)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Sébastien Luttringer
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=4.2.8
+pkgrel=2
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('9939fe5672f979e4153c8937619c24f3'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2013-03-12 04:06:38 UTC (rev 86116)
+++ license 2013-03-12 04:07:37 UTC (rev 86117)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 05:06:38
  Author: cinelli
Revision: 86116

upgpkg: virtualbox-guest-iso 4.2.8-2

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 02:02:18 UTC (rev 86115)
+++ PKGBUILD2013-03-12 04:06:38 UTC (rev 86116)
@@ -9,7 +9,7 @@
 
 pkgname=virtualbox-guest-iso
 pkgver=4.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
 url='http://www.virtualbox.org'



[arch-commits] Commit in python2-pdfrw/repos/community-any (PKGBUILD PKGBUILD)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 03:02:18
  Author: cinelli
Revision: 86115

archrelease: copy trunk to community-any

Added:
  python2-pdfrw/repos/community-any/PKGBUILD
(from rev 86114, python2-pdfrw/trunk/PKGBUILD)
Deleted:
  python2-pdfrw/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 02:01:37 UTC (rev 86114)
+++ PKGBUILD2013-03-12 02:02:18 UTC (rev 86115)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Alexander Rødseth 
-# Contributor: Francois Boulogne 
-
-pkgname=python2-pdfrw
-pkgver=0.1
-pkgrel=2
-pkgdesc='Basic PDF file manipulation library'
-arch=('any')
-url='https://code.google.com/p/pdfrw/'
-license=('MIT')
-depends=('python2')
-source=("https://pdfrw.googlecode.com/files/pdfrw_$pkgver.zip";)
-sha256sums=('4dbb4017b179f1ecee947501d178a90e1ff0aaf6444ef24b5a630ee68e884919')
-
-package() {
-  cd "$srcdir/pdfrw_$pkgver"
-  sed -i '0,/on/s//on2/' pdfrw/pdfwriter.py
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:ts=2:sw=2:et:

Copied: python2-pdfrw/repos/community-any/PKGBUILD (from rev 86114, 
python2-pdfrw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 02:02:18 UTC (rev 86115)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Alexander Rødseth 
+# Contributor: Francois Boulogne 
+
+pkgname=python2-pdfrw
+pkgver=0.1
+pkgrel=3
+pkgdesc='Basic PDF file manipulation library'
+arch=('any')
+url='https://code.google.com/p/pdfrw/'
+license=('MIT')
+depends=('python2')
+source=("https://pdfrw.googlecode.com/files/pdfrw_$pkgver.zip";)
+sha256sums=('4dbb4017b179f1ecee947501d178a90e1ff0aaf6444ef24b5a630ee68e884919')
+
+package() {
+  cd "$srcdir/pdfrw_$pkgver"
+  sed -i '0,/on/s//on2/' pdfrw/pdfwriter.py
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+# vim:ts=2:sw=2:et:



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 03:01:37
  Author: cinelli
Revision: 86114

upgpkg: python2-pdfrw 0.1-3

Modified:
  python2-pdfrw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 01:59:26 UTC (rev 86113)
+++ PKGBUILD2013-03-12 02:01:37 UTC (rev 86114)
@@ -5,7 +5,7 @@
 
 pkgname=python2-pdfrw
 pkgver=0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Basic PDF file manipulation library'
 arch=('any')
 url='https://code.google.com/p/pdfrw/'



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:59:26
  Author: cinelli
Revision: 86113

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

Added:
  smem/repos/community-i686/PKGBUILD
(from rev 86112, smem/trunk/PKGBUILD)
  smem/repos/community-x86_64/PKGBUILD
(from rev 86112, smem/trunk/PKGBUILD)
Deleted:
  smem/repos/community-i686/PKGBUILD
  smem/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   66 ++--
 community-x86_64/PKGBUILD |   66 ++--
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 01:57:18 UTC (rev 86112)
+++ community-i686/PKGBUILD 2013-03-12 01:59:26 UTC (rev 86113)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Dave Reisner 
-# Contributor: Isaac Dupree 
-# Contributor: Sebastien Duquette 
-
-pkgname=smem
-pkgver=1.2
-pkgrel=1
-pkgdesc="Generate reports on memory usage."
-url="http://www.selenic.com/smem/";
-license=("GPL")
-depends=('python2')
-optdepends=('python2-matplotlib: for chart generation')
-arch=('i686' 'x86_64')
-source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
-md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '1s/python$/python2/' smem
-  make smemcap
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 smem "$pkgdir/usr/bin/smem"
-  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
-  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8"
-}
-

Copied: smem/repos/community-i686/PKGBUILD (from rev 86112, smem/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 01:59:26 UTC (rev 86113)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Dave Reisner 
+# Contributor: Isaac Dupree 
+# Contributor: Sebastien Duquette 
+
+pkgname=smem
+pkgver=1.2
+pkgrel=2
+pkgdesc="Generate reports on memory usage."
+url="http://www.selenic.com/smem/";
+license=("GPL")
+depends=('python2')
+optdepends=('python2-matplotlib: for chart generation')
+arch=('i686' 'x86_64')
+source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
+md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i '1s/python$/python2/' smem
+  make smemcap
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 smem "$pkgdir/usr/bin/smem"
+  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
+  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 01:57:18 UTC (rev 86112)
+++ community-x86_64/PKGBUILD   2013-03-12 01:59:26 UTC (rev 86113)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Dave Reisner 
-# Contributor: Isaac Dupree 
-# Contributor: Sebastien Duquette 
-
-pkgname=smem
-pkgver=1.2
-pkgrel=1
-pkgdesc="Generate reports on memory usage."
-url="http://www.selenic.com/smem/";
-license=("GPL")
-depends=('python2')
-optdepends=('python2-matplotlib: for chart generation')
-arch=('i686' 'x86_64')
-source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
-md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '1s/python$/python2/' smem
-  make smemcap
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 smem "$pkgdir/usr/bin/smem"
-  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
-  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8"
-}
-

Copied: smem/repos/community-x86_64/PKGBUILD (from rev 86112, 
smem/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 01:59:26 UTC (rev 86113)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Dave Reisner 
+# Contributor: Isaac Dupree 
+# Contributor: Sebastien Duquette 
+
+pkgname=smem
+pkgver=1.2
+pkgrel=2
+pkgdesc="Generate reports on memory usage."
+url="http://www.selenic.com/smem/";
+license=("GPL")
+depends=('python2')
+optdepends=('python2-matplotlib: for chart generation')
+arch=('i686' 'x86_64')
+source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
+md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i '1s/python$/python2/' smem
+  make smemcap
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 smem "$pkgdir/usr/bin/smem"
+  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
+  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8

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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:57:18
  Author: cinelli
Revision: 86112

upgpkg: smem 1.2-2

Modified:
  smem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 01:56:43 UTC (rev 86111)
+++ PKGBUILD2013-03-12 01:57:18 UTC (rev 86112)
@@ -6,7 +6,7 @@
 
 pkgname=smem
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Generate reports on memory usage."
 url="http://www.selenic.com/smem/";
 license=("GPL")



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:56:43
  Author: cinelli
Revision: 86111

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

Added:
  libquicktime/repos/community-i686/PKGBUILD
(from rev 86110, libquicktime/trunk/PKGBUILD)
  libquicktime/repos/community-x86_64/PKGBUILD
(from rev 86110, libquicktime/trunk/PKGBUILD)
Deleted:
  libquicktime/repos/community-i686/PKGBUILD
  libquicktime/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   62 ++--
 community-x86_64/PKGBUILD |   62 ++--
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 01:55:26 UTC (rev 86110)
+++ community-i686/PKGBUILD 2013-03-12 01:56:43 UTC (rev 86111)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-# Maintainer: Mateusz Herych   
-
-pkgname=libquicktime
-pkgver=1.2.4
-pkgrel=4
-pkgdesc="A library for reading and writing quicktime files"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://libquicktime.sourceforge.net/";
-depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
-makedepends=('mesa-libgl')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-   --enable-gpl \
-   --with-ffmpeg \
-   --with-x264 \
-   --without-doxygen
-   make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libquicktime/repos/community-i686/PKGBUILD (from rev 86110, 
libquicktime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 01:56:43 UTC (rev 86111)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Mateusz Herych   
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=5
+pkgdesc="A library for reading and writing quicktime files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://libquicktime.sourceforge.net/";
+depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
+makedepends=('mesa-libgl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+   --enable-gpl \
+   --with-ffmpeg \
+   --with-x264 \
+   --without-doxygen
+   make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 01:55:26 UTC (rev 86110)
+++ community-x86_64/PKGBUILD   2013-03-12 01:56:43 UTC (rev 86111)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-# Maintainer: Mateusz Herych   
-
-pkgname=libquicktime
-pkgver=1.2.4
-pkgrel=4
-pkgdesc="A library for reading and writing quicktime files"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://libquicktime.sourceforge.net/";
-depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
-makedepends=('mesa-libgl')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-   --enable-gpl \
-   --with-ffmpeg \
-   --with-x264 \
-   --without-doxygen
-   make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libquicktime/repos/community-x86_64/PKGBUILD (from rev 86110, 
libquicktime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 01:56:43 UTC (rev 86111)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Mateusz Herych   
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=5
+pkgdesc="A library for reading and writing quicktime files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://libquicktime.sourceforge.net/";
+depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
+makedepends=('mesa-libgl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+   --enable-gpl \
+   --with-ffmpeg \
+   --with-x264 \
+  

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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:55:26
  Author: cinelli
Revision: 86110

upgpkg: libquicktime 1.2.4-5

Modified:
  libquicktime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 01:49:19 UTC (rev 86109)
+++ PKGBUILD2013-03-12 01:55:26 UTC (rev 86110)
@@ -4,7 +4,7 @@
 
 pkgname=libquicktime
 pkgver=1.2.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A library for reading and writing quicktime files"
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in kiwi/repos/community-i686 (PKGBUILD PKGBUILD)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:49:19
  Author: cinelli
Revision: 86109

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

Added:
  kiwi/repos/community-i686/PKGBUILD
(from rev 86108, kiwi/trunk/PKGBUILD)
Deleted:
  kiwi/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 01:47:22 UTC (rev 86108)
+++ PKGBUILD2013-03-12 01:49:19 UTC (rev 86109)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=kiwi
-pkgver=1.9.29
-pkgrel=2
-pkgdesc="A set of classes and wrappers for PyGTK"
-arch=('i686' 'x86_64')
-url="http://www.async.com.br/projects/kiwi";
-license=("LGPL")
-depends=('python2' 'python' 'pygtk' 'gtk')
-makedepends=('gettext')
-source=("http://download.gnome.org/sources/$pkgname/1.9/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('0ffa912cd180b3092b3ff636c582ab2c40f0f8eb541ada07b1432631a2d49e90')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Apply Python2 fix.
-  for file in bin/{kiwi-i18n,kiwi-ui-test} setup.py; do
-echo "Applying python2 fix for $file"
-sed -i 's_/usr/bin/env python_/usr/bin/env python2_' "$file"
-  done
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir"
-}

Copied: kiwi/repos/community-i686/PKGBUILD (from rev 86108, kiwi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 01:49:19 UTC (rev 86109)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=kiwi
+pkgver=1.9.29
+pkgrel=3
+pkgdesc="A set of classes and wrappers for PyGTK"
+arch=('i686' 'x86_64')
+url="http://www.async.com.br/projects/kiwi";
+license=("LGPL")
+depends=('python2' 'python' 'pygtk' 'gtk')
+makedepends=('gettext')
+source=("http://download.gnome.org/sources/$pkgname/1.9/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('0ffa912cd180b3092b3ff636c582ab2c40f0f8eb541ada07b1432631a2d49e90')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Apply Python2 fix.
+  for file in bin/{kiwi-i18n,kiwi-ui-test} setup.py; do
+echo "Applying python2 fix for $file"
+sed -i 's_/usr/bin/env python_/usr/bin/env python2_' "$file"
+  done
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir"
+}



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:47:22
  Author: cinelli
Revision: 86108

upgpkg: kiwi 1.9.29-3

Modified:
  kiwi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 01:40:16 UTC (rev 86107)
+++ PKGBUILD2013-03-12 01:47:22 UTC (rev 86108)
@@ -5,7 +5,7 @@
 
 pkgname=kiwi
 pkgver=1.9.29
-pkgrel=2
+pkgrel=3
 pkgdesc="A set of classes and wrappers for PyGTK"
 arch=('i686' 'x86_64')
 url="http://www.async.com.br/projects/kiwi";



[arch-commits] Commit in nss-pam-ldapd/trunk (3 files)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:40:16
  Author: cinelli
Revision: 86107

remove left-over tarballs.

Deleted:
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12.tar.gz

+
 0 files changed

Deleted: nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
===
(Binary files differ)

Deleted: nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz
===
(Binary files differ)

Deleted: nss-pam-ldapd-0.8.12.tar.gz
===
(Binary files differ)



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

2013-03-11 Thread Kyle Keen
Date: Tuesday, March 12, 2013 @ 02:36:12
  Author: kkeen
Revision: 86106

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

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 86105, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 86105, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 86105, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.desktop
(from rev 86105, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 86105, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 86105, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 86105, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 86105, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.desktop
(from rev 86105, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 86105, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-i686/seamonkey.desktop
  seamonkey/repos/community-i686/seamonkey.install
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.desktop
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 community-i686/PKGBUILD   |  115 ++--
 community-i686/mozconfig  |   62 +++
 community-i686/seamonkey-2.0-lang.patch   |   22 ++---
 community-i686/seamonkey.desktop  |   22 ++---
 community-i686/seamonkey.install  |   24 ++---
 community-x86_64/PKGBUILD |  115 ++--
 community-x86_64/mozconfig|   62 +++
 community-x86_64/seamonkey-2.0-lang.patch |   22 ++---
 community-x86_64/seamonkey.desktop|   22 ++---
 community-x86_64/seamonkey.install|   24 ++---
 10 files changed, 246 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 01:35:28 UTC (rev 86105)
+++ community-i686/PKGBUILD 2013-03-12 01:36:12 UTC (rev 86106)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.16
-pkgrel=1
-pkgdesc="SeaMonkey internet suite"
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/";
-source=(http://releases.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
-mozconfig
-seamonkey.desktop
-seamonkey-2.0-lang.patch)
-md5sums=('29e360eae42d7a9cca7f25c1ad44f1d5'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
-  export MOZ_MAKE_FLAGS="$MAKEFLAGS"
-  unset MAKEFLAGS
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
-  -i suite/installer/Makefile.in
-
-  make -j1 -f client.mk build
-}
-
-package() {
-  cd comm-release
-
-  make -j1 -f client.mk DESTDIR="$pkgdir" install
-
-  rm -rf "$pkgdir"/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
-  ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey-$pkgver/dictionaries"
-  ln -s /usr/share/hyphen "$pkgdir/usr/lib/seamonkey-$pkgver/hyphenation"
-
-  install -m755 -d "$pkgdir/usr/share/applications"
-  install -m755 -d "$pkgdir/usr/share/pixmaps"
-  install -m644 suite/branding/nightly/icons/gtk/seamonkey.png \
-"$pkgdir/usr/share/pixmaps/"
-  install -m644 "$srcdir/seamonkey.desktop" "$pkgdir/usr/share/applications/"
-
-  rm -f "$pkgdir/usr/lib/pkgconfig/"seamonkey-ns{s,pr}.pc
-  rm -r "$pkgdir"/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/community-i686/PKGBUILD (from rev 86105, 
seamonkey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0

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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:35:28
  Author: cinelli
Revision: 86105

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

Added:
  ifuse/repos/community-i686/PKGBUILD
(from rev 86103, ifuse/trunk/PKGBUILD)
  ifuse/repos/community-x86_64/PKGBUILD
(from rev 86103, ifuse/trunk/PKGBUILD)
Deleted:
  ifuse/repos/community-i686/PKGBUILD
  ifuse/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 01:35:26 UTC (rev 86104)
+++ community-i686/PKGBUILD 2013-03-12 01:35:28 UTC (rev 86105)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.2
-pkgrel=2
-pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
-url='http://libimobiledevice.org/'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('libimobiledevice' 'fuse')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2";)
-md5sums=('4152526b2ac3c505cb41797d997be14d')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ifuse/repos/community-i686/PKGBUILD (from rev 86103, 
ifuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 01:35:28 UTC (rev 86105)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=3
+pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
+url='http://libimobiledevice.org/'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('libimobiledevice' 'fuse')
+source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2";)
+md5sums=('4152526b2ac3c505cb41797d997be14d')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 01:35:26 UTC (rev 86104)
+++ community-x86_64/PKGBUILD   2013-03-12 01:35:28 UTC (rev 86105)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.2
-pkgrel=2
-pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
-url='http://libimobiledevice.org/'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('libimobiledevice' 'fuse')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2";)
-md5sums=('4152526b2ac3c505cb41797d997be14d')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ifuse/repos/community-x86_64/PKGBUILD (from rev 86103, 
ifuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 01:35:28 UTC (rev 86105)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=3
+pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
+url='http://libimobiledevice.org/'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('libimobiledevice' 'fuse')
+source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2";)
+md5sums=('4152526b2ac3c505cb41797d997be14d')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2013-03-11 Thread Kyle Keen
Date: Tuesday, March 12, 2013 @ 02:35:26
  Author: kkeen
Revision: 86104

upgpkg: seamonkey 2.16.1-1

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 01:33:41 UTC (rev 86103)
+++ PKGBUILD2013-03-12 01:35:26 UTC (rev 86104)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=seamonkey
-pkgver=2.16
+pkgver=2.16.1
 pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 mozconfig
 seamonkey.desktop
 seamonkey-2.0-lang.patch)
-md5sums=('29e360eae42d7a9cca7f25c1ad44f1d5'
+md5sums=('02e23e5491f8e39f8a44823c5698e0f9'
  'dabc8f517fbff67b8599064bedd32606'
  '6119a2254716752c9d08e366f8d4c048'
  '25b6fe16ac24cd5c852213e5c1adb272')
@@ -55,3 +55,4 @@
   rm -f "$pkgdir/usr/lib/pkgconfig/"seamonkey-ns{s,pr}.pc
   rm -r "$pkgdir"/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
 }
+



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:33:41
  Author: cinelli
Revision: 86103

upgpkg: ifuse 1.1.2-3

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 01:24:40 UTC (rev 86102)
+++ PKGBUILD2013-03-12 01:33:41 UTC (rev 86103)
@@ -5,7 +5,7 @@
 
 pkgname=ifuse
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')



[arch-commits] Commit in httpie/repos/community-any (PKGBUILD PKGBUILD)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:24:40
  Author: cinelli
Revision: 86102

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
(from rev 86101, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 01:23:37 UTC (rev 86101)
+++ PKGBUILD2013-03-12 01:24:40 UTC (rev 86102)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="cURL for humans"
-url="https://github.com/jkbr/httpie";
-depends=('python-requests' 'python-pygments')
-makedepends=('python-distribute')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz";)
-md5sums=('6875e694bc5ed927c77b6619e3fe89b0')
-
-build() {
-cd "$srcdir/httpie-$pkgver"
-python3 setup.py build
-}
-
-package() {
-cd "$srcdir/httpie-$pkgver"
-python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 86101, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 01:24:40 UTC (rev 86102)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="cURL for humans"
+url="https://github.com/jkbr/httpie";
+depends=('python-requests' 'python-pygments')
+makedepends=('python-distribute')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz";)
+md5sums=('6875e694bc5ed927c77b6619e3fe89b0')
+
+build() {
+cd "$srcdir/httpie-$pkgver"
+python3 setup.py build
+}
+
+package() {
+cd "$srcdir/httpie-$pkgver"
+python3 setup.py install --root="$pkgdir" --optimize=1
+}



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:23:37
  Author: cinelli
Revision: 86101

upgpkg: httpie 0.4.1-2

Modified:
  httpie/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 01:20:09 UTC (rev 86100)
+++ PKGBUILD2013-03-12 01:23:37 UTC (rev 86101)
@@ -4,7 +4,7 @@
 
 pkgname=httpie
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="cURL for humans"
 url="https://github.com/jkbr/httpie";
 depends=('python-requests' 'python-pygments')



[arch-commits] Commit in nss-pam-ldapd/trunk (7 files)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:20:09
  Author: cinelli
Revision: 86100

cleaned directory

Deleted:
  nss-pam-ldapd/trunk/PKGBUILD-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz-namcap.log

---+
 nss-pam-ldapd-0.8.12-3-i686-build.log |  453 
 nss-pam-ldapd-0.8.12-3-i686-package.log   |   64 ---
 nss-pam-ldapd-0.8.12-3-x86_64-build.log   |  453 
 nss-pam-ldapd-0.8.12-3-x86_64-package.log |   64 ---
 4 files changed, 1034 deletions(-)

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


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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:19:40
  Author: cinelli
Revision: 86099

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

Added:
  gtkpod/repos/community-i686/PKGBUILD
(from rev 86098, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-i686/gtkpod-2.1.3-gdl-3.6.patch
(from rev 86098, gtkpod/trunk/gtkpod-2.1.3-gdl-3.6.patch)
  gtkpod/repos/community-i686/gtkpod.install
(from rev 86098, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/community-x86_64/PKGBUILD
(from rev 86098, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-x86_64/gtkpod-2.1.3-gdl-3.6.patch
(from rev 86098, gtkpod/trunk/gtkpod-2.1.3-gdl-3.6.patch)
  gtkpod/repos/community-x86_64/gtkpod.install
(from rev 86098, gtkpod/trunk/gtkpod.install)
Deleted:
  gtkpod/repos/community-i686/PKGBUILD
  gtkpod/repos/community-i686/gtkpod-2.1.3-gdl-3.6.patch
  gtkpod/repos/community-i686/gtkpod.install
  gtkpod/repos/community-x86_64/PKGBUILD
  gtkpod/repos/community-x86_64/gtkpod-2.1.3-gdl-3.6.patch
  gtkpod/repos/community-x86_64/gtkpod.install

-+
 community-i686/PKGBUILD |   82 
 community-i686/gtkpod-2.1.3-gdl-3.6.patch   |   88 +-
 community-i686/gtkpod.install   |   24 +++
 community-x86_64/PKGBUILD   |   82 
 community-x86_64/gtkpod-2.1.3-gdl-3.6.patch |   88 +-
 community-x86_64/gtkpod.install |   24 +++
 6 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 01:18:10 UTC (rev 86098)
+++ community-i686/PKGBUILD 2013-03-12 01:19:40 UTC (rev 86099)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-
-pkgname=gtkpod
-pkgver=2.1.3
-pkgrel=1
-pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
-arch=('i686' 'x86_64')
-url="http://gtkpod.sourceforge.net";
-license=('GPL')
-depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'libwebkit3')
-makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
-optdepends=('libmp4v2: MP4/h264 support'
-'vorbis-tools: OGG support'
-   'libvorbis: OGG support'
-'id3v2: mp3 conversion support'
-'faad2: m4a conversion support')
-install=gtkpod.install
-options=('!libtool')
-source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz";
-gtkpod-2.1.3-gdl-3.6.patch)
-md5sums=('57f04578de6e3262a436ec574422b144'
- '8d725015081bd89bc8f9a4521d170aef')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch"
-  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: gtkpod/repos/community-i686/PKGBUILD (from rev 86098, 
gtkpod/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 01:19:40 UTC (rev 86099)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+
+pkgname=gtkpod
+pkgver=2.1.3
+pkgrel=2
+pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
+arch=('i686' 'x86_64')
+url="http://gtkpod.sourceforge.net";
+license=('GPL')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'libwebkit3')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz";
+gtkpod-2.1.3-gdl-3.6.patch)
+md5sums=('57f04578de6e3262a436ec574422b144'
+ '8d725015081bd89bc8f9a4521d170aef')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch"
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gtkpod-2.1.3-gdl-3.6.patch
===
--- community-i686/gtkpod-2.1.3-gdl-3.6.patch   2013-03-12 01:18:10 UTC (rev 
86098)
+++ community-i686/gtkpod-2.1.3-gdl-3.6.patch   2013-03-12 01:19:40 UTC (rev 
86099)
@@ -1,44 +0,0 @@
-Index: gtkpod-2.1.2/src/anjuta-action-callbacks.c
-===
 gtkpod-2.1.2.orig/src/anjuta-action-callbacks.c
-++

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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:18:10
  Author: cinelli
Revision: 86098

upgpkg: gtkpod 2.1.3-2

Modified:
  gtkpod/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 01:05:22 UTC (rev 86097)
+++ PKGBUILD2013-03-12 01:18:10 UTC (rev 86098)
@@ -5,7 +5,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
 arch=('i686' 'x86_64')
 url="http://gtkpod.sourceforge.net";



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:05:22
  Author: cinelli
Revision: 86097

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

Added:
  gputils/repos/community-i686/PKGBUILD
(from rev 86096, gputils/trunk/PKGBUILD)
  gputils/repos/community-x86_64/PKGBUILD
(from rev 86096, gputils/trunk/PKGBUILD)
Deleted:
  gputils/repos/community-i686/PKGBUILD
  gputils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 01:03:01 UTC (rev 86096)
+++ community-i686/PKGBUILD 2013-03-12 01:05:22 UTC (rev 86097)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Johannes Martin 
-# Contributor: JJDaNiMoTh 
-# Contributor: Stefan Husmann 
-
-pkgname=gputils
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-i686/PKGBUILD (from rev 86096, 
gputils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 01:05:22 UTC (rev 86097)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('a68b389b4717adde2b1cf14328e910e3')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 01:03:01 UTC (rev 86096)
+++ community-x86_64/PKGBUILD   2013-03-12 01:05:22 UTC (rev 86097)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Johannes Martin 
-# Contributor: JJDaNiMoTh 
-# Contributor: Stefan Husmann 
-
-pkgname=gputils
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-x86_64/PKGBUILD (from rev 86096, 
gputils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 01:05:22 UTC (rev 86097)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('a68b389b4717adde2b1cf14328e910e3')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:03:01
  Author: cinelli
Revision: 86096

upgpkg: gputils 1.0.0-2

Modified:
  gputils/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 00:52:26 UTC (rev 86095)
+++ PKGBUILD2013-03-12 01:03:01 UTC (rev 86096)
@@ -6,7 +6,7 @@
 
 pkgname=gputils
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="PIC Programming Utilities"
 arch=('i686' 'x86_64')
 url="http://gputils.sourceforge.net/";



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 01:52:26
  Author: cinelli
Revision: 86095

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

Added:
  gpsmanshp/repos/community-i686/PKGBUILD
(from rev 86094, gpsmanshp/trunk/PKGBUILD)
Deleted:
  gpsmanshp/repos/community-i686/PKGBUILD
  gpsmanshp/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   70 ++--
 community-x86_64/PKGBUILD |   35 --
 2 files changed, 35 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 00:50:05 UTC (rev 86094)
+++ community-i686/PKGBUILD 2013-03-12 00:52:26 UTC (rev 86095)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli   
-
-pkgname=gpsmanshp
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="A Tcl package to read and write shapefiles"
-arch=('i686' 'x86_64')
-url="http://gpsmanshp.sourceforge.net/";
-license=('GPL')
-depends=('glibc' 'shapelib' 'tcl')
-source=("http://sourceforge.net/projects/$pkgname/files/distr/${pkgname}_$pkgver.tgz";)
-md5sums=('c2876d7f67c8215b46b336b5b859d49f')
-
-build() {
-  cd "${pkgname}_$pkgver"
-
-  mv Makefile8.5 Makefile
-  sed -i -e "s:shapefil.h:libshp/shapefil.h:g" gpsmanshp.c
-
-  install -d "$srcdir/${pkgname}_$pkgver/usr/lib/"
-
-  sed -i -e 
"s|/usr/lib/tcl\$(TCLVERSION)|$srcdir/${pkgname}_$pkgver/usr/lib/gpsmanshp|g" 
Makefile
-  sed -i -e "s|tclsh\$(TCLVERSION)|tclsh|g" Makefile
-  sed -i "s|package-8.3.tcl|/usr/lib/tcl8.6/package.tcl|g" Makefile
-  sed -i "s|8.4|8.6|g" Makefile
-  
-  make
-}
-
-package() {
-  cd "${pkgname}_$pkgver"
-
-  make install
-}

Copied: gpsmanshp/repos/community-i686/PKGBUILD (from rev 86094, 
gpsmanshp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 00:52:26 UTC (rev 86095)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Federico Cinelli   
+
+pkgname=gpsmanshp
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="A Tcl package to read and write shapefiles"
+arch=('i686' 'x86_64')
+url="http://gpsmanshp.sourceforge.net/";
+license=('GPL')
+depends=('glibc' 'shapelib' 'tcl')
+source=("http://sourceforge.net/projects/$pkgname/files/distr/${pkgname}_$pkgver.tgz";)
+md5sums=('c2876d7f67c8215b46b336b5b859d49f')
+
+build() {
+  cd "${pkgname}_$pkgver"
+
+  mv Makefile8.5 Makefile
+  sed -i -e "s:shapefil.h:libshp/shapefil.h:g" gpsmanshp.c
+
+  install -d "$srcdir/${pkgname}_$pkgver/usr/lib/"
+
+  sed -i -e 
"s|/usr/lib/tcl\$(TCLVERSION)|$srcdir/${pkgname}_$pkgver/usr/lib/gpsmanshp|g" 
Makefile
+  sed -i -e "s|tclsh\$(TCLVERSION)|tclsh|g" Makefile
+  sed -i "s|package-8.3.tcl|/usr/lib/tcl8.6/package.tcl|g" Makefile
+  sed -i "s|8.4|8.6|g" Makefile
+  
+  make
+}
+
+package() {
+  cd "${pkgname}_$pkgver"
+
+  make install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 00:50:05 UTC (rev 86094)
+++ community-x86_64/PKGBUILD   2013-03-12 00:52:26 UTC (rev 86095)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli   
-
-pkgname=gpsmanshp
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="A Tcl package to read and write shapefiles"
-arch=('i686' 'x86_64')
-url="http://gpsmanshp.sourceforge.net/";
-license=('GPL')
-depends=('glibc' 'shapelib' 'tcl')
-source=("http://sourceforge.net/projects/$pkgname/files/distr/${pkgname}_$pkgver.tgz";)
-md5sums=('c2876d7f67c8215b46b336b5b859d49f')
-
-build() {
-  cd "${pkgname}_$pkgver"
-
-  mv Makefile8.5 Makefile
-  sed -i -e "s:shapefil.h:libshp/shapefil.h:g" gpsmanshp.c
-
-  install -d "$srcdir/${pkgname}_$pkgver/usr/lib/"
-
-  sed -i -e 
"s|/usr/lib/tcl\$(TCLVERSION)|$srcdir/${pkgname}_$pkgver/usr/lib/gpsmanshp|g" 
Makefile
-  sed -i -e "s|tclsh\$(TCLVERSION)|tclsh|g" Makefile
-  sed -i "s|package-8.3.tcl|/usr/lib/tcl8.6/package.tcl|g" Makefile
-  sed -i "s|8.4|8.6|g" Makefile
-  
-  make
-}
-
-package() {
-  cd "${pkgname}_$pkgver"
-
-  make install
-}



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 01:50:05
  Author: cinelli
Revision: 86094

upgpkg: gpsmanshp 1.2.1-3

Modified:
  gpsmanshp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 00:46:53 UTC (rev 86093)
+++ PKGBUILD2013-03-12 00:50:05 UTC (rev 86094)
@@ -3,7 +3,7 @@
 
 pkgname=gpsmanshp
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A Tcl package to read and write shapefiles"
 arch=('i686' 'x86_64')
 url="http://gpsmanshp.sourceforge.net/";



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 01:46:53
  Author: cinelli
Revision: 86093

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

Added:
  gmerlin/repos/community-i686/PKGBUILD
(from rev 86092, gmerlin/trunk/PKGBUILD)
  gmerlin/repos/community-i686/cdio-api-fixes.patch
(from rev 86092, gmerlin/trunk/cdio-api-fixes.patch)
  gmerlin/repos/community-i686/gmerlin-texi.patch
(from rev 86092, gmerlin/trunk/gmerlin-texi.patch)
  gmerlin/repos/community-i686/gmerlin.install
(from rev 86092, gmerlin/trunk/gmerlin.install)
  gmerlin/repos/community-x86_64/PKGBUILD
(from rev 86092, gmerlin/trunk/PKGBUILD)
  gmerlin/repos/community-x86_64/cdio-api-fixes.patch
(from rev 86092, gmerlin/trunk/cdio-api-fixes.patch)
  gmerlin/repos/community-x86_64/gmerlin-texi.patch
(from rev 86092, gmerlin/trunk/gmerlin-texi.patch)
  gmerlin/repos/community-x86_64/gmerlin.install
(from rev 86092, gmerlin/trunk/gmerlin.install)
Deleted:
  gmerlin/repos/community-i686/PKGBUILD
  gmerlin/repos/community-i686/cdio-api-fixes.patch
  gmerlin/repos/community-i686/gmerlin-texi.patch
  gmerlin/repos/community-i686/gmerlin.install
  gmerlin/repos/community-x86_64/PKGBUILD
  gmerlin/repos/community-x86_64/cdio-api-fixes.patch
  gmerlin/repos/community-x86_64/gmerlin-texi.patch
  gmerlin/repos/community-x86_64/gmerlin.install

---+
 community-i686/PKGBUILD   |   91 
 community-i686/cdio-api-fixes.patch   |  208 -
 community-i686/gmerlin-texi.patch | 3692 
 community-i686/gmerlin.install|   50 
 community-x86_64/PKGBUILD |   91 
 community-x86_64/cdio-api-fixes.patch |  208 -
 community-x86_64/gmerlin-texi.patch   | 3692 
 community-x86_64/gmerlin.install  |   50 
 8 files changed, 4040 insertions(+), 4042 deletions(-)

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


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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 01:44:50
  Author: cinelli
Revision: 86092

upgpkg: gmerlin 1.2.0-3

Modified:
  gmerlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 00:14:12 UTC (rev 86091)
+++ PKGBUILD2013-03-12 00:44:50 UTC (rev 86092)
@@ -3,14 +3,13 @@
 
 pkgname=gmerlin
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Multimedia architecture for Linux"
 arch=('i686' 'x86_64')
 url="http://openmovieeditor.sourceforge.net/HomePage";
 license=('GPL')
-depends=('gavl' 'gtk2' 'libxv' 'libvisual' 'libcdio-paranoia'
- 'musicbrainz' 'mjpegtools' 'hicolor-icon-theme')
-makedepends=('alsa-lib' 'jack' 'libquicktime' 'pulseaudio' 'v4l-utils' 
'mesa-libgl')
+depends=('gavl' 'gtk2' 'libxv' 'libvisual' 'libcdio-paranoia' 'musicbrainz' 
'mjpegtools' 'hicolor-icon-theme' 'libquicktime' 'jack')
+makedepends=('alsa-lib' 'pulseaudio' 'v4l-utils' 'mesa-libgl')
 optdepends=('alsa-lib: for ALSA support'
'jack: for JACK support'
'libquicktime: for movie encoding'



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 01:14:12
  Author: cinelli
Revision: 86091

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

Added:
  gen2shp/repos/community-i686/PKGBUILD
(from rev 86090, gen2shp/trunk/PKGBUILD)
  gen2shp/repos/community-x86_64/PKGBUILD
(from rev 86090, gen2shp/trunk/PKGBUILD)
Deleted:
  gen2shp/repos/community-i686/PKGBUILD
  gen2shp/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 00:09:33 UTC (rev 86090)
+++ community-i686/PKGBUILD 2013-03-12 00:14:12 UTC (rev 86091)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=6
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-
-  make
-}
-
-package() {
-  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}

Copied: gen2shp/repos/community-i686/PKGBUILD (from rev 86090, 
gen2shp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 00:14:12 UTC (rev 86091)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=6
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+
+  make
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 00:09:33 UTC (rev 86090)
+++ community-x86_64/PKGBUILD   2013-03-12 00:14:12 UTC (rev 86091)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=6
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-
-  make
-}
-
-package() {
-  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}

Copied: gen2shp/repos/community-x86_64/PKGBUILD (from rev 86090, 
gen2shp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 00:14:12 UTC (rev 86091)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=6
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+
+  make
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 01:09:33
  Author: cinelli
Revision: 86090

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

Added:
  gen2shp/repos/community-i686/PKGBUILD
(from rev 86089, gen2shp/trunk/PKGBUILD)
  gen2shp/repos/community-x86_64/PKGBUILD
(from rev 86089, gen2shp/trunk/PKGBUILD)
Deleted:
  gen2shp/repos/community-i686/PKGBUILD
  gen2shp/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 00:04:36 UTC (rev 86089)
+++ community-i686/PKGBUILD 2013-03-12 00:09:33 UTC (rev 86090)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=6
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-
-  make
-}
-
-package() {
-  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}

Copied: gen2shp/repos/community-i686/PKGBUILD (from rev 86089, 
gen2shp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 00:09:33 UTC (rev 86090)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=6
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+
+  make
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 00:04:36 UTC (rev 86089)
+++ community-x86_64/PKGBUILD   2013-03-12 00:09:33 UTC (rev 86090)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=6
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-
-  make
-}
-
-package() {
-  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}

Copied: gen2shp/repos/community-x86_64/PKGBUILD (from rev 86089, 
gen2shp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 00:09:33 UTC (rev 86090)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=6
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+
+  make
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}



[arch-commits] Commit in cddb_get/repos/community-any (PKGBUILD PKGBUILD)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 01:04:36
  Author: cinelli
Revision: 86089

archrelease: copy trunk to community-any

Added:
  cddb_get/repos/community-any/PKGBUILD
(from rev 86088, cddb_get/trunk/PKGBUILD)
Deleted:
  cddb_get/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 00:03:32 UTC (rev 86088)
+++ PKGBUILD2013-03-12 00:04:36 UTC (rev 86089)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Chris Brannon 
-# Contributor  Sarah Hay 
-
-pkgname=cddb_get
-_realname=CDDB_get
-pkgver=2.27
-pkgrel=5
-pkgdesc="Fetches CDDB info for an audio cd."
-arch=('any')
-url="http://armin.emx.at/cddb/";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=("http://armin.emx.at/cddb/$_realname-$pkgver.tar.gz";)
-md5sums=('405a3704ad5db45f117cc7cc5bd1ce7c')
-sha1sums=('cec39851678bbb1fdd76f2cbd170628baf4971e6')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
-  
-  make 
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: cddb_get/repos/community-any/PKGBUILD (from rev 86088, 
cddb_get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 00:04:36 UTC (rev 86089)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Chris Brannon 
+# Contributor  Sarah Hay 
+
+pkgname=cddb_get
+_realname=CDDB_get
+pkgver=2.27
+pkgrel=6
+pkgdesc="Fetches CDDB info for an audio cd."
+arch=('any')
+url="http://armin.emx.at/cddb/";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=("http://armin.emx.at/cddb/$_realname-$pkgver.tar.gz";)
+md5sums=('405a3704ad5db45f117cc7cc5bd1ce7c')
+sha1sums=('cec39851678bbb1fdd76f2cbd170628baf4971e6')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
+  
+  make 
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 01:03:32
  Author: cinelli
Revision: 86088

upgpkg: cddb_get 2.27-6

Modified:
  cddb_get/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 23:55:02 UTC (rev 86087)
+++ PKGBUILD2013-03-12 00:03:32 UTC (rev 86088)
@@ -6,7 +6,7 @@
 pkgname=cddb_get
 _realname=CDDB_get
 pkgver=2.27
-pkgrel=5
+pkgrel=6
 pkgdesc="Fetches CDDB info for an audio cd."
 arch=('any')
 url="http://armin.emx.at/cddb/";



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 00:55:02
  Author: cinelli
Revision: 86087

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

Deleted:
  cdcd/repos/community-i686/PKGBUILD
  cdcd/repos/community-i686/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-i686/cdcd.install
  cdcd/repos/community-x86_64/PKGBUILD
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-x86_64/cdcd.install

--+
 community-i686/PKGBUILD  |   44 -
 community-i686/cdcd-0.6.6-x86_64.patch   |   11 ---
 community-i686/cdcd.install  |   20 -
 community-x86_64/PKGBUILD|   44 -
 community-x86_64/cdcd-0.6.6-x86_64.patch |   11 ---
 community-x86_64/cdcd.install|   20 -
 6 files changed, 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-11 23:44:29 UTC (rev 86086)
+++ community-i686/PKGBUILD 2013-03-11 23:55:02 UTC (rev 86087)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-# Contributor dorphell 
-# Contributor Sarah Hay 
-
-pkgname=cdcd
-pkgver=0.6.6
-pkgrel=7
-pkgdesc="A commandline cd-player"
-arch=('i686' 'x86_64')
-depends=('libcdaudio' 'readline')
-url="http://libcdaudio.sourceforge.net/";
-license=('GPL2')
-install=cdcd.install
-source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz";)
-md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
-
-if [[ "$CARCH" == "x86_64" ]]; then
-  source+=("cdcd-0.6.6-$CARCH.patch")
-  md5sums+=('7c39f01408fc084e2c62da4da324370e')
-fi
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver" 
-
-  if [[ "$CARCH" == "x86_64" ]]; then
-patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
-  fi
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
- 
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  
-  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
-  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
-  rm "$pkgdir/usr/share/dir"
-
-  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
-}

Deleted: community-i686/cdcd-0.6.6-x86_64.patch
===
--- community-i686/cdcd-0.6.6-x86_64.patch  2013-03-11 23:44:29 UTC (rev 
86086)
+++ community-i686/cdcd-0.6.6-x86_64.patch  2013-03-11 23:55:02 UTC (rev 
86087)
@@ -1,11 +0,0 @@
 a/config.sub   2009-09-15 00:42:36.0 -0700
-+++ b/config.sub   2009-09-15 00:42:36.0 -0700
-@@ -155,7 +155,7 @@
-   | alpha | we32k | ns16k | clipper | i370 | sh \
-   | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
-   | pdp11 | mips64el | mips64orion | mips64orionel \
--  | sparc | sparclet | sparclite | sparc64)
-+  | sparc | sparclet | sparclite | sparc64 | x86_64-*)
-   basic_machine=$basic_machine-unknown
-   ;;
-   # We use `pc' rather than `unknown'

Deleted: community-i686/cdcd.install
===
--- community-i686/cdcd.install 2013-03-11 23:44:29 UTC (rev 86086)
+++ community-i686/cdcd.install 2013-03-11 23:55:02 UTC (rev 86087)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(cdcd.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-11 23:44:29 UTC (rev 86086)
+++ community-x86_64/PKGBUILD   2013-03-11 23:55:02 UTC (rev 86087)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-# Contributor dorphell 
-# Contributor Sarah Hay 
-
-pkgname=cdcd
-pkgver=0.6.6
-pkgrel=7
-pkgdesc="A commandline cd-player"
-arch=('i686' 'x86_64')
-depends=('libcdaudio' 'readline')
-url="http://libcdaudio.sourceforge.net/";
-license=('GPL2')
-install=cdcd.install
-source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz";)
-md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
-
-if [[ "$CARCH" == "x86_64" ]]; then
-  source+=("cdcd-0.6.6-$CARCH.patch")
-  md5sums+=('7c39f01408fc084e2c62da4da324370e')
-fi
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver" 
-
-  if [[ "$CARCH" == "x86_64" ]]; then
-patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
-  fi
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
- 
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  
-  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
-  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
-  rm "$pkgdir/usr

[arch-commits] Commit in perl-timedate/repos/extra-any (PKGBUILD PKGBUILD)

2013-03-11 Thread Eric Bélanger
Date: Tuesday, March 12, 2013 @ 00:50:45
  Author: eric
Revision: 179924

archrelease: copy trunk to extra-any

Added:
  perl-timedate/repos/extra-any/PKGBUILD
(from rev 179923, perl-timedate/trunk/PKGBUILD)
Deleted:
  perl-timedate/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   77 -
 1 file changed, 36 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-11 23:50:24 UTC (rev 179923)
+++ PKGBUILD2013-03-11 23:50:45 UTC (rev 179924)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-timedate
-_realname=TimeDate
-pkgver=1.20
-pkgrel=3
-pkgdesc="Date formating subroutines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl')
-source=("http://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz";)
-options=('!emptydirs')
-replaces=('timedate')
-provides=('timedate')
-md5sums=('7da7452bce4c684e4238e6d09b390200')
-
-build() {
-  cd $srcdir/${_realname}-${pkgver}
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd $srcdir/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-timedate/repos/extra-any/PKGBUILD (from rev 179923, 
perl-timedate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-11 23:50:45 UTC (rev 179924)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kevin Piche 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-timedate
+_realname=TimeDate
+pkgver=2.30
+pkgrel=1
+pkgdesc="Date formating subroutines"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+replaces=('timedate')
+provides=('timedate')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz";)
+md5sums=('b1d91153ac971347aee84292ed886c1c')
+
+build() {
+  cd ${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${_realname}-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}



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

2013-03-11 Thread Eric Bélanger
Date: Tuesday, March 12, 2013 @ 00:50:24
  Author: eric
Revision: 179923

upgpkg: perl-timedate 2.30-1

Upstream update

Modified:
  perl-timedate/trunk/PKGBUILD

--+
 PKGBUILD |   23 +--
 1 file changed, 9 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 23:41:12 UTC (rev 179922)
+++ PKGBUILD2013-03-11 23:50:24 UTC (rev 179923)
@@ -4,21 +4,21 @@
 
 pkgname=perl-timedate
 _realname=TimeDate
-pkgver=1.20
-pkgrel=3
+pkgver=2.30
+pkgrel=1
 pkgdesc="Date formating subroutines"
 arch=('any')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/";
 depends=('perl')
-source=("http://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz";)
-options=('!emptydirs')
 replaces=('timedate')
 provides=('timedate')
-md5sums=('7da7452bce4c684e4238e6d09b390200')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz";)
+md5sums=('b1d91153ac971347aee84292ed886c1c')
 
 build() {
-  cd $srcdir/${_realname}-${pkgver}
+  cd ${_realname}-${pkgver}
 
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
@@ -26,16 +26,11 @@
 }
 
 check() {
-  cd $srcdir/${_realname}-${pkgver}
+  cd ${_realname}-${pkgver}
   make test
 }
 
 package() {
-  cd $srcdir/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
+  cd ${_realname}-${pkgver}
+  make install DESTDIR="${pkgdir}"
 }
-# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in cdcd/trunk (2 files)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 00:44:29
  Author: cinelli
Revision: 86086

upgpkg: cdcd 0.6.6-7

Modified:
  cdcd/trunk/cdcd-0.6.6-7-i686.pkg.tar.xz
  cdcd/trunk/cdcd-0.6.6-7-x86_64.pkg.tar.xz

+
 0 files changed

Modified: cdcd-0.6.6-7-i686.pkg.tar.xz
===
(Binary files differ)

Modified: cdcd-0.6.6-7-x86_64.pkg.tar.xz
===
(Binary files differ)



[arch-commits] Commit in perl-mime-types/repos/extra-any (PKGBUILD PKGBUILD)

2013-03-11 Thread Eric Bélanger
Date: Tuesday, March 12, 2013 @ 00:41:12
  Author: eric
Revision: 179922

archrelease: copy trunk to extra-any

Added:
  perl-mime-types/repos/extra-any/PKGBUILD
(from rev 179921, perl-mime-types/trunk/PKGBUILD)
Deleted:
  perl-mime-types/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-11 23:40:54 UTC (rev 179921)
+++ PKGBUILD2013-03-11 23:41:12 UTC (rev 179922)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot
-# Contributor: Charles Mauch 
-
-pkgname=perl-mime-types
-_realname=MIME-Types
-pkgver=1.35
-pkgrel=1
-pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz";)
-md5sums=('0bba9902b326e03e376fe313b0fb239a')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-mime-types/repos/extra-any/PKGBUILD (from rev 179921, 
perl-mime-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-11 23:41:12 UTC (rev 179922)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot
+# Contributor: Charles Mauch 
+
+pkgname=perl-mime-types
+_realname=MIME-Types
+pkgver=1.38
+pkgrel=1
+pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz";)
+md5sums=('994baebea02be46123cc888da5b32b8d')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-mime-types/trunk (PKGBUILD)

2013-03-11 Thread Eric Bélanger
Date: Tuesday, March 12, 2013 @ 00:40:54
  Author: eric
Revision: 179921

upgpkg: perl-mime-types 1.38-1

Upstream update

Modified:
  perl-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 23:34:58 UTC (rev 179920)
+++ PKGBUILD2013-03-11 23:40:54 UTC (rev 179921)
@@ -4,7 +4,7 @@
 
 pkgname=perl-mime-types
 _realname=MIME-Types
-pkgver=1.35
+pkgver=1.38
 pkgrel=1
 pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://www.cpan.org/authors/id/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz";)
-md5sums=('0bba9902b326e03e376fe313b0fb239a')
+md5sums=('994baebea02be46123cc888da5b32b8d')
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}"



[arch-commits] Commit in meld/repos/extra-any (4 files)

2013-03-11 Thread Eric Bélanger
Date: Tuesday, March 12, 2013 @ 00:34:58
  Author: eric
Revision: 179920

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
(from rev 179919, meld/trunk/PKGBUILD)
  meld/repos/extra-any/meld.install
(from rev 179919, meld/trunk/meld.install)
Deleted:
  meld/repos/extra-any/PKGBUILD
  meld/repos/extra-any/meld.install

--+
 PKGBUILD |   59 -
 meld.install |   24 ---
 2 files changed, 43 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-11 23:34:32 UTC (rev 179919)
+++ PKGBUILD2013-03-11 23:34:58 UTC (rev 179920)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Douglas Soares de Andrade 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=meld
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Visual diff and merge tool'
-arch=('any')
-url='http://meld.sourceforge.net/'
-license=('GPL')
-depends=('pygtk' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('pygtksourceview2: syntax highlighting'
-'gnome-python: gnome integration')
-install=meld.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d355dba06a39e38ffee93a6b205888db648a0308bc8a5efe3a9c7a42ed91370b')
-
-build() {
-cd $pkgname-$pkgver
-make PYTHON=/usr/bin/python2 prefix=/usr
-}
-
-package() {
-cd $pkgname-$pkgver
-make PYTHON=/usr/bin/python2 prefix=/usr DESTDIR="$pkgdir" install
-sed -i -e 's#env python#env python2#' "$pkgdir/usr/bin/meld"
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 179919, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-11 23:34:58 UTC (rev 179920)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Douglas Soares de Andrade 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=meld
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='Visual diff and merge tool'
+arch=('any')
+url='http://meldmerge.org/'
+license=('GPL')
+depends=('pygtk' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('pygtksourceview2: syntax highlighting'
+'gnome-python: gnome integration')
+install=meld.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c5dc21d32405a520cc7969f4de9e2ea356cb0e950fc5a20a9053230313ff3a40')
+
+build() {
+cd $pkgname-$pkgver
+sed -i 's/update-/#update-/' Makefile
+make PYTHON=/usr/bin/python2 prefix=/usr
+}
+
+package() {
+cd $pkgname-$pkgver
+make PYTHON=/usr/bin/python2 prefix=/usr DESTDIR="$pkgdir" install
+sed -i -e 's#env python#env python2#' "$pkgdir/usr/bin/meld"
+}

Deleted: meld.install
===
--- meld.install2013-03-11 23:34:32 UTC (rev 179919)
+++ meld.install2013-03-11 23:34:58 UTC (rev 179920)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: meld/repos/extra-any/meld.install (from rev 179919, 
meld/trunk/meld.install)
===
--- meld.install(rev 0)
+++ meld.install2013-03-11 23:34:58 UTC (rev 179920)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-03-11 Thread Eric Bélanger
Date: Tuesday, March 12, 2013 @ 00:34:32
  Author: eric
Revision: 179919

upgpkg: meld 1.7.1-1

Upstream update, Update url, Update install scriptlet to update desktop and 
mime databases

Modified:
  meld/trunk/PKGBUILD
  meld/trunk/meld.install

--+
 PKGBUILD |9 +
 meld.install |4 +++-
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 20:25:41 UTC (rev 179918)
+++ PKGBUILD2013-03-11 23:34:32 UTC (rev 179919)
@@ -3,22 +3,23 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=meld
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc='Visual diff and merge tool'
 arch=('any')
-url='http://meld.sourceforge.net/'
+url='http://meldmerge.org/'
 license=('GPL')
-depends=('pygtk' 'hicolor-icon-theme')
+depends=('pygtk' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('intltool' 'gnome-doc-utils')
 optdepends=('pygtksourceview2: syntax highlighting'
 'gnome-python: gnome integration')
 install=meld.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d355dba06a39e38ffee93a6b205888db648a0308bc8a5efe3a9c7a42ed91370b')
+sha256sums=('c5dc21d32405a520cc7969f4de9e2ea356cb0e950fc5a20a9053230313ff3a40')
 
 build() {
 cd $pkgname-$pkgver
+sed -i 's/update-/#update-/' Makefile
 make PYTHON=/usr/bin/python2 prefix=/usr
 }
 

Modified: meld.install
===
--- meld.install2013-03-11 20:25:41 UTC (rev 179918)
+++ meld.install2013-03-11 23:34:32 UTC (rev 179919)
@@ -1,5 +1,7 @@
 post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
 }
 
 post_upgrade() {



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 00:14:54
  Author: cinelli
Revision: 86085

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 86084, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 86084, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 86084, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 86084, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 community-i686/PKGBUILD  |   72 ++---
 community-i686/cantata.install   |   24 ++--
 community-x86_64/PKGBUILD|   72 ++---
 community-x86_64/cantata.install |   24 ++--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-11 23:13:30 UTC (rev 86084)
+++ community-i686/PKGBUILD 2013-03-11 23:14:54 UTC (rev 86085)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=0.9.2
-pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/Cantata?content=147733";
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
-makedepends=('cmake' 'automoc4')
-install="$pkgname.install"
-source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-md5sums=('882cec90eb01d190b899689675e990b0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 86084, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-11 23:14:54 UTC (rev 86085)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=0.9.2
+pkgdesc="A KDE client for the music player daemon (MPD)"
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Cantata?content=147733";
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-03-11 23:13:30 UTC (rev 86084)
+++ community-i686/cantata.install  2013-03-11 23:14:54 UTC (rev 86085)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: cantata/repos/community-i686/cantata.install (from rev 86084, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-03-11 23:14:54 UTC (rev 86085)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-11 23:13:30 UTC (rev 86084)
+++ community-x86_64/PKGBUILD   2013-03-11 23:14:54 UTC (rev 86085)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=0.9.2
-pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/Cantata?content=147733";
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-ex

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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 00:13:30
  Author: cinelli
Revision: 86084

upgpkg: cantata 0.9.2-3

Modified:
  cantata/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 22:43:26 UTC (rev 86083)
+++ PKGBUILD2013-03-11 23:13:30 UTC (rev 86084)
@@ -7,7 +7,7 @@
 pkgname=cantata
 pkgver=0.9.2
 pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php/Cantata?content=147733";
 license=('GPL')



[arch-commits] Commit in cdcd/repos (32 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 23:43:26
  Author: cinelli
Revision: 86083

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

Added:
  cdcd/repos/community-i686/PKGBUILD
(from rev 86082, cdcd/trunk/PKGBUILD)
  cdcd/repos/community-i686/PKGBUILD-namcap.log
(from rev 86082, cdcd/trunk/PKGBUILD-namcap.log)
  cdcd/repos/community-i686/cdcd-0.6.6-7-i686-build.log
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-i686-build.log)
  cdcd/repos/community-i686/cdcd-0.6.6-7-i686-package.log
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-i686-package.log)
  cdcd/repos/community-i686/cdcd-0.6.6-7-i686.pkg.tar.xz
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-i686.pkg.tar.xz)
  cdcd/repos/community-i686/cdcd-0.6.6-7-i686.pkg.tar.xz-namcap.log
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-i686.pkg.tar.xz-namcap.log)
  cdcd/repos/community-i686/cdcd-0.6.6-7-x86_64-build.log
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-x86_64-build.log)
  cdcd/repos/community-i686/cdcd-0.6.6-7-x86_64-package.log
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-x86_64-package.log)
  cdcd/repos/community-i686/cdcd-0.6.6-7-x86_64.pkg.tar.xz
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-x86_64.pkg.tar.xz)
  cdcd/repos/community-i686/cdcd-0.6.6-7-x86_64.pkg.tar.xz-namcap.log
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-x86_64.pkg.tar.xz-namcap.log)
  cdcd/repos/community-i686/cdcd-0.6.6-x86_64.patch
(from rev 86082, cdcd/trunk/cdcd-0.6.6-x86_64.patch)
  cdcd/repos/community-i686/cdcd-0.6.6.tar.gz
(from rev 86082, cdcd/trunk/cdcd-0.6.6.tar.gz)
  cdcd/repos/community-i686/cdcd.install
(from rev 86082, cdcd/trunk/cdcd.install)
  cdcd/repos/community-x86_64/PKGBUILD
(from rev 86082, cdcd/trunk/PKGBUILD)
  cdcd/repos/community-x86_64/PKGBUILD-namcap.log
(from rev 86082, cdcd/trunk/PKGBUILD-namcap.log)
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686-build.log
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-i686-build.log)
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686-package.log
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-i686-package.log)
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686.pkg.tar.xz
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-i686.pkg.tar.xz)
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686.pkg.tar.xz-namcap.log
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-i686.pkg.tar.xz-namcap.log)
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64-build.log
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-x86_64-build.log)
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64-package.log
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-x86_64-package.log)
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64.pkg.tar.xz
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-x86_64.pkg.tar.xz)
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64.pkg.tar.xz-namcap.log
(from rev 86082, cdcd/trunk/cdcd-0.6.6-7-x86_64.pkg.tar.xz-namcap.log)
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
(from rev 86082, cdcd/trunk/cdcd-0.6.6-x86_64.patch)
  cdcd/repos/community-x86_64/cdcd-0.6.6.tar.gz
(from rev 86082, cdcd/trunk/cdcd-0.6.6.tar.gz)
  cdcd/repos/community-x86_64/cdcd.install
(from rev 86082, cdcd/trunk/cdcd.install)
Deleted:
  cdcd/repos/community-i686/PKGBUILD
  cdcd/repos/community-i686/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-i686/cdcd.install
  cdcd/repos/community-x86_64/PKGBUILD
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-x86_64/cdcd.install

--+
 community-i686/PKGBUILD  |   88 ++---
 community-i686/cdcd-0.6.6-7-i686-build.log   |  141 
 community-i686/cdcd-0.6.6-7-i686-package.log |   17 ++
 community-i686/cdcd-0.6.6-7-x86_64-build.log |  142 +
 community-i686/cdcd-0.6.6-7-x86_64-package.log   |   17 ++
 community-i686/cdcd-0.6.6-x86_64.patch   |   22 +--
 community-i686/cdcd.install  |   40 ++---
 community-x86_64/PKGBUILD|   88 ++---
 community-x86_64/cdcd-0.6.6-7-i686-build.log |  141 
 community-x86_64/cdcd-0.6.6-7-i686-package.log   |   17 ++
 community-x86_64/cdcd-0.6.6-7-x86_64-build.log   |  142 +
 community-x86_64/cdcd-0.6.6-7-x86_64-package.log |   17 ++
 community-x86_64/cdcd-0.6.6-x86_64.patch |   22 +--
 community-x86_64/cdcd.install|   40 ++---
 14 files changed, 784 insertions(+), 150 deletions(-)

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


[arch-commits] Commit in cdcd/trunk (11 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 23:38:47
  Author: cinelli
Revision: 86082

pkgrel bump

Added:
  cdcd/trunk/PKGBUILD-namcap.log
  cdcd/trunk/cdcd-0.6.6-7-i686-build.log
  cdcd/trunk/cdcd-0.6.6-7-i686-package.log
  cdcd/trunk/cdcd-0.6.6-7-i686.pkg.tar.xz
  cdcd/trunk/cdcd-0.6.6-7-i686.pkg.tar.xz-namcap.log
  cdcd/trunk/cdcd-0.6.6-7-x86_64-build.log
  cdcd/trunk/cdcd-0.6.6-7-x86_64-package.log
  cdcd/trunk/cdcd-0.6.6-7-x86_64.pkg.tar.xz
  cdcd/trunk/cdcd-0.6.6-7-x86_64.pkg.tar.xz-namcap.log
  cdcd/trunk/cdcd-0.6.6.tar.gz
Modified:
  cdcd/trunk/PKGBUILD

-+
 PKGBUILD|2 
 cdcd-0.6.6-7-i686-build.log |  141 +
 cdcd-0.6.6-7-i686-package.log   |   17 
 cdcd-0.6.6-7-i686.pkg.tar.xz|1 
 cdcd-0.6.6-7-x86_64-build.log   |  142 ++
 cdcd-0.6.6-7-x86_64-package.log |   17 
 cdcd-0.6.6-7-x86_64.pkg.tar.xz  |1 
 cdcd-0.6.6.tar.gz   |1 
 8 files changed, 321 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 22:31:04 UTC (rev 86081)
+++ PKGBUILD2013-03-11 22:38:47 UTC (rev 86082)
@@ -5,7 +5,7 @@
 
 pkgname=cdcd
 pkgver=0.6.6
-pkgrel=6
+pkgrel=7
 pkgdesc="A commandline cd-player"
 arch=('i686' 'x86_64')
 depends=('libcdaudio' 'readline')

Added: PKGBUILD-namcap.log
===
Added: cdcd-0.6.6-7-i686-build.log
===
--- cdcd-0.6.6-7-i686-build.log (rev 0)
+++ cdcd-0.6.6-7-i686-build.log 2013-03-11 22:38:47 UTC (rev 86082)
@@ -0,0 +1,141 @@
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for gawk... gawk
+checking whether make sets $(MAKE)... yes
+checking whether to enable maintainer-specific portions of Makefiles... no
+checking for gcc... gcc
+checking for C compiler default output file name... a.out
+checking whether the C compiler works... yes
+checking whether we are cross compiling... no
+checking for suffix of executables... 
+checking for suffix of object files... o
+checking whether we are using the GNU C compiler... yes
+checking whether gcc accepts -g... yes
+checking for gcc option to accept ANSI C... none needed
+checking for style of include used by make... GNU
+checking dependency style of gcc... gcc3
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether ln -s works... yes
+checking how to run the C preprocessor... gcc -E
+checking for function prototypes... yes
+checking for egrep... grep -E
+checking for ANSI C header files... yes
+checking for sys/types.h... yes
+checking for sys/stat.h... yes
+checking for stdlib.h... yes
+checking for string.h... yes
+checking for memory.h... yes
+checking for strings.h... yes
+checking for inttypes.h... yes
+checking for stdint.h... yes
+checking for unistd.h... yes
+checking for string.h... (cached) yes
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
+checking for tputs in -lcurses... yes
+checking for rl_completion_matches in -lreadline... yes
+checking for socket in -lsocket... no
+checking for libcdaudio-config... /usr/bin/libcdaudio-config
+checking for libcdaudio - version >= 0.99.0... yes
+checking for glib-config... no
+checking for GLIB - version >= 1.1.12... no
+*** The glib-config script installed by GLIB could not be found
+*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
+*** your path, or set the GLIB_CONFIG environment variable to the
+*** full path to glib-config.
+checking for ANSI C header files... (cached) yes
+checking for working alloca.h... yes
+checking for alloca... yes
+checking for string.h... (cached) yes
+checking for strings.h... (cached) yes
+checking sys/ptyvar.h usability... no
+checking sys/ptyvar.h presence... no
+checking for sys/ptyvar.h... no
+checking errno.h usability... yes
+checking errno.h presence... yes
+checking for errno.h... yes
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking malloc.h usability... yes
+checking malloc.h presence... yes
+checking for malloc.h... yes
+checking for stdlib.h... (cached) yes
+checking readline/readline.h usability... yes
+checking readline/readline.h presence... yes
+checking for readline/readline.h... yes
+checking readline/history.h usability... yes
+checking readline/history.h presence... yes
+checking for readline/history.h... yes
+checking sys/socket.h usability... yes
+checking sys/socket.h presence... yes
+checking for sys/socket.h... yes
+checking for unistd.h... (cached) yes
+checking for an ANSI C-conforming const... yes
+checking for size_t... yes
+checking for stdlib.h... (cached) yes
+checking for GNU libc compatible malloc... yes
+checking return typ

[arch-commits] Commit in nss-pam-ldapd/repos (community-i686 community-x86_64)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 23:31:04
  Author: cinelli
Revision: 86081

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

Added:
  nss-pam-ldapd/repos/community-i686/
  nss-pam-ldapd/repos/community-x86_64/



[arch-commits] Commit in nss-pam-ldapd/trunk (13 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 23:09:38
  Author: cinelli
Revision: 86080

Added:
  nss-pam-ldapd/trunk/PKGBUILD
  nss-pam-ldapd/trunk/PKGBUILD-namcap.log
  nss-pam-ldapd/trunk/nslcd.service
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12.tar.gz
  nss-pam-ldapd/trunk/nss-pam-ldapd.install

---+
 PKGBUILD  |   42 ++
 nslcd.service |   12 
 nss-pam-ldapd-0.8.12-3-i686-build.log |  453 
 nss-pam-ldapd-0.8.12-3-i686-package.log   |   64 +++
 nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz|1 
 nss-pam-ldapd-0.8.12-3-x86_64-build.log   |  453 
 nss-pam-ldapd-0.8.12-3-x86_64-package.log |   64 +++
 nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz  |1 
 nss-pam-ldapd-0.8.12.tar.gz   |1 
 nss-pam-ldapd.install |   12 
 10 files changed, 1103 insertions(+)

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


[arch-commits] Commit in lib32-systemd/repos (2 files)

2013-03-11 Thread Laurent Carlier
Date: Monday, March 11, 2013 @ 23:06:07
  Author: lcarlier
Revision: 86079

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 86078, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 86078, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-03-11 22:06:07 UTC (rev 86079)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=198
+pkgrel=1
+pkgdesc="system and service manager (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/systemd";
+license=('GPL2' 'LGPL2.1' 'MIT')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-dbus-core' 'lib32-libcap' 
'lib32-acl' 
+ 'lib32-libgcrypt' 'lib32-glib2' 'lib32-xz' 'intltool' 'gperf')
+options=('!libtool')
+source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz";)
+md5sums=('26a75e2a310f8c1c1ea9ec26ddb171c5')
+
+build() {
+export CC="gcc -m32"
+export CXX="g++ -m32"
+export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+cd "${srcdir}/systemd-${pkgver}"
+
+./configure \
+  --enable-static \
+  --libexecdir=/usr/lib32 \
+  --libdir=/usr/lib32 \
+  --localstatedir=/var \
+  --sysconfdir=/etc \
+  --disable-audit \
+  --disable-ima \
+  --disable-pam \
+  --disable-kmod \
+  --disable-blkid \
+  --without-python \
+  --disable-libcryptsetup \
+  --with-sysvinit-path= \
+  --with-sysvrcnd-path=
+
+make
+}
+
+package() {
+depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
+cd "${srcdir}/systemd-${pkgver}"
+
+make DESTDIR="$pkgdir" install
+
+rm -rf "${pkgdir}"/{etc,var}
+rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+rm -rf "${pkgdir}"/usr/lib32/libnss*
+}



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

2013-03-11 Thread Laurent Carlier
Date: Monday, March 11, 2013 @ 23:06:01
  Author: lcarlier
Revision: 86078

upgpkg: lib32-systemd 198-1

Sync with testing

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 21:52:48 UTC (rev 86077)
+++ PKGBUILD2013-03-11 22:06:01 UTC (rev 86078)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=197
+pkgver=198
 pkgrel=1
 pkgdesc="system and service manager (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
  'lib32-libgcrypt' 'lib32-glib2' 'lib32-xz' 'intltool' 'gperf')
 options=('!libtool')
 
source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz";)
-md5sums=('56a860dceadfafe59f40141eb5223743')
+md5sums=('26a75e2a310f8c1c1ea9ec26ddb171c5')
 
 build() {
 export CC="gcc -m32"
@@ -24,6 +24,7 @@
 cd "${srcdir}/systemd-${pkgver}"
 
 ./configure \
+  --enable-static \
   --libexecdir=/usr/lib32 \
   --libdir=/usr/lib32 \
   --localstatedir=/var \



[arch-commits] Commit in haskell-x11-xft/repos (6 files)

2013-03-11 Thread Jelle van der Waa
Date: Monday, March 11, 2013 @ 22:52:48
  Author: jelle
Revision: 86077

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 86076, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 86076, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 86076, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 86076, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 86076, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-11 21:52:48 UTC (rev 86077)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=7
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 86076, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2013-03-11 21:52:48 UTC 
(rev 86077)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
86076, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-11 21:52:48 UTC (rev 86077)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=7
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pk

[arch-commits] Commit in haskell-x11-xft/trunk (PKGBUILD)

2013-03-11 Thread Jelle van der Waa
Date: Monday, March 11, 2013 @ 22:51:47
  Author: jelle
Revision: 86076

upgpkg: haskell-x11-xft 0.3.1-7

haskell-x11 update rebuild

Modified:
  haskell-x11-xft/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 21:47:54 UTC (rev 86075)
+++ PKGBUILD2013-03-11 21:51:47 UTC (rev 86076)
@@ -4,7 +4,7 @@
 _hkgname=X11-xft
 pkgname=haskell-x11-xft
 pkgver=0.3.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('LGPL')



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

2013-03-11 Thread Maxime Gauduin
Date: Monday, March 11, 2013 @ 22:47:54
  Author: alucryd
Revision: 86075

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

Added:
  yabause-qt/repos/community-i686/
  yabause-qt/repos/community-i686/PKGBUILD
(from rev 86074, yabause-qt/trunk/PKGBUILD)
  yabause-qt/repos/community-i686/rwx.patch
(from rev 86074, yabause-qt/trunk/rwx.patch)
  yabause-qt/repos/community-x86_64/
  yabause-qt/repos/community-x86_64/PKGBUILD
(from rev 86074, yabause-qt/trunk/PKGBUILD)
  yabause-qt/repos/community-x86_64/rwx.patch
(from rev 86074, yabause-qt/trunk/rwx.patch)

+
 community-i686/PKGBUILD|   45 +++
 community-i686/rwx.patch   |   20 +++
 community-x86_64/PKGBUILD  |   45 +++
 community-x86_64/rwx.patch |   20 +++
 4 files changed, 130 insertions(+)

Copied: yabause-qt/repos/community-i686/PKGBUILD (from rev 86074, 
yabause-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-11 21:47:54 UTC (rev 86075)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Harley Laue 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anton Shestakov 
+# Contributor: Tiago Camargo 
+# Contributor: robb_force 
+
+pkgname=yabause-qt
+pkgver=0.9.12
+pkgrel=1
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url="http://yabause.org/";
+license=('GPL')
+depends=('freeglut' 'mesa' 'openal' 'qt4' 'sdl')
+makedepends=('cmake' 'glu')
+conflicts=('yabause-gtk')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz";
 'rwx.patch')
+sha256sums=('f45c9649c379e1e790856f8dfa37d93be5638e8f697319b241951316f817bfb1'
+'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+build() {
+  cd "${srcdir}"/${pkgname%-*}-${pkgver}
+
+# Patch
+  patch -Np1 -i "${srcdir}"/rwx.patch
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DYAB_PORTS=qt -DYAB_NETWORK=ON 
-DYAB_OPTIMIZED_DMA=on -DYAB_PERKEYNAME=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname%-*}-${pkgver}/build
+
+# Install
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: yabause-qt/repos/community-i686/rwx.patch (from rev 86074, 
yabause-qt/trunk/rwx.patch)
===
--- community-i686/rwx.patch(rev 0)
+++ community-i686/rwx.patch2013-03-11 21:47:54 UTC (rev 86075)
@@ -0,0 +1,20 @@
+--- a/src/sh2_dynarec/linkage_x64.s2013-03-11 20:29:53.112870900 +0100
 b/src/sh2_dynarec/linkage_x64.s2013-03-11 20:31:48.856778600 +0100
+@@ -747,3 +747,7 @@ breakpoint:
+   ret
+   /* Set breakpoint here for debugging */
+   .size   breakpoint, .-breakpoint
++
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
+--- a/src/sh2_dynarec/linkage_x86.s2013-03-11 20:30:08.157693100 +0100
 b/src/sh2_dynarec/linkage_x86.s2013-03-11 20:32:30.993310600 +0100
+@@ -743,3 +743,7 @@ breakpoint:
+   ret
+   /* Set breakpoint here for debugging */
+   .size   breakpoint, .-breakpoint
++
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif

Copied: yabause-qt/repos/community-x86_64/PKGBUILD (from rev 86074, 
yabause-qt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-11 21:47:54 UTC (rev 86075)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Harley Laue 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anton Shestakov 
+# Contributor: Tiago Camargo 
+# Contributor: robb_force 
+
+pkgname=yabause-qt
+pkgver=0.9.12
+pkgrel=1
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url="http://yabause.org/";
+license=('GPL')
+depends=('freeglut' 'mesa' 'openal' 'qt4' 'sdl')
+makedepends=('cmake' 'glu')
+conflicts=('yabause-gtk')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz";
 'rwx.patch')
+sha256sums=('f45c9649c379e1e790856f8dfa37d93be5638e8f697319b241951316f817bfb1'
+'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+build() {
+  cd "${srcdir}"/${pkgname%-*}-${pkgver}
+
+# Patch
+  patch -Np1 -i "${srcdir}"/rwx.patch
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DYAB_PORTS=qt -DYAB_NETWORK=ON 
-DYAB_OPTIMIZED_DMA=on -DYAB_PERKEYNAME=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname%-*}-${pkgver}/build
+
+# Install
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: yaba

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

2013-03-11 Thread Maxime Gauduin
Date: Monday, March 11, 2013 @ 22:47:35
  Author: alucryd
Revision: 86074

upgpkg: yabause-qt 0.9.12-1

Modified:
  yabause-qt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 21:44:40 UTC (rev 86073)
+++ PKGBUILD2013-03-11 21:47:35 UTC (rev 86074)
@@ -11,7 +11,7 @@
 pkgrel=1
 pkgdesc='A Sega Saturn emulator'
 arch=('i686' 'x86_64')
-url='http://yabause.org/'
+url="http://yabause.org/";
 license=('GPL')
 depends=('freeglut' 'mesa' 'openal' 'qt4' 'sdl')
 makedepends=('cmake' 'glu')



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

2013-03-11 Thread Maxime Gauduin
Date: Monday, March 11, 2013 @ 22:44:40
  Author: alucryd
Revision: 86073

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

Added:
  yabause-gtk/repos/community-i686/
  yabause-gtk/repos/community-i686/PKGBUILD
(from rev 86072, yabause-gtk/trunk/PKGBUILD)
  yabause-gtk/repos/community-i686/rwx.patch
(from rev 86072, yabause-gtk/trunk/rwx.patch)
  yabause-gtk/repos/community-x86_64/
  yabause-gtk/repos/community-x86_64/PKGBUILD
(from rev 86072, yabause-gtk/trunk/PKGBUILD)
  yabause-gtk/repos/community-x86_64/rwx.patch
(from rev 86072, yabause-gtk/trunk/rwx.patch)

+
 community-i686/PKGBUILD|   45 +++
 community-i686/rwx.patch   |   20 +++
 community-x86_64/PKGBUILD  |   45 +++
 community-x86_64/rwx.patch |   20 +++
 4 files changed, 130 insertions(+)

Copied: yabause-gtk/repos/community-i686/PKGBUILD (from rev 86072, 
yabause-gtk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-11 21:44:40 UTC (rev 86073)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Harley Laue 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anton Shestakov 
+# Contributor: Tiago Camargo 
+# Contributor: robb_force 
+
+pkgname=yabause-gtk
+pkgver=0.9.12
+pkgrel=2
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url="http://yabause.org/";
+license=('GPL')
+depends=('freeglut' 'gtkglext' 'openal' 'sdl')
+makedepends=('cmake' 'mesa')
+conflicts=('yabause-qt')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz";
 'rwx.patch')
+sha256sums=('f45c9649c379e1e790856f8dfa37d93be5638e8f697319b241951316f817bfb1'
+'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+build() {
+  cd "${srcdir}"/${pkgname%-*}-${pkgver}
+
+# Patch
+  patch -Np1 -i "${srcdir}"/rwx.patch
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DYAB_PORTS=gtk -DYAB_NETWORK=ON 
-DYAB_OPTIMIZED_DMA=on -DYAB_PERKEYNAME=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname%-*}-${pkgver}/build
+
+# Install
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: yabause-gtk/repos/community-i686/rwx.patch (from rev 86072, 
yabause-gtk/trunk/rwx.patch)
===
--- community-i686/rwx.patch(rev 0)
+++ community-i686/rwx.patch2013-03-11 21:44:40 UTC (rev 86073)
@@ -0,0 +1,20 @@
+--- a/src/sh2_dynarec/linkage_x64.s2013-03-11 20:29:53.112870900 +0100
 b/src/sh2_dynarec/linkage_x64.s2013-03-11 20:31:48.856778600 +0100
+@@ -747,3 +747,7 @@ breakpoint:
+   ret
+   /* Set breakpoint here for debugging */
+   .size   breakpoint, .-breakpoint
++
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
+--- a/src/sh2_dynarec/linkage_x86.s2013-03-11 20:30:08.157693100 +0100
 b/src/sh2_dynarec/linkage_x86.s2013-03-11 20:32:30.993310600 +0100
+@@ -743,3 +743,7 @@ breakpoint:
+   ret
+   /* Set breakpoint here for debugging */
+   .size   breakpoint, .-breakpoint
++
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif

Copied: yabause-gtk/repos/community-x86_64/PKGBUILD (from rev 86072, 
yabause-gtk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-11 21:44:40 UTC (rev 86073)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Harley Laue 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anton Shestakov 
+# Contributor: Tiago Camargo 
+# Contributor: robb_force 
+
+pkgname=yabause-gtk
+pkgver=0.9.12
+pkgrel=2
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url="http://yabause.org/";
+license=('GPL')
+depends=('freeglut' 'gtkglext' 'openal' 'sdl')
+makedepends=('cmake' 'mesa')
+conflicts=('yabause-qt')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz";
 'rwx.patch')
+sha256sums=('f45c9649c379e1e790856f8dfa37d93be5638e8f697319b241951316f817bfb1'
+'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+build() {
+  cd "${srcdir}"/${pkgname%-*}-${pkgver}
+
+# Patch
+  patch -Np1 -i "${srcdir}"/rwx.patch
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DYAB_PORTS=gtk -DYAB_NETWORK=ON 
-DYAB_OPTIMIZED_DMA=on -DYAB_PERKEYNAME=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname%-*}-${pkgver}/build
+
+# Install
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 e

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

2013-03-11 Thread Maxime Gauduin
Date: Monday, March 11, 2013 @ 22:44:24
  Author: alucryd
Revision: 86072

upgpkg: yabause-gtk 0.9.12-2

Modified:
  yabause-gtk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 21:41:40 UTC (rev 86071)
+++ PKGBUILD2013-03-11 21:44:24 UTC (rev 86072)
@@ -11,7 +11,7 @@
 pkgrel=2
 pkgdesc='A Sega Saturn emulator'
 arch=('i686' 'x86_64')
-url='http://yabause.org/'
+url="http://yabause.org/";
 license=('GPL')
 depends=('freeglut' 'gtkglext' 'openal' 'sdl')
 makedepends=('cmake' 'mesa')



[arch-commits] Commit in (10 files)

2013-03-11 Thread Maxime Gauduin
Date: Monday, March 11, 2013 @ 22:41:40
  Author: alucryd
Revision: 86071

Add yabause-{gtk,qt}

Added:
  yabause-gtk/
  yabause-gtk/repos/
  yabause-gtk/trunk/
  yabause-gtk/trunk/PKGBUILD
  yabause-gtk/trunk/rwx.patch
  yabause-qt/
  yabause-qt/repos/
  yabause-qt/trunk/
  yabause-qt/trunk/PKGBUILD
  yabause-qt/trunk/rwx.patch

-+
 yabause-gtk/trunk/PKGBUILD  |   45 ++
 yabause-gtk/trunk/rwx.patch |   20 ++
 yabause-qt/trunk/PKGBUILD   |   45 ++
 yabause-qt/trunk/rwx.patch  |   20 ++
 4 files changed, 130 insertions(+)

Added: yabause-gtk/trunk/PKGBUILD
===
--- yabause-gtk/trunk/PKGBUILD  (rev 0)
+++ yabause-gtk/trunk/PKGBUILD  2013-03-11 21:41:40 UTC (rev 86071)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Harley Laue 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anton Shestakov 
+# Contributor: Tiago Camargo 
+# Contributor: robb_force 
+
+pkgname=yabause-gtk
+pkgver=0.9.12
+pkgrel=2
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url='http://yabause.org/'
+license=('GPL')
+depends=('freeglut' 'gtkglext' 'openal' 'sdl')
+makedepends=('cmake' 'mesa')
+conflicts=('yabause-qt')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz";
 'rwx.patch')
+sha256sums=('f45c9649c379e1e790856f8dfa37d93be5638e8f697319b241951316f817bfb1'
+'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+build() {
+  cd "${srcdir}"/${pkgname%-*}-${pkgver}
+
+# Patch
+  patch -Np1 -i "${srcdir}"/rwx.patch
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DYAB_PORTS=gtk -DYAB_NETWORK=ON 
-DYAB_OPTIMIZED_DMA=on -DYAB_PERKEYNAME=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname%-*}-${pkgver}/build
+
+# Install
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: yabause-gtk/trunk/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: yabause-gtk/trunk/rwx.patch
===
--- yabause-gtk/trunk/rwx.patch (rev 0)
+++ yabause-gtk/trunk/rwx.patch 2013-03-11 21:41:40 UTC (rev 86071)
@@ -0,0 +1,20 @@
+--- a/src/sh2_dynarec/linkage_x64.s2013-03-11 20:29:53.112870900 +0100
 b/src/sh2_dynarec/linkage_x64.s2013-03-11 20:31:48.856778600 +0100
+@@ -747,3 +747,7 @@ breakpoint:
+   ret
+   /* Set breakpoint here for debugging */
+   .size   breakpoint, .-breakpoint
++
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
+--- a/src/sh2_dynarec/linkage_x86.s2013-03-11 20:30:08.157693100 +0100
 b/src/sh2_dynarec/linkage_x86.s2013-03-11 20:32:30.993310600 +0100
+@@ -743,3 +743,7 @@ breakpoint:
+   ret
+   /* Set breakpoint here for debugging */
+   .size   breakpoint, .-breakpoint
++
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif


Property changes on: yabause-gtk/trunk/rwx.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: yabause-qt/trunk/PKGBUILD
===
--- yabause-qt/trunk/PKGBUILD   (rev 0)
+++ yabause-qt/trunk/PKGBUILD   2013-03-11 21:41:40 UTC (rev 86071)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Harley Laue 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anton Shestakov 
+# Contributor: Tiago Camargo 
+# Contributor: robb_force 
+
+pkgname=yabause-qt
+pkgver=0.9.12
+pkgrel=1
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url='http://yabause.org/'
+license=('GPL')
+depends=('freeglut' 'mesa' 'openal' 'qt4' 'sdl')
+makedepends=('cmake' 'glu')
+conflicts=('yabause-gtk')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz";
 'rwx.patch')
+sha256sums=('f45c9649c379e1e790856f8dfa37d93be5638e8f697319b241951316f817bfb1'
+'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+build() {
+  cd "${srcdir}"/${pkgname%-*}-${pkgver}
+
+# Patch
+  patch -Np1 -i "${srcdir}"/rwx.patch
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DYAB_PORTS=qt -DYAB_NETWORK=ON 
-DYAB_OPTIMIZED_DMA=on -DYAB_PERKEYNAME=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname%-*}-${pkgver}/build
+
+# Install
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


Prope

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

2013-03-11 Thread Jelle van der Waa
Date: Monday, March 11, 2013 @ 22:29:43
  Author: jelle
Revision: 86070

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

Added:
  haskell-x11/repos/community-staging-i686/
  haskell-x11/repos/community-staging-i686/PKGBUILD
(from rev 86068, haskell-x11/trunk/PKGBUILD)
  haskell-x11/repos/community-staging-i686/hsmod.install
(from rev 86068, haskell-x11/trunk/hsmod.install)
  haskell-x11/repos/community-staging-x86_64/
  haskell-x11/repos/community-staging-x86_64/PKGBUILD
(from rev 86069, haskell-x11/trunk/PKGBUILD)
  haskell-x11/repos/community-staging-x86_64/hsmod.install
(from rev 86069, haskell-x11/trunk/hsmod.install)

+
 community-staging-i686/PKGBUILD|   41 +++
 community-staging-i686/hsmod.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   41 +++
 community-staging-x86_64/hsmod.install |   18 +
 4 files changed, 118 insertions(+)

Copied: haskell-x11/repos/community-staging-i686/PKGBUILD (from rev 86068, 
haskell-x11/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-11 21:29:43 UTC (rev 86070)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: shild 
+# Maintainer: Vesa Kaihlavirta 
+
+_hkgname=X11
+pkgname=haskell-x11
+pkgver=1.6.1.1
+pkgrel=1
+pkgdesc="A Haskell binding to the X11 graphics library."
+arch=(i686 x86_64)
+url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";
+license=('custom:BSD3')
+options=('strip')
+depends=("ghc=7.6.2-1" "haskell-syb=0.3.7-2" 'libx11' 'libxinerama' 
'libxrandr' 'haskell-data-default')
+conflicts=(haskell-x11-extras)
+install=hsmod.install
+source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
+md5sums=('80638b99238f72d4cc351b4fbd7274fc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-x11/repos/community-staging-i686/hsmod.install (from rev 86068, 
haskell-x11/trunk/hsmod.install)
===
--- community-staging-i686/hsmod.install(rev 0)
+++ community-staging-i686/hsmod.install2013-03-11 21:29:43 UTC (rev 
86070)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-x11
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-x11/repos/community-staging-x86_64/PKGBUILD (from rev 86069, 
haskell-x11/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-11 21:29:43 UTC (rev 86070)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: shild 
+# Maintainer: Vesa Kaihlavirta 
+
+_hkgname=X11
+pkgname=haskell-x11
+pkgver=1.6.1.1
+pkgrel=1
+pkgdesc="A Haskell binding to the X11 graphics library."
+arch=(i686 x86_64)
+url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";
+license=('custom:BSD3')
+options=('strip')
+depends=("ghc=7.6.2-1" "haskell-syb=0.3.7-2" 'libx11' 'libxinerama' 
'libxrandr' 'haskell-data-default')
+conflicts=(haskell-x11-extras)
+install=hsmod.install
+source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
+md5sums=('80638b99238f72d4cc351b4fbd7274fc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/sh

[arch-commits] Commit in nss-pam-ldapd/trunk (13 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 22:28:58
  Author: cinelli
Revision: 86069

svn keeps breaking

Deleted:
  nss-pam-ldapd/trunk/PKGBUILD
  nss-pam-ldapd/trunk/PKGBUILD-namcap.log
  nss-pam-ldapd/trunk/nslcd.service
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12.tar.gz
  nss-pam-ldapd/trunk/nss-pam-ldapd.install

---+
 PKGBUILD  |   42 --
 nslcd.service |   11 
 nss-pam-ldapd-0.8.12-3-i686-build.log |  453 
 nss-pam-ldapd-0.8.12-3-i686-package.log   |   64 ---
 nss-pam-ldapd-0.8.12-3-x86_64-build.log   |  453 
 nss-pam-ldapd-0.8.12-3-x86_64-package.log |   64 ---
 nss-pam-ldapd.install |   11 
 7 files changed, 1098 deletions(-)

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


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

2013-03-11 Thread Jelle van der Waa
Date: Monday, March 11, 2013 @ 22:28:18
  Author: jelle
Revision: 86068

upgpkg: haskell-x11 1.6.1.1-1

update to 1.6.1.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 21:28:00 UTC (rev 86067)
+++ PKGBUILD2013-03-11 21:28:18 UTC (rev 86068)
@@ -5,18 +5,18 @@
 
 _hkgname=X11
 pkgname=haskell-x11
-pkgver=1.6.0.2
-pkgrel=2
+pkgver=1.6.1.1
+pkgrel=1
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(i686 x86_64)
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";
 license=('custom:BSD3')
 options=('strip')
-depends=("ghc=7.6.2-1" "haskell-syb=0.3.7-2" 'libx11' 'libxinerama' 
'libxrandr')
+depends=("ghc=7.6.2-1" "haskell-syb=0.3.7-2" 'libx11' 'libxinerama' 
'libxrandr' 'haskell-data-default')
 conflicts=(haskell-x11-extras)
 install=hsmod.install
 
source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-md5sums=('0227ba7a8788c3cfd146e952a5fafc82')
+md5sums=('80638b99238f72d4cc351b4fbd7274fc')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2013-03-11 Thread Lukas Jirkovsky
Date: Monday, March 11, 2013 @ 22:28:00
  Author: stativ
Revision: 86067

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

Added:
  soundkonverter/repos/community-i686/PKGBUILD
(from rev 86066, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-i686/soundkonverter.install
(from rev 86066, soundkonverter/trunk/soundkonverter.install)
  soundkonverter/repos/community-x86_64/PKGBUILD
(from rev 86066, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-x86_64/soundkonverter.install
(from rev 86066, soundkonverter/trunk/soundkonverter.install)
Deleted:
  soundkonverter/repos/community-i686/PKGBUILD
  soundkonverter/repos/community-i686/soundkonverter.install
  soundkonverter/repos/community-x86_64/PKGBUILD
  soundkonverter/repos/community-x86_64/soundkonverter.install

-+
 community-i686/PKGBUILD |   96 +++---
 community-i686/soundkonverter.install   |   24 +++
 community-x86_64/PKGBUILD   |   96 +++---
 community-x86_64/soundkonverter.install |   24 +++
 4 files changed, 122 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-11 21:27:40 UTC (rev 86066)
+++ community-i686/PKGBUILD 2013-03-11 21:28:00 UTC (rev 86067)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Mateusz Herych 
-# Contributor: Eric Belanger 
-# Contributor: Darwin Bautista 
-
-pkgname=soundkonverter
-pkgver=1.6.4
-pkgrel=1
-pkgdesc="Front-end to various audio converters"
-arch=('i686' 'x86_64')
-url="http://www.kde-apps.org/content/show.php?content=29024";
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib')
-makedepends=('automoc4' 'cmake')
-optdepends=('cdrkit: cdda2wav backend'
-'faac: faac backend'
-'faad2: faad backend'
-'ffmpeg: ffmpeg backend'
-'flac: flac backend'
-'fluidsynth: flouidsynth backend'
-'lame: lame backend'
-'mac: mac backend'
-'mplayer: mplayer backend'
-'mp3gain: mp3gain backend'
-'speex: speexenc, speexdec backends'
-'timidity++: midi backend'
-'twolame: twolame backend'
-'vorbisgain: vorbisgain backend'
-'vorbis-tools: vorbis tools backend'
-'wavpack: wavpack backend')
-install=$pkgname.install
-source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz";)
-md5sums=('be01689be4c7e1811c57436ec45d7326')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-}

Copied: soundkonverter/repos/community-i686/PKGBUILD (from rev 86066, 
soundkonverter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-11 21:28:00 UTC (rev 86067)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Mateusz Herych 
+# Contributor: Eric Belanger 
+# Contributor: Darwin Bautista 
+
+pkgname=soundkonverter
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Front-end to various audio converters"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=29024";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib')
+makedepends=('automoc4' 'cmake')
+optdepends=('cdrkit: cdda2wav backend'
+'faac: faac backend'
+'faad2: faad backend'
+'ffmpeg: ffmpeg backend'
+'flac: flac backend'
+'fluidsynth: flouidsynth backend'
+'lame: lame backend'
+'mac: mac backend'
+'mplayer: mplayer backend'
+'mp3gain: mp3gain backend'
+'opus-tools: opus backend'
+'speex: speexenc, speexdec backends'
+'timidity++: midi backend'
+'twolame: twolame backend'
+'vorbisgain: vorbisgain backend'
+'vorbis-tools: vorbis tools backend'
+'wavpack: wavpack backend'
+'sox: sox plugin (change sample rate, various effects)')
+install=$pkgname.install
+source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz";)
+md5sums=('f1df729916b2418c474b859ed6b9eda6')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+   cd "$srcdir"/$pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/soundkonverter.install
===
--- community-i686/soundkonverter.install   2013-03-11 21:

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

2013-03-11 Thread Lukas Jirkovsky
Date: Monday, March 11, 2013 @ 22:27:40
  Author: stativ
Revision: 86066

upgpkg: soundkonverter 2.0.0-1

update to 2.0.0

Modified:
  soundkonverter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 21:24:05 UTC (rev 86065)
+++ PKGBUILD2013-03-11 21:27:40 UTC (rev 86066)
@@ -5,7 +5,7 @@
 # Contributor: Darwin Bautista 
 
 pkgname=soundkonverter
-pkgver=1.6.4
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Front-end to various audio converters"
 arch=('i686' 'x86_64')
@@ -23,15 +23,17 @@
 'mac: mac backend'
 'mplayer: mplayer backend'
 'mp3gain: mp3gain backend'
+'opus-tools: opus backend'
 'speex: speexenc, speexdec backends'
 'timidity++: midi backend'
 'twolame: twolame backend'
 'vorbisgain: vorbisgain backend'
 'vorbis-tools: vorbis tools backend'
-'wavpack: wavpack backend')
+'wavpack: wavpack backend'
+'sox: sox plugin (change sample rate, various effects)')
 install=$pkgname.install
 
source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz";)
-md5sums=('be01689be4c7e1811c57436ec45d7326')
+md5sums=('f1df729916b2418c474b859ed6b9eda6')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver



[arch-commits] Commit in nss-pam-ldapd/trunk (2 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 22:24:05
  Author: cinelli
Revision: 86065

upgpkg: nss-pam-ldapd 0.8.12-3

Modified:
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz

+
 0 files changed

Modified: nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
===
(Binary files differ)

Modified: nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz
===
(Binary files differ)



[arch-commits] Commit in haskell-data-default/repos (6 files)

2013-03-11 Thread Jelle van der Waa
Date: Monday, March 11, 2013 @ 22:15:01
  Author: jelle
Revision: 86064

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

Added:
  haskell-data-default/repos/community-staging-i686/
  haskell-data-default/repos/community-staging-i686/PKGBUILD
(from rev 86063, haskell-data-default/trunk/PKGBUILD)
  haskell-data-default/repos/community-staging-i686/haskell-data-default.install
(from rev 86063, haskell-data-default/trunk/haskell-data-default.install)
  haskell-data-default/repos/community-staging-x86_64/
  haskell-data-default/repos/community-staging-x86_64/PKGBUILD
(from rev 86063, haskell-data-default/trunk/PKGBUILD)
  
haskell-data-default/repos/community-staging-x86_64/haskell-data-default.install
(from rev 86063, haskell-data-default/trunk/haskell-data-default.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-data-default.install   |   26 +
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-data-default.install |   26 +
 4 files changed, 140 insertions(+)

Copied: haskell-data-default/repos/community-staging-i686/PKGBUILD (from rev 
86063, haskell-data-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-11 21:15:01 UTC (rev 86064)
@@ -0,0 +1,44 @@
+# Contributor: Lex Black 
+# Contributor: Don Stewart 
+
+pkgname=haskell-data-default
+_hkgname=data-default
+_licensefile=LICENSE
+pkgver=0.5.1
+pkgrel=2
+pkgdesc="A class for types with a default value"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('BSD')
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('haskell-containers' 'haskell-dlist' 'haskell-old-locale')
+options=('strip')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('fb56f34f820379df4881bcccbcb065389200e20778321e2d6e8c92dad94af717')
+install="${pkgname}.install"
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+#runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+#--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+#--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: 
haskell-data-default/repos/community-staging-i686/haskell-data-default.install 
(from rev 86063, haskell-data-default/trunk/haskell-data-default.install)
===
--- community-staging-i686/haskell-data-default.install 
(rev 0)
+++ community-staging-i686/haskell-data-default.install 2013-03-11 21:15:01 UTC 
(rev 86064)
@@ -0,0 +1,26 @@
+# custom variables
+pkgname=haskell-data-default
+HS_DIR=/usr/share/haskell/${pkgname}
+
+# functions
+post_install() {
+${HS_DIR}/register.sh
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_upgrade() {
+${HS_DIR}/unregister.sh
+}
+
+post_upgrade() {
+${HS_DIR}/register.sh
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_remove() {
+${HS_DIR}/unregister.sh
+}
+
+post_remove() {
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-data-default/repos/community-staging-x86_64/PKGBUILD (from rev 
86063, haskell-data-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-11 21:15:01 UTC (rev 86064)
@@ -0,0 +1,44 @@
+# Contributor: Lex Black 
+# Contributor: Don Stewart 
+
+pkgname=haskell-data-default
+_hkgname=data-default
+_licensefile=LICENSE
+pkgver=0.5.1
+pkgrel=2
+pkgdesc="A class for types with a default value"

[arch-commits] Commit in nss-pam-ldapd/trunk (12 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 22:09:02
  Author: cinelli
Revision: 86063

added package

Added:
  nss-pam-ldapd/trunk/PKGBUILD
  nss-pam-ldapd/trunk/PKGBUILD-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12.tar.gz
  nss-pam-ldapd/trunk/nss-pam-ldapd.install

---+
 PKGBUILD  |   42 ++
 nss-pam-ldapd-0.8.12-3-i686-build.log |  453 
 nss-pam-ldapd-0.8.12-3-i686-package.log   |   64 +++
 nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz|1 
 nss-pam-ldapd-0.8.12-3-x86_64-build.log   |  453 
 nss-pam-ldapd-0.8.12-3-x86_64-package.log |   64 +++
 nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz  |1 
 nss-pam-ldapd-0.8.12.tar.gz   |1 
 nss-pam-ldapd.install |   11 
 9 files changed, 1090 insertions(+)

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


[arch-commits] Commit in nss-pam-ldapd/trunk (nslcd.service)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 22:08:03
  Author: cinelli
Revision: 86062

add .service

Added:
  nss-pam-ldapd/trunk/nslcd.service

---+
 nslcd.service |   11 +++
 1 file changed, 11 insertions(+)

Added: nslcd.service
===
--- nslcd.service   (rev 0)
+++ nslcd.service   2013-03-11 21:08:03 UTC (rev 86062)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Naming services LDAP client daemon.
+After=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/nslcd/nslcd.pid
+ExecStart=/usr/sbin/nslcd
+
+[Install]
+WantedBy=multi-user.target



[arch-commits] Commit in nss-pam-ldapd/trunk (15 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 22:01:12
  Author: cinelli
Revision: 86061

delete

Deleted:
  nss-pam-ldapd/trunk/PKGBUILD
  nss-pam-ldapd/trunk/PKGBUILD-namcap.log
  nss-pam-ldapd/trunk/nslcd.service
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz.sig
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz.sig
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12.tar.gz
  nss-pam-ldapd/trunk/nss-pam-ldapd.install

---+
 PKGBUILD  |   42 --
 nslcd.service |   11 
 nss-pam-ldapd-0.8.12-3-i686-build.log |  453 
 nss-pam-ldapd-0.8.12-3-i686-package.log   |   64 ---
 nss-pam-ldapd-0.8.12-3-x86_64-build.log   |  453 
 nss-pam-ldapd-0.8.12-3-x86_64-package.log |   64 ---
 nss-pam-ldapd.install |   11 
 7 files changed, 1098 deletions(-)

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


[arch-commits] Commit in nss-pam-ldapd/trunk (2 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 21:53:55
  Author: cinelli
Revision: 86060

upgpkg: nss-pam-ldapd 0.8.12-3

Modified:
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz

+
 0 files changed

Modified: nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
===
(Binary files differ)

Modified: nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz
===
(Binary files differ)



[arch-commits] Commit in nss-pam-ldapd/trunk (2 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 21:43:52
  Author: cinelli
Revision: 86059

upgpkg: nss-pam-ldapd 0.8.12-3

Modified:
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz

+
 0 files changed

Modified: nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
===
(Binary files differ)

Modified: nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz
===
(Binary files differ)



[arch-commits] Commit in haskell-data-default/trunk (PKGBUILD)

2013-03-11 Thread Jelle van der Waa
Date: Monday, March 11, 2013 @ 21:38:42
  Author: jelle
Revision: 86058

upgpkg: haskell-data-default 0.5.1-2

haskell-data-default new dep of haskell-x11

Modified:
  haskell-data-default/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 20:21:40 UTC (rev 86057)
+++ PKGBUILD2013-03-11 20:38:42 UTC (rev 86058)
@@ -5,7 +5,7 @@
 _hkgname=data-default
 _licensefile=LICENSE
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A class for types with a default value"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('BSD')



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

2013-03-11 Thread Stéphane Gaudreault
Date: Monday, March 11, 2013 @ 21:25:41
  Author: stephane
Revision: 179918

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

Added:
  libffi/repos/testing-i686/
  libffi/repos/testing-i686/PKGBUILD
(from rev 179917, libffi/trunk/PKGBUILD)
  libffi/repos/testing-i686/libffi.install
(from rev 179917, libffi/trunk/libffi.install)
  libffi/repos/testing-x86_64/
  libffi/repos/testing-x86_64/PKGBUILD
(from rev 179917, libffi/trunk/PKGBUILD)
  libffi/repos/testing-x86_64/libffi.install
(from rev 179917, libffi/trunk/libffi.install)

---+
 testing-i686/PKGBUILD |   34 ++
 testing-i686/libffi.install   |   20 
 testing-x86_64/PKGBUILD   |   34 ++
 testing-x86_64/libffi.install |   20 
 4 files changed, 108 insertions(+)

Copied: libffi/repos/testing-i686/PKGBUILD (from rev 179917, 
libffi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-11 20:25:41 UTC (rev 179918)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Jan de Groot 
+
+pkgname=libffi
+pkgver=3.0.12
+pkgrel=1
+pkgdesc="A portable, high level programming interface to various calling 
conventions"
+arch=('i686' 'x86_64')
+url="http://sourceware.org/libffi/";
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libffi/repos/testing-i686/libffi.install (from rev 179917, 
libffi/trunk/libffi.install)
===
--- testing-i686/libffi.install (rev 0)
+++ testing-i686/libffi.install 2013-03-11 20:25:41 UTC (rev 179918)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libffi.info.gz)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: libffi/repos/testing-x86_64/PKGBUILD (from rev 179917, 
libffi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-11 20:25:41 UTC (rev 179918)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Jan de Groot 
+
+pkgname=libffi
+pkgver=3.0.12
+pkgrel=1
+pkgdesc="A portable, high level programming interface to various calling 
conventions"
+arch=('i686' 'x86_64')
+url="http://sourceware.org/libffi/";
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libffi/repos/testing-x86_64/libffi.install (from rev 179917, 
libffi/trunk/libffi.install)
===
--- testing-x86_64/libffi.install   (rev 0)
+++ testing-x86_64/libffi.install   2013-03-11 20:25:41 UTC (rev 179918)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libffi.info.gz)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}



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

2013-03-11 Thread Stéphane Gaudreault
Date: Monday, March 11, 2013 @ 21:25:02
  Author: stephane
Revision: 179917

upgpkg: libffi 3.0.12-1

upstream update
drop static lib

Modified:
  libffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 20:13:26 UTC (rev 179916)
+++ PKGBUILD2013-03-11 20:25:02 UTC (rev 179917)
@@ -1,23 +1,24 @@
 # $Id$
-# Maintainer: Jan de Groot 
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Jan de Groot 
 
 pkgname=libffi
-pkgver=3.0.11
+pkgver=3.0.12
 pkgrel=1
 pkgdesc="A portable, high level programming interface to various calling 
conventions"
 arch=('i686' 'x86_64')
-url="http://sourceware.org/libffi";
+url="http://sourceware.org/libffi/";
 license=('MIT')
 depends=('glibc')
 checkdepends=('dejagnu')
 options=('!libtool')
 install=libffi.install
 source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
-md5sums=('f69b9693227d976835b4857b1ba7d0e3')
+sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 
@@ -29,5 +30,5 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in haskell-data-default/trunk (PKGBUILD)

2013-03-11 Thread Jelle van der Waa
Date: Monday, March 11, 2013 @ 21:21:40
  Author: jelle
Revision: 86057

upgpkg: haskell-data-default 0.5.1-1

haskell-data-default new dep of haskell-x11

Modified:
  haskell-data-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 20:20:38 UTC (rev 86056)
+++ PKGBUILD2013-03-11 20:21:40 UTC (rev 86057)
@@ -20,9 +20,11 @@
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
 
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+#runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+#--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+#--libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock
 runhaskell Setup register --gen-script
@@ -37,6 +39,6 @@
 install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
 ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
 runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 ${_licensefile} 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/${_licensefile}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }



[arch-commits] Commit in haskell-data-default/repos (community-staging-x86_64)

2013-03-11 Thread Jelle van der Waa
Date: Monday, March 11, 2013 @ 21:20:38
  Author: jelle
Revision: 86056

db-remove: haskell-data-default removed by jelle

Deleted:
  haskell-data-default/repos/community-staging-x86_64/



[arch-commits] Commit in haskell-data-default/repos (community-staging-i686)

2013-03-11 Thread Jelle van der Waa
Date: Monday, March 11, 2013 @ 21:20:32
  Author: jelle
Revision: 86055

db-remove: haskell-data-default removed by jelle

Deleted:
  haskell-data-default/repos/community-staging-i686/



[arch-commits] Commit in xf86-video-intel/repos (8 files)

2013-03-11 Thread Andreas Radke
Date: Monday, March 11, 2013 @ 21:13:26
  Author: andyrtr
Revision: 179916

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

Added:
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 179915, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 179915, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 179915, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 179915, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/testing-i686/PKGBUILD
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install

-+
 testing-i686/PKGBUILD   |   72 +++---
 testing-i686/xf86-video-intel.install   |   16 +++---
 testing-x86_64/PKGBUILD |   72 +++---
 testing-x86_64/xf86-video-intel.install |   16 +++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-03-11 20:13:11 UTC (rev 179915)
+++ testing-i686/PKGBUILD   2013-03-11 20:13:26 UTC (rev 179916)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-intel
-pkgver=2.21.3
-pkgrel=2
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-install=$pkgname.install
-pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
-depends=('intel-dri' 'libxvmc' 'xcb-util>=0.3.9' 'systemd')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 
'X-ABI-VIDEODRV_VERSION>=15'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1ce672a042226dba776649e9067827c24fbb27383c78919a372265bb0d939dbb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---enable-dri
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 179915, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-11 20:13:26 UTC (rev 179916)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.21.4
+pkgrel=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('intel-dri' 'libxvmc' 'xcb-util>=0.3.9' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 
'X-ABI-VIDEODRV_VERSION>=15'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('2f5983627013170db5b53d5c3ca7ad5fe843f3a0fa16ea136d6a4aa684c9cb03')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: testing-i686/xf86-video-intel.install
===
--- testing-i686/xf86-video-intel.install   2013-03-11 20:13:11 UTC (rev 
179915)
+++ testing-i686/xf86-video-intel.install   2013-03-11 20:13:26 UTC (rev 
179916)
@@ -1,8 +0,0 @@
-post_install() {
-  echo ">>> This driver now allows to switch"
-  echo ">>> between sna/uxa acceleration methods."
-  echo ">>> Add to the device section in /etc/X11/xorg.conf"
-  echo ">>>   Option \"AccelMethod\" \"sna\""
-  echo ">>> use uxa method if you run into tro

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2013-03-11 Thread Andreas Radke
Date: Monday, March 11, 2013 @ 21:13:11
  Author: andyrtr
Revision: 179915

upgpkg: xf86-video-intel 2.21.4-1

upstream update 2.21.4

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 20:10:42 UTC (rev 179914)
+++ PKGBUILD2013-03-11 20:13:11 UTC (rev 179915)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-pkgver=2.21.3
-pkgrel=2
+pkgver=2.21.4
+pkgrel=1
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
@@ -19,7 +19,7 @@
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1ce672a042226dba776649e9067827c24fbb27383c78919a372265bb0d939dbb')
+sha256sums=('2f5983627013170db5b53d5c3ca7ad5fe843f3a0fa16ea136d6a4aa684c9cb03')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-03-11 Thread Stéphane Gaudreault
Date: Monday, March 11, 2013 @ 21:10:42
  Author: stephane
Revision: 179914

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

Added:
  libdvdcss/repos/testing-i686/
  libdvdcss/repos/testing-i686/PKGBUILD
(from rev 179913, libdvdcss/trunk/PKGBUILD)
  libdvdcss/repos/testing-x86_64/
  libdvdcss/repos/testing-x86_64/PKGBUILD
(from rev 179913, libdvdcss/trunk/PKGBUILD)

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

Copied: libdvdcss/repos/testing-i686/PKGBUILD (from rev 179913, 
libdvdcss/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-11 20:10:42 UTC (rev 179914)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: arjan 
+# Contributor Sarah Hay 
+
+pkgname=libdvdcss
+pkgver=1.2.13
+pkgrel=1
+pkgdesc="A portable abstraction library for DVD decryption"
+url="http://www.videolan.org/libdvdcss";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1a4a5e55c7529da46386c1c40eee2c325a77')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libdvdcss/repos/testing-x86_64/PKGBUILD (from rev 179913, 
libdvdcss/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-11 20:10:42 UTC (rev 179914)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: arjan 
+# Contributor Sarah Hay 
+
+pkgname=libdvdcss
+pkgver=1.2.13
+pkgrel=1
+pkgdesc="A portable abstraction library for DVD decryption"
+url="http://www.videolan.org/libdvdcss";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1a4a5e55c7529da46386c1c40eee2c325a77')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2013-03-11 Thread Stéphane Gaudreault
Date: Monday, March 11, 2013 @ 21:09:56
  Author: stephane
Revision: 179913

upgpkg: libdvdcss 1.2.13-1

upstream update

Modified:
  libdvdcss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 20:06:40 UTC (rev 179912)
+++ PKGBUILD2013-03-11 20:09:56 UTC (rev 179913)
@@ -4,16 +4,16 @@
 # Contributor Sarah Hay 
 
 pkgname=libdvdcss
-pkgver=1.2.12
+pkgver=1.2.13
 pkgrel=1
 pkgdesc="A portable abstraction library for DVD decryption"
 url="http://www.videolan.org/libdvdcss";
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc')
-options=('!libtool')
+options=('!libtool' '!docs' '!emptydirs')
 
source=(http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2218a193900e3203aa10dc24cdf54275')
+sha1sums=('1a4a5e55c7529da46386c1c40eee2c325a77')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,5 +23,5 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in getmail/repos/extra-any (PKGBUILD PKGBUILD)

2013-03-11 Thread Andreas Radke
Date: Monday, March 11, 2013 @ 21:06:40
  Author: andyrtr
Revision: 179912

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 179911, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-11 20:06:16 UTC (rev 179911)
+++ PKGBUILD2013-03-11 20:06:40 UTC (rev 179912)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Committer: Manolis Tzanidakis 
-
-pkgname=getmail
-pkgver=4.39.0
-pkgrel=1
-pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
-arch=(any)
-url="http://pyropus.ca/software/getmail";
-license=("GPL")
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('1ca7e1bc034cf5578e8ceb251668962a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 179911, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-11 20:06:40 UTC (rev 179912)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Committer: Manolis Tzanidakis 
+
+pkgname=getmail
+pkgver=4.39.1
+pkgrel=1
+pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
+arch=(any)
+url="http://pyropus.ca/software/getmail";
+license=("GPL")
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('b96d8bc84887c1e78ddf1ec4e51134da')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find 
$pkgdir -name '*.py')
+}



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

2013-03-11 Thread Andreas Radke
Date: Monday, March 11, 2013 @ 21:06:16
  Author: andyrtr
Revision: 179911

upgpkg: getmail 4.39.1-1

upstream update 4.39.1

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 19:50:39 UTC (rev 179910)
+++ PKGBUILD2013-03-11 20:06:16 UTC (rev 179911)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=4.39.0
+pkgver=4.39.1
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -11,7 +11,7 @@
 license=("GPL")
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('1ca7e1bc034cf5578e8ceb251668962a')
+md5sums=('b96d8bc84887c1e78ddf1ec4e51134da')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-11 Thread Stéphane Gaudreault
Date: Monday, March 11, 2013 @ 20:50:39
  Author: stephane
Revision: 179910

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

Added:
  intel-tbb/repos/extra-i686/PKGBUILD
(from rev 179909, intel-tbb/repos/testing-i686/PKGBUILD)
  intel-tbb/repos/extra-x86_64/PKGBUILD
(from rev 179909, intel-tbb/repos/testing-x86_64/PKGBUILD)
Deleted:
  intel-tbb/repos/extra-i686/PKGBUILD
  intel-tbb/repos/extra-x86_64/PKGBUILD
  intel-tbb/repos/testing-i686/
  intel-tbb/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-11 19:50:37 UTC (rev 179909)
+++ extra-i686/PKGBUILD 2013-03-11 19:50:39 UTC (rev 179910)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Denis Martinez 
-
-pkgname=intel-tbb
-pkgver=4.1_20121003
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=('i686' 'x86_64')
-url='http://www.threadingbuildingblocks.org/'
-license=('GPL')
-depends=('gcc-libs')
-source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz";)
-sha1sums=('072333068fa278635582846eaaa22d51c0100e09')
-
-build() {
-  cd "${srcdir}"/tbb${pkgver/\./}oss
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/tbb${pkgver/\./}oss
-
-  install -d "${pkgdir}"/usr/lib
-  install -m755 build/linux_*/*.so* "${pkgdir}"/usr/lib
-
-  install -d "${pkgdir}"/usr/include
-  cp -a include/tbb "${pkgdir}"/usr/include
-}

Copied: intel-tbb/repos/extra-i686/PKGBUILD (from rev 179909, 
intel-tbb/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-11 19:50:39 UTC (rev 179910)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=4.1_20130116
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz";)
+sha1sums=('fd7ea56612f145a1f9b3d961a424e9d553bab527')
+
+build() {
+  cd "${srcdir}"/tbb${pkgver/\./}oss
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/tbb${pkgver/\./}oss
+
+  install -d "${pkgdir}"/usr/lib
+  install -m755 build/linux_*/*.so* "${pkgdir}"/usr/lib
+
+  install -d "${pkgdir}"/usr/include
+  cp -a include/tbb "${pkgdir}"/usr/include
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-11 19:50:37 UTC (rev 179909)
+++ extra-x86_64/PKGBUILD   2013-03-11 19:50:39 UTC (rev 179910)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Denis Martinez 
-
-pkgname=intel-tbb
-pkgver=4.1_20121003
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=('i686' 'x86_64')
-url='http://www.threadingbuildingblocks.org/'
-license=('GPL')
-depends=('gcc-libs')
-source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz";)
-sha1sums=('072333068fa278635582846eaaa22d51c0100e09')
-
-build() {
-  cd "${srcdir}"/tbb${pkgver/\./}oss
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/tbb${pkgver/\./}oss
-
-  install -d "${pkgdir}"/usr/lib
-  install -m755 build/linux_*/*.so* "${pkgdir}"/usr/lib
-
-  install -d "${pkgdir}"/usr/include
-  cp -a include/tbb "${pkgdir}"/usr/include
-}

Copied: intel-tbb/repos/extra-x86_64/PKGBUILD (from rev 179909, 
intel-tbb/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-11 19:50:39 UTC (rev 179910)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=4.1_20130116
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz";)
+sha1sums=('fd7ea56612f145a1f9b3d961a424e9d553bab527')
+
+build() {
+  cd "${srcdir}"/tbb${pkgver/\./}oss
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/tbb${pkgver/\./}oss
+
+  install -d "${pkgdir}"/usr/lib
+  install -m755 build/l

[arch-commits] Commit in krb5/repos (38 files)

2013-03-11 Thread Stéphane Gaudreault
Date: Monday, March 11, 2013 @ 20:50:37
  Author: stephane
Revision: 179909

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

Added:
  krb5/repos/core-i686/PKGBUILD
(from rev 179908, krb5/repos/testing-i686/PKGBUILD)
  krb5/repos/core-i686/krb5-1.10.1-gcc47.patch
(from rev 179908, krb5/repos/testing-i686/krb5-1.10.1-gcc47.patch)
  krb5/repos/core-i686/krb5-config_LDFLAGS.patch
(from rev 179908, krb5/repos/testing-i686/krb5-config_LDFLAGS.patch)
  krb5/repos/core-i686/krb5-kadmind
(from rev 179908, krb5/repos/testing-i686/krb5-kadmind)
  krb5/repos/core-i686/krb5-kadmind.service
(from rev 179908, krb5/repos/testing-i686/krb5-kadmind.service)
  krb5/repos/core-i686/krb5-kdc
(from rev 179908, krb5/repos/testing-i686/krb5-kdc)
  krb5/repos/core-i686/krb5-kdc.service
(from rev 179908, krb5/repos/testing-i686/krb5-kdc.service)
  krb5/repos/core-i686/krb5-kpropd
(from rev 179908, krb5/repos/testing-i686/krb5-kpropd)
  krb5/repos/core-i686/krb5-kpropd.service
(from rev 179908, krb5/repos/testing-i686/krb5-kpropd.service)
  krb5/repos/core-i686/krb5-kpropd.socket
(from rev 179908, krb5/repos/testing-i686/krb5-kpropd.socket)
  krb5/repos/core-i686/krb5-kpropd@.service
(from rev 179908, krb5/repos/testing-i686/krb5-kpropd@.service)
  krb5/repos/core-x86_64/PKGBUILD
(from rev 179908, krb5/repos/testing-x86_64/PKGBUILD)
  krb5/repos/core-x86_64/krb5-1.10.1-gcc47.patch
(from rev 179908, krb5/repos/testing-x86_64/krb5-1.10.1-gcc47.patch)
  krb5/repos/core-x86_64/krb5-config_LDFLAGS.patch
(from rev 179908, krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch)
Deleted:
  krb5/repos/core-i686/PKGBUILD
  krb5/repos/core-i686/krb5-1.10.1-gcc47.patch
  krb5/repos/core-i686/krb5-config_LDFLAGS.patch
  krb5/repos/core-i686/krb5-kadmind
  krb5/repos/core-i686/krb5-kadmind.service
  krb5/repos/core-i686/krb5-kdc
  krb5/repos/core-i686/krb5-kdc.service
  krb5/repos/core-i686/krb5-kpropd
  krb5/repos/core-i686/krb5-kpropd.service
  krb5/repos/core-i686/krb5-kpropd.socket
  krb5/repos/core-i686/krb5-kpropd@.service
  krb5/repos/core-x86_64/PKGBUILD
  krb5/repos/core-x86_64/krb5-1.10.1-gcc47.patch
  krb5/repos/core-x86_64/krb5-config_LDFLAGS.patch
  krb5/repos/core-x86_64/krb5-kadmind
  krb5/repos/core-x86_64/krb5-kadmind.service
  krb5/repos/core-x86_64/krb5-kdc
  krb5/repos/core-x86_64/krb5-kdc.service
  krb5/repos/core-x86_64/krb5-kpropd
  krb5/repos/core-x86_64/krb5-kpropd.service
  krb5/repos/core-x86_64/krb5-kpropd.socket
  krb5/repos/core-x86_64/krb5-kpropd@.service
  krb5/repos/testing-i686/
  krb5/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|  184 
 core-i686/krb5-1.10.1-gcc47.patch |   22 +--
 core-i686/krb5-config_LDFLAGS.patch   |   24 ++--
 core-i686/krb5-kadmind|   80 ++---
 core-i686/krb5-kadmind.service|   16 +-
 core-i686/krb5-kdc|   80 ++---
 core-i686/krb5-kdc.service|   18 +--
 core-i686/krb5-kpropd |   80 ++---
 core-i686/krb5-kpropd.service |   16 +-
 core-i686/krb5-kpropd.socket  |   18 +--
 core-i686/krb5-kpropd@.service|   16 +-
 core-x86_64/PKGBUILD  |  184 
 core-x86_64/krb5-1.10.1-gcc47.patch   |   22 +--
 core-x86_64/krb5-config_LDFLAGS.patch |   24 ++--
 core-x86_64/krb5-kadmind  |   40 --
 core-x86_64/krb5-kadmind.service  |8 -
 core-x86_64/krb5-kdc  |   40 --
 core-x86_64/krb5-kdc.service  |9 -
 core-x86_64/krb5-kpropd   |   40 --
 core-x86_64/krb5-kpropd.service   |8 -
 core-x86_64/krb5-kpropd.socket|9 -
 core-x86_64/krb5-kpropd@.service  |8 -
 22 files changed, 392 insertions(+), 554 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-03-11 17:24:42 UTC (rev 179908)
+++ core-i686/PKGBUILD  2013-03-11 19:50:37 UTC (rev 179909)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=krb5
-pkgver=1.11
-pkgrel=3
-pkgdesc="The Kerberos network authentication system"
-arch=('i686' 'x86_64')
-url="http://web.mit.edu/kerberos/";
-license=('custom')
-depends=('e2fsprogs' 'libldap' 'keyutils')
-makedepends=('perl')
-backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
-source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
-krb5-config_LDFLAGS.patch
-krb5-kadmind
-krb5-kadmind.service
-krb5-kdc
-krb5-kdc.service
-krb5-kpropd
-krb5-kpropd.service
-krb5-kpropd@.service
-krb5-kpropd.socket)
-sha1sums=('dcdc305bd2b63cf8b8cb698cb9ea28f0a6282136'
-  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
-  '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
-  'a2a01e7077d9e89cda3457e

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

2013-03-11 Thread Lukas Jirkovsky
Date: Monday, March 11, 2013 @ 20:01:26
  Author: stativ
Revision: 86054

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

Added:
  rawtherapee/repos/community-i686/PKGBUILD
(from rev 86053, rawtherapee/trunk/PKGBUILD)
  rawtherapee/repos/community-i686/rawtherapee.install
(from rev 86053, rawtherapee/trunk/rawtherapee.install)
  rawtherapee/repos/community-x86_64/PKGBUILD
(from rev 86053, rawtherapee/trunk/PKGBUILD)
  rawtherapee/repos/community-x86_64/rawtherapee.install
(from rev 86053, rawtherapee/trunk/rawtherapee.install)
Deleted:
  rawtherapee/repos/community-i686/PKGBUILD
  rawtherapee/repos/community-i686/rawtherapee.install
  rawtherapee/repos/community-x86_64/PKGBUILD
  rawtherapee/repos/community-x86_64/rawtherapee.install

--+
 community-i686/PKGBUILD  |   67 -
 community-i686/rawtherapee.install   |   39 ---
 community-x86_64/PKGBUILD|   67 -
 community-x86_64/rawtherapee.install |   39 ---
 4 files changed, 102 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-11 19:01:07 UTC (rev 86053)
+++ community-i686/PKGBUILD 2013-03-11 19:01:26 UTC (rev 86054)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Bogdan Szczurek 
-# Contributor: Vaclav Kramar 
-# Contributor: Archie 
-
-pkgname=rawtherapee
-pkgver=4.0.8
-pkgrel=1
-epoch=1
-pkgdesc="RAW photo editor"
-arch=('i686' 'x86_64')
-url="http://www.rawtherapee.com/";
-license=('GPL3')
-depends=('gtkmm' 'libiptcdata' 'lcms2' 'desktop-file-utils' 
'hicolor-icon-theme')
-makedepends=('mercurial' 'cmake')
-install=rawtherapee.install
-source=("http://rawtherapee.googlecode.com/files/rawtherapee-$pkgver.tar.xz";)
-md5sums=('27b988200c5ff3f2863e1d83200657b2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
- .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: rawtherapee/repos/community-i686/PKGBUILD (from rev 86053, 
rawtherapee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-11 19:01:26 UTC (rev 86054)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Bogdan Szczurek 
+# Contributor: Vaclav Kramar 
+# Contributor: Archie 
+
+pkgname=rawtherapee
+pkgver=4.0.10
+pkgrel=1
+epoch=1
+pkgdesc="RAW photo editor"
+arch=('i686' 'x86_64')
+url="http://www.rawtherapee.com/";
+license=('GPL3')
+depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 
'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('cmake')
+install=rawtherapee.install
+source=("http://rawtherapee.googlecode.com/files/rawtherapee-$pkgver.tar.xz";)
+md5sums=('cf18a503a978a29af6275e17f7aa67ba')
+
+build() {
+  mkdir "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+"$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-build"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/rawtherapee.install
===
--- community-i686/rawtherapee.install  2013-03-11 19:01:07 UTC (rev 86053)
+++ community-i686/rawtherapee.install  2013-03-11 19:01:26 UTC (rev 86054)
@@ -1,22 +0,0 @@
-post_install() {
-  echo "update desktop mime database..."
-  update-desktop-database -q
-  update-mime-database usr/share/mime 1>&2 > /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-
-  if [ ${2%%_*} == "3.0a1" ]; then
-echo "There were lots of changes to the behavior of the majority of tools."
-echo "This may cause your files to look differently than before."
-  fi
-}
-
-post_remove() {
-  post_install $1
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: rawtherapee/repos/community-i686/rawtherapee.install (from rev 86053, 
rawtherapee/trunk/rawtherapee.install)
===
--- community-i686/rawtherapee.install  (rev 0)
+++ community-i686/rawtherapee.install  2013-03-11 19:01:26 UTC (rev 86054)
@@ -0,0 +1,17 @@
+post_install() {
+  echo "update desktop mime database..."
+  update-desktop-database -q
+  update-mime-database usr/share/mime 1>&2 > /dev/null
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-11 19:

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

2013-03-11 Thread Lukas Jirkovsky
Date: Monday, March 11, 2013 @ 20:01:07
  Author: stativ
Revision: 86053

upgpkg: rawtherapee 1:4.0.10-1

update to 4.0.10

Modified:
  rawtherapee/trunk/PKGBUILD
  rawtherapee/trunk/rawtherapee.install

-+
 PKGBUILD|   15 ---
 rawtherapee.install |5 -
 2 files changed, 8 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 18:53:24 UTC (rev 86052)
+++ PKGBUILD2013-03-11 19:01:07 UTC (rev 86053)
@@ -5,29 +5,30 @@
 # Contributor: Archie 
 
 pkgname=rawtherapee
-pkgver=4.0.8
+pkgver=4.0.10
 pkgrel=1
 epoch=1
 pkgdesc="RAW photo editor"
 arch=('i686' 'x86_64')
 url="http://www.rawtherapee.com/";
 license=('GPL3')
-depends=('gtkmm' 'libiptcdata' 'lcms2' 'desktop-file-utils' 
'hicolor-icon-theme')
-makedepends=('mercurial' 'cmake')
+depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 
'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('cmake')
 install=rawtherapee.install
 source=("http://rawtherapee.googlecode.com/files/rawtherapee-$pkgver.tar.xz";)
-md5sums=('27b988200c5ff3f2863e1d83200657b2')
+md5sums=('cf18a503a978a29af6275e17f7aa67ba')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  mkdir "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
- .
+"$srcdir/$pkgname-$pkgver"
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-build"
   make DESTDIR="$pkgdir/" install
 }

Modified: rawtherapee.install
===
--- rawtherapee.install 2013-03-11 18:53:24 UTC (rev 86052)
+++ rawtherapee.install 2013-03-11 19:01:07 UTC (rev 86053)
@@ -7,11 +7,6 @@
 
 post_upgrade() {
   post_install $1
-
-  if [ ${2%%_*} == "3.0a1" ]; then
-echo "There were lots of changes to the behavior of the majority of tools."
-echo "This may cause your files to look differently than before."
-  fi
 }
 
 post_remove() {



[arch-commits] Commit in nss-pam-ldapd/trunk (8 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 19:53:24
  Author: cinelli
Revision: 86052

Deleted:
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-2-i686-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-2-i686-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-2-i686.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-2-i686.pkg.tar.xz-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-2-x86_64-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-2-x86_64-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-2-x86_64.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-2-x86_64.pkg.tar.xz-namcap.log

---+
 nss-pam-ldapd-0.8.12-2-i686-build.log |  453 
 nss-pam-ldapd-0.8.12-2-i686-package.log   |   64 ---
 nss-pam-ldapd-0.8.12-2-x86_64-build.log   |  453 
 nss-pam-ldapd-0.8.12-2-x86_64-package.log |   64 ---
 4 files changed, 1034 deletions(-)

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


[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 19:49:15
  Author: cinelli
Revision: 86051

Modified:
  nss-pam-ldapd/trunk/PKGBUILD  (properties)

Index: nss-pam-ldapd/trunk/PKGBUILD
===
--- nss-pam-ldapd/trunk/PKGBUILD2013-03-11 18:46:10 UTC (rev 86050)
+++ nss-pam-ldapd/trunk/PKGBUILD2013-03-11 18:49:15 UTC (rev 86051)

Property changes on: nss-pam-ldapd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in nss-pam-ldapd/trunk (2 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 19:46:10
  Author: cinelli
Revision: 86050

Fixed error

Modified:
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz.sig
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz.sig

+
 0 files changed

Modified: nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz.sig
===
(Binary files differ)

Modified: nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz.sig
===
(Binary files differ)



[arch-commits] Commit in nss-pam-ldapd/trunk (2 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 19:45:30
  Author: cinelli
Revision: 86049

upgpkg: nss-pam-ldapd 0.8.12-3

Modified:
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz

+
 0 files changed

Modified: nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
===
(Binary files differ)

Modified: nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz
===
(Binary files differ)



[arch-commits] Commit in nss-pam-ldapd/trunk (10 files)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 19:34:44
  Author: cinelli
Revision: 86048

nss-pam-ldapd to [community]

Added:
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz.sig
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64-build.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64-package.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz-namcap.log
  nss-pam-ldapd/trunk/nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz.sig

--+
 nss-pam-ldapd-0.8.12-3-i686-build.log|  453 +
 nss-pam-ldapd-0.8.12-3-i686-package.log  |   64 +++
 nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz   |1 
 nss-pam-ldapd-0.8.12-3-i686.pkg.tar.xz.sig   |1 
 nss-pam-ldapd-0.8.12-3-x86_64-build.log  |  453 +
 nss-pam-ldapd-0.8.12-3-x86_64-package.log|   64 +++
 nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz |1 
 nss-pam-ldapd-0.8.12-3-x86_64.pkg.tar.xz.sig |1 
 8 files changed, 1038 insertions(+)

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


[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD)

2013-03-11 Thread Federico Cinelli
Date: Monday, March 11, 2013 @ 19:26:47
  Author: cinelli
Revision: 86047

upgpkg: nss-pam-ldapd 0.8.12-3

Modified:
  nss-pam-ldapd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 17:49:25 UTC (rev 86046)
+++ PKGBUILD2013-03-11 18:26:47 UTC (rev 86047)
@@ -3,7 +3,7 @@
 
 pkgname='nss-pam-ldapd'
 pkgver=0.8.12
-pkgrel=2
+pkgrel=3
 pkgdesc='LDAP module for NSS and PAM'
 arch=('i686' 'x86_64')
 url="http://arthurdejong.org/$pkgname/";



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

2013-03-11 Thread Peter Lewis
Date: Monday, March 11, 2013 @ 18:49:25
  Author: plewis
Revision: 86046

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

Added:
  task/repos/community-staging-i686/
  task/repos/community-staging-i686/PKGBUILD
(from rev 86045, task/trunk/PKGBUILD)
  task/repos/community-staging-x86_64/
  task/repos/community-staging-x86_64/PKGBUILD
(from rev 86045, task/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: task/repos/community-staging-i686/PKGBUILD (from rev 86045, 
task/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-11 17:49:25 UTC (rev 86046)
@@ -0,0 +1,42 @@
+# Maintainer: Peter Lewis 
+# Contributor: TDY 
+# Contributor: Ray Kohler 
+# Contributor: muflax 
+# Contributor: coolkehon 
+
+pkgname=task
+pkgver=2.1.2
+pkgrel=4
+pkgdesc="A command-line todo list manager"
+arch=('i686' 'x86_64')
+url="http://taskwarrior.org/projects/show/taskwarrior/";
+license=('MIT')
+depends=('lua' 'util-linux')
+makedepends=('cmake' 'lua')
+optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
+source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
+sha256sums=('cf5171b54b6d2d2dcd9c559f437cf8a2cb3836c7631edf96a16efbf8b4383e36')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # Note that we rename the bash completion script for bash-completion > 1.99, 
until upstream does so.
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task.sh" 
"$pkgdir/usr/share/bash-completion/completions/task"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" 
"$pkgdir/usr/share/fish/completions/task.fish"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" 
"$pkgdir/usr/share/zsh/site-functions/_task"
+
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim"
+
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/task/LICENSE"
+}

Copied: task/repos/community-staging-x86_64/PKGBUILD (from rev 86045, 
task/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-11 17:49:25 UTC (rev 86046)
@@ -0,0 +1,42 @@
+# Maintainer: Peter Lewis 
+# Contributor: TDY 
+# Contributor: Ray Kohler 
+# Contributor: muflax 
+# Contributor: coolkehon 
+
+pkgname=task
+pkgver=2.1.2
+pkgrel=4
+pkgdesc="A command-line todo list manager"
+arch=('i686' 'x86_64')
+url="http://taskwarrior.org/projects/show/taskwarrior/";
+license=('MIT')
+depends=('lua' 'util-linux')
+makedepends=('cmake' 'lua')
+optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
+source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
+sha256sums=('cf5171b54b6d2d2dcd9c559f437cf8a2cb3836c7631edf96a16efbf8b4383e36')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # Note that we rename the bash completion script for bash-completion > 1.99, 
until upstream does so.
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task.sh" 
"$pkgdir/usr/share/bash-completion/completions/task"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" 
"$pkgdir/usr/share/fish/completions/task.fish"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" 
"$pkgdir/usr/share/zsh/site-functions/_task"
+
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskedit

[arch-commits] Commit in ruby-highline/repos (2 files)

2013-03-11 Thread Peter Lewis
Date: Monday, March 11, 2013 @ 18:49:07
  Author: plewis
Revision: 86045

archrelease: copy trunk to community-staging-any

Added:
  ruby-highline/repos/community-staging-any/
  ruby-highline/repos/community-staging-any/PKGBUILD
(from rev 86044, ruby-highline/trunk/PKGBUILD)

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

Copied: ruby-highline/repos/community-staging-any/PKGBUILD (from rev 86044, 
ruby-highline/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2013-03-11 17:49:07 UTC (rev 86045)
@@ -0,0 +1,23 @@
+# Maintainer: Peter Richard Lewis 
+# Contributor: Emiliano Vavassori 
+
+pkgname=ruby-highline
+_gemname=highline
+pkgver=1.6.11
+pkgrel=2
+pkgdesc="A high-level text user interface toolkit for Ruby"
+arch=('any')
+url="http://highline.rubyforge.org/";
+license=('GPL2' 'RUBY')
+depends=('ruby')
+makedepends=('rubygems')
+source=(http://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha256sums=('6ee965dc6793221c216eb18fad73b647d08c6963fbcf716cf10d4569bc822c60')
+
+package() {
+  cd "${srcdir}"
+  local _gemdir="$(env ruby -rubygems -e 'puts Gem.default_dir')"
+
+  gem install --no-user-install -f -i "${pkgdir}${_gemdir}" 
--ignore-dependencies ${_gemname}-${pkgver}.gem
+}



  1   2   >