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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 08:23:23
  Author: fyan
Revision: 216381

upgpkg: kile 2.1.3-3

mtree rebuild

Modified:
  kile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 05:46:26 UTC (rev 216380)
+++ PKGBUILD2014-07-03 06:23:23 UTC (rev 216381)
@@ -4,7 +4,7 @@
 
 pkgname=kile
 pkgver=2.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A user friendly TeX/LaTeX frontend for KDE
 arch=(i686 x86_64)
 license=('GPL2')



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 08:24:56
  Author: fyan
Revision: 216383

upgpkg: psutils 1.17-5

mtree rebuild

Modified:
  psutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 06:24:23 UTC (rev 216382)
+++ PKGBUILD2014-07-03 06:24:56 UTC (rev 216383)
@@ -5,7 +5,7 @@
  
 pkgname=psutils
 pkgver=1.17
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 pkgdesc=A set of postscript utilities
 url=http://knackered.org/angus/psutils/;



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 08:24:23
  Author: fyan
Revision: 216382

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

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

---+
 /PKGBUILD |   64 
 /kile.install |   26 +
 extra-i686/PKGBUILD   |   32 --
 extra-i686/kile.install   |   13 
 extra-x86_64/PKGBUILD |   32 --
 extra-x86_64/kile.install |   13 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-03 06:23:23 UTC (rev 216381)
+++ extra-i686/PKGBUILD 2014-07-03 06:24:23 UTC (rev 216382)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=kile
-pkgver=2.1.3
-pkgrel=2
-pkgdesc=A user friendly TeX/LaTeX frontend for KDE
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://kile.sourceforge.net/;
-depends=('kdebase-runtime' 'texlive-core' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdebase-konsole: embedded terminal')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha1sums=('1a80748d5f01f359b5e5c28140ec90691f0166c5')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kile/repos/extra-i686/PKGBUILD (from rev 216381, kile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-03 06:24:23 UTC (rev 216382)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=kile
+pkgver=2.1.3
+pkgrel=3
+pkgdesc=A user friendly TeX/LaTeX frontend for KDE
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://kile.sourceforge.net/;
+depends=('kdebase-runtime' 'texlive-core' 'kdebase-katepart')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebase-konsole: embedded terminal')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha1sums=('1a80748d5f01f359b5e5c28140ec90691f0166c5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kile.install
===
--- extra-i686/kile.install 2014-07-03 06:23:23 UTC (rev 216381)
+++ extra-i686/kile.install 2014-07-03 06:24:23 UTC (rev 216382)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-mime-database usr/share/mime  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kile/repos/extra-i686/kile.install (from rev 216381, 
kile/trunk/kile.install)
===
--- extra-i686/kile.install (rev 0)
+++ extra-i686/kile.install 2014-07-03 06:24:23 UTC (rev 216382)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-03 06:23:23 UTC (rev 216381)
+++ extra-x86_64/PKGBUILD   2014-07-03 06:24:23 UTC (rev 216382)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=kile
-pkgver=2.1.3
-pkgrel=2
-pkgdesc=A user friendly TeX/LaTeX frontend for KDE
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://kile.sourceforge.net/;
-depends=('kdebase-runtime' 'texlive-core' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdebase-konsole: embedded terminal')

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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 08:26:12
  Author: fyan
Revision: 216384

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

Added:
  psutils/repos/extra-i686/PKGBUILD
(from rev 216383, psutils/trunk/PKGBUILD)
  psutils/repos/extra-i686/psutils-1.17.diff
(from rev 216383, psutils/trunk/psutils-1.17.diff)
  psutils/repos/extra-x86_64/PKGBUILD
(from rev 216383, psutils/trunk/PKGBUILD)
  psutils/repos/extra-x86_64/psutils-1.17.diff
(from rev 216383, psutils/trunk/psutils-1.17.diff)
Deleted:
  psutils/repos/extra-i686/PKGBUILD
  psutils/repos/extra-i686/psutils-1.17.diff
  psutils/repos/extra-x86_64/PKGBUILD
  psutils/repos/extra-x86_64/psutils-1.17.diff

+
 /PKGBUILD  |   82 +++
 /psutils-1.17.diff |   66 +++
 extra-i686/PKGBUILD|   41 ---
 extra-i686/psutils-1.17.diff   |   33 ---
 extra-x86_64/PKGBUILD  |   41 ---
 extra-x86_64/psutils-1.17.diff |   33 ---
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-03 06:24:56 UTC (rev 216383)
+++ extra-i686/PKGBUILD 2014-07-03 06:26:12 UTC (rev 216384)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
- 
-pkgname=psutils
-pkgver=1.17
-pkgrel=4
-arch=('i686' 'x86_64')
-pkgdesc=A set of postscript utilities
-url=http://knackered.org/angus/psutils/;
-license=('custom')
-depends=('glibc' 'ghostscript')
-provides=('psutils-lprng')
-replaces=('psutils-lprng')
-options=('!makeflags')
-source=(ftp://ftp.archlinux.org/other/psutils/${pkgname}-${pkgver}.tar.gz;
-'psutils-1.17.diff')
-md5sums=('b161522f3bd1507655326afa7db4a0ad'
- '2b49e9e796000b42f42804d4b50a2be1')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  patch -Np1 -i ${srcdir}/psutils-1.17.diff
-  make -f Makefile.unix BINDIR=/usr/bin \
-INCLUDEDIR=/usr/include/psutils PERL=/usr/bin/perl \
-MANDIR=/usr/share/man/man1 \
-CFLAGS=$CFLAGS -DPAPER=\\\letter\\\ -DUNIX -Wall \
-CCFLAGS=$LDFLAGS
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  install -d -m755 ${pkgdir}/usr/include
-  install -d -m755 ${pkgdir}/usr/share/man
-  make -f Makefile.unix BINDIR=${pkgdir}/usr/bin \
-INCLUDEDIR=${pkgdir}/usr/include/psutils PERL=/usr/bin/perl \
-MANDIR=${pkgdir}/usr/share/man/man1 install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: psutils/repos/extra-i686/PKGBUILD (from rev 216383, 
psutils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-03 06:26:12 UTC (rev 216384)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+ 
+pkgname=psutils
+pkgver=1.17
+pkgrel=5
+arch=('i686' 'x86_64')
+pkgdesc=A set of postscript utilities
+url=http://knackered.org/angus/psutils/;
+license=('custom')
+depends=('glibc' 'ghostscript')
+provides=('psutils-lprng')
+replaces=('psutils-lprng')
+options=('!makeflags')
+source=(ftp://ftp.archlinux.org/other/psutils/${pkgname}-${pkgver}.tar.gz;
+'psutils-1.17.diff')
+md5sums=('b161522f3bd1507655326afa7db4a0ad'
+ '2b49e9e796000b42f42804d4b50a2be1')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  patch -Np1 -i ${srcdir}/psutils-1.17.diff
+  make -f Makefile.unix BINDIR=/usr/bin \
+INCLUDEDIR=/usr/include/psutils PERL=/usr/bin/perl \
+MANDIR=/usr/share/man/man1 \
+CFLAGS=$CFLAGS -DPAPER=\\\letter\\\ -DUNIX -Wall \
+CCFLAGS=$LDFLAGS
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  install -d -m755 ${pkgdir}/usr/include
+  install -d -m755 ${pkgdir}/usr/share/man
+  make -f Makefile.unix BINDIR=${pkgdir}/usr/bin \
+INCLUDEDIR=${pkgdir}/usr/include/psutils PERL=/usr/bin/perl \
+MANDIR=${pkgdir}/usr/share/man/man1 install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-i686/psutils-1.17.diff
===
--- extra-i686/psutils-1.17.diff2014-07-03 06:24:56 UTC (rev 216383)
+++ extra-i686/psutils-1.17.diff2014-07-03 06:26:12 UTC (rev 216384)
@@ -1,33 +0,0 @@
-diff -u -r --new-file psutils.orig/Makefile.unix psutils/Makefile.unix
 psutils.orig/Makefile.unix Tue Mar 11 14:52:59 1997
-+++ psutils/Makefile.unix  Thu Jan 18 20:53:36 2001
-@@ -19,16 +19,16 @@
- # psnup puts multiple logical pages on one physical page
- # psresize scales and moves pages to fit on different paper sizes
- 

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

2014-07-03 Thread Lukas Fleischer
Date: Thursday, July 3, 2014 @ 08:49:51
  Author: lfleischer
Revision: 114697

upgpkg: arch 1.3.5-10

* Fix sources.
* .MTREE rebuild.

Modified:
  arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 04:22:07 UTC (rev 114696)
+++ PKGBUILD2014-07-03 06:49:51 UTC (rev 114697)
@@ -4,7 +4,7 @@
 
 pkgname=arch
 pkgver=1.3.5
-pkgrel=9
+pkgrel=10
 pkgdesc='A modern and remarkable revision control system.'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -11,7 +11,7 @@
 url='http://www.gnu.org/software/gnu-arch'
 depends=('zlib' 'expat' 'krb5')
 options=('!makeflags')
-source=(ftp://ftp.gnu.org/gnu/gnu-arch/tla-${pkgver}.tar.gz;)
+source=(ftp://ftp.gnu.org/old-gnu/gnu-arch/tla-${pkgver}.tar.gz;)
 md5sums=('db31ee89bc4788eef1eba1cee6c176ef')
 
 build() {



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

2014-07-03 Thread Lukas Fleischer
Date: Thursday, July 3, 2014 @ 08:50:05
  Author: lfleischer
Revision: 114698

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

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

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 06:49:51 UTC (rev 114697)
+++ community-i686/PKGBUILD 2014-07-03 06:50:05 UTC (rev 114698)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=arch
-pkgver=1.3.5
-pkgrel=9
-pkgdesc='A modern and remarkable revision control system.'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://regexps.srparish.net/www/#Gnu-arch'
-depends=('zlib' 'expat' 'krb5')
-options=('!makeflags')
-source=(ftp://ftp.gnu.org/gnu/gnu-arch/tla-${pkgver}.tar.gz;)
-md5sums=('db31ee89bc4788eef1eba1cee6c176ef')
-
-build() {
-  cd ${srcdir}/tla-${pkgver}
-
-  mkdir build
-  cd build
-  ../src/configure --prefix /usr
-  make
-}
-
-package() {
-  cd ${srcdir}/tla-${pkgver}/build
-  make prefix=${pkgdir}/usr install
-}

Copied: arch/repos/community-i686/PKGBUILD (from rev 114697, 
arch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 06:50:05 UTC (rev 114698)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=arch
+pkgver=1.3.5
+pkgrel=10
+pkgdesc='A modern and remarkable revision control system.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.gnu.org/software/gnu-arch'
+depends=('zlib' 'expat' 'krb5')
+options=('!makeflags')
+source=(ftp://ftp.gnu.org/old-gnu/gnu-arch/tla-${pkgver}.tar.gz;)
+md5sums=('db31ee89bc4788eef1eba1cee6c176ef')
+
+build() {
+  cd ${srcdir}/tla-${pkgver}
+
+  mkdir build
+  cd build
+  ../src/configure --prefix /usr
+  make
+}
+
+package() {
+  cd ${srcdir}/tla-${pkgver}/build
+  make prefix=${pkgdir}/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-03 06:49:51 UTC (rev 114697)
+++ community-x86_64/PKGBUILD   2014-07-03 06:50:05 UTC (rev 114698)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=arch
-pkgver=1.3.5
-pkgrel=9
-pkgdesc='A modern and remarkable revision control system.'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://regexps.srparish.net/www/#Gnu-arch'
-depends=('zlib' 'expat' 'krb5')
-options=('!makeflags')
-source=(ftp://ftp.gnu.org/gnu/gnu-arch/tla-${pkgver}.tar.gz;)
-md5sums=('db31ee89bc4788eef1eba1cee6c176ef')
-
-build() {
-  cd ${srcdir}/tla-${pkgver}
-
-  mkdir build
-  cd build
-  ../src/configure --prefix /usr
-  make
-}
-
-package() {
-  cd ${srcdir}/tla-${pkgver}/build
-  make prefix=${pkgdir}/usr install
-}

Copied: arch/repos/community-x86_64/PKGBUILD (from rev 114697, 
arch/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-03 06:50:05 UTC (rev 114698)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=arch
+pkgver=1.3.5
+pkgrel=10
+pkgdesc='A modern and remarkable revision control system.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.gnu.org/software/gnu-arch'
+depends=('zlib' 'expat' 'krb5')
+options=('!makeflags')
+source=(ftp://ftp.gnu.org/old-gnu/gnu-arch/tla-${pkgver}.tar.gz;)
+md5sums=('db31ee89bc4788eef1eba1cee6c176ef')
+
+build() {
+  cd ${srcdir}/tla-${pkgver}
+
+  mkdir build
+  cd build
+  ../src/configure --prefix /usr
+  make
+}
+
+package() {
+  cd ${srcdir}/tla-${pkgver}/build
+  make prefix=${pkgdir}/usr install
+}



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

2014-07-03 Thread Lukas Fleischer
Date: Thursday, July 3, 2014 @ 08:53:11
  Author: lfleischer
Revision: 114699

Remove obsolete fcgiwrap.service

Deleted:
  fcgiwrap/trunk/fcgiwrap.service

--+
 fcgiwrap.service |   13 -
 1 file changed, 13 deletions(-)

Deleted: fcgiwrap.service
===
--- fcgiwrap.service2014-07-03 06:50:05 UTC (rev 114698)
+++ fcgiwrap.service2014-07-03 06:53:11 UTC (rev 114699)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Simple server for running CGI applications over FastCGI
-After=syslog.target network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-Restart=on-abort
-PIDFile=/var/run/fcgiwrap.pid
-ExecStart=/usr/bin/spawn-fcgi -a 127.0.0.1 -p 9001 -u http -g http -- 
/usr/sbin/fcgiwrap
-ExecStop=/usr/bin/kill -15 $MAINPID
-
-[Install]
-WantedBy=multi-user.target



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

2014-07-03 Thread Jonathan Steel
Date: Thursday, July 3, 2014 @ 08:55:31
  Author: jsteel
Revision: 114700

upgpkg: stella 4.0-1

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 06:53:11 UTC (rev 114699)
+++ PKGBUILD2014-07-03 06:55:31 UTC (rev 114700)
@@ -4,17 +4,17 @@
 # Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
 
 pkgname=stella
-pkgver=3.9.3
-pkgrel=2
+pkgver=4.0
+pkgrel=1
 pkgdesc=A multi-platform Atari 2600 VCS emulator
 arch=('i686' 'x86_64')
 url=http://stella.sourceforge.net;
 license=('GPL')
-depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+depends=('sdl2' 'gtk-update-icon-cache')
 makedepends=('glu')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('007d45faa46341763da31f87d55df2d8')
+md5sums=('eddf048493d3242827c86ffa464a9dc2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-07-03 Thread Jonathan Steel
Date: Thursday, July 3, 2014 @ 08:55:56
  Author: jsteel
Revision: 114701

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

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

-+
 /PKGBUILD   |   62 ++
 /stella.install |   22 +
 community-i686/PKGBUILD |   31 ---
 community-i686/stella.install   |   11 --
 community-x86_64/PKGBUILD   |   31 ---
 community-x86_64/stella.install |   11 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 06:55:31 UTC (rev 114700)
+++ community-i686/PKGBUILD 2014-07-03 06:55:56 UTC (rev 114701)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Renato Garcia fgarcia.ren...@gmail.com
-# Contributor: Tiago Camargo tcama...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=stella
-pkgver=3.9.3
-pkgrel=2
-pkgdesc=A multi-platform Atari 2600 VCS emulator
-arch=('i686' 'x86_64')
-url=http://stella.sourceforge.net;
-license=('GPL')
-depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-makedepends=('glu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('007d45faa46341763da31f87d55df2d8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: stella/repos/community-i686/PKGBUILD (from rev 114700, 
stella/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 06:55:56 UTC (rev 114701)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Renato Garcia fgarcia.ren...@gmail.com
+# Contributor: Tiago Camargo tcama...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=stella
+pkgver=4.0
+pkgrel=1
+pkgdesc=A multi-platform Atari 2600 VCS emulator
+arch=('i686' 'x86_64')
+url=http://stella.sourceforge.net;
+license=('GPL')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('eddf048493d3242827c86ffa464a9dc2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/stella.install
===
--- community-i686/stella.install   2014-07-03 06:55:31 UTC (rev 114700)
+++ community-i686/stella.install   2014-07-03 06:55:56 UTC (rev 114701)
@@ -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: stella/repos/community-i686/stella.install (from rev 114700, 
stella/trunk/stella.install)
===
--- community-i686/stella.install   (rev 0)
+++ community-i686/stella.install   2014-07-03 06:55:56 UTC (rev 114701)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-03 06:55:31 UTC (rev 114700)
+++ community-x86_64/PKGBUILD   2014-07-03 06:55:56 UTC (rev 114701)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Renato Garcia fgarcia.ren...@gmail.com
-# Contributor: Tiago Camargo tcama...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=stella
-pkgver=3.9.3
-pkgrel=2
-pkgdesc=A multi-platform Atari 2600 VCS emulator
-arch=('i686' 'x86_64')
-url=http://stella.sourceforge.net;
-license=('GPL')
-depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
-makedepends=('glu')
-install=$pkgname.install

[arch-commits] Commit in dblatex/repos/community-any (4 files)

2014-07-03 Thread Lukas Fleischer
Date: Thursday, July 3, 2014 @ 08:56:36
  Author: lfleischer
Revision: 114703

archrelease: copy trunk to community-any

Added:
  dblatex/repos/community-any/PKGBUILD
(from rev 114702, dblatex/trunk/PKGBUILD)
  dblatex/repos/community-any/dblatex-0.3.4-build-fix.patch
(from rev 114702, dblatex/trunk/dblatex-0.3.4-build-fix.patch)
Deleted:
  dblatex/repos/community-any/PKGBUILD
  dblatex/repos/community-any/dblatex-0.3.4-build-fix.patch

---+
 PKGBUILD  |   56 
 dblatex-0.3.4-build-fix.patch |   28 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-03 06:56:21 UTC (rev 114702)
+++ PKGBUILD2014-07-03 06:56:36 UTC (rev 114703)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Marcin Karpezo sirmacik at gmail dot com
-# Contributor: Andreas Hauser andy-...@splashground.de
-
-pkgname=dblatex
-pkgver=0.3.4
-pkgrel=1
-pkgdesc='DocBook (XML and SGML) to DVI, PDF, PostScript converter using latex.'
-arch=('any')
-url='http://dblatex.sourceforge.net/'
-license=('GPL')
-depends=('docbook-xsl' 'docbook-xml' 'libxslt' 'python2' 'texlive-core' 
'texlive-htmlxml'
- 'texlive-latexextra' 'texlive-pictures')
-source=(http://downloads.sourceforge.net/project/dblatex/dblatex/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'dblatex-0.3.4-build-fix.patch')
-md5sums=('a511a2eaa55757b341e4c46353c5c681'
- '3784801bcfdea61ee45e92bdfc905d4a')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np0 -i ../dblatex-0.3.4-build-fix.patch
-
-  python2 setup.py install --root ${pkgdir} --catalogs=/etc/xml/docbook-xml
-  sed -i -e s,${pkgdir},, -e s,#!/usr/bin/env python,#!/usr/bin/env 
python2, \
-${pkgdir}/usr/bin/dblatex
-}

Copied: dblatex/repos/community-any/PKGBUILD (from rev 114702, 
dblatex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-03 06:56:36 UTC (rev 114703)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Marcin Karpezo sirmacik at gmail dot com
+# Contributor: Andreas Hauser andy-...@splashground.de
+
+pkgname=dblatex
+pkgver=0.3.4
+pkgrel=2
+pkgdesc='DocBook (XML and SGML) to DVI, PDF, PostScript converter using latex.'
+arch=('any')
+url='http://dblatex.sourceforge.net/'
+license=('GPL')
+depends=('docbook-xsl' 'docbook-xml' 'libxslt' 'python2' 'texlive-core' 
'texlive-htmlxml'
+ 'texlive-latexextra' 'texlive-pictures')
+source=(http://downloads.sourceforge.net/project/dblatex/dblatex/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'dblatex-0.3.4-build-fix.patch')
+md5sums=('a511a2eaa55757b341e4c46353c5c681'
+ '3784801bcfdea61ee45e92bdfc905d4a')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np0 -i ../dblatex-0.3.4-build-fix.patch
+
+  python2 setup.py install --root ${pkgdir} --catalogs=/etc/xml/docbook-xml
+  sed -i -e s,${pkgdir},, -e s,#!/usr/bin/env python,#!/usr/bin/env 
python2, \
+${pkgdir}/usr/bin/dblatex
+}

Deleted: dblatex-0.3.4-build-fix.patch
===
--- dblatex-0.3.4-build-fix.patch   2014-07-03 06:56:21 UTC (rev 114702)
+++ dblatex-0.3.4-build-fix.patch   2014-07-03 06:56:36 UTC (rev 114703)
@@ -1,14 +0,0 @@
 setup.py.old   2012-11-08 20:33:26.224458028 +0100
-+++ setup.py   2012-11-08 20:33:41.656633881 +0100
-@@ -365,10 +365,7 @@ class Install(install):
- raise OSError(not found: %s % , .join(mis_stys))
- 
- def run(self):
--if self.install_layout == deb:
--db = DebianInstaller(self)
--else:
--db = None
-+db = None
- 
- if not(db) and not(self.nodeps):
- try:

Copied: dblatex/repos/community-any/dblatex-0.3.4-build-fix.patch (from rev 
114702, dblatex/trunk/dblatex-0.3.4-build-fix.patch)
===
--- dblatex-0.3.4-build-fix.patch   (rev 0)
+++ dblatex-0.3.4-build-fix.patch   2014-07-03 06:56:36 UTC (rev 114703)
@@ -0,0 +1,14 @@
+--- setup.py.old   2012-11-08 20:33:26.224458028 +0100
 setup.py   2012-11-08 20:33:41.656633881 +0100
+@@ -365,10 +365,7 @@ class Install(install):
+ raise OSError(not found: %s % , .join(mis_stys))
+ 
+ def run(self):
+-if self.install_layout == deb:
+-db = DebianInstaller(self)
+-else:
+-db = None
++db = None
+ 
+ if not(db) and not(self.nodeps):
+ try:



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

2014-07-03 Thread Lukas Fleischer
Date: Thursday, July 3, 2014 @ 08:56:21
  Author: lfleischer
Revision: 114702

upgpkg: dblatex 0.3.4-2

.MTREE rebuild

Modified:
  dblatex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 06:55:56 UTC (rev 114701)
+++ PKGBUILD2014-07-03 06:56:21 UTC (rev 114702)
@@ -5,7 +5,7 @@
 
 pkgname=dblatex
 pkgver=0.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='DocBook (XML and SGML) to DVI, PDF, PostScript converter using latex.'
 arch=('any')
 url='http://dblatex.sourceforge.net/'



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

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 09:05:49
  Author: tpowa
Revision: 216386

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

Added:
  nfs-utils/repos/testing-i686/
  nfs-utils/repos/testing-i686/PKGBUILD
(from rev 216385, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-i686/exports
(from rev 216385, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-i686/id_resolver.conf
(from rev 216385, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-i686/idmapd.conf
(from rev 216385, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-i686/nfs-common.conf
(from rev 216385, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-i686/nfs-server.conf
(from rev 216385, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 216385, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-i686/nfs-utils-1.3.1-rc2.patch
(from rev 216385, nfs-utils/trunk/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/testing-i686/nfs-utils.conf
(from rev 216385, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-i686/nfs-utils.install
(from rev 216385, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-i686/nfs-utils_env.sh
(from rev 216385, nfs-utils/trunk/nfs-utils_env.sh)
  nfs-utils/repos/testing-x86_64/
  nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 216385, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-x86_64/exports
(from rev 216385, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-x86_64/id_resolver.conf
(from rev 216385, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-x86_64/idmapd.conf
(from rev 216385, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-x86_64/nfs-common.conf
(from rev 216385, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-x86_64/nfs-server.conf
(from rev 216385, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 216385, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.3.1-rc2.patch
(from rev 216385, nfs-utils/trunk/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils.conf
(from rev 216385, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils.install
(from rev 216385, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-x86_64/nfs-utils_env.sh
(from rev 216385, nfs-utils/trunk/nfs-utils_env.sh)

---+
 testing-i686/PKGBUILD |   87 +++
 testing-i686/exports  |   12 
 testing-i686/id_resolver.conf |2 
 testing-i686/idmapd.conf  |   14 
 testing-i686/nfs-common.conf  |   22 
 testing-i686/nfs-server.conf  |   16 
 testing-i686/nfs-utils-1.1.4-mtab-sym.patch   |   39 +
 testing-i686/nfs-utils-1.3.1-rc2.patch|  674 
 testing-i686/nfs-utils.conf   |1 
 testing-i686/nfs-utils.install|   32 +
 testing-i686/nfs-utils_env.sh |   20 
 testing-x86_64/PKGBUILD   |   87 +++
 testing-x86_64/exports|   12 
 testing-x86_64/id_resolver.conf   |2 
 testing-x86_64/idmapd.conf|   14 
 testing-x86_64/nfs-common.conf|   22 
 testing-x86_64/nfs-server.conf|   16 
 testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch |   39 +
 testing-x86_64/nfs-utils-1.3.1-rc2.patch  |  674 
 testing-x86_64/nfs-utils.conf |1 
 testing-x86_64/nfs-utils.install  |   32 +
 testing-x86_64/nfs-utils_env.sh   |   20 
 22 files changed, 1838 insertions(+)

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


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

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 09:05:31
  Author: tpowa
Revision: 216385

upgpkg: nfs-utils 1.3.0-3

fix install message showing on upgrade

Modified:
  nfs-utils/trunk/PKGBUILD
  nfs-utils/trunk/nfs-utils.install

---+
 PKGBUILD  |2 +-
 nfs-utils.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 06:26:12 UTC (rev 216384)
+++ PKGBUILD2014-07-03 07:05:31 UTC (rev 216385)
@@ -7,7 +7,7 @@
 
 pkgname=nfs-utils
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Support programs for Network File Systems
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'

Modified: nfs-utils.install
===
--- nfs-utils.install   2014-07-03 06:26:12 UTC (rev 216384)
+++ nfs-utils.install   2014-07-03 07:05:31 UTC (rev 216385)
@@ -14,7 +14,7 @@
 ## arg 1:  the new package version
 ## arg 2:  the old package version
 post_upgrade() {
-  if [ $(vercmp $2 1.2.9-5) -lt 0 ]; then
+  if [ $(vercmp $2 1.3.0-3) -lt 0 ]; then
 cat  'EOM'
   == IMPORTANT 1.3.0 NFS UTILS CHANGES:
   == This is a rather important upgrade, you are going to have to change 
systemd services files.



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

2014-07-03 Thread Lukas Fleischer
Date: Thursday, July 3, 2014 @ 09:09:12
  Author: lfleischer
Revision: 114704

upgpkg: fop 1.1-2

.MTREE rebuild.

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 06:56:36 UTC (rev 114703)
+++ PKGBUILD2014-07-03 07:09:12 UTC (rev 114704)
@@ -4,7 +4,7 @@
 
 pkgname=fop
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
 url='http://xmlgraphics.apache.org/fop/'



[arch-commits] Commit in fop/repos/community-any (PKGBUILD PKGBUILD fop.conf fop.conf)

2014-07-03 Thread Lukas Fleischer
Date: Thursday, July 3, 2014 @ 09:09:19
  Author: lfleischer
Revision: 114705

archrelease: copy trunk to community-any

Added:
  fop/repos/community-any/PKGBUILD
(from rev 114704, fop/trunk/PKGBUILD)
  fop/repos/community-any/fop.conf
(from rev 114704, fop/trunk/fop.conf)
Deleted:
  fop/repos/community-any/PKGBUILD
  fop/repos/community-any/fop.conf

--+
 PKGBUILD |   64 ++---
 fop.conf |   16 +++
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-03 07:09:12 UTC (rev 114704)
+++ PKGBUILD2014-07-03 07:09:19 UTC (rev 114705)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Simon Lipp sloonz+...@gmail.com
-
-pkgname=fop
-pkgver=1.1
-pkgrel=1
-pkgdesc='XSL-FO implementation in Java.'
-arch=('any')
-url='http://xmlgraphics.apache.org/fop/'
-license=('APACHE')
-depends=('java-xmlgraphics-commons' 'java-commons-logging' 'java-commons-io' 
'java-batik'
- 'java-avalon-framework')
-makedepends=('apache-ant' 'java-environment')
-source=(http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz;
-'fop.conf')
-md5sums=('7b63af514b28c06fe710a794cbf4d68e'
- '3dc3325bf77afc787024f33e7d6ab99e')
-backup=('etc/fop.conf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ant package 
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm0644 build/fop.jar $pkgdir/usr/share/java/fop/fop.jar
-  install -Dm0644 ../fop.conf $pkgdir/etc/fop.conf
-  install -Dm0755 $pkgname $pkgdir/usr/bin/$pkgname
-}

Copied: fop/repos/community-any/PKGBUILD (from rev 114704, fop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-03 07:09:19 UTC (rev 114705)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Simon Lipp sloonz+...@gmail.com
+
+pkgname=fop
+pkgver=1.1
+pkgrel=2
+pkgdesc='XSL-FO implementation in Java.'
+arch=('any')
+url='http://xmlgraphics.apache.org/fop/'
+license=('APACHE')
+depends=('java-xmlgraphics-commons' 'java-commons-logging' 'java-commons-io' 
'java-batik'
+ 'java-avalon-framework')
+makedepends=('apache-ant' 'java-environment')
+source=(http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz;
+'fop.conf')
+md5sums=('7b63af514b28c06fe710a794cbf4d68e'
+ '3dc3325bf77afc787024f33e7d6ab99e')
+backup=('etc/fop.conf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ant package 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm0644 build/fop.jar $pkgdir/usr/share/java/fop/fop.jar
+  install -Dm0644 ../fop.conf $pkgdir/etc/fop.conf
+  install -Dm0755 $pkgname $pkgdir/usr/bin/$pkgname
+}

Deleted: fop.conf
===
--- fop.conf2014-07-03 07:09:12 UTC (rev 114704)
+++ fop.conf2014-07-03 07:09:19 UTC (rev 114705)
@@ -1,8 +0,0 @@
-FOP_HOME=/usr/share/java/fop/
-CLASSPATH=$CLASSPATH:$FOP_HOME/fop.jar
-CLASSPATH=$CLASSPATH:/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar
-CLASSPATH=$CLASSPATH:/usr/share/java/commons-io/commons-io.jar
-CLASSPATH=$CLASSPATH:/usr/share/java/commons-logging/commons-logging.jar
-CLASSPATH=$CLASSPATH:/usr/share/java/batik/batik-all.jar
-CLASSPATH=$CLASSPATH:/usr/share/java/avalon-framework/avalon-framework.jar
-CLASSPATH=$CLASSPATH:/usr/share/java/batik/xml-apis-ext.jar

Copied: fop/repos/community-any/fop.conf (from rev 114704, fop/trunk/fop.conf)
===
--- fop.conf(rev 0)
+++ fop.conf2014-07-03 07:09:19 UTC (rev 114705)
@@ -0,0 +1,8 @@
+FOP_HOME=/usr/share/java/fop/
+CLASSPATH=$CLASSPATH:$FOP_HOME/fop.jar
+CLASSPATH=$CLASSPATH:/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar
+CLASSPATH=$CLASSPATH:/usr/share/java/commons-io/commons-io.jar
+CLASSPATH=$CLASSPATH:/usr/share/java/commons-logging/commons-logging.jar
+CLASSPATH=$CLASSPATH:/usr/share/java/batik/batik-all.jar
+CLASSPATH=$CLASSPATH:/usr/share/java/avalon-framework/avalon-framework.jar
+CLASSPATH=$CLASSPATH:/usr/share/java/batik/xml-apis-ext.jar



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 09:31:35
  Author: fyan
Revision: 216387

upgpkg: qwtplot3d 0.2.7-7

mtree rebuild

Modified:
  qwtplot3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 07:05:49 UTC (rev 216386)
+++ PKGBUILD2014-07-03 07:31:35 UTC (rev 216387)
@@ -4,7 +4,7 @@
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-pkgrel=6
+pkgrel=7
 pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
 arch=(i686 x86_64)
 license=('custom:zlib')
@@ -26,7 +26,7 @@
 build() {
 cd ${pkgname}
 # build qwt:
-qmake qwtplot3d.pro
+qmake-qt4 qwtplot3d.pro
 make
 }
 



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 09:33:16
  Author: fyan
Revision: 216388

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

Added:
  qwtplot3d/repos/extra-i686/PKGBUILD
(from rev 216387, qwtplot3d/trunk/PKGBUILD)
  qwtplot3d/repos/extra-i686/qwtplot3d-gcc44.patch
(from rev 216387, qwtplot3d/trunk/qwtplot3d-gcc44.patch)
  qwtplot3d/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
(from rev 216387, qwtplot3d/trunk/qwtplot3d-qt-4.8.0.patch)
  qwtplot3d/repos/extra-x86_64/PKGBUILD
(from rev 216387, qwtplot3d/trunk/PKGBUILD)
  qwtplot3d/repos/extra-x86_64/qwtplot3d-gcc44.patch
(from rev 216387, qwtplot3d/trunk/qwtplot3d-gcc44.patch)
  qwtplot3d/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch
(from rev 216387, qwtplot3d/trunk/qwtplot3d-qt-4.8.0.patch)
Deleted:
  qwtplot3d/repos/extra-i686/PKGBUILD
  qwtplot3d/repos/extra-i686/qwtplot3d-gcc44.patch
  qwtplot3d/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
  qwtplot3d/repos/extra-x86_64/PKGBUILD
  qwtplot3d/repos/extra-x86_64/qwtplot3d-gcc44.patch
  qwtplot3d/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch

---+
 /PKGBUILD |  100 
 /qwtplot3d-gcc44.patch|   24 +++
 /qwtplot3d-qt-4.8.0.patch |   68 +
 extra-i686/PKGBUILD   |   50 
 extra-i686/qwtplot3d-gcc44.patch  |   12 ---
 extra-i686/qwtplot3d-qt-4.8.0.patch   |   34 --
 extra-x86_64/PKGBUILD |   50 
 extra-x86_64/qwtplot3d-gcc44.patch|   12 ---
 extra-x86_64/qwtplot3d-qt-4.8.0.patch |   34 --
 9 files changed, 192 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-03 07:31:35 UTC (rev 216387)
+++ extra-i686/PKGBUILD 2014-07-03 07:33:16 UTC (rev 216388)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=qwtplot3d
-pkgver=0.2.7
-pkgrel=6
-pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
-arch=(i686 x86_64)
-license=('custom:zlib')
-url=http://qwtplot3d.sourceforge.net/;
-depends=('qt4' 'qwt')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
-qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
-sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'
-  '52fa169b651a98550f8a8391ddf52e0eaeb2c215'
-  '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
-
-prepare() {
-cd ${pkgname}
-patch -p1 -i ${srcdir}/qwtplot3d-gcc44.patch
-patch -p1 -i ${srcdir}/qwtplot3d-qt-4.8.0.patch
-}
-
-build() {
-cd ${pkgname}
-# build qwt:
-qmake qwtplot3d.pro
-make
-}
-
-package() {
-cd ${pkgname}
-
-# install qwtplot3d: (by hand, because the Makefile do not provide a 
install:)
-install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
-
-for n in include/* ; do
- cp -d $n ${pkgdir}/usr/include/qwtplot3d
-done
-
-for n in lib/libqwtplot3d.so* ; do
- cp -d $n ${pkgdir}/usr/lib
-done
-
-# install custom license
-install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: qwtplot3d/repos/extra-i686/PKGBUILD (from rev 216387, 
qwtplot3d/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-03 07:33:16 UTC (rev 216388)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=qwtplot3d
+pkgver=0.2.7
+pkgrel=7
+pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
+arch=(i686 x86_64)
+license=('custom:zlib')
+url=http://qwtplot3d.sourceforge.net/;
+depends=('qt4' 'qwt')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
+qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
+sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'
+  '52fa169b651a98550f8a8391ddf52e0eaeb2c215'
+  '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
+
+prepare() {
+cd ${pkgname}
+patch -p1 -i ${srcdir}/qwtplot3d-gcc44.patch
+patch -p1 -i ${srcdir}/qwtplot3d-qt-4.8.0.patch
+}
+
+build() {
+cd ${pkgname}
+# build qwt:
+qmake-qt4 qwtplot3d.pro
+make
+}
+
+package() {
+cd ${pkgname}
+
+# install qwtplot3d: (by hand, because the Makefile do not provide a 
install:)
+install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
+
+for n in include/* ; do
+ cp -d $n ${pkgdir}/usr/include/qwtplot3d
+done
+
+for n in lib/libqwtplot3d.so* ; do
+ cp -d $n ${pkgdir}/usr/lib
+done
+
+# install custom license
+install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: extra-i686/qwtplot3d-gcc44.patch

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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 09:36:01
  Author: fyan
Revision: 216389

upgpkg: tamu-anova 0.2.1-3

mtree rebuild

Modified:
  tamu-anova/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 07:33:16 UTC (rev 216388)
+++ PKGBUILD2014-07-03 07:36:01 UTC (rev 216389)
@@ -4,7 +4,7 @@
 
 pkgname=tamu-anova
 pkgver=0.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc=ANOVA Extensions to the GNU Scientific Library
 arch=('x86_64' 'i686')
 url=http://www.stat.tamu.edu/~aredd/tamuanova/;



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 09:37:23
  Author: fyan
Revision: 216390

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

Added:
  tamu-anova/repos/extra-i686/PKGBUILD
(from rev 216389, tamu-anova/trunk/PKGBUILD)
  tamu-anova/repos/extra-i686/tamu-anova.install
(from rev 216389, tamu-anova/trunk/tamu-anova.install)
  tamu-anova/repos/extra-x86_64/PKGBUILD
(from rev 216389, tamu-anova/trunk/PKGBUILD)
  tamu-anova/repos/extra-x86_64/tamu-anova.install
(from rev 216389, tamu-anova/trunk/tamu-anova.install)
Deleted:
  tamu-anova/repos/extra-i686/PKGBUILD
  tamu-anova/repos/extra-i686/tamu-anova.install
  tamu-anova/repos/extra-x86_64/PKGBUILD
  tamu-anova/repos/extra-x86_64/tamu-anova.install

-+
 /PKGBUILD   |   60 ++
 /tamu-anova.install |   36 ++
 extra-i686/PKGBUILD |   30 ---
 extra-i686/tamu-anova.install   |   18 ---
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/tamu-anova.install |   18 ---
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-03 07:36:01 UTC (rev 216389)
+++ extra-i686/PKGBUILD 2014-07-03 07:37:23 UTC (rev 216390)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gergely Imreh imrehg(at)gmail(dot)com
-
-pkgname=tamu-anova
-pkgver=0.2.1
-pkgrel=2
-pkgdesc=ANOVA Extensions to the GNU Scientific Library
-arch=('x86_64' 'i686')
-url=http://www.stat.tamu.edu/~aredd/tamuanova/;
-license=('GPL')
-depends=('gsl')
-makedepends=('gcc')
-install=tamu-anova.install
-options=('staticlibs')
-source=(http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/tamu_anova-0.2.1.tar.gz)
-sha1sums=('8c7ffae14ebe92f27d20ff1f0e325875fa6ced53')
-
-build() {
-  cd ${srcdir}/tamu_anova-0.2
-  ./configure --prefix=/usr \
-  --infodir=/usr/share/info \
-  --includedir=/usr/include
-  make
-}
-
-package() {
-  cd ${srcdir}/tamu_anova-0.2
-  make DESTDIR=${pkgdir} install
-}

Copied: tamu-anova/repos/extra-i686/PKGBUILD (from rev 216389, 
tamu-anova/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-03 07:37:23 UTC (rev 216390)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gergely Imreh imrehg(at)gmail(dot)com
+
+pkgname=tamu-anova
+pkgver=0.2.1
+pkgrel=3
+pkgdesc=ANOVA Extensions to the GNU Scientific Library
+arch=('x86_64' 'i686')
+url=http://www.stat.tamu.edu/~aredd/tamuanova/;
+license=('GPL')
+depends=('gsl')
+makedepends=('gcc')
+install=tamu-anova.install
+options=('staticlibs')
+source=(http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/tamu_anova-0.2.1.tar.gz)
+sha1sums=('8c7ffae14ebe92f27d20ff1f0e325875fa6ced53')
+
+build() {
+  cd ${srcdir}/tamu_anova-0.2
+  ./configure --prefix=/usr \
+  --infodir=/usr/share/info \
+  --includedir=/usr/include
+  make
+}
+
+package() {
+  cd ${srcdir}/tamu_anova-0.2
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/tamu-anova.install
===
--- extra-i686/tamu-anova.install   2014-07-03 07:36:01 UTC (rev 216389)
+++ extra-i686/tamu-anova.install   2014-07-03 07:37:23 UTC (rev 216390)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(tamu_anova.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: tamu-anova/repos/extra-i686/tamu-anova.install (from rev 216389, 
tamu-anova/trunk/tamu-anova.install)
===
--- extra-i686/tamu-anova.install   (rev 0)
+++ extra-i686/tamu-anova.install   2014-07-03 07:37:23 UTC (rev 216390)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(tamu_anova.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-03 07:36:01 UTC (rev 216389)
+++ extra-x86_64/PKGBUILD   2014-07-03 07:37:23 UTC (rev 216390)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# 

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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 09:40:47
  Author: fyan
Revision: 216391

upgpkg: cmt 1.16-4

mtree rebuild

Modified:
  cmt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 07:37:23 UTC (rev 216390)
+++ PKGBUILD2014-07-03 07:40:47 UTC (rev 216391)
@@ -4,7 +4,7 @@
 
 pkgname=cmt
 pkgver=1.16
-pkgrel=3
+pkgrel=4
 pkgdesc=CMT for LADSPA
 arch=('i686' 'x86_64')
 license=('GPL')



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 09:42:18
  Author: fyan
Revision: 216392

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-03 07:40:47 UTC (rev 216391)
+++ extra-i686/PKGBUILD 2014-07-03 07:42:18 UTC (rev 216392)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Damir Perisa damir.per...@bluewin.ch
-#Contributor: Robert Emil Berge rob...@rebi.no
-
-pkgname=cmt
-pkgver=1.16
-pkgrel=3
-pkgdesc=CMT for LADSPA
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.ladspa.org;
-depends=('ladspa' 'gcc-libs')
-groups=('ladspa-plugins')
-source=(http://www.ladspa.org/download/${pkgname}_src_${pkgver}.tgz;)
-md5sums=('15a875e5aaf79c209c223babfb41cb1c')
-
-build() {
-  cd ${srcdir}/${pkgname}/src
-  sed -e /^CFLAGS/ s/-O3/${CFLAGS}/ \
-  -e 's|-Werror||g' \
-  -i makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}/src
-  install -m755 -d ${pkgdir}/usr/lib/ladspa
-  install -m755 ../plugins/cmt.so ${pkgdir}/usr/lib/ladspa/
-}

Copied: cmt/repos/extra-i686/PKGBUILD (from rev 216391, cmt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-03 07:42:18 UTC (rev 216392)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Damir Perisa damir.per...@bluewin.ch
+#Contributor: Robert Emil Berge rob...@rebi.no
+
+pkgname=cmt
+pkgver=1.16
+pkgrel=4
+pkgdesc=CMT for LADSPA
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.ladspa.org;
+depends=('ladspa' 'gcc-libs')
+groups=('ladspa-plugins')
+source=(http://www.ladspa.org/download/${pkgname}_src_${pkgver}.tgz;)
+md5sums=('15a875e5aaf79c209c223babfb41cb1c')
+
+build() {
+  cd ${srcdir}/${pkgname}/src
+  sed -e /^CFLAGS/ s/-O3/${CFLAGS}/ \
+  -e 's|-Werror||g' \
+  -i makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}/src
+  install -m755 -d ${pkgdir}/usr/lib/ladspa
+  install -m755 ../plugins/cmt.so ${pkgdir}/usr/lib/ladspa/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-03 07:40:47 UTC (rev 216391)
+++ extra-x86_64/PKGBUILD   2014-07-03 07:42:18 UTC (rev 216392)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Damir Perisa damir.per...@bluewin.ch
-#Contributor: Robert Emil Berge rob...@rebi.no
-
-pkgname=cmt
-pkgver=1.16
-pkgrel=3
-pkgdesc=CMT for LADSPA
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.ladspa.org;
-depends=('ladspa' 'gcc-libs')
-groups=('ladspa-plugins')
-source=(http://www.ladspa.org/download/${pkgname}_src_${pkgver}.tgz;)
-md5sums=('15a875e5aaf79c209c223babfb41cb1c')
-
-build() {
-  cd ${srcdir}/${pkgname}/src
-  sed -e /^CFLAGS/ s/-O3/${CFLAGS}/ \
-  -e 's|-Werror||g' \
-  -i makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}/src
-  install -m755 -d ${pkgdir}/usr/lib/ladspa
-  install -m755 ../plugins/cmt.so ${pkgdir}/usr/lib/ladspa/
-}

Copied: cmt/repos/extra-x86_64/PKGBUILD (from rev 216391, cmt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-03 07:42:18 UTC (rev 216392)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Damir Perisa damir.per...@bluewin.ch
+#Contributor: Robert Emil Berge rob...@rebi.no
+
+pkgname=cmt
+pkgver=1.16
+pkgrel=4
+pkgdesc=CMT for LADSPA
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.ladspa.org;
+depends=('ladspa' 'gcc-libs')
+groups=('ladspa-plugins')
+source=(http://www.ladspa.org/download/${pkgname}_src_${pkgver}.tgz;)
+md5sums=('15a875e5aaf79c209c223babfb41cb1c')
+
+build() {
+  cd ${srcdir}/${pkgname}/src
+  sed -e /^CFLAGS/ s/-O3/${CFLAGS}/ \
+  -e 's|-Werror||g' \
+  -i makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}/src
+  install -m755 -d ${pkgdir}/usr/lib/ladspa
+  install -m755 ../plugins/cmt.so ${pkgdir}/usr/lib/ladspa/
+}



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

2014-07-03 Thread Massimiliano Torromeo
Date: Thursday, July 3, 2014 @ 09:54:30
  Author: mtorromeo
Revision: 114706

upgpkg: lessc 1.7.3-1

Updated to 1.7.3

Modified:
  lessc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 07:09:19 UTC (rev 114705)
+++ PKGBUILD2014-07-03 07:54:30 UTC (rev 114706)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=lessc
-pkgver=1.7.0
+pkgver=1.7.3
 pkgrel=1
 pkgdesc=A standalone compiler for the LESS CSS language.
 arch=('any')
@@ -15,4 +15,4 @@
 npm install -g --user root --prefix $pkgdir/usr 
$srcdir/less-$pkgver.tgz
 }
 
-sha256sums=('3456ecd2b19ac84c9dd877b3d09b80bff7e11bd6b4fe89889e1d3d3ef312ba71')
+sha256sums=('81effa656b0fee967e2762bc6afbb2cf2b5aa17f3ab1095e2768733f7f682c8c')



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

2014-07-03 Thread Massimiliano Torromeo
Date: Thursday, July 3, 2014 @ 09:56:34
  Author: mtorromeo
Revision: 114707

archrelease: copy trunk to community-any

Added:
  lessc/repos/community-any/PKGBUILD
(from rev 114706, lessc/trunk/PKGBUILD)
Deleted:
  lessc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-03 07:54:30 UTC (rev 114706)
+++ PKGBUILD2014-07-03 07:56:34 UTC (rev 114707)
@@ -1,18 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=lessc
-pkgver=1.7.0
-pkgrel=1
-pkgdesc=A standalone compiler for the LESS CSS language.
-arch=('any')
-url=http://lesscss.org/;
-license=('Apache')
-depends=('nodejs')
-source=(https://registry.npmjs.org/less/-/less-$pkgver.tgz;)
-
-package() {
-npm install -g --user root --prefix $pkgdir/usr 
$srcdir/less-$pkgver.tgz
-}
-
-sha256sums=('3456ecd2b19ac84c9dd877b3d09b80bff7e11bd6b4fe89889e1d3d3ef312ba71')

Copied: lessc/repos/community-any/PKGBUILD (from rev 114706, 
lessc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-03 07:56:34 UTC (rev 114707)
@@ -0,0 +1,18 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=lessc
+pkgver=1.7.3
+pkgrel=1
+pkgdesc=A standalone compiler for the LESS CSS language.
+arch=('any')
+url=http://lesscss.org/;
+license=('Apache')
+depends=('nodejs')
+source=(https://registry.npmjs.org/less/-/less-$pkgver.tgz;)
+
+package() {
+npm install -g --user root --prefix $pkgdir/usr 
$srcdir/less-$pkgver.tgz
+}
+
+sha256sums=('81effa656b0fee967e2762bc6afbb2cf2b5aa17f3ab1095e2768733f7f682c8c')



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

2014-07-03 Thread Sergej Pupykin
Date: Thursday, July 3, 2014 @ 10:05:36
  Author: spupykin
Revision: 114708

upgpkg: denemo 1:1.1.6-1

upd

Modified:
  denemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 07:56:34 UTC (rev 114707)
+++ PKGBUILD2014-07-03 08:05:36 UTC (rev 114708)
@@ -6,7 +6,7 @@
 
 pkgname=denemo
 epoch=1
-pkgver=1.1.4
+pkgver=1.1.6
 pkgrel=1
 pkgdesc=A music score editor
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 makedepends=('intltool' 'git')
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 
#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
-md5sums=('095f05f1b106ca36a5300334ee7f5ca8')
+md5sums=('fe7b083a61cb3d847341703e148b5fe1')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver



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

2014-07-03 Thread Sergej Pupykin
Date: Thursday, July 3, 2014 @ 10:05:54
  Author: spupykin
Revision: 114709

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 08:05:36 UTC (rev 114708)
+++ community-i686/PKGBUILD 2014-07-03 08:05:54 UTC (rev 114709)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-# Contributor: Gnud ach.g...@gmail.com
-
-pkgname=denemo
-epoch=1
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=A music score editor
-arch=('i686' 'x86_64')
-url=http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
-md5sums=('095f05f1b106ca36a5300334ee7f5ca8')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|audio.h|portaudio.h|' src/audio/pitchrecog.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-i686/PKGBUILD (from rev 114708, 
denemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 08:05:54 UTC (rev 114709)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+# Contributor: Gnud ach.g...@gmail.com
+
+pkgname=denemo
+epoch=1
+pkgver=1.1.6
+pkgrel=1
+pkgdesc=A music score editor
+arch=('i686' 'x86_64')
+url=http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
+'rubberband')
+makedepends=('intltool' 'git')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
+md5sums=('fe7b083a61cb3d847341703e148b5fe1')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|audio.h|portaudio.h|' src/audio/pitchrecog.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-03 08:05:36 UTC (rev 114708)
+++ community-x86_64/PKGBUILD   2014-07-03 08:05:54 UTC (rev 114709)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-# Contributor: Gnud ach.g...@gmail.com
-
-pkgname=denemo
-epoch=1
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=A music score editor
-arch=('i686' 'x86_64')
-url=http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
-md5sums=('095f05f1b106ca36a5300334ee7f5ca8')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|audio.h|portaudio.h|' src/audio/pitchrecog.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-x86_64/PKGBUILD (from rev 114708, 
denemo/trunk/PKGBUILD)

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

2014-07-03 Thread Sergej Pupykin
Date: Thursday, July 3, 2014 @ 10:06:09
  Author: spupykin
Revision: 114710

upgpkg: zynaddsubfx 2.4.4-1

upd

Modified:
  zynaddsubfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 08:05:54 UTC (rev 114709)
+++ PKGBUILD2014-07-03 08:06:09 UTC (rev 114710)
@@ -5,8 +5,8 @@
 # Contributor: DonVla don...@users.sourceforge.net
 
 pkgname=zynaddsubfx
-pkgver=2.4.3
-pkgrel=2
+pkgver=2.4.4
+pkgrel=1
 pkgdesc=Opensource software synthesizer capable of making a countless number 
of instruments.
 arch=('i686' 'x86_64')
 url=http://zynaddsubfx.sourceforge.net;
@@ -14,9 +14,9 @@
 depends=('fltk' 'libgl' 'fftw' 'lash' 'mxml')
 makedepends=('cmake' 'pkgconfig' 'mesa' 'setconf' 'gendesk')
 options=('!emptydirs')
-source=(http://switch.dl.sourceforge.net/sourceforge/$pkgname/ZynAddSubFX-$pkgver.tar.bz2;
+source=(http://switch.dl.sourceforge.net/sourceforge/$pkgname/zynaddsubfx-$pkgver.tar.xz;
$pkgname.svg)
-md5sums=('2e8994cc54e5f1a64b77dfac3baf0d9a'
+md5sums=('4f985c06da3a3e31ebccd7cf72ae434e'
  '6f7e9c3ce3947088a10c99c46a65431f')
 
 build() {
@@ -24,7 +24,7 @@
   gendesk $startdir/PKGBUILD
   setconf $pkgname.desktop Icon $pkgname.svg
 
-  cd ZynAddSubFX-$pkgver
+  cd zynaddsubfx-$pkgver
 
   sed -i '1,1i#include unistd.h' src/Nio/NulEngine.cpp
 
@@ -43,7 +43,7 @@
 }
 
 package() {
-  cd $srcdir/ZynAddSubFX-$pkgver/build
+  cd $srcdir/zynaddsubfx-$pkgver/build
 
   make DESTDIR=$pkgdir/ install
 



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

2014-07-03 Thread Sergej Pupykin
Date: Thursday, July 3, 2014 @ 10:06:21
  Author: spupykin
Revision: 114711

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

Added:
  zynaddsubfx/repos/community-i686/PKGBUILD
(from rev 114710, zynaddsubfx/trunk/PKGBUILD)
  zynaddsubfx/repos/community-i686/zynaddsubfx.svg
(from rev 114710, zynaddsubfx/trunk/zynaddsubfx.svg)
  zynaddsubfx/repos/community-x86_64/PKGBUILD
(from rev 114710, zynaddsubfx/trunk/PKGBUILD)
  zynaddsubfx/repos/community-x86_64/zynaddsubfx.svg
(from rev 114710, zynaddsubfx/trunk/zynaddsubfx.svg)
Deleted:
  zynaddsubfx/repos/community-i686/PKGBUILD
  zynaddsubfx/repos/community-i686/zynaddsubfx.svg
  zynaddsubfx/repos/community-x86_64/PKGBUILD
  zynaddsubfx/repos/community-x86_64/zynaddsubfx.svg

--+
 /PKGBUILD|  126 +++
 /zynaddsubfx.svg |  626 +
 community-i686/PKGBUILD  |   63 ---
 community-i686/zynaddsubfx.svg   |  313 --
 community-x86_64/PKGBUILD|   63 ---
 community-x86_64/zynaddsubfx.svg |  313 --
 6 files changed, 752 insertions(+), 752 deletions(-)

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


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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 10:15:48
  Author: fyan
Revision: 114712

upgpkg: kaa-base 0.6.0-5

mtree rebuild

Modified:
  kaa-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 08:06:21 UTC (rev 114711)
+++ PKGBUILD2014-07-03 08:15:48 UTC (rev 114712)
@@ -4,7 +4,7 @@
 
 pkgname=kaa-base
 pkgver=0.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc=KAA base package
 url=http://freevo.sourceforge.net/;
 license=('GPL2')



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 10:17:10
  Author: fyan
Revision: 114713

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

Added:
  kaa-base/repos/extra-i686/
  kaa-base/repos/extra-i686/PKGBUILD
(from rev 114712, kaa-base/trunk/PKGBUILD)
  kaa-base/repos/extra-x86_64/
  kaa-base/repos/extra-x86_64/PKGBUILD
(from rev 114712, kaa-base/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   26 ++
 extra-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: kaa-base/repos/extra-i686/PKGBUILD (from rev 114712, 
kaa-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-03 08:17:10 UTC (rev 114713)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: DonVla don...@users.sourceforge.net
+
+pkgname=kaa-base
+pkgver=0.6.0
+pkgrel=5
+pkgdesc=KAA base package
+url=http://freevo.sourceforge.net/;
+license=('GPL2')
+depends=('python2' 'glib2')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
+md5sums=('5fdac0492dbbb412c2cafe32ea8c60a8')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py install --prefix=${pkgdir}/usr --optimize=1
+}

Copied: kaa-base/repos/extra-x86_64/PKGBUILD (from rev 114712, 
kaa-base/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-03 08:17:10 UTC (rev 114713)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: DonVla don...@users.sourceforge.net
+
+pkgname=kaa-base
+pkgver=0.6.0
+pkgrel=5
+pkgdesc=KAA base package
+url=http://freevo.sourceforge.net/;
+license=('GPL2')
+depends=('python2' 'glib2')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
+md5sums=('5fdac0492dbbb412c2cafe32ea8c60a8')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py install --prefix=${pkgdir}/usr --optimize=1
+}



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

2014-07-03 Thread Massimiliano Torromeo
Date: Thursday, July 3, 2014 @ 10:19:49
  Author: mtorromeo
Revision: 114714

upgpkg: percona-server 5.6.19_67.0-1

Updated to 5.6.19-67.0

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 08:17:10 UTC (rev 114713)
+++ PKGBUILD2014-07-03 08:19:49 UTC (rev 114714)
@@ -3,10 +3,10 @@
 
 pkgbase=percona-server
 pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.6.17_66.0
+pkgver=5.6.19_67.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools')
 license=('GPL')
@@ -137,7 +137,7 @@
rm usr/share/man/man1/mysql-test-run.pl.1
 }
 
-sha256sums=('645bb6f59d0478ac315a2a0a4e64fa3fc5a240547d464b274b2026643111fe98'
+sha256sums=('5099e9d0ec69124f44596005a2dad92697dc2b6f8ab54d32bdb089945b76c346'
 '82a241d9fa4032187a26597d044e94ba810b209b53a7ce14bb6eb92555993a48'
 '9bc66470f3f80534c0bb62f9f8325ccf60b164f421f74ad74a963f065d7b1869'
 'badf6a701d9dc6ea3b4ddca26cb0f42b6236432ccdbc14c64962147802594a60'



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

2014-07-03 Thread Massimiliano Torromeo
Date: Thursday, July 3, 2014 @ 10:25:03
  Author: mtorromeo
Revision: 114715

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 114714, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/mysql56-bufsize.patch
(from rev 114714, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 114714, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 114714, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.service
(from rev 114714, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 114714, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 114714, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
(from rev 114714, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 114714, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 114714, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 114714, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 114714, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/mysql56-bufsize.patch
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

+
 /PKGBUILD  |  288 +++
 /mysql56-bufsize.patch |   40 
 /mysqld-post.sh|   16 +
 /mysqld-tmpfile.conf   |2 
 /mysqld.service|   32 +++
 /percona.install   |   74 +++
 community-i686/PKGBUILD|  144 ---
 community-i686/mysql56-bufsize.patch   |   20 --
 community-i686/mysqld-post.sh  |8 
 community-i686/mysqld-tmpfile.conf |1 
 community-i686/mysqld.service  |   16 -
 community-i686/percona.install |   37 ---
 community-x86_64/PKGBUILD  |  144 ---
 community-x86_64/mysql56-bufsize.patch |   20 --
 community-x86_64/mysqld-post.sh|8 
 community-x86_64/mysqld-tmpfile.conf   |1 
 community-x86_64/mysqld.service|   16 -
 community-x86_64/percona.install   |   37 ---
 18 files changed, 452 insertions(+), 452 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 08:19:49 UTC (rev 114714)
+++ community-i686/PKGBUILD 2014-07-03 08:25:03 UTC (rev 114715)
@@ -1,144 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.6.17_66.0
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=2
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools')
-license=('GPL')
-url=http://www.percona.com/software/percona-server/;
-source=(http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz;
-'mysqld-post.sh'
-'mysqld.service'
-'mysqld-tmpfile.conf'
-'mysql56-bufsize.patch')
-
-prepare() {
-   cd $pkgbase-$_pkgver
-   patch -p0 -i ../mysql56-bufsize.patch
-
-   rm -v sql/sql_yacc.{cc,h}
-}
-
-build() {
-   rm -rf build
-   mkdir build
-   cd build
-
-   cmake ../$pkgbase-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONFDIR=/etc/mysql \
-   -DMYSQL_DATADIR=/var/lib/mysql \
-   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DDEFAULT_CHARSET=utf8 \
-   -DDEFAULT_COLLATION=utf8_general_ci \
-   -DENABLED_LOCAL_INFILE=ON \
-   -DINSTALL_INFODIR=share/mysql/docs \
-   -DINSTALL_MANDIR=share/man \
-   -DINSTALL_PLUGINDIR=lib/mysql/plugin \
-   

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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 11:42:07
  Author: fyan
Revision: 216393

upgpkg: cryptsetup 1.6.5-1

- new upstream release

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 07:42:18 UTC (rev 216392)
+++ PKGBUILD2014-07-03 09:42:07 UTC (rev 216393)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Thomas Bächler tho...@archlinux.org
 pkgname=cryptsetup
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 encrypt_hook
 encrypt_install
 sd-encrypt)
-sha256sums=('70b8e86eef94bbb4441ad38460d87138130d7fe5d01131c3ba50b9f0dca0'
+sha256sums=('267973f20be43f9d685f7193aa23954b60768c74a1d330243114d4b8bc17ca9a'
 '4406f8dc83f4f1b408e49d557515f721d91b358355c71fbe51f74ab27e5c84ff'
 'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'
 'd442304e6a78b3513ebc53be3fe2f1276a7df470c8da701b3ece971d59979bdd')



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 11:43:54
  Author: fyan
Revision: 216394

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

Added:
  cryptsetup/repos/testing-i686/
  cryptsetup/repos/testing-i686/PKGBUILD
(from rev 216393, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-i686/encrypt_hook
(from rev 216393, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-i686/encrypt_install
(from rev 216393, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-i686/sd-encrypt
(from rev 216393, cryptsetup/trunk/sd-encrypt)
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 216393, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/encrypt_hook
(from rev 216393, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-x86_64/encrypt_install
(from rev 216393, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-x86_64/sd-encrypt
(from rev 216393, cryptsetup/trunk/sd-encrypt)

+
 testing-i686/PKGBUILD  |   36 ++
 testing-i686/encrypt_hook  |  139 +++
 testing-i686/encrypt_install   |   44 
 testing-i686/sd-encrypt|   42 +++
 testing-x86_64/PKGBUILD|   36 ++
 testing-x86_64/encrypt_hook|  139 +++
 testing-x86_64/encrypt_install |   44 
 testing-x86_64/sd-encrypt  |   42 +++
 8 files changed, 522 insertions(+)

Copied: cryptsetup/repos/testing-i686/PKGBUILD (from rev 216393, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-03 09:43:54 UTC (rev 216394)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=cryptsetup
+pkgver=1.6.5
+pkgrel=1
+pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
+arch=(i686 x86_64)
+license=('GPL')
+url=http://code.google.com/p/cryptsetup/;
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'util-linux')
+options=('!emptydirs')
+source=(https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/${pkgname}-${pkgver}.tar.xz
+
#https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/${pkgname}-${pkgver}.tar.sign
+encrypt_hook
+encrypt_install
+sd-encrypt)
+sha256sums=('267973f20be43f9d685f7193aa23954b60768c74a1d330243114d4b8bc17ca9a'
+'4406f8dc83f4f1b408e49d557515f721d91b358355c71fbe51f74ab27e5c84ff'
+'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'
+'d442304e6a78b3513ebc53be3fe2f1276a7df470c8da701b3ece971d59979bdd')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-static 
--enable-cryptsetup-reencrypt
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # install hook
+  install -D -m644 ${srcdir}/encrypt_hook 
${pkgdir}/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 ${srcdir}/encrypt_install 
${pkgdir}/usr/lib/initcpio/install/encrypt
+  install -D -m644 ${srcdir}/sd-encrypt 
${pkgdir}/usr/lib/initcpio/install/sd-encrypt
+}

Copied: cryptsetup/repos/testing-i686/encrypt_hook (from rev 216393, 
cryptsetup/trunk/encrypt_hook)
===
--- testing-i686/encrypt_hook   (rev 0)
+++ testing-i686/encrypt_hook   2014-07-03 09:43:54 UTC (rev 216394)
@@ -0,0 +1,139 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt /dev/null 21
+[ ${quiet} = y ]  CSQUIET=/dev/null
+
+# Get keyfile if specified
+ckeyfile=/crypto_keyfile.bin
+if [ -n $cryptkey ]; then
+IFS=: read ckdev ckarg1 ckarg2 EOF
+$cryptkey
+EOF
+
+if [ $ckdev = rootfs ]; then
+ckeyfile=$ckarg1
+elif resolved=$(resolve_device ${ckdev} ${rootdelay}); then
+case ${ckarg1} in
+*[!0-9]*)
+# Use a file on the device
+# ckarg1 is not numeric: ckarg1=filesystem, ckarg2=path
+mkdir /ckey
+mount -r -t $ckarg1 $resolved /ckey
+dd if=/ckey/$ckarg2 of=$ckeyfile /dev/null 21
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if=$resolved of=$ckeyfile bs=1 skip=$ckarg1 
count=$ckarg2 /dev/null 21
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ]  echo Keyfile could not be opened. Reverting 
to passphrase.
+fi
+
+if [ -n ${cryptdevice} ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions EOF
+$cryptdevice
+EOF
+else
+   

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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 11:45:25
  Author: fyan
Revision: 216395

upgpkg: intel-ucode 20140624-1

- new upstream release

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 09:43:54 UTC (rev 216394)
+++ PKGBUILD2014-07-03 09:45:25 UTC (rev 216395)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=intel-ucode
-pkgver=20140430
+pkgver=20140624
 pkgrel=1
 pkgdesc=Microcode update files for Intel CPUs
 arch=('any')
@@ -10,11 +10,11 @@
 replaces=('microcode_ctl')
 license=('custom')
 # Some random download id that intel has in their downloadcenter
-_dlid=23829
+_dlid=23984
 source=(http://downloadmirror.intel.com/${_dlid}/eng/microcode-${pkgver}.tgz
 LICENSE
 intel-microcode2ucode.c)
-sha256sums=('2e67767fd561164a2b09831020c2d36600ad336a9c0c117f1964edef284e4351'
+sha256sums=('b4662ac780438a7b2d87e6d26a7066feb807f37c6e5b6fa147089f4edb02ea37'
 '6983e83ec10c6467fb9101ea496e0443f0574c805907155118e2c9f0bbea97b6'
 'c51b1b1d8b4b28e7d5d007917c1e444af1a2ff04a9408aa9067c0e57d70164de')
 



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 11:46:11
  Author: fyan
Revision: 216396

archrelease: copy trunk to testing-any

Added:
  intel-ucode/repos/testing-any/
  intel-ucode/repos/testing-any/LICENSE
(from rev 216395, intel-ucode/trunk/LICENSE)
  intel-ucode/repos/testing-any/PKGBUILD
(from rev 216395, intel-ucode/trunk/PKGBUILD)
  intel-ucode/repos/testing-any/intel-microcode2ucode.c
(from rev 216395, intel-ucode/trunk/intel-microcode2ucode.c)

-+
 LICENSE |  123 ++
 PKGBUILD|   32 +
 intel-microcode2ucode.c |  163 ++
 3 files changed, 318 insertions(+)

Copied: intel-ucode/repos/testing-any/LICENSE (from rev 216395, 
intel-ucode/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2014-07-03 09:46:11 UTC (rev 216396)
@@ -0,0 +1,123 @@
+INTEL SOFTWARE LICENSE AGREEMENT
+
+IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
+Do not use or load this software and any associated materials (collectively,
+the Software) until you have carefully read the following terms and
+conditions. By loading or using the Software, you agree to the terms of this
+Agreement. If you do not wish to so agree, do not install or use the Software.
+
+LICENSES: Please Note:
+- If you are a network administrator, the Site License below shall
+apply to you.
+- If you are an end user, the Single User License shall apply to you.
+- If you are an original equipment manufacturer (OEM), the OEM License
+shall apply to you.
+
+SITE LICENSE. You may copy the Software onto your organization's computers
+for your organization's use, and you may make a reasonable number of
+back-up copies of the Software, subject to these conditions:
+
+1. This Software is licensed for use only in conjunction with Intel
+component products. Use of the Software in conjunction with non-Intel
+component products is not licensed hereunder.
+2. You may not copy, modify, rent, sell, distribute or transfer any part
+of the Software except as provided in this Agreement, and you agree to
+prevent unauthorized copying of the Software.
+3. You may not reverse engineer, decompile, or disassemble the Software.
+4. You may not sublicense or permit simultaneous use of the Software by
+more than one user.
+5. The Software may include portions offered on terms in addition to those
+set out here, as set out in a license accompanying those portions.
+
+SINGLE USER LICENSE. You may copy the Software onto a single computer for
+your personal, noncommercial use, and you may make one back-up copy of the
+Software, subject to these conditions:
+
+1. This Software is licensed for use only in conjunction with Intel
+component products. Use of the Software in conjunction with non-Intel
+component products is not licensed hereunder.
+2. You may not copy, modify, rent, sell, distribute or transfer any part
+of the Software except as provided in this Agreement, and you agree to
+prevent unauthorized copying of the Software.
+3. You may not reverse engineer, decompile, or disassemble the Software.
+4. You may not sublicense or permit simultaneous use of the Software by
+more than one user.
+5. The Software may include portions offered on terms in addition to those
+set out here, as set out in a license accompanying those portions.
+
+OEM LICENSE: You may reproduce and distribute the Software only as an
+integral part of or incorporated in Your product or as a standalone
+Software maintenance update for existing end users of Your products,
+excluding any other standalone products, subject to these conditions:
+
+1. This Software is licensed for use only in conjunction with Intel
+component products. Use of the Software in conjunction with non-Intel
+component products is not licensed hereunder.
+2. You may not copy, modify, rent, sell, distribute or transfer any part
+of the Software except as provided in this Agreement, and you agree to
+prevent unauthorized copying of the Software.
+3. You may not reverse engineer, decompile, or disassemble the Software.
+4. You may only distribute the Software to your customers pursuant to a
+written license agreement. Such license agreement may be a break-the-
+seal license agreement. At a minimum such license shall safeguard
+Intel's ownership rights to the Software.
+5. The Software may include portions offered on terms in addition to those
+set out here, as set out in a license accompanying those portions.
+
+NO OTHER RIGHTS. No rights or licenses are granted by Intel to You, expressly
+or by implication, with respect to any proprietary information or patent,
+copyright, mask work, trademark, trade secret, or other intellectual property
+right owned or controlled by Intel, except as expressly provided in this
+Agreement.
+
+OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the 

[arch-commits] Commit in kaa-base/repos (extra-i686 extra-x86_64)

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 11:46:26
  Author: fyan
Revision: 114716

fix: pushed to extra by mistake

Deleted:
  kaa-base/repos/extra-i686/
  kaa-base/repos/extra-x86_64/



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 11:48:50
  Author: fyan
Revision: 114717

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

Added:
  kaa-base/repos/community-i686/PKGBUILD
(from rev 114716, kaa-base/trunk/PKGBUILD)
  kaa-base/repos/community-x86_64/PKGBUILD
(from rev 114716, kaa-base/trunk/PKGBUILD)
Deleted:
  kaa-base/repos/community-i686/PKGBUILD
  kaa-base/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   26 --
 community-x86_64/PKGBUILD |   26 --
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 09:46:26 UTC (rev 114716)
+++ community-i686/PKGBUILD 2014-07-03 09:48:50 UTC (rev 114717)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: DonVla don...@users.sourceforge.net
-
-pkgname=kaa-base
-pkgver=0.6.0
-pkgrel=4
-pkgdesc=KAA base package
-url=http://freevo.sourceforge.net/;
-license=('GPL2')
-depends=('python2' 'glib2')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
-md5sums=('5fdac0492dbbb412c2cafe32ea8c60a8')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py install --prefix=${pkgdir}/usr --optimize=1
-}

Copied: kaa-base/repos/community-i686/PKGBUILD (from rev 114716, 
kaa-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 09:48:50 UTC (rev 114717)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: DonVla don...@users.sourceforge.net
+
+pkgname=kaa-base
+pkgver=0.6.0
+pkgrel=5
+pkgdesc=KAA base package
+url=http://freevo.sourceforge.net/;
+license=('GPL2')
+depends=('python2' 'glib2')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
+md5sums=('5fdac0492dbbb412c2cafe32ea8c60a8')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py install --prefix=${pkgdir}/usr --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-03 09:46:26 UTC (rev 114716)
+++ community-x86_64/PKGBUILD   2014-07-03 09:48:50 UTC (rev 114717)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: DonVla don...@users.sourceforge.net
-
-pkgname=kaa-base
-pkgver=0.6.0
-pkgrel=4
-pkgdesc=KAA base package
-url=http://freevo.sourceforge.net/;
-license=('GPL2')
-depends=('python2' 'glib2')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
-md5sums=('5fdac0492dbbb412c2cafe32ea8c60a8')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py install --prefix=${pkgdir}/usr --optimize=1
-}

Copied: kaa-base/repos/community-x86_64/PKGBUILD (from rev 114716, 
kaa-base/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-03 09:48:50 UTC (rev 114717)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: DonVla don...@users.sourceforge.net
+
+pkgname=kaa-base
+pkgver=0.6.0
+pkgrel=5
+pkgdesc=KAA base package
+url=http://freevo.sourceforge.net/;
+license=('GPL2')
+depends=('python2' 'glib2')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
+md5sums=('5fdac0492dbbb412c2cafe32ea8c60a8')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py install --prefix=${pkgdir}/usr --optimize=1
+}



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 12:03:35
  Author: fyan
Revision: 216397

upgpkg: v4l-utils 1.2.1-1

- new upstream release

Modified:
  v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 09:46:11 UTC (rev 216396)
+++ PKGBUILD2014-07-03 10:03:35 UTC (rev 216397)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Thomas Bächler tho...@archlinux.org
 pkgname=v4l-utils
-pkgver=1.0.1
+pkgver=1.2.1
 pkgrel=1
 pkgdesc=Userspace tools and conversion library for Video 4 Linux
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
 source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
 
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
-sha256sums=('fc0132e82a18dfad9619be3abf50c206e2f449b1c14440cde36f25874fdce7df'
+sha256sums=('9b658fbcaaf8127115316e07fea314aebc21dd6dc3491cd8753a768521c4b9af'
 'SKIP')
 
 build() {



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 12:04:50
  Author: fyan
Revision: 216398

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

Added:
  v4l-utils/repos/testing-i686/
  v4l-utils/repos/testing-i686/PKGBUILD
(from rev 216397, v4l-utils/trunk/PKGBUILD)
  v4l-utils/repos/testing-x86_64/
  v4l-utils/repos/testing-x86_64/PKGBUILD
(from rev 216397, v4l-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: v4l-utils/repos/testing-i686/PKGBUILD (from rev 216397, 
v4l-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-03 10:04:50 UTC (rev 216398)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=v4l-utils
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=Userspace tools and conversion library for Video 4 Linux
+arch=('i686' 'x86_64')
+url=http://linuxtv.org/;
+provides=(libv4l=$pkgver)
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)
+license=('LGPL')
+makedepends=('qt4')
+optdepends=('qt4')
+depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
+
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
+sha256sums=('9b658fbcaaf8127115316e07fea314aebc21dd6dc3491cd8753a768521c4b9af'
+'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  MAKEFLAGS=-j1 make install DESTDIR=${pkgdir}/
+  rm ${pkgdir}/usr/bin/ivtv-ctl
+}

Copied: v4l-utils/repos/testing-x86_64/PKGBUILD (from rev 216397, 
v4l-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-03 10:04:50 UTC (rev 216398)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=v4l-utils
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=Userspace tools and conversion library for Video 4 Linux
+arch=('i686' 'x86_64')
+url=http://linuxtv.org/;
+provides=(libv4l=$pkgver)
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)
+license=('LGPL')
+makedepends=('qt4')
+optdepends=('qt4')
+depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
+
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
+sha256sums=('9b658fbcaaf8127115316e07fea314aebc21dd6dc3491cd8753a768521c4b9af'
+'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  MAKEFLAGS=-j1 make install DESTDIR=${pkgdir}/
+  rm ${pkgdir}/usr/bin/ivtv-ctl
+}



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 12:09:56
  Author: fyan
Revision: 114719

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-v4l-utils/repos/multilib-testing-x86_64/
  lib32-v4l-utils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 114718, lib32-v4l-utils/trunk/PKGBUILD)

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

Copied: lib32-v4l-utils/repos/multilib-testing-x86_64/PKGBUILD (from rev 
114718, lib32-v4l-utils/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-07-03 10:09:56 UTC (rev 114719)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+_pkgbasename=v4l-utils
+pkgname=lib32-$_pkgbasename
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=Userspace tools and conversion library for Video 4 Linux (32-bit)
+arch=('x86_64')
+url=http://linuxtv.org/;
+provides=(lib32-libv4l=$pkgver)
+replaces=('lib32-libv4l')
+conflicts=('lib32-libv4l')
+license=('LGPL')
+makedepends=('gcc-multilib')
+depends=('lib32-gcc-libs' $_pkgbasename lib32-libjpeg-turbo)
+source=(http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
+
http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
+sha256sums=('9b658fbcaaf8127115316e07fea314aebc21dd6dc3491cd8753a768521c4b9af'
+'SKIP')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
+  make -C lib
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  MAKEFLAGS=-j1 make -C lib install DESTDIR=${pkgdir}/
+  rm -rf ${pkgdir}/{usr/{include,share,bin,sbin},etc,lib}
+}



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 12:09:15
  Author: fyan
Revision: 114718

upgpkg: lib32-v4l-utils 1.2.1-1

- new upstream release

Modified:
  lib32-v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 09:48:50 UTC (rev 114717)
+++ PKGBUILD2014-07-03 10:09:15 UTC (rev 114718)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 _pkgbasename=v4l-utils
 pkgname=lib32-$_pkgbasename
-pkgver=1.0.1
+pkgver=1.2.1
 pkgrel=1
 pkgdesc=Userspace tools and conversion library for Video 4 Linux (32-bit)
 arch=('x86_64')
@@ -15,7 +15,7 @@
 depends=('lib32-gcc-libs' $_pkgbasename lib32-libjpeg-turbo)
 
source=(http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
 
http://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
-sha256sums=('fc0132e82a18dfad9619be3abf50c206e2f449b1c14440cde36f25874fdce7df'
+sha256sums=('9b658fbcaaf8127115316e07fea314aebc21dd6dc3491cd8753a768521c4b9af'
 'SKIP')
 
 build() {



[arch-commits] Commit in linux-lts/repos (22 files)

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 12:39:43
  Author: bpiotrowski
Revision: 216400

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 216399, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 216399, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 216399, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 216399, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 216399, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 216399, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 216399, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 216399, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 216399, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 216399, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 216399, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 216399, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 216399, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 216399, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 216399, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 216399, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 216399, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 216399, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 216399, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 216399, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  321 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6692 ++
 testing-i686/config.x86_64 
| 6484 +
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  321 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6692 ++
 testing-x86_64/config.x86_64   
| 6484 +
 testing-x86_64/linux-lts.install   
|   37 
 testing-x86_64/linux-lts.preset
|   14 
 20 files changed, 30324 insertions(+)

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


[arch-commits] Commit in linux-lts/trunk (12 files)

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 12:39:26
  Author: bpiotrowski
Revision: 216399

upgpkg: linux-lts 3.14.10-1

bump to the latest 3.14.x release

Added:
  linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 215294, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 215294, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 215294, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch
(from rev 215294, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/change-default-console-loglevel.patch
  linux-lts/trunk/config
  linux-lts/trunk/config.x86_64
  linux-lts/trunk/linux-lts.install
Deleted:
  linux-lts/trunk/0011-kernfs-fix-removed-error-check.patch
  linux-lts/trunk/0012-fix-saa7134.patch
  linux-lts/trunk/criu-no-expert.patch

-+
 0001-Bluetooth-allocate-static-minor-for-vhci.patch |   74 
 0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch |   93 
 0003-module-remove-MODULE_GENERIC_TABLE.patch   |   75 
 0006-genksyms-fix-typeof-handling.patch | 1360 
++
 0011-kernfs-fix-removed-error-check.patch   |   13 
 0012-fix-saa7134.patch  |   37 
 PKGBUILD|  233 -
 change-default-console-loglevel.patch   |4 
 config  |  977 +--
 config.x86_64   |  937 --
 criu-no-expert.patch|   22 
 linux-lts.install   |6 
 12 files changed, 3050 insertions(+), 781 deletions(-)

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


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

2014-07-03 Thread Daniel Micay
Date: Thursday, July 3, 2014 @ 12:45:56
  Author: thestinger
Revision: 114720

upgpkg: chrony 1.30-1

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 10:09:56 UTC (rev 114719)
+++ PKGBUILD2014-07-03 10:45:56 UTC (rev 114720)
@@ -8,8 +8,8 @@
 # Contributor: Elisamuel Resto ry...@simplysam.us
 
 pkgname=chrony
-pkgver=1.29.1
-pkgrel=3
+pkgver=1.30
+pkgrel=1
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url=http://chrony.tuxfamily.org/;
@@ -20,7 +20,7 @@
 source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
 service)
 install=${pkgname}.install
-sha256sums=('658c9bb4d8c8d8ec7d0908429aa266e5f8413ba86bd4acbfd2f9669f6065af27'
+sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
 '3c9d05aaba6c0bef43fd1923a6dd7ac5f9b9539d21efbd1fbe592b54dec8d493')
 
 build() {



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

2014-07-03 Thread Daniel Micay
Date: Thursday, July 3, 2014 @ 12:46:29
  Author: thestinger
Revision: 114721

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

Added:
  chrony/repos/community-i686/PKGBUILD
(from rev 114720, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/chrony.install
(from rev 114720, chrony/trunk/chrony.install)
  chrony/repos/community-i686/service
(from rev 114720, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
(from rev 114720, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.install
(from rev 114720, chrony/trunk/chrony.install)
  chrony/repos/community-x86_64/service
(from rev 114720, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/chrony.install
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.install
  chrony/repos/community-x86_64/service

-+
 /PKGBUILD   |  102 ++
 /chrony.install |   36 +
 /service|   22 
 community-i686/PKGBUILD |   51 ---
 community-i686/chrony.install   |   18 --
 community-i686/service  |   11 
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/chrony.install |   18 --
 community-x86_64/service|   11 
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 10:45:56 UTC (rev 114720)
+++ community-i686/PKGBUILD 2014-07-03 10:46:29 UTC (rev 114721)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.29.1
-pkgrel=3
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('658c9bb4d8c8d8ec7d0908429aa266e5f8413ba86bd4acbfd2f9669f6065af27'
-'3c9d05aaba6c0bef43fd1923a6dd7ac5f9b9539d21efbd1fbe592b54dec8d493')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
-
-  sed -i '/^! rtconutc$/ s/^! //' $pkgdir/etc/chrony.conf
-
-  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
-  rmdir $pkgdir/usr/sbin
-
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
-
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  
$pkgdir/usr/lib/systemd/ntp-units.d/10-$pkgname.list
-
-  chown 183:183 $pkgdir/var/lib/chrony
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 114720, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 10:46:29 UTC (rev 114721)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.30
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+install=${pkgname}.install
+sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
+'3c9d05aaba6c0bef43fd1923a6dd7ac5f9b9539d21efbd1fbe592b54dec8d493')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
+
+  echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
+
+  sed -i '/^! rtconutc$/ s/^! //' 

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

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 13:24:24
  Author: bpiotrowski
Revision: 216401

upgpkg: nvidia-lts 337.25-3

rebuild against linux-lts 3.14.10

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 10:39:43 UTC (rev 216400)
+++ PKGBUILD2014-07-03 11:24:24 UTC (rev 216401)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia-lts
 pkgver=337.25
-_extramodules=extramodules-3.10-lts
-pkgrel=2
+_extramodules=extramodules-3.14-lts
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux-lts=3.10.26' nvidia-utils=$pkgver 'nvidia-libgl')
-makedepends=('linux-lts-headers=3.10.26')
+depends=('linux-lts=3.14.10' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.14.10')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install

Modified: nvidia-lts.install
===
--- nvidia-lts.install  2014-07-03 10:39:43 UTC (rev 216400)
+++ nvidia-lts.install  2014-07-03 11:24:24 UTC (rev 216401)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.10-lts'
+EXTRAMODULES='extramodules-3.14-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.10-lts'
+EXTRAMODULES='extramodules-3.14-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.10-lts'
+EXTRAMODULES='extramodules-3.14-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }



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

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 13:24:34
  Author: bpiotrowski
Revision: 216402

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

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

---+
 testing-i686/PKGBUILD |   48 
 testing-i686/nvidia-lts.install   |   15 +++
 testing-x86_64/PKGBUILD   |   48 
 testing-x86_64/nvidia-lts.install |   15 +++
 4 files changed, 126 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 216401, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-03 11:24:34 UTC (rev 216402)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=337.25
+_extramodules=extramodules-3.14-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.10' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.14.10')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('2a217632ced8952e21000a51065f85b8'
+ '66e19d6d621c9e70fbd5374dd8b44341')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 216401, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2014-07-03 11:24:34 UTC (rev 216402)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 216401, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-03 11:24:34 UTC (rev 216402)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=337.25
+_extramodules=extramodules-3.14-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.10' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.14.10')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('2a217632ced8952e21000a51065f85b8'
+ '66e19d6d621c9e70fbd5374dd8b44341')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  

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

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 13:27:30
  Author: bpiotrowski
Revision: 216403

upgpkg: nvidia-304xx-lts 304.121-4

rebuild against linux-lts 3.14.10

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD
  nvidia-304xx-lts/trunk/nvidia-304xx-lts.install

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 11:24:34 UTC (rev 216402)
+++ PKGBUILD2014-07-03 11:27:30 UTC (rev 216403)
@@ -4,13 +4,13 @@
 
 pkgname=nvidia-304xx-lts
 pkgver=304.121
-_extramodules=extramodules-3.10-lts
-pkgrel=3
+_extramodules=extramodules-3.14-lts
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux-lts=3.10.26' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-lts-headers=3.10.26')
+depends=('linux-lts=3.14.10' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.14.10')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')

Modified: nvidia-304xx-lts.install
===
--- nvidia-304xx-lts.install2014-07-03 11:24:34 UTC (rev 216402)
+++ nvidia-304xx-lts.install2014-07-03 11:27:30 UTC (rev 216403)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.10-lts'
+EXTRAMODULES='extramodules-3.14-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.10-lts'
+EXTRAMODULES='extramodules-3.14-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.10-lts'
+EXTRAMODULES='extramodules-3.14-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }



[arch-commits] Commit in nvidia-304xx-lts/repos (6 files)

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 13:27:36
  Author: bpiotrowski
Revision: 216404

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 216403, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 216403, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 216403, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 216403, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-i686/nvidia-304xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   47 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 +
 4 files changed, 124 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 216403, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-03 11:27:36 UTC (rev 216404)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.121
+_extramodules=extramodules-3.14-lts
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.10' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.14.10')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('41e6d2b6325e5b0ae9889cfbd6bec696')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
216403, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2014-07-03 11:27:36 UTC (rev 
216404)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 216403, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-03 11:27:36 UTC (rev 216404)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.121
+_extramodules=extramodules-3.14-lts
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.10' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.14.10')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+

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

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 13:32:04
  Author: bpiotrowski
Revision: 114722

upgpkg: acpi_call-lts 1.1.0-6

rebuild against linux-lts 3.14.10

Modified:
  acpi_call-lts/trunk/PKGBUILD
  acpi_call-lts/trunk/acpi_call.install

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 10:46:29 UTC (rev 114721)
+++ PKGBUILD2014-07-03 11:32:04 UTC (rev 114722)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=5
-_extramodules=extramodules-3.10-lts
+pkgrel=6
+_extramodules=extramodules-3.14-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url=http://github.com/mkottman/${pkgname%-*};
 license=('GPL')
-depends=('linux-lts=3.10.26')
-makedepends=('linux-lts-headers=3.10.26')
+depends=('linux-lts=3.14.10')
+makedepends=('linux-lts-headers=3.14.10')
 provides=(${pkgname%-*})
 install=${pkgname%-*}.install
 source=(${url}/archive/v${pkgver}.tar.gz)

Modified: acpi_call.install
===
--- acpi_call.install   2014-07-03 10:46:29 UTC (rev 114721)
+++ acpi_call.install   2014-07-03 11:32:04 UTC (rev 114722)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-3.10-lts
+  _extramodules=extramodules-3.14-lts
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 



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

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 13:32:06
  Author: bpiotrowski
Revision: 114723

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

Added:
  acpi_call-lts/repos/community-testing-i686/
  acpi_call-lts/repos/community-testing-i686/PKGBUILD
(from rev 114722, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-i686/acpi_call.install
(from rev 114722, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 114722, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-x86_64/acpi_call.install
(from rev 114722, acpi_call-lts/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   41 +++
 community-testing-i686/acpi_call.install   |   14 +
 community-testing-x86_64/PKGBUILD  |   41 +++
 community-testing-x86_64/acpi_call.install |   14 +
 4 files changed, 110 insertions(+)

Copied: acpi_call-lts/repos/community-testing-i686/PKGBUILD (from rev 114722, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-03 11:32:06 UTC (rev 114723)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=6
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname%-*};
+license=('GPL')
+depends=('linux-lts=3.14.10')
+makedepends=('linux-lts-headers=3.14.10')
+provides=(${pkgname%-*})
+install=${pkgname%-*}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko ${pkgdir}/usr/lib/modules/${_extramodules}/
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 
114722, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2014-07-03 11:32:06 UTC (rev 
114723)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-3.14-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 114722, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-07-03 11:32:06 UTC (rev 114723)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=6
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname%-*};
+license=('GPL')
+depends=('linux-lts=3.14.10')
+makedepends=('linux-lts-headers=3.14.10')
+provides=(${pkgname%-*})
+install=${pkgname%-*}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko ${pkgdir}/usr/lib/modules/${_extramodules}/
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 13:39:14
  Author: bpiotrowski
Revision: 114724

upgpkg: r8168-lts 8.038.00-3

rebuild against linux-lts 3.14.10

Modified:
  r8168-lts/trunk/PKGBUILD
  r8168-lts/trunk/r8168-lts.install

---+
 PKGBUILD  |8 
 r8168-lts.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 11:32:06 UTC (rev 114723)
+++ PKGBUILD2014-07-03 11:39:14 UTC (rev 114724)
@@ -4,17 +4,17 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.038.00
-pkgrel=2
+pkgrel=3
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 url=http://www.realtek.com.tw;
 license=(GPL)
 arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.10 linux-lts3.11)
-makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+depends=('glibc' linux-lts=3.14.10 linux-lts3.15)
+makedepends=(linux-lts-headers=3.14 linux-lts-headers3.15)
 
source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
 install=$pkgname.install
 
-_extramodules=extramodules-3.10-lts
+_extramodules=extramodules-3.14-lts
 
 build() {
cd $_pkgname-$pkgver

Modified: r8168-lts.install
===
--- r8168-lts.install   2014-07-03 11:32:06 UTC (rev 114723)
+++ r8168-lts.install   2014-07-03 11:39:14 UTC (rev 114724)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-3.10-lts'
+   EXTRAMODULES='extramodules-3.14-lts'
depmod $(cat /lib/modules/$EXTRAMODULES/version)
 }
 



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

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 13:39:21
  Author: bpiotrowski
Revision: 114725

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

Added:
  r8168-lts/repos/community-testing-i686/
  r8168-lts/repos/community-testing-i686/PKGBUILD
(from rev 114724, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-i686/linux-3.10.patch
(from rev 114724, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-testing-i686/r8168-lts.install
(from rev 114724, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 114724, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/linux-3.10.patch
(from rev 114724, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 114724, r8168-lts/trunk/r8168-lts.install)

+
 community-testing-i686/PKGBUILD|   34 +++
 community-testing-i686/linux-3.10.patch|   59 +++
 community-testing-i686/r8168-lts.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   34 +++
 community-testing-x86_64/linux-3.10.patch  |   59 +++
 community-testing-x86_64/r8168-lts.install |   17 +++
 6 files changed, 220 insertions(+)

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 114724, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-03 11:39:21 UTC (rev 114725)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.038.00
+pkgrel=3
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.14.10 linux-lts3.15)
+makedepends=(linux-lts-headers=3.14 linux-lts-headers3.15)
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+_extramodules=extramodules-3.14-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Copied: r8168-lts/repos/community-testing-i686/linux-3.10.patch (from rev 
114724, r8168-lts/trunk/linux-3.10.patch)
===
--- community-testing-i686/linux-3.10.patch (rev 0)
+++ community-testing-i686/linux-3.10.patch 2014-07-03 11:39:21 UTC (rev 
114725)
@@ -0,0 +1,59 @@
+--- src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
 src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
+@@ -52,6 +52,10 @@
+ #include linux/init.h
+ #include linux/rtnetlink.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++#include linux/if_ether.h
++#endif
++
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26)
+ #include linux/pci-aspm.h
+ #endif
+@@ -2232,6 +2236,9 @@
+swab16(opts2  0x));
+ ret = 0;
+ }
++#elif LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (opts2  RxVlanTag)
++  __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2  
0x));
+ #else
+ if (opts2  RxVlanTag)
+ __vlan_hwaccel_put_tag(skb, swab16(opts2  0x));
+@@ -2295,7 +2302,11 @@
+ else
+ tp-cp_cmd = ~RxChkSum;
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (dev-features  NETIF_F_HW_VLAN_CTAG_RX)
++#else
+ if (dev-features  NETIF_F_HW_VLAN_RX)
++#endif
+ tp-cp_cmd |= RxVlan;
+ else
+ tp-cp_cmd = ~RxVlan;
+@@ -16195,7 +16206,11 @@
+ 
+ #ifdef CONFIG_R8168_VLAN
+ if (tp-mcfg != CFG_METHOD_DEFAULT) {
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  dev-features |= NETIF_F_HW_VLAN_CTAG_TX | 
NETIF_F_HW_VLAN_CTAG_RX;
++#else
+ dev-features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
++#endif
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+ dev-vlan_rx_kill_vid = rtl8168_vlan_rx_kill_vid;
+ #endif //LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+@@ -16210,7 +16225,11 @@
+ #else
+ dev-features |= NETIF_F_RXCSUM;
+ dev-hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
++#if LINUX_VERSION_CODE = 

[arch-commits] Commit in ttf-symbola/repos/community-any (6 files)

2014-07-03 Thread Daniel Micay
Date: Thursday, July 3, 2014 @ 13:44:36
  Author: thestinger
Revision: 114727

archrelease: copy trunk to community-any

Added:
  ttf-symbola/repos/community-any/LICENSE
(from rev 114726, ttf-symbola/trunk/LICENSE)
  ttf-symbola/repos/community-any/PKGBUILD
(from rev 114726, ttf-symbola/trunk/PKGBUILD)
  ttf-symbola/repos/community-any/ttf-symbola.install
(from rev 114726, ttf-symbola/trunk/ttf-symbola.install)
Deleted:
  ttf-symbola/repos/community-any/LICENSE
  ttf-symbola/repos/community-any/PKGBUILD
  ttf-symbola/repos/community-any/ttf-symbola.install

-+
 LICENSE |8 
 PKGBUILD|   45 +++--
 ttf-symbola.install |   18 +-
 3 files changed, 36 insertions(+), 35 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-07-03 11:44:17 UTC (rev 114726)
+++ LICENSE 2014-07-03 11:44:36 UTC (rev 114727)
@@ -1,4 +0,0 @@
-In lieu of a licence:
-Fonts in this site are offered free for any use; they may be opened, 
-edited, modified, regenerated, posted, packaged and redistributed.
-fonts designed by George Douros

Copied: ttf-symbola/repos/community-any/LICENSE (from rev 114726, 
ttf-symbola/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-07-03 11:44:36 UTC (rev 114727)
@@ -0,0 +1,4 @@
+In lieu of a licence:
+Fonts in this site are offered free for any use; they may be opened, 
+edited, modified, regenerated, posted, packaged and redistributed.
+fonts designed by George Douros

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-03 11:44:17 UTC (rev 114726)
+++ PKGBUILD2014-07-03 11:44:36 UTC (rev 114727)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Elena ``of Valhalla'' Grandi gmail.com: elena.valhalla
-# Contributor: Jesse Jaara gmail.com: jesse.jaara
-
-pkgname=ttf-symbola
-pkgver=7.12
-pkgrel=1
-pkgdesc=Font for unicode symbols (part of Unicode Fonts for Ancient Scripts).
-arch=('any')
-url=http://users.teilar.gr/~g1951d/;
-license=('custom')
-depends=('fontconfig' 'xorg-font-utils')
-install=$pkgname.install
-source=(http://users.teilar.gr/~g1951d/Symbola.ttf LICENSE)
-md5sums=('75cd76e3c3ee09ec854b71eb5a19bdb3'
- 'bc1709dc3b1f6a7545ab366923e01a1c')
-
-package() {
-  install -Dm644 $srcdir/Symbola.ttf 
$pkgdir/usr/share/fonts/TTF/Symbola.ttf
-  install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ttf-symbola/repos/community-any/PKGBUILD (from rev 114726, 
ttf-symbola/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-03 11:44:36 UTC (rev 114727)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Elena ``of Valhalla'' Grandi gmail.com: elena.valhalla
+# Contributor: Jesse Jaara gmail.com: jesse.jaara
+
+pkgname=ttf-symbola
+pkgver=7.17
+pkgrel=1
+pkgdesc=Font for unicode symbols (part of Unicode Fonts for Ancient Scripts).
+arch=('any')
+url=http://users.teilar.gr/~g1951d/;
+license=('custom')
+depends=('fontconfig' 'xorg-font-utils')
+makedepends=('unzip')
+install=$pkgname.install
+source=(http://users.teilar.gr/~g1951d/Symbola.zip LICENSE)
+sha1sums=('b386a78a777d7da1e305b7663556dfdf51d8b75e'
+  'd5c6cf1db006cfee0e60897ce8bb54bd6611de75')
+
+package() {
+  install -Dm644 Symbola.ttf $pkgdir/usr/share/fonts/TTF/Symbola.ttf
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: ttf-symbola.install
===
--- ttf-symbola.install 2014-07-03 11:44:17 UTC (rev 114726)
+++ ttf-symbola.install 2014-07-03 11:44:36 UTC (rev 114727)
@@ -1,9 +0,0 @@
-post_install() {
-  fc-cache -fs
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-}
-
-post_upgrade() {
-  post_install
-}

Copied: ttf-symbola/repos/community-any/ttf-symbola.install (from rev 114726, 
ttf-symbola/trunk/ttf-symbola.install)
===
--- ttf-symbola.install (rev 0)
+++ ttf-symbola.install 2014-07-03 11:44:36 UTC (rev 114727)
@@ -0,0 +1,9 @@
+post_install() {
+  fc-cache -fs
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+}
+
+post_upgrade() {
+  post_install
+}



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

2014-07-03 Thread Daniel Micay
Date: Thursday, July 3, 2014 @ 13:44:17
  Author: thestinger
Revision: 114726

upgpkg: ttf-symbola 7.17-1

Modified:
  ttf-symbola/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 11:39:21 UTC (rev 114725)
+++ PKGBUILD2014-07-03 11:44:17 UTC (rev 114726)
@@ -4,7 +4,7 @@
 # Contributor: Jesse Jaara gmail.com: jesse.jaara
 
 pkgname=ttf-symbola
-pkgver=7.12
+pkgver=7.17
 pkgrel=1
 pkgdesc=Font for unicode symbols (part of Unicode Fonts for Ancient Scripts).
 arch=('any')
@@ -11,12 +11,13 @@
 url=http://users.teilar.gr/~g1951d/;
 license=('custom')
 depends=('fontconfig' 'xorg-font-utils')
+makedepends=('unzip')
 install=$pkgname.install
-source=(http://users.teilar.gr/~g1951d/Symbola.ttf LICENSE)
-md5sums=('75cd76e3c3ee09ec854b71eb5a19bdb3'
- 'bc1709dc3b1f6a7545ab366923e01a1c')
+source=(http://users.teilar.gr/~g1951d/Symbola.zip LICENSE)
+sha1sums=('b386a78a777d7da1e305b7663556dfdf51d8b75e'
+  'd5c6cf1db006cfee0e60897ce8bb54bd6611de75')
 
 package() {
-  install -Dm644 $srcdir/Symbola.ttf 
$pkgdir/usr/share/fonts/TTF/Symbola.ttf
-  install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 Symbola.ttf $pkgdir/usr/share/fonts/TTF/Symbola.ttf
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 13:46:27
  Author: bpiotrowski
Revision: 114729

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

Added:
  tp_smapi-lts/repos/community-testing-i686/
  tp_smapi-lts/repos/community-testing-i686/PKGBUILD
(from rev 114728, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install
(from rev 114728, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 114728, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install
(from rev 114728, tp_smapi-lts/trunk/tp_smapi-lts.install)

---+
 community-testing-i686/PKGBUILD   |   57 
 community-testing-i686/tp_smapi-lts.install   |   13 +
 community-testing-x86_64/PKGBUILD |   57 
 community-testing-x86_64/tp_smapi-lts.install |   13 +
 4 files changed, 140 insertions(+)

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 114728, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-03 11:46:27 UTC (rev 114729)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.14-lts
+pkgver=0.41
+pkgrel=28
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.14.10' 'linux-lts3.15')
+makedepends=('linux-lts-headers=3.14' 'linux-lts-headers3.15')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$( ${_extramodules}/version)
+
+  make -C ${_extramodules%/*}/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
+M=${srcdir}/${_pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/${_extramodules%/*}
+  mv ${_kernver}/extra ${_extramodules##*/}
+  rmdir ${_kernver}
+
+  # compress kernel modules
+  find ${pkgdir} -name *.ko -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi  ${srcdir}/${pkgname}.conf
+  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  # update kernel version in install file
+  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
+}

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 114728, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2014-07-03 11:46:27 UTC (rev 
114729)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.14-lts
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 114728, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-07-03 11:46:27 UTC (rev 114729)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.14-lts
+pkgver=0.41
+pkgrel=28
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.14.10' 'linux-lts3.15')

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

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 13:46:21
  Author: bpiotrowski
Revision: 114728

upgpkg: tp_smapi-lts 0.41-28

rebuild against linux-lts 3.14.10

Modified:
  tp_smapi-lts/trunk/PKGBUILD
  tp_smapi-lts/trunk/tp_smapi-lts.install

--+
 PKGBUILD |8 
 tp_smapi-lts.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 11:44:36 UTC (rev 114727)
+++ PKGBUILD2014-07-03 11:46:21 UTC (rev 114728)
@@ -10,15 +10,15 @@
 
 pkgname=tp_smapi-lts
 _pkgname=tp_smapi
-_extramodules=/usr/lib/modules/extramodules-3.10-lts
+_extramodules=/usr/lib/modules/extramodules-3.14-lts
 pkgver=0.41
-pkgrel=27
+pkgrel=28
 pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts=3.10' 'linux-lts3.11')
-makedepends=('linux-lts-headers=3.10' 'linux-lts-headers3.11')
+depends=('linux-lts=3.14.10' 'linux-lts3.15')
+makedepends=('linux-lts-headers=3.14' 'linux-lts-headers3.15')
 install=${pkgname}.install
 
source=(https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 md5sums=('63c683415c764568f6bf17c7eabe4752')

Modified: tp_smapi-lts.install
===
--- tp_smapi-lts.install2014-07-03 11:44:36 UTC (rev 114727)
+++ tp_smapi-lts.install2014-07-03 11:46:21 UTC (rev 114728)
@@ -1,4 +1,4 @@
-extramodules=/usr/lib/modules/extramodules-3.10-lts
+extramodules=/usr/lib/modules/extramodules-3.14-lts
 
 post_install() {
   depmod -v $( $extramodules/version) /dev/null



[arch-commits] Commit in virtualbox-modules-lts/trunk (3 files)

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 13:49:21
  Author: bpiotrowski
Revision: 114730

upgpkg: virtualbox-modules-lts 4.3.12-2

rebuild against linux-lts 3.14.10

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD
  virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install
  virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install

--+
 PKGBUILD |   12 ++--
 virtualbox-guest-modules-lts.install |2 +-
 virtualbox-host-modules-lts.install  |2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 11:46:27 UTC (rev 114729)
+++ PKGBUILD2014-07-03 11:49:21 UTC (rev 114730)
@@ -6,17 +6,17 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.12
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux-lts=3.10' 'linux-lts3.11'
- 'linux-lts-headers=3.10' 'linux-lts-headers3.11'
+makedepends=('linux-lts=3.14' 'linux-lts3.15'
+ 'linux-lts-headers=3.14' 'linux-lts-headers3.15'
  virtualbox-host-dkms=$pkgver
  virtualbox-guest-dkms=$pkgver)
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.10-lts
+_extramodules=extramodules-3.14-lts
 
 build() {
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
@@ -34,7 +34,7 @@
 package_virtualbox-host-modules-lts(){
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts=3.10' 'linux-lts3.11')
+  depends=('linux-lts=3.14' 'linux-lts3.15')
   replaces=('virtualbox-modules-lts')
   conflicts=('virtualbox-modules-lts')
   provides=(virtualbox-host-modules=$pkgver)
@@ -50,7 +50,7 @@
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux-lts=3.10' 'linux-lts3.11')
+  depends=('linux-lts=3.14' 'linux-lts3.15')
   replaces=('virtualbox-archlinux-modules-lts')
   conflicts=('virtualbox-archlinux-modules-lts')
   provides=(virtualbox-guest-modules=$pkgver)

Modified: virtualbox-guest-modules-lts.install
===
--- virtualbox-guest-modules-lts.install2014-07-03 11:46:27 UTC (rev 
114729)
+++ virtualbox-guest-modules-lts.install2014-07-03 11:49:21 UTC (rev 
114730)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.10-lts
+  EXTRAMODULES=extramodules-3.14-lts
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules-lts.install
===
--- virtualbox-host-modules-lts.install 2014-07-03 11:46:27 UTC (rev 114729)
+++ virtualbox-host-modules-lts.install 2014-07-03 11:49:21 UTC (rev 114730)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.10-lts
+  EXTRAMODULES=extramodules-3.14-lts
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



[arch-commits] Commit in virtualbox-modules-lts/repos (10 files)

2014-07-03 Thread Bartłomiej Piotrowski
Date: Thursday, July 3, 2014 @ 13:49:24
  Author: bpiotrowski
Revision: 114731

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

Added:
  virtualbox-modules-lts/repos/community-testing-i686/
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
(from rev 114730, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
(from rev 114730, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
(from rev 114730, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
(from rev 114730, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-testing-x86_64/
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 114730, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
(from rev 114730, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
(from rev 114730, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install
(from rev 114730, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)

---+
 community-testing-i686/PKGBUILD   |   66 ++
 community-testing-i686/build.sh   |   60 +
 community-testing-i686/virtualbox-guest-modules-lts.install   |   21 +++
 community-testing-i686/virtualbox-host-modules-lts.install|   23 +++
 community-testing-x86_64/PKGBUILD |   66 ++
 community-testing-x86_64/build.sh |   60 +
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   21 +++
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   23 +++
 8 files changed, 340 insertions(+)

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
114730, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-03 11:49:24 UTC (rev 114731)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=4.3.12
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts=3.14' 'linux-lts3.15'
+ 'linux-lts-headers=3.14' 'linux-lts-headers3.15'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.14-lts
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux-lts=3.14' 'linux-lts3.15')
+  replaces=('virtualbox-modules-lts')
+  conflicts=('virtualbox-modules-lts')
+  provides=(virtualbox-host-modules=$pkgver)
+  install=virtualbox-host-modules-lts.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux-lts=3.14' 'linux-lts3.15')
+  replaces=('virtualbox-archlinux-modules-lts')
+  conflicts=('virtualbox-archlinux-modules-lts')
+  provides=(virtualbox-guest-modules=$pkgver)
+  install=virtualbox-guest-modules-lts.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: 

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

2014-07-03 Thread Alexander Rødseth
Date: Thursday, July 3, 2014 @ 15:00:04
  Author: arodseth
Revision: 114732

upgpkg: scite 3.4.4-1

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 11:49:24 UTC (rev 114731)
+++ PKGBUILD2014-07-03 13:00:04 UTC (rev 114732)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.4.3
+pkgver=3.4.4
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('8bad6e1241aba32001f8bbf6dfb368756a2c3e44dc96d712849a7de6f7540f23')
+sha256sums=('e3c477d96ab233e526020ff176b7113ada0cdf90425765ca5cb7c48e55317995')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2014-07-03 Thread Alexander Rødseth
Date: Thursday, July 3, 2014 @ 15:00:17
  Author: arodseth
Revision: 114733

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

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

+
 /PKGBUILD  |   96 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   48 ---
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/scite.install |   13 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 13:00:04 UTC (rev 114732)
+++ community-i686/PKGBUILD 2014-07-03 13:00:17 UTC (rev 114733)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=scite
-pkgver=3.4.3
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('8bad6e1241aba32001f8bbf6dfb368756a2c3e44dc96d712849a7de6f7540f23')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then 
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
--DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
--Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
-}
-
-build() {
-  make -C scintilla/gtk
-  make -C $pkgname/gtk
-}
-
-package() {
-  make -C $pkgname/gtk DESTDIR=$pkgdir install
-  install -Dm644 $pkgname/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
-  install -Dm644 scintilla/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
-  ln -sf /usr/bin/SciTE $pkgdir/usr/bin/scite
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 114732, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 13:00:17 UTC (rev 114733)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scite
+pkgver=3.4.4
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('e3c477d96ab233e526020ff176b7113ada0cdf90425765ca5cb7c48e55317995')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then 
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
+}
+
+build() {
+  make -C scintilla/gtk
+  make -C $pkgname/gtk
+}
+
+package() {
+  make -C $pkgname/gtk DESTDIR=$pkgdir install
+  install -Dm644 $pkgname/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
+  install -Dm644 scintilla/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
+  

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

2014-07-03 Thread Sven-Hendrik Haase
Date: Thursday, July 3, 2014 @ 15:04:22
  Author: svenstaro
Revision: 114734

upgpkg: fabric 1.9.0-1

upstream release 1.9.0

Modified:
  fabric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 13:00:17 UTC (rev 114733)
+++ PKGBUILD2014-07-03 13:04:22 UTC (rev 114734)
@@ -2,21 +2,18 @@
 # Contributor: Francois Boulogne fboulogne at april dot org
 
 pkgname=fabric
-pkgver=1.8.3
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
 pkgdesc=Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol
 url=http://fabfile.org/;
 license=('BSD')
 arch=('any')
 depends=('python2' 'pycrypto' 'python2-paramiko' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz;
-paramiko.patch)
-md5sums=('02ce0ad4657f2d0ab6497a8fd3a09c2c'
- '5bec4030b1e99ace47f2e1eaf6f7b190')
+source=(http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz;)
+md5sums=('093c62d8fb0c8c9d41f251408a06f939')
 
 package() {
   cd ${srcdir}/Fabric-${pkgver}
-  patch -Np0  ${srcdir}/paramiko.patch
   python2 setup.py install --root=${pkgdir} --optimize=1
 
   install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst



[arch-commits] Commit in fabric/repos/community-any (4 files)

2014-07-03 Thread Sven-Hendrik Haase
Date: Thursday, July 3, 2014 @ 15:04:28
  Author: svenstaro
Revision: 114735

archrelease: copy trunk to community-any

Added:
  fabric/repos/community-any/PKGBUILD
(from rev 114734, fabric/trunk/PKGBUILD)
  fabric/repos/community-any/paramiko.patch
(from rev 114734, fabric/trunk/paramiko.patch)
Deleted:
  fabric/repos/community-any/PKGBUILD
  fabric/repos/community-any/paramiko.patch

+
 PKGBUILD   |   45 +
 paramiko.patch |   48 
 2 files changed, 45 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-03 13:04:22 UTC (rev 114734)
+++ PKGBUILD2014-07-03 13:04:28 UTC (rev 114735)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=fabric
-pkgver=1.8.3
-pkgrel=2
-pkgdesc=Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol
-url=http://fabfile.org/;
-license=('BSD')
-arch=('any')
-depends=('python2' 'pycrypto' 'python2-paramiko' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz;
-paramiko.patch)
-md5sums=('02ce0ad4657f2d0ab6497a8fd3a09c2c'
- '5bec4030b1e99ace47f2e1eaf6f7b190')
-
-package() {
-  cd ${srcdir}/Fabric-${pkgver}
-  patch -Np0  ${srcdir}/paramiko.patch
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: fabric/repos/community-any/PKGBUILD (from rev 114734, 
fabric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-03 13:04:28 UTC (rev 114735)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=fabric
+pkgver=1.9.0
+pkgrel=1
+pkgdesc=Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol
+url=http://fabfile.org/;
+license=('BSD')
+arch=('any')
+depends=('python2' 'pycrypto' 'python2-paramiko' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz;)
+md5sums=('093c62d8fb0c8c9d41f251408a06f939')
+
+package() {
+  cd ${srcdir}/Fabric-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: paramiko.patch
===
--- paramiko.patch  2014-07-03 13:04:22 UTC (rev 114734)
+++ paramiko.patch  2014-07-03 13:04:28 UTC (rev 114735)
@@ -1,24 +0,0 @@
 setup.py
-+++ setup.py
-@@ -26,6 +26,11 @@ pip, with `pip install fabric==dev`.
- For more information, please see the Fabric website or execute ``fab --help``.
-  % (get_version('branch'), readme)
-
-+if sys.version_info[:2]  (2, 6):
-+install_requires=['paramiko=1.10,1.13']
-+else:
-+install_requires=['paramiko=1.10']
-+
- setup(
- name='Fabric',
- version=get_version('short'),
-@@ -37,7 +42,7 @@ setup(
- packages=find_packages(),
- test_suite='nose.collector',
- tests_require=['nose', 'fudge1.0'],
--install_requires=['paramiko=1.10,1.13'],
-+install_requires=install_requires,
- entry_points={
- 'console_scripts': [
- 'fab = fabric.main:main',
-

Copied: fabric/repos/community-any/paramiko.patch (from rev 114734, 
fabric/trunk/paramiko.patch)
===
--- paramiko.patch  (rev 0)
+++ paramiko.patch  2014-07-03 13:04:28 UTC (rev 114735)
@@ -0,0 +1,24 @@
+--- setup.py
 setup.py
+@@ -26,6 +26,11 @@ pip, with `pip install fabric==dev`.
+ For more information, please see the Fabric website or execute ``fab --help``.
+  % (get_version('branch'), readme)
+
++if sys.version_info[:2]  (2, 6):
++install_requires=['paramiko=1.10,1.13']
++else:
++install_requires=['paramiko=1.10']
++
+ setup(
+ name='Fabric',
+ version=get_version('short'),
+@@ -37,7 +42,7 @@ setup(
+ packages=find_packages(),
+ test_suite='nose.collector',
+ tests_require=['nose', 'fudge1.0'],
+-install_requires=['paramiko=1.10,1.13'],
++install_requires=install_requires,
+ entry_points={
+ 'console_scripts': [
+ 'fab = fabric.main:main',
+



[arch-commits] Commit in synergy/trunk (PKGBUILD synergys@.service synergys@.socket)

2014-07-03 Thread Sven-Hendrik Haase
Date: Thursday, July 3, 2014 @ 15:16:18
  Author: svenstaro
Revision: 114736

upgpkg: synergy 1.5.0-2

Change to user services instead

Added:
  synergy/trunk/synergys@.service
  synergy/trunk/synergys@.socket
Modified:
  synergy/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +++---
 synergys@.service |   10 ++
 synergys@.socket  |9 +
 3 files changed, 26 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 13:04:28 UTC (rev 114735)
+++ PKGBUILD2014-07-03 13:16:18 UTC (rev 114736)
@@ -12,7 +12,7 @@
 pkgname=synergy
 pkgver=1.5.0
 _pkgver=2278
-pkgrel=1
+pkgrel=2
 pkgdesc=Share a single mouse and keyboard between multiple computers
 url=http://synergy-foss.org;
 arch=('i686' 'x86_64')
@@ -21,12 +21,12 @@
 optdepends=('qt5-base: gui support')
 license=('GPL2')
 
source=(http://synergy-project.org/files/packages/synergy-${pkgver}-r${_pkgver}-Source.tar.gz;
-synergys.socket
-synergys.service
+synergys@.socket
+synergys@.service
 unfuck-cryptopp-thanks-gentoo.patch)
 sha1sums=('808f1d793e5e977241bbef7e28fd02990adf8a47'
-  '947406e72351145c65ba9884ed175bf781482d46'
-  '00f2259c31c9551c0830d9e889fd0a0790cf9045'
+  '7ec33221725fc496b807e0f435c5e87b590beb5d'
+  '4bd12cd0674ef317af1f7df32d84e94582855140'
   '8e321e664ae4b7a763175524dd938a88d85c7909')
 
 build() {
@@ -63,8 +63,8 @@
 
   # install systemd service and socket
   install -d $pkgdir/usr/lib/systemd/system
-  install -Dm644 $srcdir/synergys.service $pkgdir/usr/lib/systemd/system/
-  install -Dm644 $srcdir/synergys.socket $pkgdir/usr/lib/systemd/system/
+  install -Dm644 $srcdir/synergys@.service $pkgdir/usr/lib/systemd/system/
+  install -Dm644 $srcdir/synergys@.socket $pkgdir/usr/lib/systemd/system/
 
   # install desktop/icon stuff
   cd ../res

Added: synergys@.service
===
--- synergys@.service   (rev 0)
+++ synergys@.service   2014-07-03 13:16:18 UTC (rev 114736)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Synergy Server Daemon
+After=network.target
+
+[Service]
+User=%i
+ExecStart=/usr/bin/synergys --no-daemon --config /etc/synergy.conf
+
+[Install]
+WantedBy=multi-user.target

Added: synergys@.socket
===
--- synergys@.socket(rev 0)
+++ synergys@.socket2014-07-03 13:16:18 UTC (rev 114736)
@@ -0,0 +1,9 @@
+[Unit]
+Conflicts=synergys@.service
+
+[Socket]
+ListenStream=24800
+Accept=false
+
+[Install]
+WantedBy=sockets.target



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

2014-07-03 Thread Alexander Rødseth
Date: Thursday, July 3, 2014 @ 15:20:51
  Author: arodseth
Revision: 114737

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

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

+
 /PKGBUILD  |   96 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   48 ---
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/scite.install |   13 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 13:16:18 UTC (rev 114736)
+++ community-i686/PKGBUILD 2014-07-03 13:20:51 UTC (rev 114737)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=scite
-pkgver=3.4.4
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('e3c477d96ab233e526020ff176b7113ada0cdf90425765ca5cb7c48e55317995')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then 
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
--DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
--Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
-}
-
-build() {
-  make -C scintilla/gtk
-  make -C $pkgname/gtk
-}
-
-package() {
-  make -C $pkgname/gtk DESTDIR=$pkgdir install
-  install -Dm644 $pkgname/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
-  install -Dm644 scintilla/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
-  ln -sf /usr/bin/SciTE $pkgdir/usr/bin/scite
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 114736, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 13:20:51 UTC (rev 114737)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scite
+pkgver=3.4.4
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('e3c477d96ab233e526020ff176b7113ada0cdf90425765ca5cb7c48e55317995')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then 
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
+}
+
+build() {
+  make -C scintilla/gtk
+  make -C $pkgname/gtk
+}
+
+package() {
+  make -C $pkgname/gtk DESTDIR=$pkgdir install
+  install -Dm644 $pkgname/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
+  install -Dm644 scintilla/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
+  

[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2014-07-03 Thread Pierre Schmitz
Date: Thursday, July 3, 2014 @ 16:56:05
  Author: pierre
Revision: 216405

upgpkg: grml-zsh-config 0.9.6-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 11:27:36 UTC (rev 216404)
+++ PKGBUILD2014-07-03 14:56:05 UTC (rev 216405)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=grml-zsh-config
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc=grml's zsh setup
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('f64699fb74262a300c828a0ef4ed080c53fa37949cfbc61e43999d08a36cc88b')
+sha256sums=('34a8fc0ffa8242e84d2c492f05da214b69e5662a175de79b96c5eb1a96303c72')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc



[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2014-07-03 Thread Pierre Schmitz
Date: Thursday, July 3, 2014 @ 16:56:19
  Author: pierre
Revision: 216406

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 216405, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-03 14:56:05 UTC (rev 216405)
+++ PKGBUILD2014-07-03 14:56:19 UTC (rev 216406)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=grml-zsh-config
-pkgver=0.9.5
-pkgrel=1
-pkgdesc=grml's zsh setup
-arch=('any')
-url='http://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('f64699fb74262a300c828a0ef4ed080c53fa37949cfbc61e43999d08a36cc88b')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 216405, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-03 14:56:19 UTC (rev 216406)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=grml-zsh-config
+pkgver=0.9.6
+pkgrel=1
+pkgdesc=grml's zsh setup
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('34a8fc0ffa8242e84d2c492f05da214b69e5662a175de79b96c5eb1a96303c72')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}



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

2014-07-03 Thread Alexander Rødseth
Date: Thursday, July 3, 2014 @ 17:11:03
  Author: arodseth
Revision: 114739

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

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

---+
 /PKGBUILD |  172 
 community-i686/PKGBUILD   |   89 --
 community-x86_64/PKGBUILD |   89 --
 3 files changed, 172 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 15:10:47 UTC (rev 114738)
+++ community-i686/PKGBUILD 2014-07-03 15:11:03 UTC (rev 114739)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lex Black autumn-wind at web dot de
-# Contributor: Michael Jakl jakl.mich...@gmail.com
-# Contributor: devmotion nospam-archlinux@devmotion.de
-
-pkgname=julia
-pkgver=0.3.0_prerelease
-pkgrel=6
-pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
-url='http://julialang.org'
-license=('GPL')
-depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 
'zlib')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-options=('!emptydirs' 'staticlibs')
-source=(git://github.com/JuliaLang/julia.git#commit=3985890)
-sha256sums=('SKIP')
-
-prepare() {
-  # Fix for FS#40736
-  [ $CARCH = x86_64 ]  (setconf $pkgname/Make.inc JULIA_CPU_TARGET core2) 
|| true
-}
-
-build() {
-  make -C $pkgname prefix=/usr sysconfdir=/etc \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir \
-prefix=/usr sysconfdir=/etc  \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-install
-
-# Remove duplicate man-page from julia/doc
-rm -rv $pkgdir/usr/share/julia/doc/man
-
-# Remove this file in order for Julia to start
-rm -v $pkgdir/usr/lib/julia/sys.so
-
-# Fix wonky permission
-chmod 644 $pkgdir/usr/lib/julia/libuv.a
-}
-
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 114738, 
julia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 15:11:03 UTC (rev 114739)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lex Black autumn-wind at web dot de
+# Contributor: Michael Jakl jakl.mich...@gmail.com
+# Contributor: devmotion nospam-archlinux@devmotion.de
+
+pkgname=julia
+pkgver=0.3.0_prerelease
+pkgrel=7
+pkgdesc='High-level, high-performance, dynamic programming language'
+arch=('x86_64' 'i686')
+url='http://julialang.org'
+license=('GPL')
+depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 
'zlib')
+makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
+optdepends=('gnuplot: If using the Gaston Package from julia')
+options=('!emptydirs' 'staticlibs')
+source=('git://github.com/JuliaLang/julia.git#commit=a8545c0a93')
+sha256sums=('SKIP')
+
+prepare() {
+  # Fix for FS#40736
+  [ $CARCH = x86_64 ]  (setconf $pkgname/Make.inc JULIA_CPU_TARGET core2) 
|| true
+}
+
+build() {
+  make -C $pkgname prefix=/usr sysconfdir=/etc \
+USE_SYSTEM_LLVM=0 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_READLINE=1 \
+USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_LIBM=1 \
+USE_SYSTEM_OPENLIBM=0 \
+USE_SYSTEM_OPENSPECFUN=0 \
+USE_SYSTEM_BLAS=1 \
+USE_SYSTEM_LAPACK=1 \
+USE_SYSTEM_FFTW=1 \
+USE_SYSTEM_GMP=1 \
+USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_ARPACK=1 \
+

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

2014-07-03 Thread Alexander Rødseth
Date: Thursday, July 3, 2014 @ 17:10:47
  Author: arodseth
Revision: 114738

upgpkg: julia 0.3.0_prerelease-7

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 13:20:51 UTC (rev 114737)
+++ PKGBUILD2014-07-03 15:10:47 UTC (rev 114738)
@@ -6,7 +6,7 @@
 
 pkgname=julia
 pkgver=0.3.0_prerelease
-pkgrel=6
+pkgrel=7
 pkgdesc='High-level, high-performance, dynamic programming language'
 arch=('x86_64' 'i686')
 url='http://julialang.org'
@@ -15,7 +15,7 @@
 makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
 optdepends=('gnuplot: If using the Gaston Package from julia')
 options=('!emptydirs' 'staticlibs')
-source=(git://github.com/JuliaLang/julia.git#commit=3985890)
+source=('git://github.com/JuliaLang/julia.git#commit=a8545c0a93')
 sha256sums=('SKIP')
 
 prepare() {
@@ -79,9 +79,6 @@
 # Remove duplicate man-page from julia/doc
 rm -rv $pkgdir/usr/share/julia/doc/man
 
-# Remove this file in order for Julia to start
-rm -v $pkgdir/usr/lib/julia/sys.so
-
 # Fix wonky permission
 chmod 644 $pkgdir/usr/lib/julia/libuv.a
 }



[arch-commits] Commit in lvm2/trunk (PKGBUILD lvm2-make-sockets-static.patch)

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 17:47:07
  Author: fyan
Revision: 216407

upgpkg: lvm2 2.02.107-1

- new upstream release

Modified:
  lvm2/trunk/PKGBUILD
  lvm2/trunk/lvm2-make-sockets-static.patch

+
 PKGBUILD   |   12 
 lvm2-make-sockets-static.patch |   10 +-
 2 files changed, 9 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 14:56:19 UTC (rev 216406)
+++ PKGBUILD2014-07-03 15:47:07 UTC (rev 216407)
@@ -4,8 +4,8 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.106
-pkgrel=2
+pkgver=2.02.107
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://sourceware.org/lvm2/;
 license=('GPL2' 'LGPL2.1')
@@ -16,23 +16,19 @@
 lvm2_hook
 sd-lvm2
 11-dm-initramfs.rules
-lvm2-fix-pvscan-service.patch
 lvm2-make-sockets-static.patch)
-sha1sums=('0943d1c401675dfdc2118b9ad4fd4d7fb50eaaff'
+sha1sums=('95e99c04ac1b5b987de41d4e31cca982caaee5f9'
   'SKIP'
   'be3b7db02e76d31d4742dc853b2fa3f898368ff8'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'
   '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
   'f6a554eea9557c3c236df2943bb6e7e723945c41'
-  'ec22d30fed5fb5ec836932b070ee65b34bbe875b'
-  'f9e96af741ef6d0b4bb3c302faa5f6b29f9ef04a')
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
 
 prepare() {
   cd LVM2.${pkgver}
   # enable lvmetad
   sed -i 's|use_lvmetad = 0|use_lvmetad = 1|' conf/example.conf.in
-  # fix pvscan@.service for initramfs
-  patch -p1 -i ${srcdir}/lvm2-fix-pvscan-service.patch
   # make systemd sockets static
   patch -p1 -i ${srcdir}/lvm2-make-sockets-static.patch
 }

Modified: lvm2-make-sockets-static.patch
===
--- lvm2-make-sockets-static.patch  2014-07-03 14:56:19 UTC (rev 216406)
+++ lvm2-make-sockets-static.patch  2014-07-03 15:47:07 UTC (rev 216407)
@@ -1,10 +1,10 @@
 diff -Nur LVM2.2.02.106.orig/scripts/dm_event_systemd_red_hat.socket.in 
LVM2.2.02.106/scripts/dm_event_systemd_red_hat.socket.in
 --- LVM2.2.02.106.orig/scripts/dm_event_systemd_red_hat.socket.in  
2014-04-10 17:38:46.0 +0200
 +++ LVM2.2.02.106/scripts/dm_event_systemd_red_hat.socket.in   2014-04-26 
14:21:10.097269315 +0200
-@@ -7,6 +7,3 @@
- ListenFIFO=@DEFAULT_DM_RUN_DIR@/dmeventd-server
+@@ -8,6 +8,3 @@
  ListenFIFO=@DEFAULT_DM_RUN_DIR@/dmeventd-client
  SocketMode=0600
+ RemoveOnStop=true
 -
 -[Install]
 -WantedBy=sockets.target
@@ -11,10 +11,10 @@
 diff -Nur LVM2.2.02.106.orig/scripts/lvm2_lvmetad_systemd_red_hat.socket.in 
LVM2.2.02.106/scripts/lvm2_lvmetad_systemd_red_hat.socket.in
 --- LVM2.2.02.106.orig/scripts/lvm2_lvmetad_systemd_red_hat.socket.in  
2014-04-10 17:38:46.0 +0200
 +++ LVM2.2.02.106/scripts/lvm2_lvmetad_systemd_red_hat.socket.in   
2014-04-26 14:21:15.287156152 +0200
-@@ -6,6 +6,3 @@
- [Socket]
+@@ -7,6 +7,3 @@
  ListenStream=@DEFAULT_RUN_DIR@/lvmetad.socket
  SocketMode=0600
+ RemoveOnStop=true
 -
 -[Install]
--WantedBy=sockets.target
+-WantedBy=sysinit.target



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

2014-07-03 Thread Eric Bélanger
Date: Thursday, July 3, 2014 @ 17:49:00
  Author: eric
Revision: 216408

upgpkg: linux_logo 5.11-3

Rebuild to add mtree file

Modified:
  linux_logo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 15:47:07 UTC (rev 216407)
+++ PKGBUILD2014-07-03 15:49:00 UTC (rev 216408)
@@ -3,7 +3,7 @@
 
 pkgname=linux_logo
 pkgver=5.11
-pkgrel=2
+pkgrel=3
 pkgdesc=Text-based logo and system information program
 arch=('i686' 'x86_64') 
 url=http://www.deater.net/weave/vmwprod/linux_logo;
@@ -13,7 +13,7 @@
 sha1sums=('bd22808f165574cb3bc98c579aa48c0acab65f39')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   find ./logos -type f | sort  logo_config
   ./configure --prefix=/usr
   make
@@ -20,6 +20,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make PREFIX=${pkgdir}/usr install
 }



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 17:49:54
  Author: fyan
Revision: 216409

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 216407, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 216407, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2-fix-pvscan-service.patch
(from rev 216407, lvm2/trunk/lvm2-fix-pvscan-service.patch)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 216407, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 216407, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 216407, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 216407, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2
(from rev 216407, lvm2/trunk/sd-lvm2)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 216407, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 216407, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-fix-pvscan-service.patch
(from rev 216407, lvm2/trunk/lvm2-fix-pvscan-service.patch)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 216407, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 216408, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 216408, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 216408, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2
(from rev 216408, lvm2/trunk/sd-lvm2)

---+
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |  101 
 testing-i686/lvm2-fix-pvscan-service.patch|   11 ++
 testing-i686/lvm2-make-sockets-static.patch   |   20 
 testing-i686/lvm2.install |   25 +
 testing-i686/lvm2_hook|   12 ++
 testing-i686/lvm2_install |   29 ++
 testing-i686/sd-lvm2  |   32 +++
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |  101 
 testing-x86_64/lvm2-fix-pvscan-service.patch  |   11 ++
 testing-x86_64/lvm2-make-sockets-static.patch |   20 
 testing-x86_64/lvm2.install   |   25 +
 testing-x86_64/lvm2_hook  |   12 ++
 testing-x86_64/lvm2_install   |   29 ++
 testing-x86_64/sd-lvm2|   32 +++
 16 files changed, 466 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 216407, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2014-07-03 15:49:54 UTC (rev 216409)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
+SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 216407, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-03 15:49:54 UTC (rev 216409)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.107
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://sourceware.org/lvm2/;
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd' 'thin-provisioning-tools')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+sd-lvm2
+11-dm-initramfs.rules
+lvm2-make-sockets-static.patch)
+sha1sums=('95e99c04ac1b5b987de41d4e31cca982caaee5f9'
+  'SKIP'
+  'be3b7db02e76d31d4742dc853b2fa3f898368ff8'
+  'ff0fdf0a3005a41acd4b36865056109effc3474b'
+  '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
+  'f6a554eea9557c3c236df2943bb6e7e723945c41'
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
+
+prepare() {
+  cd LVM2.${pkgver}
+  # enable lvmetad
+  sed -i 's|use_lvmetad = 0|use_lvmetad = 1|' conf/example.conf.in
+  # make systemd sockets static
+  patch -p1 -i ${srcdir}/lvm2-make-sockets-static.patch
+}
+
+build() {
+  CONFIGUREOPTS=--prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
+  --with-udev-prefix=/usr 
--with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-default-pid-dir=/run 

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

2014-07-03 Thread Eric Bélanger
Date: Thursday, July 3, 2014 @ 17:51:30
  Author: eric
Revision: 216410

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

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

---+
 /PKGBUILD |   50 
 extra-i686/PKGBUILD   |   25 
 extra-x86_64/PKGBUILD |   25 
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-03 15:49:54 UTC (rev 216409)
+++ extra-i686/PKGBUILD 2014-07-03 15:51:30 UTC (rev 216410)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=linux_logo
-pkgver=5.11
-pkgrel=2
-pkgdesc=Text-based logo and system information program
-arch=('i686' 'x86_64') 
-url=http://www.deater.net/weave/vmwprod/linux_logo;
-license=('GPL')
-depends=('glibc')
-source=(http://www.deater.net/weave/vmwprod/linux_logo/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('bd22808f165574cb3bc98c579aa48c0acab65f39')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  find ./logos -type f | sort  logo_config
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=${pkgdir}/usr install
-}

Copied: linux_logo/repos/extra-i686/PKGBUILD (from rev 216409, 
linux_logo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-03 15:51:30 UTC (rev 216410)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=linux_logo
+pkgver=5.11
+pkgrel=3
+pkgdesc=Text-based logo and system information program
+arch=('i686' 'x86_64') 
+url=http://www.deater.net/weave/vmwprod/linux_logo;
+license=('GPL')
+depends=('glibc')
+source=(http://www.deater.net/weave/vmwprod/linux_logo/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bd22808f165574cb3bc98c579aa48c0acab65f39')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  find ./logos -type f | sort  logo_config
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=${pkgdir}/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-03 15:49:54 UTC (rev 216409)
+++ extra-x86_64/PKGBUILD   2014-07-03 15:51:30 UTC (rev 216410)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=linux_logo
-pkgver=5.11
-pkgrel=2
-pkgdesc=Text-based logo and system information program
-arch=('i686' 'x86_64') 
-url=http://www.deater.net/weave/vmwprod/linux_logo;
-license=('GPL')
-depends=('glibc')
-source=(http://www.deater.net/weave/vmwprod/linux_logo/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('bd22808f165574cb3bc98c579aa48c0acab65f39')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  find ./logos -type f | sort  logo_config
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=${pkgdir}/usr install
-}

Copied: linux_logo/repos/extra-x86_64/PKGBUILD (from rev 216409, 
linux_logo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-03 15:51:30 UTC (rev 216410)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=linux_logo
+pkgver=5.11
+pkgrel=3
+pkgdesc=Text-based logo and system information program
+arch=('i686' 'x86_64') 
+url=http://www.deater.net/weave/vmwprod/linux_logo;
+license=('GPL')
+depends=('glibc')
+source=(http://www.deater.net/weave/vmwprod/linux_logo/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bd22808f165574cb3bc98c579aa48c0acab65f39')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  find ./logos -type f | sort  logo_config
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=${pkgdir}/usr install
+}



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

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 18:14:48
  Author: tpowa
Revision: 216411

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

Added:
  lzo2/repos/core-i686/PKGBUILD
(from rev 216410, lzo2/repos/testing-i686/PKGBUILD)
  lzo2/repos/core-x86_64/PKGBUILD
(from rev 216410, lzo2/repos/testing-x86_64/PKGBUILD)
Deleted:
  lzo2/repos/core-i686/PKGBUILD
  lzo2/repos/core-i686/configure-2.07.patch
  lzo2/repos/core-x86_64/PKGBUILD
  lzo2/repos/core-x86_64/configure-2.07.patch
  lzo2/repos/testing-i686/
  lzo2/repos/testing-x86_64/

--+
 /PKGBUILD|   80 +
 core-i686/PKGBUILD   |   47 -
 core-i686/configure-2.07.patch   |   12 -
 core-x86_64/PKGBUILD |   47 -
 core-x86_64/configure-2.07.patch |   12 -
 5 files changed, 80 insertions(+), 118 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-07-03 15:51:30 UTC (rev 216410)
+++ core-i686/PKGBUILD  2014-07-03 16:14:48 UTC (rev 216411)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Low Kian Seong fastmail_...@speedymail.org
-# Maintainer: dorphell dorph...@archlinux.org
-pkgname=lzo2
-pkgver=2.07
-pkgrel=2
-pkgdesc=Portable lossless data compression library
-arch=('i686' 'x86_64')
-url=http://www.oberhumer.com/opensource/lzo;
-license=('GPL')
-depends=('glibc')
-source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz
-configure-2.07.patch)
-md5sums=('4011935e95171e78ad4894f7335c982a'
- 'db3ead3fb5590275838d3080ea7342d1')
-
-prepare() {
-  cd ${srcdir}/lzo-${pkgver}
-  patch -Np0 -i ${srcdir}/configure-2.07.patch
-}
-
-build() {
-  cd ${srcdir}/lzo-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  # build minilzo
-  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
-  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
-}
-
-check() {
-  cd ${srcdir}/lzo-${pkgver}
-  make test # Larger test
-  make check
-}
-
-package() {
-  cd ${srcdir}/lzo-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install minilzo
-  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
-  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
-  cd ${pkgdir}/usr/lib
-  ln -s libminilzo.so.0 libminilzo.so
-}

Copied: lzo2/repos/core-i686/PKGBUILD (from rev 216410, 
lzo2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-07-03 16:14:48 UTC (rev 216411)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Low Kian Seong fastmail_...@speedymail.org
+# Maintainer: dorphell dorph...@archlinux.org
+pkgname=lzo2
+pkgver=2.08
+pkgrel=1
+pkgdesc=Portable lossless data compression library
+arch=('i686' 'x86_64')
+url=http://www.oberhumer.com/opensource/lzo;
+license=('GPL')
+depends=('glibc')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
+md5sums=('fcec64c26a0f4f4901468f360029678f')
+
+build() {
+  cd ${srcdir}/lzo-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  # build minilzo
+  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
+  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
+}
+
+check() {
+  cd ${srcdir}/lzo-${pkgver}
+  make test # Larger test
+  make check
+}
+
+package() {
+  cd ${srcdir}/lzo-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install minilzo
+  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
+  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
+  cd ${pkgdir}/usr/lib
+  ln -s libminilzo.so.0 libminilzo.so
+}

Deleted: core-i686/configure-2.07.patch
===
--- core-i686/configure-2.07.patch  2014-07-03 15:51:30 UTC (rev 216410)
+++ core-i686/configure-2.07.patch  2014-07-03 16:14:48 UTC (rev 216411)
@@ -1,12 +0,0 @@
 configure.ORIG  2014-06-25 15:47:13.0 +0200
-+++ configure   2014-06-26 00:05:33.0 +0200
-@@ -13953,7 +13953,7 @@
- /* end confdefs.h.  */
- #define LZO_CFG_NO_CONFIG_HEADER 1
- #define LZO_WANT_ACC_INCD_H 1
--#include include/lzo/lzodefs.h
-+#include include/lzo/lzoconf.h
- #include src/lzo_supp.h
-
- #undef  LZOCHK_ASSERT
-

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-07-03 15:51:30 UTC (rev 216410)
+++ core-x86_64/PKGBUILD2014-07-03 16:14:48 UTC (rev 216411)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Low Kian Seong fastmail_...@speedymail.org
-# Maintainer: dorphell dorph...@archlinux.org
-pkgname=lzo2
-pkgver=2.07
-pkgrel=2
-pkgdesc=Portable lossless data compression library
-arch=('i686' 'x86_64')
-url=http://www.oberhumer.com/opensource/lzo;

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

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 18:15:28
  Author: tpowa
Revision: 216412

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

Added:
  linux/repos/core-i686/0012-fix-saa7134.patch
(from rev 216411, linux/repos/testing-i686/0012-fix-saa7134.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 216411, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 216411, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 216411, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 216411, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 216411, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 216411, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/0012-fix-saa7134.patch
(from rev 216411, linux/repos/testing-x86_64/0012-fix-saa7134.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 216411, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 216411, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 216411, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 216411, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 216411, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 216411, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/0012-fix-saa7134.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/0012-fix-saa7134.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /0012-fix-saa7134.patch   |   74 
 /PKGBUILD |  582 
 /change-default-console-loglevel.patch|   24 
 /config   |13540 
 /config.x86_64|13088 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/0012-fix-saa7134.patch  |   37 
 core-i686/PKGBUILD|  298 
 core-i686/change-default-console-loglevel.patch   |   12 
 core-i686/config  | 6770 --
 core-i686/config.x86_64   | 6544 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/0012-fix-saa7134.patch|   37 
 core-x86_64/PKGBUILD  |  298 
 core-x86_64/change-default-console-loglevel.patch |   12 
 core-x86_64/config| 6770 --
 core-x86_64/config.x86_64 | 6544 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 21 files changed, 27410 insertions(+), 27424 deletions(-)

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


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

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 18:15:48
  Author: tpowa
Revision: 216414

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 216412, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia-3.14.patch
(from rev 216412, nvidia/repos/testing-i686/nvidia-3.14.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 216412, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 216412, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia-3.14.patch
(from rev 216412, nvidia/repos/testing-x86_64/nvidia-3.14.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 216412, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia-3.14.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia-3.14.patch
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

+
 /PKGBUILD  |   98 +++
 /nvidia-3.14.patch |   24 +
 /nvidia.install|   36 ++
 extra-i686/PKGBUILD|   49 ---
 extra-i686/nvidia-3.14.patch   |   12 
 extra-i686/nvidia.install  |   18 ---
 extra-x86_64/PKGBUILD  |   49 ---
 extra-x86_64/nvidia-3.14.patch |   12 
 extra-x86_64/nvidia.install|   18 ---
 9 files changed, 158 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-03 16:15:47 UTC (rev 216413)
+++ extra-i686/PKGBUILD 2014-07-03 16:15:48 UTC (rev 216414)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=337.25
-_extramodules=extramodules-3.15-ARCH
-pkgrel=3
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.15' 'linux3.16' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('2a217632ced8952e21000a51065f85b8'
- '66e19d6d621c9e70fbd5374dd8b44341')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 216412, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-03 16:15:48 UTC (rev 216414)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=337.25
+_extramodules=extramodules-3.15-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('2a217632ced8952e21000a51065f85b8'
+ '66e19d6d621c9e70fbd5374dd8b44341')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat 

[arch-commits] Commit in nvidia-304xx/repos (10 files)

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 18:15:49
  Author: tpowa
Revision: 216415

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 216412, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 216412, nvidia-304xx/repos/testing-i686/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 216412, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 216412, nvidia-304xx/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

-+
 /PKGBUILD   |  106 ++
 /nvidia.install |   30 +++
 extra-i686/PKGBUILD |   53 -
 extra-i686/nvidia.install   |   15 -
 extra-x86_64/PKGBUILD   |   53 -
 extra-x86_64/nvidia.install |   15 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-03 16:15:48 UTC (rev 216414)
+++ extra-i686/PKGBUILD 2014-07-03 16:15:49 UTC (rev 216415)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.121
-_extramodules=extramodules-3.15-ARCH
-pkgrel=5
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('41e6d2b6325e5b0ae9889cfbd6bec696')
-fi
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 216412, 
nvidia-304xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-03 16:15:49 UTC (rev 216415)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.121
+_extramodules=extramodules-3.15-ARCH
+pkgrel=6
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('41e6d2b6325e5b0ae9889cfbd6bec696')
+fi
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  

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

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 18:16:40
  Author: tpowa
Revision: 114742

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 114739, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/r8168.install
(from rev 114739, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 114739, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/r8168.install
(from rev 114739, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

+
 /PKGBUILD  |  116 +++
 /r8168.install |   34 +++
 community-i686/PKGBUILD|   58 ---
 community-i686/r8168.install   |   17 -
 community-x86_64/PKGBUILD  |   58 ---
 community-x86_64/r8168.install |   17 -
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 16:16:38 UTC (rev 114741)
+++ community-i686/PKGBUILD 2014-07-03 16:16:40 UTC (rev 114742)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.038.00
-pkgrel=6
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
-install=$pkgname.install
-
-prepare(){
-   cd $pkgname-$pkgver
-
-   # Fix build with Linux 3.15
-   # https://code.google.com/p/r8168/issues/detail?id=19
-   if grep -q PREPARE_DELAYED_WORK src/r8168_n.c; then
-   sed -i 's/PREPARE_DELAYED_WORK/INIT_DELAYED_WORK/' src/r8168_n.c
-   else
-   error 'PREPARE_DELAYED_WORK fix for Linux 3.15 is no longer 
needed.'
-   return 1
-   fi
-}
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Copied: r8168/repos/community-i686/PKGBUILD (from rev 114739, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 16:16:40 UTC (rev 114742)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.038.00
+pkgrel=7
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+prepare(){
+   cd $pkgname-$pkgver
+
+   # Fix build with Linux 3.15
+   # https://code.google.com/p/r8168/issues/detail?id=19
+   if grep -q PREPARE_DELAYED_WORK src/r8168_n.c; then
+   sed -i 's/PREPARE_DELAYED_WORK/INIT_DELAYED_WORK/' src/r8168_n.c
+   else
+   error 'PREPARE_DELAYED_WORK fix for Linux 3.15 is no longer 
needed.'
+   return 1
+   fi
+}
+
+build() {
+   

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

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 18:16:36
  Author: tpowa
Revision: 114740

db-move: moved acpi_call from [community-testing] to [community] (i686, x86_64)

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 114739, acpi_call/repos/community-testing-i686/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 114739, acpi_call/repos/community-testing-i686/acpi_call.install)
  acpi_call/repos/community-x86_64/PKGBUILD
(from rev 114739, acpi_call/repos/community-testing-x86_64/PKGBUILD)
  acpi_call/repos/community-x86_64/acpi_call.install
(from rev 114739, 
acpi_call/repos/community-testing-x86_64/acpi_call.install)
Deleted:
  acpi_call/repos/community-i686/PKGBUILD
  acpi_call/repos/community-i686/acpi_call.install
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-x86_64/PKGBUILD
  acpi_call/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   80 +++
 /acpi_call.install |   28 
 community-i686/PKGBUILD|   40 -
 community-i686/acpi_call.install   |   14 --
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/acpi_call.install |   14 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 15:11:03 UTC (rev 114739)
+++ community-i686/PKGBUILD 2014-07-03 16:16:36 UTC (rev 114740)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: mortzu m...@mortzu.de
-# Contributor: fnord0 fno...@riseup.net
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=7
-_extramodules=extramodules-3.15-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url=http://github.com/mkottman/${pkgname};
-license=('GPL')
-depends=('linux=3.15' 'linux3.16')
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
-install=${pkgname}.install
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KVERSION=${_kernver}
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
-  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  install -dm 755 ${pkgdir}/usr/share/${pkgname}
-  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-i686/PKGBUILD (from rev 114739, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 16:16:36 UTC (rev 114740)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=8
+_extramodules=extramodules-3.15-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname};
+license=('GPL')
+depends=('linux=3.15' 'linux3.16')
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+install=${pkgname}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
+  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2014-07-03 15:11:03 UTC (rev 114739)
+++ community-i686/acpi_call.install2014-07-03 16:16:36 UTC (rev 114740)
@@ -1,14 +0,0 @@
-post_install() {
-  _extramodules=extramodules-3.15-ARCH
-  depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_upgrade() {
-  post_install
-}
-

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

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 18:16:38
  Author: tpowa
Revision: 114741

db-move: moved bbswitch from [community-testing] to [community] (i686, x86_64)

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 114739, bbswitch/repos/community-testing-i686/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 114739, bbswitch/repos/community-testing-i686/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 114739, bbswitch/repos/community-testing-x86_64/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 114739, bbswitch/repos/community-testing-x86_64/bbswitch.install)
Deleted:
  bbswitch/repos/community-i686/PKGBUILD
  bbswitch/repos/community-i686/bbswitch.install
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-x86_64/PKGBUILD
  bbswitch/repos/community-x86_64/bbswitch.install

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   33 --
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 16:16:36 UTC (rev 114740)
+++ community-i686/PKGBUILD 2014-07-03 16:16:38 UTC (rev 114741)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.15-ARCH # Don't forget to update bbswitch.install
-pkgrel=11
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux=3.15' 'linux3.16')
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 114739, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 16:16:38 UTC (rev 114741)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.15-ARCH # Don't forget to update bbswitch.install
+pkgrel=12
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.15' 'linux3.16')
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2014-07-03 16:16:36 UTC (rev 114740)
+++ community-i686/bbswitch.install 2014-07-03 16:16:38 UTC (rev 114741)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.15-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 114739, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2014-07-03 16:16:38 UTC (rev 114741)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 18:16:42
  Author: tpowa
Revision: 114744

db-move: moved tp_smapi from [community-testing] to [community] (i686, x86_64)

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 114739, tp_smapi/repos/community-testing-i686/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 114739, tp_smapi/repos/community-testing-i686/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 114739, tp_smapi/repos/community-testing-x86_64/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 114739, tp_smapi/repos/community-testing-x86_64/tp_smapi.install)
Deleted:
  tp_smapi/repos/community-i686/PKGBUILD
  tp_smapi/repos/community-i686/tp_smapi.install
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-x86_64/PKGBUILD
  tp_smapi/repos/community-x86_64/tp_smapi.install

---+
 /PKGBUILD |  118 
 /tp_smapi.install |   26 +++
 community-i686/PKGBUILD   |   59 --
 community-i686/tp_smapi.install   |   13 ---
 community-x86_64/PKGBUILD |   59 --
 community-x86_64/tp_smapi.install |   13 ---
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 16:16:41 UTC (rev 114743)
+++ community-i686/PKGBUILD 2014-07-03 16:16:42 UTC (rev 114744)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi
-pkgver=0.41
-pkgrel=49
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.15' 'linux3.16')
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
- -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  make -C ${_extramodules%/*}/${_kernver}/build \
-INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
-M=${srcdir}/${pkgname}-${pkgver} modules_install
-
-  cd ${pkgdir}/${_extramodules%/*}
-  mv ${_kernver}/extra ${_extramodules##*/}
-  rmdir ${_kernver}
-
-  # compress kernel modules
-  find ${pkgdir} -name *.ko -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi  ${srcdir}/${pkgname}.conf
-  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  # update kernel version in install file
-  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
-}

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 114739, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 16:16:42 UTC (rev 114744)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=50
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.15' 'linux3.16')
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( 

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

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 18:16:41
  Author: tpowa
Revision: 114743

db-move: moved rt3562sta from [community-testing] to [community] (i686, x86_64)

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 114739, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 114739, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 114739, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 114739, 
rt3562sta/repos/community-testing-x86_64/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +
 community-i686/PKGBUILD|   60 -
 community-i686/rt3562sta.install   |   16 
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/rt3562sta.install |   16 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 16:16:40 UTC (rev 114742)
+++ community-i686/PKGBUILD 2014-07-03 16:16:41 UTC (rev 114743)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=5
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 114739, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 16:16:41 UTC (rev 114743)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=6
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install

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

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 18:16:43
  Author: tpowa
Revision: 114745

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 114739, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 114739, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 114739, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 114739, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 114739, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 114739, 
vhba-module/repos/community-testing-x86_64/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   44 
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   44 
 community-i686/vhba-module.install   |   22 
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vhba-module.install |   22 
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2014-07-03 16:16:42 UTC (rev 114744)
+++ community-i686/60-vhba.rules2014-07-03 16:16:43 UTC (rev 114745)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 114739, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2014-07-03 16:16:43 UTC (rev 114745)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 16:16:42 UTC (rev 114744)
+++ community-i686/PKGBUILD 2014-07-03 16:16:43 UTC (rev 114745)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20140629
-_extramodules=extramodules-3.15-ARCH
-pkgrel=1
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.15' 'linux3.16')
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('6b307a80df9c163768cc7ecb3ccebb71'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 114739, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 16:16:43 UTC (rev 114745)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140629
+_extramodules=extramodules-3.15-ARCH
+pkgrel=2
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;

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

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 18:16:44
  Author: tpowa
Revision: 114746

db-move: moved virtualbox-modules from [community-testing] to [community] 
(i686, x86_64)

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 114739, virtualbox-modules/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 114739, virtualbox-modules/repos/community-testing-i686/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 114739, 
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 114739, 
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 114739, 
virtualbox-modules/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 114739, 
virtualbox-modules/repos/community-testing-x86_64/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 114739, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 114739, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  120 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   60 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   60 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 334 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 16:16:43 UTC (rev 114745)
+++ community-i686/PKGBUILD 2014-07-03 16:16:44 UTC (rev 114746)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.12
-pkgrel=5
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.15' 'linux3.16'
- 'linux-headers=3.15' 'linux-headers3.16'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.15-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.15' 'linux3.16')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.15' 'linux3.16')
-  

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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 18:18:23
  Author: fyan
Revision: 216416

upgpkg: nss_ldap 265-6

- add patches to fix FS#41068

Modified:
  nss_ldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 16:15:49 UTC (rev 216415)
+++ PKGBUILD2014-07-03 16:18:23 UTC (rev 216416)
@@ -4,7 +4,7 @@
 
 pkgname=nss_ldap
 pkgver=265
-pkgrel=5
+pkgrel=6
 pkgdesc=The nss_ldap module provides the means for Linux and Solaris 
workstations to resolve the entities defined in RFC 2307 from LDAP directories.
 arch=('i686' 'x86_64')
 url=http://www.padl.com/OSS/nss_ldap.html;
@@ -11,11 +11,20 @@
 license=('LGPL')
 depends=('libldap' 'krb5')
 backup=(etc/nss_ldap.conf)
-source=(http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c1cb02d1a85538cf16bca6f6a562abe4')
+source=(http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz;
+
https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/6a27f55c8370f8b49fd3c10d46214de9c9c37932/extra/nss_ldap/nss_ldap-265-glibc-2.16.patch;
+
https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/6a27f55c8370f8b49fd3c10d46214de9c9c37932/extra/nss_ldap/nss_ldap-265-pthread.patch;)
+md5sums=('c1cb02d1a85538cf16bca6f6a562abe4'
+ '49df78dc482f90f5c3d850a664308216'
+ '38c881edcb8df6b426f8a9d8f269d567')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # FS#41068 
+  patch -p0 -i ../nss_ldap-265-glibc-2.16.patch
+  patch -p0 -i ../nss_ldap-265-pthread.patch
+
   ./configure \
--prefix=/usr \
--with-ldap-conf-file=/etc/nss_ldap.conf \



[arch-commits] Commit in lirc/repos (54 files)

2014-07-03 Thread Tobias Powalowski
Date: Thursday, July 3, 2014 @ 18:15:47
  Author: tpowa
Revision: 216413

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

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 216412, lirc/repos/testing-i686/PKGBUILD)
  lirc/repos/extra-i686/irexec.service
(from rev 216412, lirc/repos/testing-i686/irexec.service)
  lirc/repos/extra-i686/kernel-2.6.39.patch
(from rev 216412, lirc/repos/testing-i686/kernel-2.6.39.patch)
  lirc/repos/extra-i686/linux-3.8.patch
(from rev 216412, lirc/repos/testing-i686/linux-3.8.patch)
  lirc/repos/extra-i686/lirc-utils.install
(from rev 216412, lirc/repos/testing-i686/lirc-utils.install)
  lirc/repos/extra-i686/lirc.install
(from rev 216412, lirc/repos/testing-i686/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 216412, lirc/repos/testing-i686/lirc.logrotate)
  lirc/repos/extra-i686/lirc.service
(from rev 216412, lirc/repos/testing-i686/lirc.service)
  lirc/repos/extra-i686/lirc.tmpfiles
(from rev 216412, lirc/repos/testing-i686/lirc.tmpfiles)
  lirc/repos/extra-i686/lirc_atiusb-kfifo.patch
(from rev 216412, lirc/repos/testing-i686/lirc_atiusb-kfifo.patch)
  lirc/repos/extra-i686/lirc_wpc8769l.patch
(from rev 216412, lirc/repos/testing-i686/lirc_wpc8769l.patch)
  lirc/repos/extra-i686/lircd-handle-large-config.patch
(from rev 216412, lirc/repos/testing-i686/lircd-handle-large-config.patch)
  lirc/repos/extra-i686/lircm.service
(from rev 216412, lirc/repos/testing-i686/lircm.service)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 216412, lirc/repos/testing-x86_64/PKGBUILD)
  lirc/repos/extra-x86_64/irexec.service
(from rev 216412, lirc/repos/testing-x86_64/irexec.service)
  lirc/repos/extra-x86_64/kernel-2.6.39.patch
(from rev 216412, lirc/repos/testing-x86_64/kernel-2.6.39.patch)
  lirc/repos/extra-x86_64/linux-3.8.patch
(from rev 216412, lirc/repos/testing-x86_64/linux-3.8.patch)
  lirc/repos/extra-x86_64/lirc-utils.install
(from rev 216412, lirc/repos/testing-x86_64/lirc-utils.install)
  lirc/repos/extra-x86_64/lirc.install
(from rev 216412, lirc/repos/testing-x86_64/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 216412, lirc/repos/testing-x86_64/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.service
(from rev 216412, lirc/repos/testing-x86_64/lirc.service)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 216412, lirc/repos/testing-x86_64/lirc.tmpfiles)
  lirc/repos/extra-x86_64/lirc_atiusb-kfifo.patch
(from rev 216412, lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch)
  lirc/repos/extra-x86_64/lirc_wpc8769l.patch
(from rev 216412, lirc/repos/testing-x86_64/lirc_wpc8769l.patch)
  lirc/repos/extra-x86_64/lircd-handle-large-config.patch
(from rev 216412, lirc/repos/testing-x86_64/lircd-handle-large-config.patch)
  lirc/repos/extra-x86_64/lircm.service
(from rev 216412, lirc/repos/testing-x86_64/lircm.service)
Deleted:
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/irexec.service
  lirc/repos/extra-i686/kernel-2.6.39.patch
  lirc/repos/extra-i686/linux-3.8.patch
  lirc/repos/extra-i686/lirc-utils.install
  lirc/repos/extra-i686/lirc.install
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc.service
  lirc/repos/extra-i686/lirc.tmpfiles
  lirc/repos/extra-i686/lirc_atiusb-kfifo.patch
  lirc/repos/extra-i686/lirc_wpc8769l.patch
  lirc/repos/extra-i686/lircd-handle-large-config.patch
  lirc/repos/extra-i686/lircm.service
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/irexec.service
  lirc/repos/extra-x86_64/kernel-2.6.39.patch
  lirc/repos/extra-x86_64/linux-3.8.patch
  lirc/repos/extra-x86_64/lirc-utils.install
  lirc/repos/extra-x86_64/lirc.install
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc.service
  lirc/repos/extra-x86_64/lirc.tmpfiles
  lirc/repos/extra-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/extra-x86_64/lirc_wpc8769l.patch
  lirc/repos/extra-x86_64/lircd-handle-large-config.patch
  lirc/repos/extra-x86_64/lircm.service
  lirc/repos/testing-i686/
  lirc/repos/testing-x86_64/

--+
 /PKGBUILD|  242 +
 /irexec.service  |   22 ++
 /kernel-2.6.39.patch |  108 +++
 /linux-3.8.patch |  160 
 /lirc-utils.install  |   14 +
 /lirc.install|   32 +++
 /lirc.logrotate  |   10 +
 /lirc.service|   24 ++
 /lirc.tmpfiles   |2 
 /lirc_atiusb-kfifo.patch |   62 ++
 /lirc_wpc8769l.patch |  176 ++
 /lircd-handle-large-config.patch |   78 
 /lircm.service   |   24 ++
 extra-i686/PKGBUILD  |  

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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 18:27:48
  Author: fyan
Revision: 114747

upgpkg: kaa-imlib2 0.2.3-6

mtree rebuild

Modified:
  kaa-imlib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 16:16:44 UTC (rev 114746)
+++ PKGBUILD2014-07-03 16:27:48 UTC (rev 114747)
@@ -4,7 +4,7 @@
 
 pkgname=kaa-imlib2
 pkgver=0.2.3
-pkgrel=5
+pkgrel=6
 pkgdesc=KAA imlib2 package
 url=http://freevo.sourceforge.net/;
 license=('GPL2')
@@ -15,5 +15,5 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --prefix=$pkgdir/usr
+  python2 setup.py install -O1 --prefix=$pkgdir/usr
 }



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 18:19:50
  Author: fyan
Revision: 216417

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-03 16:18:23 UTC (rev 216416)
+++ extra-i686/PKGBUILD 2014-07-03 16:19:50 UTC (rev 216417)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Comete la_com...@tiscali.fr
-
-pkgname=nss_ldap
-pkgver=265
-pkgrel=5
-pkgdesc=The nss_ldap module provides the means for Linux and Solaris 
workstations to resolve the entities defined in RFC 2307 from LDAP directories.
-arch=('i686' 'x86_64')
-url=http://www.padl.com/OSS/nss_ldap.html;
-license=('LGPL')
-depends=('libldap' 'krb5')
-backup=(etc/nss_ldap.conf)
-source=(http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c1cb02d1a85538cf16bca6f6a562abe4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure \
-   --prefix=/usr \
-   --with-ldap-conf-file=/etc/nss_ldap.conf \
-   --with-ldap=openldap \
-   --sysconfdir=/etc \
-   --mandir=/usr/share/man \
-   --enable-schema-mapping \
-   --enable-rfc2307bis \
-   --enable-configurable-krb5-ccname-gssapi
-  env PATH=`pwd`:$PATH make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # buildsystem is trying to be clever and hardcodes symlinks in /usr$(libdir)
-  rm -rf ${pkgdir}/usr/usr
-}

Copied: nss_ldap/repos/extra-i686/PKGBUILD (from rev 216416, 
nss_ldap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-03 16:19:50 UTC (rev 216417)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Comete la_com...@tiscali.fr
+
+pkgname=nss_ldap
+pkgver=265
+pkgrel=6
+pkgdesc=The nss_ldap module provides the means for Linux and Solaris 
workstations to resolve the entities defined in RFC 2307 from LDAP directories.
+arch=('i686' 'x86_64')
+url=http://www.padl.com/OSS/nss_ldap.html;
+license=('LGPL')
+depends=('libldap' 'krb5')
+backup=(etc/nss_ldap.conf)
+source=(http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz;
+
https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/6a27f55c8370f8b49fd3c10d46214de9c9c37932/extra/nss_ldap/nss_ldap-265-glibc-2.16.patch;
+
https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/6a27f55c8370f8b49fd3c10d46214de9c9c37932/extra/nss_ldap/nss_ldap-265-pthread.patch;)
+md5sums=('c1cb02d1a85538cf16bca6f6a562abe4'
+ '49df78dc482f90f5c3d850a664308216'
+ '38c881edcb8df6b426f8a9d8f269d567')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # FS#41068 
+  patch -p0 -i ../nss_ldap-265-glibc-2.16.patch
+  patch -p0 -i ../nss_ldap-265-pthread.patch
+
+  ./configure \
+   --prefix=/usr \
+   --with-ldap-conf-file=/etc/nss_ldap.conf \
+   --with-ldap=openldap \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man \
+   --enable-schema-mapping \
+   --enable-rfc2307bis \
+   --enable-configurable-krb5-ccname-gssapi
+  env PATH=`pwd`:$PATH make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # buildsystem is trying to be clever and hardcodes symlinks in /usr$(libdir)
+  rm -rf ${pkgdir}/usr/usr
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-03 16:18:23 UTC (rev 216416)
+++ extra-x86_64/PKGBUILD   2014-07-03 16:19:50 UTC (rev 216417)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Comete la_com...@tiscali.fr
-
-pkgname=nss_ldap
-pkgver=265
-pkgrel=5
-pkgdesc=The nss_ldap module provides the means for Linux and Solaris 
workstations to resolve the entities defined in RFC 2307 from LDAP directories.
-arch=('i686' 'x86_64')
-url=http://www.padl.com/OSS/nss_ldap.html;
-license=('LGPL')
-depends=('libldap' 'krb5')
-backup=(etc/nss_ldap.conf)
-source=(http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c1cb02d1a85538cf16bca6f6a562abe4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure \
-   --prefix=/usr \
-   --with-ldap-conf-file=/etc/nss_ldap.conf \
-   --with-ldap=openldap \
-   --sysconfdir=/etc \
-   --mandir=/usr/share/man \
-   --enable-schema-mapping \
-   --enable-rfc2307bis \
-   --enable-configurable-krb5-ccname-gssapi
-  

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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 18:29:10
  Author: fyan
Revision: 114748

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

Added:
  kaa-imlib2/repos/community-i686/PKGBUILD
(from rev 114747, kaa-imlib2/trunk/PKGBUILD)
  kaa-imlib2/repos/community-x86_64/PKGBUILD
(from rev 114747, kaa-imlib2/trunk/PKGBUILD)
Deleted:
  kaa-imlib2/repos/community-i686/PKGBUILD
  kaa-imlib2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   38 ++
 community-i686/PKGBUILD   |   19 ---
 community-x86_64/PKGBUILD |   19 ---
 3 files changed, 38 insertions(+), 38 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 16:27:48 UTC (rev 114747)
+++ community-i686/PKGBUILD 2014-07-03 16:29:10 UTC (rev 114748)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: DonVla don...@users.sourceforge.net
-
-pkgname=kaa-imlib2
-pkgver=0.2.3
-pkgrel=5
-pkgdesc=KAA imlib2 package
-url=http://freevo.sourceforge.net/;
-license=('GPL2')
-depends=('imlib2' 'python2' 'kaa-base')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
-md5sums=('64828ede785ab0dd2d3c1f2f36c99342')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --prefix=$pkgdir/usr
-}

Copied: kaa-imlib2/repos/community-i686/PKGBUILD (from rev 114747, 
kaa-imlib2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 16:29:10 UTC (rev 114748)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: DonVla don...@users.sourceforge.net
+
+pkgname=kaa-imlib2
+pkgver=0.2.3
+pkgrel=6
+pkgdesc=KAA imlib2 package
+url=http://freevo.sourceforge.net/;
+license=('GPL2')
+depends=('imlib2' 'python2' 'kaa-base')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
+md5sums=('64828ede785ab0dd2d3c1f2f36c99342')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install -O1 --prefix=$pkgdir/usr
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-03 16:27:48 UTC (rev 114747)
+++ community-x86_64/PKGBUILD   2014-07-03 16:29:10 UTC (rev 114748)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: DonVla don...@users.sourceforge.net
-
-pkgname=kaa-imlib2
-pkgver=0.2.3
-pkgrel=5
-pkgdesc=KAA imlib2 package
-url=http://freevo.sourceforge.net/;
-license=('GPL2')
-depends=('imlib2' 'python2' 'kaa-base')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
-md5sums=('64828ede785ab0dd2d3c1f2f36c99342')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --prefix=$pkgdir/usr
-}

Copied: kaa-imlib2/repos/community-x86_64/PKGBUILD (from rev 114747, 
kaa-imlib2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-03 16:29:10 UTC (rev 114748)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: DonVla don...@users.sourceforge.net
+
+pkgname=kaa-imlib2
+pkgver=0.2.3
+pkgrel=6
+pkgdesc=KAA imlib2 package
+url=http://freevo.sourceforge.net/;
+license=('GPL2')
+depends=('imlib2' 'python2' 'kaa-base')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
+md5sums=('64828ede785ab0dd2d3c1f2f36c99342')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install -O1 --prefix=$pkgdir/usr
+}



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 18:29:17
  Author: fyan
Revision: 114749

upgpkg: kaa-metadata 0.7.7-5

mtree rebuild

Modified:
  kaa-metadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 16:29:10 UTC (rev 114748)
+++ PKGBUILD2014-07-03 16:29:17 UTC (rev 114749)
@@ -4,7 +4,7 @@
 
 pkgname=kaa-metadata
 pkgver=0.7.7
-pkgrel=4
+pkgrel=5
 pkgdesc=KAA metadata package
 url=http://freevo.sourceforge.net/;
 license=('GPL2')



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 18:30:43
  Author: fyan
Revision: 114750

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

Added:
  kaa-metadata/repos/community-i686/PKGBUILD
(from rev 114749, kaa-metadata/trunk/PKGBUILD)
  kaa-metadata/repos/community-x86_64/PKGBUILD
(from rev 114749, kaa-metadata/trunk/PKGBUILD)
Deleted:
  kaa-metadata/repos/community-i686/PKGBUILD
  kaa-metadata/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 16:29:17 UTC (rev 114749)
+++ community-i686/PKGBUILD 2014-07-03 16:30:43 UTC (rev 114750)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: DonVla don...@users.sourceforge.net
-
-pkgname=kaa-metadata
-pkgver=0.7.7
-pkgrel=4
-pkgdesc=KAA metadata package
-url=http://freevo.sourceforge.net/;
-license=('GPL2')
-depends=('libdvdread' 'python2' 'kaa-base')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
-md5sums=('4bca23a0c695b4281ae2220022cdeb77')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-  
-  python2 setup.py install --prefix=${pkgdir}/usr --optimize=1
-
-  # rename executable, conflicts with mmpython FS#14601
-  mv ${pkgdir}/usr/bin/mminfo ${pkgdir}/usr/bin/kaa-mminfo
-}

Copied: kaa-metadata/repos/community-i686/PKGBUILD (from rev 114749, 
kaa-metadata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 16:30:43 UTC (rev 114750)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: DonVla don...@users.sourceforge.net
+
+pkgname=kaa-metadata
+pkgver=0.7.7
+pkgrel=5
+pkgdesc=KAA metadata package
+url=http://freevo.sourceforge.net/;
+license=('GPL2')
+depends=('libdvdread' 'python2' 'kaa-base')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
+md5sums=('4bca23a0c695b4281ae2220022cdeb77')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+  
+  python2 setup.py install --prefix=${pkgdir}/usr --optimize=1
+
+  # rename executable, conflicts with mmpython FS#14601
+  mv ${pkgdir}/usr/bin/mminfo ${pkgdir}/usr/bin/kaa-mminfo
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-03 16:29:17 UTC (rev 114749)
+++ community-x86_64/PKGBUILD   2014-07-03 16:30:43 UTC (rev 114750)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: DonVla don...@users.sourceforge.net
-
-pkgname=kaa-metadata
-pkgver=0.7.7
-pkgrel=4
-pkgdesc=KAA metadata package
-url=http://freevo.sourceforge.net/;
-license=('GPL2')
-depends=('libdvdread' 'python2' 'kaa-base')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
-md5sums=('4bca23a0c695b4281ae2220022cdeb77')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-  
-  python2 setup.py install --prefix=${pkgdir}/usr --optimize=1
-
-  # rename executable, conflicts with mmpython FS#14601
-  mv ${pkgdir}/usr/bin/mminfo ${pkgdir}/usr/bin/kaa-mminfo
-}

Copied: kaa-metadata/repos/community-x86_64/PKGBUILD (from rev 114749, 
kaa-metadata/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-03 16:30:43 UTC (rev 114750)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: DonVla don...@users.sourceforge.net
+
+pkgname=kaa-metadata
+pkgver=0.7.7
+pkgrel=5
+pkgdesc=KAA metadata package
+url=http://freevo.sourceforge.net/;
+license=('GPL2')
+depends=('libdvdread' 'python2' 'kaa-base')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz)
+md5sums=('4bca23a0c695b4281ae2220022cdeb77')
+
+package() {
+  cd 

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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 18:32:39
  Author: fyan
Revision: 114751

upgpkg: raw-thumbnailer 0.2.1-2

mtree rebuild

Modified:
  raw-thumbnailer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 16:30:43 UTC (rev 114750)
+++ PKGBUILD2014-07-03 16:32:39 UTC (rev 114751)
@@ -4,7 +4,7 @@
 
 pkgname=raw-thumbnailer
 pkgver=0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A lightweight and fast raw image thumbnailer that can be used by file 
managers.
 url=http://code.google.com/p/raw-thumbnailer/;
 license=('GPL2')



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 18:33:57
  Author: fyan
Revision: 114752

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

Added:
  raw-thumbnailer/repos/community-i686/PKGBUILD
(from rev 114751, raw-thumbnailer/trunk/PKGBUILD)
  raw-thumbnailer/repos/community-x86_64/PKGBUILD
(from rev 114751, raw-thumbnailer/trunk/PKGBUILD)
Deleted:
  raw-thumbnailer/repos/community-i686/PKGBUILD
  raw-thumbnailer/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-03 16:32:39 UTC (rev 114751)
+++ community-i686/PKGBUILD 2014-07-03 16:33:57 UTC (rev 114752)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: boro...@gmail.com
-
-pkgname=raw-thumbnailer
-pkgver=0.2.1
-pkgrel=1
-pkgdesc=A lightweight and fast raw image thumbnailer that can be used by file 
managers.
-url=http://code.google.com/p/raw-thumbnailer/;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libopenraw')
-source=(http://raw-thumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('f34012062c0b1eaa10525722c36bd027b11ade2e')
-
-build() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-}

Copied: raw-thumbnailer/repos/community-i686/PKGBUILD (from rev 114751, 
raw-thumbnailer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-03 16:33:57 UTC (rev 114752)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: boro...@gmail.com
+
+pkgname=raw-thumbnailer
+pkgver=0.2.1
+pkgrel=2
+pkgdesc=A lightweight and fast raw image thumbnailer that can be used by file 
managers.
+url=http://code.google.com/p/raw-thumbnailer/;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libopenraw')
+source=(http://raw-thumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('f34012062c0b1eaa10525722c36bd027b11ade2e')
+
+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   2014-07-03 16:32:39 UTC (rev 114751)
+++ community-x86_64/PKGBUILD   2014-07-03 16:33:57 UTC (rev 114752)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: boro...@gmail.com
-
-pkgname=raw-thumbnailer
-pkgver=0.2.1
-pkgrel=1
-pkgdesc=A lightweight and fast raw image thumbnailer that can be used by file 
managers.
-url=http://code.google.com/p/raw-thumbnailer/;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libopenraw')
-source=(http://raw-thumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('f34012062c0b1eaa10525722c36bd027b11ade2e')
-
-build() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-}

Copied: raw-thumbnailer/repos/community-x86_64/PKGBUILD (from rev 114751, 
raw-thumbnailer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-03 16:33:57 UTC (rev 114752)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: boro...@gmail.com
+
+pkgname=raw-thumbnailer
+pkgver=0.2.1
+pkgrel=2
+pkgdesc=A lightweight and fast raw image thumbnailer that can be used by file 
managers.
+url=http://code.google.com/p/raw-thumbnailer/;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libopenraw')
+source=(http://raw-thumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('f34012062c0b1eaa10525722c36bd027b11ade2e')
+
+build() {
+   cd ${srcdir}/$pkgname-$pkgver
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}



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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 18:35:16
  Author: fyan
Revision: 114753

upgpkg: elyxer 1.2.5-2

mtree rebuild

Modified:
  elyxer/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 16:33:57 UTC (rev 114752)
+++ PKGBUILD2014-07-03 16:35:16 UTC (rev 114753)
@@ -4,7 +4,7 @@
 
 pkgname=elyxer
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A LyX to HTML converter
 url=http://alexfernandez.github.com/elyxer/;
 arch=('any')


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


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

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 18:36:01
  Author: fyan
Revision: 114754

archrelease: copy trunk to community-any

Added:
  elyxer/repos/community-any/PKGBUILD
(from rev 114753, elyxer/trunk/PKGBUILD)
Deleted:
  elyxer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-03 16:35:16 UTC (rev 114753)
+++ PKGBUILD2014-07-03 16:36:01 UTC (rev 114754)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Kevin Brubeck Unhammer unham...@gmail.com
-
-pkgname=elyxer
-pkgver=1.2.5
-pkgrel=1
-pkgdesc=A LyX to HTML converter
-url=http://alexfernandez.github.com/elyxer/;
-arch=('any')
-license=('GPL3')
-depends=('python2')
-source=(http://alexfernandez.github.com/elyxer/dist/$pkgname-$pkgver.tar.gz;)
-md5sums=('2692c4c6c5f379c2866eb11eced628bd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix (copyleftrightupdown Allan McRae 2010)
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
- -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
- $(find . -name '*.py')
-
-  # might not be needed, but can't hurt -- kevin
-  sed -i s|('#! /usr/bin/env python')|('#! /usr/bin/env python2')| \
-src/elyxer/conf/fileconfig.py
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: elyxer/repos/community-any/PKGBUILD (from rev 114753, 
elyxer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-03 16:36:01 UTC (rev 114754)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Kevin Brubeck Unhammer unham...@gmail.com
+
+pkgname=elyxer
+pkgver=1.2.5
+pkgrel=2
+pkgdesc=A LyX to HTML converter
+url=http://alexfernandez.github.com/elyxer/;
+arch=('any')
+license=('GPL3')
+depends=('python2')
+source=(http://alexfernandez.github.com/elyxer/dist/$pkgname-$pkgver.tar.gz;)
+md5sums=('2692c4c6c5f379c2866eb11eced628bd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix (copyleftrightupdown Allan McRae 2010)
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+ -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+ $(find . -name '*.py')
+
+  # might not be needed, but can't hurt -- kevin
+  sed -i s|('#! /usr/bin/env python')|('#! /usr/bin/env python2')| \
+src/elyxer/conf/fileconfig.py
+
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in gnupg/trunk (PKGBUILD.21)

2014-07-03 Thread Gaetan Bisson
Date: Thursday, July 3, 2014 @ 19:10:05
  Author: bisson
Revision: 216418

prepare gnupg-2.1 release

Added:
  gnupg/trunk/PKGBUILD.21

-+
 PKGBUILD.21 |   57 +
 1 file changed, 57 insertions(+)

Added: PKGBUILD.21
===
--- PKGBUILD.21 (rev 0)
+++ PKGBUILD.21 2014-07-03 17:10:05 UTC (rev 216418)
@@ -0,0 +1,57 @@
+# $Id: PKGBUILD 215944 2014-07-01 06:16:40Z bisson $
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+_pkgver=2.1.0-beta751
+pkgver=${_pkgver/-/.}
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/unstable/${pkgname}-${_pkgver}.tar.bz2{,.sig})
+sha1sums=('3d6dd8a35780626428d98dba80dbbc5c27ac' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' gnupg2=${pkgver})
+replaces=('dirmngr' 'dirmngr')
+
+build() {
+   cd ${srcdir}/${pkgname}-${_pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-standard-socket \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${_pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${_pkgver}
+   make DESTDIR=${pkgdir} install
+   ln -s gpg2 ${pkgdir}/usr/bin/gpg
+   ln -s gpgv2 ${pkgdir}/usr/bin/gpgv
+   ln -s gpg2.1.gz ${pkgdir}/usr/share/man/man1/gpg.1.gz
+   rm ${pkgdir}/usr/share/gnupg/com-certs.pem # FS#33059
+}



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

2014-07-03 Thread Eric Bélanger
Date: Thursday, July 3, 2014 @ 20:07:19
  Author: eric
Revision: 216419

upgpkg: pathological 1.1.3-9

Rebuild to add mtree file

Modified:
  pathological/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 17:10:05 UTC (rev 216418)
+++ PKGBUILD2014-07-03 18:07:19 UTC (rev 216419)
@@ -3,7 +3,7 @@
 
 pkgname=pathological
 pkgver=1.1.3
-pkgrel=8
+pkgrel=9
 pkgdesc=A puzzle game with the same feel as frozen bubble
 arch=('i686' 'x86_64')
 url=http://pathological.sourceforge.net/;
@@ -18,20 +18,24 @@
   '6f0aa0f74a87bd53771f2db6d3117981c4f070d3'
   '7dbaa9ced7da0094280425a68b4c8db3382f230a')
 
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+prepare() {
+  cd ${pkgname}-${pkgver}
   patch -p0  ../encoding.patch
   patch -p1  ../pygame_181.patch
+  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' pathological.py
   sed -i 's|X11R6/include/X11|share|' Makefile
   sed -i 's|usr/games|usr/bin|' Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
${pkgdir}/usr/share/games/pathological/pathological.py
-  install -D -m644 ../pathological.desktop 
${pkgdir}/usr/share/applications/pathological.desktop
+  install -D -m644 ${srcdir}/pathological.desktop 
${pkgdir}/usr/share/applications/pathological.desktop
   chown root:games ${pkgdir}/var/games
   chmod 775 ${pkgdir}/var/games
   rm ${pkgdir}/var/games/pathological_scores



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

2014-07-03 Thread Eric Bélanger
Date: Thursday, July 3, 2014 @ 20:11:06
  Author: eric
Revision: 216420

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

Added:
  pathological/repos/extra-i686/PKGBUILD
(from rev 216419, pathological/trunk/PKGBUILD)
  pathological/repos/extra-i686/encoding.patch
(from rev 216419, pathological/trunk/encoding.patch)
  pathological/repos/extra-i686/pathological.desktop
(from rev 216419, pathological/trunk/pathological.desktop)
  pathological/repos/extra-i686/pathological.install
(from rev 216419, pathological/trunk/pathological.install)
  pathological/repos/extra-i686/pygame_181.patch
(from rev 216419, pathological/trunk/pygame_181.patch)
  pathological/repos/extra-x86_64/PKGBUILD
(from rev 216419, pathological/trunk/PKGBUILD)
  pathological/repos/extra-x86_64/encoding.patch
(from rev 216419, pathological/trunk/encoding.patch)
  pathological/repos/extra-x86_64/pathological.desktop
(from rev 216419, pathological/trunk/pathological.desktop)
  pathological/repos/extra-x86_64/pathological.install
(from rev 216419, pathological/trunk/pathological.install)
  pathological/repos/extra-x86_64/pygame_181.patch
(from rev 216419, pathological/trunk/pygame_181.patch)
Deleted:
  pathological/repos/extra-i686/PKGBUILD
  pathological/repos/extra-i686/encoding.patch
  pathological/repos/extra-i686/pathological.desktop
  pathological/repos/extra-i686/pathological.install
  pathological/repos/extra-i686/pygame_181.patch
  pathological/repos/extra-x86_64/PKGBUILD
  pathological/repos/extra-x86_64/encoding.patch
  pathological/repos/extra-x86_64/pathological.desktop
  pathological/repos/extra-x86_64/pathological.install
  pathological/repos/extra-x86_64/pygame_181.patch

---+
 /PKGBUILD |   84 
 /encoding.patch   |   16 ++
 /pathological.desktop |   18 +++
 /pathological.install |   58 
 /pygame_181.patch |   20 
 extra-i686/PKGBUILD   |   38 
 extra-i686/encoding.patch |8 ---
 extra-i686/pathological.desktop   |9 ---
 extra-i686/pathological.install   |   29 
 extra-i686/pygame_181.patch   |   10 
 extra-x86_64/PKGBUILD |   38 
 extra-x86_64/encoding.patch   |8 ---
 extra-x86_64/pathological.desktop |9 ---
 extra-x86_64/pathological.install |   29 
 extra-x86_64/pygame_181.patch |   10 
 15 files changed, 196 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-03 18:07:19 UTC (rev 216419)
+++ extra-i686/PKGBUILD 2014-07-03 18:11:06 UTC (rev 216420)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=pathological
-pkgver=1.1.3
-pkgrel=8
-pkgdesc=A puzzle game with the same feel as frozen bubble
-arch=('i686' 'x86_64')
-url=http://pathological.sourceforge.net/;
-license=('GPL')
-depends=('python2-pygame')
-makedepends=('netpbm')
-install=pathological.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
-pathological.desktop pygame_181.patch encoding.patch)
-sha1sums=('70b1c9e12704c7fd3b301aa90bceee2e8373b7b9'
-  '9b57f854ce9621542d810a21c61325de343950d7'
-  '6f0aa0f74a87bd53771f2db6d3117981c4f070d3'
-  '7dbaa9ced7da0094280425a68b4c8db3382f230a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0  ../encoding.patch
-  patch -p1  ../pygame_181.patch
-  sed -i 's|X11R6/include/X11|share|' Makefile
-  sed -i 's|usr/games|usr/bin|' Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
${pkgdir}/usr/share/games/pathological/pathological.py
-  install -D -m644 ../pathological.desktop 
${pkgdir}/usr/share/applications/pathological.desktop
-  chown root:games ${pkgdir}/var/games
-  chmod 775 ${pkgdir}/var/games
-  rm ${pkgdir}/var/games/pathological_scores
-}

Copied: pathological/repos/extra-i686/PKGBUILD (from rev 216419, 
pathological/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-03 18:11:06 UTC (rev 216420)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=pathological
+pkgver=1.1.3
+pkgrel=9
+pkgdesc=A puzzle game with the same feel as frozen bubble
+arch=('i686' 'x86_64')
+url=http://pathological.sourceforge.net/;
+license=('GPL')
+depends=('python2-pygame')
+makedepends=('netpbm')
+install=pathological.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+pathological.desktop pygame_181.patch encoding.patch)

[arch-commits] Commit in rsync/trunk (CVE-2014-2855.patch PKGBUILD rsyncd.service)

2014-07-03 Thread Pierre Schmitz
Date: Thursday, July 3, 2014 @ 20:34:41
  Author: pierre
Revision: 216421

upgpkg: rsync 3.1.1-2

FS#41024 and FS#40598

Modified:
  rsync/trunk/PKGBUILD
  rsync/trunk/rsyncd.service
Deleted:
  rsync/trunk/CVE-2014-2855.patch

-+
 CVE-2014-2855.patch |   83 --
 PKGBUILD|5 +--
 rsyncd.service  |1 
 3 files changed, 3 insertions(+), 86 deletions(-)

Deleted: CVE-2014-2855.patch
===
--- CVE-2014-2855.patch 2014-07-03 18:11:06 UTC (rev 216420)
+++ CVE-2014-2855.patch 2014-07-03 18:34:41 UTC (rev 216421)
@@ -1,83 +0,0 @@
-From 0dedfbce2c1b851684ba658861fe9d620636c56a Mon Sep 17 00:00:00 2001
-From: Wayne Davison way...@samba.org
-Date: Sun, 13 Apr 2014 13:44:58 -0700
-Subject: [PATCH] Avoid infinite wait reading secrets file.
-

- authenticate.c |   24 +---
- 1 files changed, 13 insertions(+), 11 deletions(-)
-
-diff --git a/authenticate.c b/authenticate.c
-index 3381b8c..c92746c 100644
 a/authenticate.c
-+++ b/authenticate.c
-@@ -102,15 +102,16 @@ static const char *check_secret(int module, const char 
*user, const char *group,
-   char pass2[MAX_DIGEST_LEN*2];
-   const char *fname = lp_secrets_file(module);
-   STRUCT_STAT st;
--  int fd, ok = 1;
-+  int ok = 1;
-   int user_len = strlen(user);
-   int group_len = group ? strlen(group) : 0;
-   char *err;
-+  FILE *fh;
- 
--  if (!fname || !*fname || (fd = open(fname, O_RDONLY))  0)
-+  if (!fname || !*fname || (fh = fopen(fname, r)) == NULL)
-   return no secrets file;
- 
--  if (do_fstat(fd, st) == -1) {
-+  if (do_fstat(fileno(fh), st) == -1) {
-   rsyserr(FLOG, errno, fstat(%s), fname);
-   ok = 0;
-   } else if (lp_strict_modes(module)) {
-@@ -123,29 +124,30 @@ static const char *check_secret(int module, const char 
*user, const char *group,
-   }
-   }
-   if (!ok) {
--  close(fd);
-+  fclose(fh);
-   return ignoring secrets file;
-   }
- 
-   if (*user == '#') {
-   /* Reject attempt to match a comment. */
--  close(fd);
-+  fclose(fh);
-   return invalid username;
-   }
- 
-   /* Try to find a line that starts with the user (or @group) name and a 
':'. */
-   err = secret not found;
--  while ((user || group)  read_line_old(fd, line, sizeof line, 1)) {
--  const char **ptr, *s;
-+  while ((user || group)  fgets(line, sizeof line, fh) != NULL) {
-+  const char **ptr, *s = strtok(line, \n\r);
-   int len;
--  if (*line == '@') {
-+  if (!s)
-+  continue;
-+  if (*s == '@') {
-   ptr = group;
-   len = group_len;
--  s = line+1;
-+  s++;
-   } else {
-   ptr = user;
-   len = user_len;
--  s = line;
-   }
-   if (!*ptr || strncmp(s, *ptr, len) != 0 || s[len] != ':')
-   continue;
-@@ -158,7 +160,7 @@ static const char *check_secret(int module, const char 
*user, const char *group,
-   *ptr = NULL; /* Don't look for name again. */
-   }
- 
--  close(fd);
-+  fclose(fh);
- 
-   memset(line, 0, sizeof line);
-   memset(pass2, 0, sizeof pass2);
--- 
-1.7.0.4
-

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 18:11:06 UTC (rev 216420)
+++ PKGBUILD2014-07-03 18:34:41 UTC (rev 216421)
@@ -2,7 +2,7 @@
 
 pkgname=rsync
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A file transfer program to keep remote files in sync
 arch=('i686' 'x86_64')
 url=http://rsync.samba.org/;
@@ -17,7 +17,7 @@
  'SKIP'
  'bce64d122a8e0f86872a4a21a03bc7f3'
  'ea3e9277dc908bc51f9eddc0f6b935c1'
- '084140868d38cf3e937a2db716d47c0f'
+ 'f90ba7f3717028769d6f230a2402b5aa'
  'ae4c381e0c02d6132c7f6ded3f473041'
  '53f94e613e0bc502d38dd61bd2cd7636')
 
@@ -25,7 +25,6 @@
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr \
--with-included-popt=no \
-   --with-included-zlib=no \
--disable-debug
make
 }

Modified: rsyncd.service
===
--- rsyncd.service  2014-07-03 18:11:06 UTC (rev 216420)
+++ rsyncd.service  2014-07-03 18:34:41 UTC (rev 216421)
@@ -1,5 +1,6 @@
 [Unit]
 Description=A file transfer program to keep remote files in sync
+After=network.target
 
 [Service]
 ExecStart=/usr/bin/rsync --daemon --no-detach



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

2014-07-03 Thread Pierre Schmitz
Date: Thursday, July 3, 2014 @ 20:35:18
  Author: pierre
Revision: 216422

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

Added:
  rsync/repos/extra-i686/PKGBUILD
(from rev 216421, rsync/trunk/PKGBUILD)
  rsync/repos/extra-i686/rsync.xinetd
(from rev 216421, rsync/trunk/rsync.xinetd)
  rsync/repos/extra-i686/rsyncd.conf
(from rev 216421, rsync/trunk/rsyncd.conf)
  rsync/repos/extra-i686/rsyncd.service
(from rev 216421, rsync/trunk/rsyncd.service)
  rsync/repos/extra-i686/rsyncd.socket
(from rev 216421, rsync/trunk/rsyncd.socket)
  rsync/repos/extra-i686/rsyncd@.service
(from rev 216421, rsync/trunk/rsyncd@.service)
  rsync/repos/extra-x86_64/PKGBUILD
(from rev 216421, rsync/trunk/PKGBUILD)
  rsync/repos/extra-x86_64/rsync.xinetd
(from rev 216421, rsync/trunk/rsync.xinetd)
  rsync/repos/extra-x86_64/rsyncd.conf
(from rev 216421, rsync/trunk/rsyncd.conf)
  rsync/repos/extra-x86_64/rsyncd.service
(from rev 216421, rsync/trunk/rsyncd.service)
  rsync/repos/extra-x86_64/rsyncd.socket
(from rev 216421, rsync/trunk/rsyncd.socket)
  rsync/repos/extra-x86_64/rsyncd@.service
(from rev 216421, rsync/trunk/rsyncd@.service)
Deleted:
  rsync/repos/extra-i686/CVE-2014-2855.patch
  rsync/repos/extra-i686/PKGBUILD
  rsync/repos/extra-i686/rsync.xinetd
  rsync/repos/extra-i686/rsyncd.conf
  rsync/repos/extra-i686/rsyncd.service
  rsync/repos/extra-i686/rsyncd.socket
  rsync/repos/extra-i686/rsyncd@.service
  rsync/repos/extra-x86_64/CVE-2014-2855.patch
  rsync/repos/extra-x86_64/PKGBUILD
  rsync/repos/extra-x86_64/rsync.xinetd
  rsync/repos/extra-x86_64/rsyncd.conf
  rsync/repos/extra-x86_64/rsyncd.service
  rsync/repos/extra-x86_64/rsyncd.socket
  rsync/repos/extra-x86_64/rsyncd@.service

--+
 /PKGBUILD|   92 +
 /rsync.xinetd|   22 
 /rsyncd.conf |   20 
 /rsyncd.service  |   20 
 /rsyncd.socket   |   20 
 /rsyncd@.service |   22 
 extra-i686/CVE-2014-2855.patch   |   83 -
 extra-i686/PKGBUILD  |   47 --
 extra-i686/rsync.xinetd  |   11 
 extra-i686/rsyncd.conf   |   10 
 extra-i686/rsyncd.service|9 ---
 extra-i686/rsyncd.socket |   10 
 extra-i686/rsyncd@.service   |   11 
 extra-x86_64/CVE-2014-2855.patch |   83 -
 extra-x86_64/PKGBUILD|   47 --
 extra-x86_64/rsync.xinetd|   11 
 extra-x86_64/rsyncd.conf |   10 
 extra-x86_64/rsyncd.service  |9 ---
 extra-x86_64/rsyncd.socket   |   10 
 extra-x86_64/rsyncd@.service |   11 
 20 files changed, 196 insertions(+), 362 deletions(-)

Deleted: extra-i686/CVE-2014-2855.patch
===
--- extra-i686/CVE-2014-2855.patch  2014-07-03 18:34:41 UTC (rev 216421)
+++ extra-i686/CVE-2014-2855.patch  2014-07-03 18:35:18 UTC (rev 216422)
@@ -1,83 +0,0 @@
-From 0dedfbce2c1b851684ba658861fe9d620636c56a Mon Sep 17 00:00:00 2001
-From: Wayne Davison way...@samba.org
-Date: Sun, 13 Apr 2014 13:44:58 -0700
-Subject: [PATCH] Avoid infinite wait reading secrets file.
-

- authenticate.c |   24 +---
- 1 files changed, 13 insertions(+), 11 deletions(-)
-
-diff --git a/authenticate.c b/authenticate.c
-index 3381b8c..c92746c 100644
 a/authenticate.c
-+++ b/authenticate.c
-@@ -102,15 +102,16 @@ static const char *check_secret(int module, const char 
*user, const char *group,
-   char pass2[MAX_DIGEST_LEN*2];
-   const char *fname = lp_secrets_file(module);
-   STRUCT_STAT st;
--  int fd, ok = 1;
-+  int ok = 1;
-   int user_len = strlen(user);
-   int group_len = group ? strlen(group) : 0;
-   char *err;
-+  FILE *fh;
- 
--  if (!fname || !*fname || (fd = open(fname, O_RDONLY))  0)
-+  if (!fname || !*fname || (fh = fopen(fname, r)) == NULL)
-   return no secrets file;
- 
--  if (do_fstat(fd, st) == -1) {
-+  if (do_fstat(fileno(fh), st) == -1) {
-   rsyserr(FLOG, errno, fstat(%s), fname);
-   ok = 0;
-   } else if (lp_strict_modes(module)) {
-@@ -123,29 +124,30 @@ static const char *check_secret(int module, const char 
*user, const char *group,
-   }
-   }
-   if (!ok) {
--  close(fd);
-+  fclose(fh);
-   return ignoring secrets file;
-   }
- 
-   if (*user == '#') {
-   /* Reject attempt to match a comment. */
--  close(fd);
-+  fclose(fh);
-   return invalid username;
-   }
- 
-   /* Try to find a line that starts with the user (or @group) name and a 
':'. */
-   err = secret not found;
--  while 

  1   2   >