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

2014-12-17 Thread Sergej Pupykin
Date: Wednesday, December 17, 2014 @ 09:42:02
  Author: spupykin
Revision: 124009

upgpkg: haskell-parsec 3.1.7-1

upd

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 03:16:06 UTC (rev 124008)
+++ PKGBUILD2014-12-17 08:42:02 UTC (rev 124009)
@@ -2,17 +2,17 @@
 
 _hkgname=parsec
 pkgname=haskell-parsec
-pkgver=3.1.5
-pkgrel=3
+pkgver=3.1.7
+pkgrel=1
 pkgdesc=Monadic parser combinators
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.8.3-1' 'sh' 'haskell-mtl=2.1.3.1-3' 'haskell-text=1.1.1.3-1')
+depends=('ghc=7.8.3-2' 'sh' 'haskell-mtl=2.1.3.1-3' 'haskell-text=1.2.0.3-1')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-md5sums=('00e822decff17a034a68c462d2a3e099')
+md5sums=('752664d7762bad11b46a392119658016')
 
 build() {
   cd ${_hkgname}-${pkgver}


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

2014-12-17 Thread Sergej Pupykin
Date: Wednesday, December 17, 2014 @ 09:42:23
  Author: spupykin
Revision: 124010

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

Added:
  haskell-parsec/repos/community-i686/PKGBUILD
(from rev 124009, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/community-i686/haskell-parsec.install
(from rev 124009, haskell-parsec/trunk/haskell-parsec.install)
  haskell-parsec/repos/community-x86_64/PKGBUILD
(from rev 124009, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/community-x86_64/haskell-parsec.install
(from rev 124009, haskell-parsec/trunk/haskell-parsec.install)
Deleted:
  haskell-parsec/repos/community-i686/PKGBUILD
  haskell-parsec/repos/community-i686/haskell-parsec.install
  haskell-parsec/repos/community-x86_64/PKGBUILD
  haskell-parsec/repos/community-x86_64/haskell-parsec.install

-+
 /PKGBUILD   |  100 ++
 /haskell-parsec.install |   70 +
 community-i686/PKGBUILD |   50 ---
 community-i686/haskell-parsec.install   |   35 --
 community-x86_64/PKGBUILD   |   50 ---
 community-x86_64/haskell-parsec.install |   35 --
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-17 08:42:02 UTC (rev 124009)
+++ community-i686/PKGBUILD 2014-12-17 08:42:23 UTC (rev 124010)
@@ -1,50 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=parsec
-pkgname=haskell-parsec
-pkgver=3.1.5
-pkgrel=3
-pkgdesc=Monadic parser combinators
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.8.3-1' 'sh' 'haskell-mtl=2.1.3.1-3' 'haskell-text=1.1.1.3-1')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('00e822decff17a034a68c462d2a3e099')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-
-  runhaskell Setup build
-
-  runhaskell Setup haddock
-
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd ${_hkgname}-${pkgver}
-
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-
-  runhaskell Setup copy --destdir=${pkgdir}
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-parsec/repos/community-i686/PKGBUILD (from rev 124009, 
haskell-parsec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-17 08:42:23 UTC (rev 124010)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.7
+pkgrel=1
+pkgdesc=Monadic parser combinators
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.3-2' 'sh' 'haskell-mtl=2.1.3.1-3' 'haskell-text=1.2.0.3-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('752664d7762bad11b46a392119658016')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_hkgname}-${pkgver}
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+
+  runhaskell Setup copy --destdir=${pkgdir}
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f 

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

2014-12-17 Thread Sergej Pupykin
Date: Wednesday, December 17, 2014 @ 10:06:26
  Author: spupykin
Revision: 124011

upgpkg: haskell-network 2.6.0.2-1

upd

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 08:42:23 UTC (rev 124010)
+++ PKGBUILD2014-12-17 09:06:26 UTC (rev 124011)
@@ -2,17 +2,17 @@
 
 _hkgname=network
 pkgname=haskell-network
-pkgver=2.5.0.0
-pkgrel=2
+pkgver=2.6.0.2
+pkgrel=1
 pkgdesc=Low-level networking interface
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.8.3-1' 'sh' 'haskell-parsec=3.1.5-3')
+depends=('ghc=7.8.3-2' 'sh' 'haskell-parsec=3.1.7-1')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-md5sums=('ce4a584d3c04905b88275a156273dac6')
+md5sums=('c6e5e3fafedb45cd945b72e35cd3abe0')
 
 build() {
   cd ${_hkgname}-${pkgver}


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

2014-12-17 Thread Sergej Pupykin
Date: Wednesday, December 17, 2014 @ 10:06:41
  Author: spupykin
Revision: 124012

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

Added:
  haskell-network/repos/community-i686/PKGBUILD
(from rev 124011, haskell-network/trunk/PKGBUILD)
  haskell-network/repos/community-i686/haskell-network.install
(from rev 124011, haskell-network/trunk/haskell-network.install)
  haskell-network/repos/community-x86_64/PKGBUILD
(from rev 124011, haskell-network/trunk/PKGBUILD)
  haskell-network/repos/community-x86_64/haskell-network.install
(from rev 124011, haskell-network/trunk/haskell-network.install)
Deleted:
  haskell-network/repos/community-i686/PKGBUILD
  haskell-network/repos/community-i686/haskell-network.install
  haskell-network/repos/community-x86_64/PKGBUILD
  haskell-network/repos/community-x86_64/haskell-network.install

--+
 /PKGBUILD|  100 +
 /haskell-network.install |   70 
 community-i686/PKGBUILD  |   50 --
 community-i686/haskell-network.install   |   35 --
 community-x86_64/PKGBUILD|   50 --
 community-x86_64/haskell-network.install |   35 --
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-17 09:06:26 UTC (rev 124011)
+++ community-i686/PKGBUILD 2014-12-17 09:06:41 UTC (rev 124012)
@@ -1,50 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=network
-pkgname=haskell-network
-pkgver=2.5.0.0
-pkgrel=2
-pkgdesc=Low-level networking interface
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.8.3-1' 'sh' 'haskell-parsec=3.1.5-3')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('ce4a584d3c04905b88275a156273dac6')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-
-  runhaskell Setup build
-
-  runhaskell Setup haddock
-
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd ${_hkgname}-${pkgver}
-
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-
-  runhaskell Setup copy --destdir=${pkgdir}
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-network/repos/community-i686/PKGBUILD (from rev 124011, 
haskell-network/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-17 09:06:41 UTC (rev 124012)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.6.0.2
+pkgrel=1
+pkgdesc=Low-level networking interface
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.3-2' 'sh' 'haskell-parsec=3.1.7-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('c6e5e3fafedb45cd945b72e35cd3abe0')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_hkgname}-${pkgver}
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+
+  runhaskell Setup copy --destdir=${pkgdir}
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f 

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

2014-12-17 Thread Lukas Fleischer
Date: Wednesday, December 17, 2014 @ 14:17:48
  Author: lfleischer
Revision: 124014

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

Added:
  hdapsd/repos/community-i686/PKGBUILD
(from rev 124013, hdapsd/trunk/PKGBUILD)
  hdapsd/repos/community-i686/hdapsd.systemd
(from rev 124013, hdapsd/trunk/hdapsd.systemd)
  hdapsd/repos/community-x86_64/PKGBUILD
(from rev 124013, hdapsd/trunk/PKGBUILD)
  hdapsd/repos/community-x86_64/hdapsd.systemd
(from rev 124013, hdapsd/trunk/hdapsd.systemd)
Deleted:
  hdapsd/repos/community-i686/PKGBUILD
  hdapsd/repos/community-i686/hdapsd.systemd
  hdapsd/repos/community-x86_64/PKGBUILD
  hdapsd/repos/community-x86_64/hdapsd.systemd

-+
 /PKGBUILD   |   56 ++
 /hdapsd.systemd |   24 
 community-i686/PKGBUILD |   31 -
 community-i686/hdapsd.systemd   |   12 
 community-x86_64/PKGBUILD   |   31 -
 community-x86_64/hdapsd.systemd |   12 
 6 files changed, 80 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-17 13:17:36 UTC (rev 124013)
+++ community-i686/PKGBUILD 2014-12-17 13:17:48 UTC (rev 124014)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Emil Renner Berthing es...@mailme.dk
-# Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
-
-pkgname=hdapsd
-pkgver=20141024
-pkgrel=1
-pkgdesc='HDAPS userspace hard drive protection daemon'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/hdaps/'
-license=('GPL')
-depends=('glibc' 'bash')
-source=(http://downloads.sourceforge.net/hdaps/hdapsd-${pkgver}.tar.gz;
-'hdapsd.systemd')
-md5sums=('4c08983ddfbe5d4dea56f4d40dd45e9f'
- 'f514cca78059477c4f33faf97d4aaa06')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make ${MAKEFLAGS}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm0644 ${srcdir}/hdapsd.systemd 
${pkgdir}/usr/lib/systemd/system/hdapsd.service
-}

Copied: hdapsd/repos/community-i686/PKGBUILD (from rev 124013, 
hdapsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-17 13:17:48 UTC (rev 124014)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Emil Renner Berthing es...@mailme.dk
+# Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
+
+pkgname=hdapsd
+pkgver=20141203
+pkgrel=1
+pkgdesc='HDAPS userspace hard drive protection daemon'
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/hdapsd'
+license=('GPL')
+depends=('glibc' 'bash')
+source=(https://github.com/evgeni/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('1620775e4a0988313dd75b0f1f636674')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make ${MAKEFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: community-i686/hdapsd.systemd
===
--- community-i686/hdapsd.systemd   2014-12-17 13:17:36 UTC (rev 124013)
+++ community-i686/hdapsd.systemd   2014-12-17 13:17:48 UTC (rev 124014)
@@ -1,12 +0,0 @@
-[Unit]
-Description=HDAPS userspace hard drive protection daemon
-After=syslog.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/hdapsd.pid
-ExecStart=/usr/bin/hdapsd -bp
-ExecReload=/bin/kill -HUP ${MAINPID}
-
-[Install]
-WantedBy=multi-user.target

Copied: hdapsd/repos/community-i686/hdapsd.systemd (from rev 124013, 
hdapsd/trunk/hdapsd.systemd)
===
--- community-i686/hdapsd.systemd   (rev 0)
+++ community-i686/hdapsd.systemd   2014-12-17 13:17:48 UTC (rev 124014)
@@ -0,0 +1,12 @@
+[Unit]
+Description=HDAPS userspace hard drive protection daemon
+After=syslog.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/hdapsd.pid
+ExecStart=/usr/bin/hdapsd -bp
+ExecReload=/bin/kill -HUP ${MAINPID}
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-17 13:17:36 UTC (rev 124013)
+++ community-x86_64/PKGBUILD   2014-12-17 13:17:48 UTC (rev 124014)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Emil Renner Berthing es...@mailme.dk
-# Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
-
-pkgname=hdapsd

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

2014-12-17 Thread Lukas Fleischer
Date: Wednesday, December 17, 2014 @ 14:17:36
  Author: lfleischer
Revision: 124013

upgpkg: hdapsd 20141203-1

Upstream update.

Modified:
  hdapsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 09:06:41 UTC (rev 124012)
+++ PKGBUILD2014-12-17 13:17:36 UTC (rev 124013)
@@ -3,29 +3,26 @@
 # Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
 
 pkgname=hdapsd
-pkgver=20141024
+pkgver=20141203
 pkgrel=1
 pkgdesc='HDAPS userspace hard drive protection daemon'
 arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/hdaps/'
+url='https://github.com/evgeni/hdapsd'
 license=('GPL')
 depends=('glibc' 'bash')
-source=(http://downloads.sourceforge.net/hdaps/hdapsd-${pkgver}.tar.gz;
-'hdapsd.systemd')
-md5sums=('4c08983ddfbe5d4dea56f4d40dd45e9f'
- 'f514cca78059477c4f33faf97d4aaa06')
+source=(https://github.com/evgeni/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('1620775e4a0988313dd75b0f1f636674')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
   make ${MAKEFLAGS}
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
   make DESTDIR=${pkgdir}/ install
-
-  install -Dm0644 ${srcdir}/hdapsd.systemd 
${pkgdir}/usr/lib/systemd/system/hdapsd.service
 }


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

2014-12-17 Thread Lukas Fleischer
Date: Wednesday, December 17, 2014 @ 14:20:51
  Author: lfleischer
Revision: 124016

archrelease: copy trunk to community-any

Added:
  winetricks/repos/community-any/PKGBUILD
(from rev 124015, winetricks/trunk/PKGBUILD)
Deleted:
  winetricks/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-17 13:20:46 UTC (rev 124015)
+++ PKGBUILD2014-12-17 13:20:51 UTC (rev 124016)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: DsTr d...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-
-pkgname=winetricks
-pkgver=20140302
-pkgrel=1
-pkgdesc='Script to install various redistributable runtime libraries in Wine.'
-url='http://wiki.winehq.org/winetricks'
-license=('LGPL')
-arch=('any')
-optdepends=('zenity: GUI for GNOME desktop'
-'kdebase-kdialog: GUI for KDE desktop')
-source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;
-   
http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
-md5sums=('1cab467dbc7f7937c08d00383db6e310'
- '0a2456fcacbca4c9db1e700d7b42207e')
-
-package() {
-  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
-  install -Dm755 ${srcdir}/winetricks-${pkgver} 
${pkgdir}/usr/bin/winetricks
-  install -Dm644 ${srcdir}/winetricks.1 
${pkgdir}/usr/share/man/man1/winetricks.1
-}

Copied: winetricks/repos/community-any/PKGBUILD (from rev 124015, 
winetricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-17 13:20:51 UTC (rev 124016)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: DsTr d...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=winetricks
+pkgver=20141130
+pkgrel=1
+pkgdesc='Script to install various redistributable runtime libraries in Wine.'
+url='http://wiki.winehq.org/winetricks'
+license=('LGPL')
+arch=('any')
+optdepends=('zenity: GUI for GNOME desktop'
+'kdebase-kdialog: GUI for KDE desktop')
+source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;
+   
http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
+md5sums=('cf286583530a79b7982182e5f18f75fb'
+ '0a2456fcacbca4c9db1e700d7b42207e')
+
+package() {
+  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+  install -Dm755 ${srcdir}/winetricks-${pkgver} 
${pkgdir}/usr/bin/winetricks
+  install -Dm644 ${srcdir}/winetricks.1 
${pkgdir}/usr/share/man/man1/winetricks.1
+}


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

2014-12-17 Thread Lukas Fleischer
Date: Wednesday, December 17, 2014 @ 14:20:46
  Author: lfleischer
Revision: 124015

upgpkg: winetricks 20141130-1

Upstream update.

Modified:
  winetricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 13:17:48 UTC (rev 124014)
+++ PKGBUILD2014-12-17 13:20:46 UTC (rev 124015)
@@ -5,7 +5,7 @@
 # Contributor: Allan McRae al...@archlinux.org
 
 pkgname=winetricks
-pkgver=20140302
+pkgver=20141130
 pkgrel=1
 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
 url='http://wiki.winehq.org/winetricks'
@@ -15,7 +15,7 @@
 'kdebase-kdialog: GUI for KDE desktop')
 source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;

http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
-md5sums=('1cab467dbc7f7937c08d00383db6e310'
+md5sums=('cf286583530a79b7982182e5f18f75fb'
  '0a2456fcacbca4c9db1e700d7b42207e')
 
 package() {


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

2014-12-17 Thread Kyle Keen
Date: Wednesday, December 17, 2014 @ 14:48:38
  Author: kkeen
Revision: 124017

pkginit: airspy support for gnuradio

Added:
  airspy/
  airspy/repos/
  airspy/trunk/
  airspy/trunk/PKGBUILD

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

Added: airspy/trunk/PKGBUILD
===
--- airspy/trunk/PKGBUILD   (rev 0)
+++ airspy/trunk/PKGBUILD   2014-12-17 13:48:38 UTC (rev 124017)
@@ -0,0 +1,29 @@
+# Maintainer: Kyle Keen keen...@gmail.com
+
+pkgname=airspy
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=Host code for Airspy SDR.
+arch=('i686' 'x86_64')
+url=http://www.airspy.com;
+license=('GPL2')
+depends=('libusb=1.0')
+makedepends=('cmake')
+source=(https://github.com/airspy/host/archive/v$pkgver.tar.gz;)
+md5sums=('fd0b80003a1098806ac40a5f42fea05f')
+
+build() {
+  cd $srcdir/host-$pkgver
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
+  make
+}
+
+package() {
+  cd $srcdir/host-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../airspy-tools/52-airspy.rules 
$pkgdir/usr/lib/udev/rules.d/52-airspy.rules
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2014-12-17 Thread Kyle Keen
Date: Wednesday, December 17, 2014 @ 14:50:59
  Author: kkeen
Revision: 124018

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

Added:
  airspy/repos/community-i686/
  airspy/repos/community-i686/PKGBUILD
(from rev 124017, airspy/trunk/PKGBUILD)
  airspy/repos/community-x86_64/
  airspy/repos/community-x86_64/PKGBUILD
(from rev 124017, airspy/trunk/PKGBUILD)

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

Copied: airspy/repos/community-i686/PKGBUILD (from rev 124017, 
airspy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-17 13:50:59 UTC (rev 124018)
@@ -0,0 +1,29 @@
+# Maintainer: Kyle Keen keen...@gmail.com
+
+pkgname=airspy
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=Host code for Airspy SDR.
+arch=('i686' 'x86_64')
+url=http://www.airspy.com;
+license=('GPL2')
+depends=('libusb=1.0')
+makedepends=('cmake')
+source=(https://github.com/airspy/host/archive/v$pkgver.tar.gz;)
+md5sums=('fd0b80003a1098806ac40a5f42fea05f')
+
+build() {
+  cd $srcdir/host-$pkgver
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
+  make
+}
+
+package() {
+  cd $srcdir/host-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../airspy-tools/52-airspy.rules 
$pkgdir/usr/lib/udev/rules.d/52-airspy.rules
+}
+
+# vim:set ts=2 sw=2 et:

Copied: airspy/repos/community-x86_64/PKGBUILD (from rev 124017, 
airspy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-17 13:50:59 UTC (rev 124018)
@@ -0,0 +1,29 @@
+# Maintainer: Kyle Keen keen...@gmail.com
+
+pkgname=airspy
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=Host code for Airspy SDR.
+arch=('i686' 'x86_64')
+url=http://www.airspy.com;
+license=('GPL2')
+depends=('libusb=1.0')
+makedepends=('cmake')
+source=(https://github.com/airspy/host/archive/v$pkgver.tar.gz;)
+md5sums=('fd0b80003a1098806ac40a5f42fea05f')
+
+build() {
+  cd $srcdir/host-$pkgver
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
+  make
+}
+
+package() {
+  cd $srcdir/host-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../airspy-tools/52-airspy.rules 
$pkgdir/usr/lib/udev/rules.d/52-airspy.rules
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-17 Thread Kyle Keen
Date: Wednesday, December 17, 2014 @ 15:01:30
  Author: kkeen
Revision: 124019

upgpkg: rtl-sdr 20140207-1

Modified:
  rtl-sdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 13:50:59 UTC (rev 124018)
+++ PKGBUILD2014-12-17 14:01:30 UTC (rev 124019)
@@ -6,7 +6,7 @@
 # they are just starting to play with tags
 # consider using tags for the pkgver in the future
 pkgver=20140207
-_commit=df9596b2d1
+_commit=6ee55736064
 pkgrel=1
 pkgdesc=Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR).
 arch=('i686' 'x86_64')


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

2014-12-17 Thread Kyle Keen
Date: Wednesday, December 17, 2014 @ 15:01:54
  Author: kkeen
Revision: 124020

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

Added:
  rtl-sdr/repos/community-i686/PKGBUILD
(from rev 124019, rtl-sdr/trunk/PKGBUILD)
  rtl-sdr/repos/community-i686/rtl-sdr.install
(from rev 124019, rtl-sdr/trunk/rtl-sdr.install)
  rtl-sdr/repos/community-i686/rtlsdr.conf
(from rev 124019, rtl-sdr/trunk/rtlsdr.conf)
  rtl-sdr/repos/community-x86_64/PKGBUILD
(from rev 124019, rtl-sdr/trunk/PKGBUILD)
  rtl-sdr/repos/community-x86_64/rtl-sdr.install
(from rev 124019, rtl-sdr/trunk/rtl-sdr.install)
  rtl-sdr/repos/community-x86_64/rtlsdr.conf
(from rev 124019, rtl-sdr/trunk/rtlsdr.conf)
Deleted:
  rtl-sdr/repos/community-i686/PKGBUILD
  rtl-sdr/repos/community-i686/rtl-sdr.install
  rtl-sdr/repos/community-i686/rtlsdr.conf
  rtl-sdr/repos/community-x86_64/PKGBUILD
  rtl-sdr/repos/community-x86_64/rtl-sdr.install
  rtl-sdr/repos/community-x86_64/rtlsdr.conf

--+
 /PKGBUILD|   98 +
 /rtl-sdr.install |   16 ++
 /rtlsdr.conf |8 +++
 community-i686/PKGBUILD  |   49 --
 community-i686/rtl-sdr.install   |8 ---
 community-i686/rtlsdr.conf   |4 -
 community-x86_64/PKGBUILD|   49 --
 community-x86_64/rtl-sdr.install |8 ---
 community-x86_64/rtlsdr.conf |4 -
 9 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-17 14:01:30 UTC (rev 124019)
+++ community-i686/PKGBUILD 2014-12-17 14:01:54 UTC (rev 124020)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Michael Düll m...@akurei.me
-
-pkgname=rtl-sdr
-# they are just starting to play with tags
-# consider using tags for the pkgver in the future
-pkgver=20140207
-_commit=df9596b2d1
-pkgrel=1
-pkgdesc=Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR).
-arch=('i686' 'x86_64')
-url=http://sdr.osmocom.org/trac/wiki/rtl-sdr;
-license=('GPL')
-depends=('libusb=1.0')
-makedepends=('git' 'cmake')
-conflicts=('rtl-sdr-git')
-options=('staticlibs') 
-install=rtl-sdr.install
-source=(git://git.osmocom.org/rtl-sdr.git#commit=$_commit
-'rtlsdr.conf')
-md5sums=('SKIP'
- '9c65be40f8916a220e3f55b819897331')
-
-_gitname=rtl-sdr
-
-pkgver() {
-  cd $srcdir/$_gitname
-  git show -s --format=%ci HEAD | sed -e 's/-//g' -e 's/ .*//'
-}
-
-build() {
-  cd $srcdir/$_gitname
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DDETACH_KERNEL_DRIVER=ON \
--DINSTALL_UDEV_RULES=ON -Wno-dev ../
-  make
-}
-
-package() {
-  cd $srcdir/$_gitname/build
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$_gitname/rtl-sdr.rules 
$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules
-  install -Dm644 $srcdir/rtlsdr.conf $pkgdir/etc/modprobe.d/rtlsdr.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rtl-sdr/repos/community-i686/PKGBUILD (from rev 124019, 
rtl-sdr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-17 14:01:54 UTC (rev 124020)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Michael Düll m...@akurei.me
+
+pkgname=rtl-sdr
+# they are just starting to play with tags
+# consider using tags for the pkgver in the future
+pkgver=20140207
+_commit=6ee55736064
+pkgrel=1
+pkgdesc=Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR).
+arch=('i686' 'x86_64')
+url=http://sdr.osmocom.org/trac/wiki/rtl-sdr;
+license=('GPL')
+depends=('libusb=1.0')
+makedepends=('git' 'cmake')
+conflicts=('rtl-sdr-git')
+options=('staticlibs') 
+install=rtl-sdr.install
+source=(git://git.osmocom.org/rtl-sdr.git#commit=$_commit
+'rtlsdr.conf')
+md5sums=('SKIP'
+ '9c65be40f8916a220e3f55b819897331')
+
+_gitname=rtl-sdr
+
+pkgver() {
+  cd $srcdir/$_gitname
+  git show -s --format=%ci HEAD | sed -e 's/-//g' -e 's/ .*//'
+}
+
+build() {
+  cd $srcdir/$_gitname
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DDETACH_KERNEL_DRIVER=ON \
+-DINSTALL_UDEV_RULES=ON -Wno-dev ../
+  make
+}
+
+package() {
+  cd $srcdir/$_gitname/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$_gitname/rtl-sdr.rules 
$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules
+  install -Dm644 $srcdir/rtlsdr.conf $pkgdir/etc/modprobe.d/rtlsdr.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/rtl-sdr.install
===
--- community-i686/rtl-sdr.install  2014-12-17 14:01:30 UTC (rev 124019)
+++ community-i686/rtl-sdr.install  2014-12-17 

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

2014-12-17 Thread Kyle Keen
Date: Wednesday, December 17, 2014 @ 15:05:30
  Author: kkeen
Revision: 124021

upgpkg: rtl-sdr 20140210-1

Modified:
  rtl-sdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 14:01:54 UTC (rev 124020)
+++ PKGBUILD2014-12-17 14:05:30 UTC (rev 124021)
@@ -5,7 +5,7 @@
 pkgname=rtl-sdr
 # they are just starting to play with tags
 # consider using tags for the pkgver in the future
-pkgver=20140207
+pkgver=20140210
 _commit=6ee55736064
 pkgrel=1
 pkgdesc=Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR).


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

2014-12-17 Thread Kyle Keen
Date: Wednesday, December 17, 2014 @ 15:06:00
  Author: kkeen
Revision: 124022

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

Added:
  rtl-sdr/repos/community-i686/PKGBUILD
(from rev 124021, rtl-sdr/trunk/PKGBUILD)
  rtl-sdr/repos/community-i686/rtl-sdr.install
(from rev 124021, rtl-sdr/trunk/rtl-sdr.install)
  rtl-sdr/repos/community-i686/rtlsdr.conf
(from rev 124021, rtl-sdr/trunk/rtlsdr.conf)
  rtl-sdr/repos/community-x86_64/PKGBUILD
(from rev 124021, rtl-sdr/trunk/PKGBUILD)
  rtl-sdr/repos/community-x86_64/rtl-sdr.install
(from rev 124021, rtl-sdr/trunk/rtl-sdr.install)
  rtl-sdr/repos/community-x86_64/rtlsdr.conf
(from rev 124021, rtl-sdr/trunk/rtlsdr.conf)
Deleted:
  rtl-sdr/repos/community-i686/PKGBUILD
  rtl-sdr/repos/community-i686/rtl-sdr.install
  rtl-sdr/repos/community-i686/rtlsdr.conf
  rtl-sdr/repos/community-x86_64/PKGBUILD
  rtl-sdr/repos/community-x86_64/rtl-sdr.install
  rtl-sdr/repos/community-x86_64/rtlsdr.conf

--+
 /PKGBUILD|   98 +
 /rtl-sdr.install |   16 ++
 /rtlsdr.conf |8 +++
 community-i686/PKGBUILD  |   49 --
 community-i686/rtl-sdr.install   |8 ---
 community-i686/rtlsdr.conf   |4 -
 community-x86_64/PKGBUILD|   49 --
 community-x86_64/rtl-sdr.install |8 ---
 community-x86_64/rtlsdr.conf |4 -
 9 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-17 14:05:30 UTC (rev 124021)
+++ community-i686/PKGBUILD 2014-12-17 14:06:00 UTC (rev 124022)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Michael Düll m...@akurei.me
-
-pkgname=rtl-sdr
-# they are just starting to play with tags
-# consider using tags for the pkgver in the future
-pkgver=20140207
-_commit=6ee55736064
-pkgrel=1
-pkgdesc=Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR).
-arch=('i686' 'x86_64')
-url=http://sdr.osmocom.org/trac/wiki/rtl-sdr;
-license=('GPL')
-depends=('libusb=1.0')
-makedepends=('git' 'cmake')
-conflicts=('rtl-sdr-git')
-options=('staticlibs') 
-install=rtl-sdr.install
-source=(git://git.osmocom.org/rtl-sdr.git#commit=$_commit
-'rtlsdr.conf')
-md5sums=('SKIP'
- '9c65be40f8916a220e3f55b819897331')
-
-_gitname=rtl-sdr
-
-pkgver() {
-  cd $srcdir/$_gitname
-  git show -s --format=%ci HEAD | sed -e 's/-//g' -e 's/ .*//'
-}
-
-build() {
-  cd $srcdir/$_gitname
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DDETACH_KERNEL_DRIVER=ON \
--DINSTALL_UDEV_RULES=ON -Wno-dev ../
-  make
-}
-
-package() {
-  cd $srcdir/$_gitname/build
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$_gitname/rtl-sdr.rules 
$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules
-  install -Dm644 $srcdir/rtlsdr.conf $pkgdir/etc/modprobe.d/rtlsdr.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rtl-sdr/repos/community-i686/PKGBUILD (from rev 124021, 
rtl-sdr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-17 14:06:00 UTC (rev 124022)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Michael Düll m...@akurei.me
+
+pkgname=rtl-sdr
+# they are just starting to play with tags
+# consider using tags for the pkgver in the future
+pkgver=20140210
+_commit=6ee55736064
+pkgrel=1
+pkgdesc=Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR).
+arch=('i686' 'x86_64')
+url=http://sdr.osmocom.org/trac/wiki/rtl-sdr;
+license=('GPL')
+depends=('libusb=1.0')
+makedepends=('git' 'cmake')
+conflicts=('rtl-sdr-git')
+options=('staticlibs') 
+install=rtl-sdr.install
+source=(git://git.osmocom.org/rtl-sdr.git#commit=$_commit
+'rtlsdr.conf')
+md5sums=('SKIP'
+ '9c65be40f8916a220e3f55b819897331')
+
+_gitname=rtl-sdr
+
+pkgver() {
+  cd $srcdir/$_gitname
+  git show -s --format=%ci HEAD | sed -e 's/-//g' -e 's/ .*//'
+}
+
+build() {
+  cd $srcdir/$_gitname
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DDETACH_KERNEL_DRIVER=ON \
+-DINSTALL_UDEV_RULES=ON -Wno-dev ../
+  make
+}
+
+package() {
+  cd $srcdir/$_gitname/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$_gitname/rtl-sdr.rules 
$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules
+  install -Dm644 $srcdir/rtlsdr.conf $pkgdir/etc/modprobe.d/rtlsdr.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/rtl-sdr.install
===
--- community-i686/rtl-sdr.install  2014-12-17 14:05:30 UTC (rev 124021)
+++ community-i686/rtl-sdr.install  2014-12-17 

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 15:10:12
  Author: tpowa
Revision: 227694

bump to 3.18

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64
Deleted:
  linux/trunk/0001-x86-microcode-Update-BSPs-microcode-on-resume.patch
  linux/trunk/0002-x86-microcode-Limit-the-microcode-reloading-to-64-bi.patch

-+
 0001-x86-microcode-Update-BSPs-microcode-on-resume.patch|   48 --
 0002-x86-microcode-Limit-the-microcode-reloading-to-64-bi.patch |   55 ---
 PKGBUILD|   27 -
 config  |  174 
+++---
 config.x86_64   |  160 
++---
 5 files changed, 261 insertions(+), 203 deletions(-)

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


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

2014-12-17 Thread Kyle Keen
Date: Wednesday, December 17, 2014 @ 15:15:54
  Author: kkeen
Revision: 124023

upgpkg: gnuradio-osmosdr 0.1.4-1

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 14:06:00 UTC (rev 124022)
+++ PKGBUILD2014-12-17 14:15:54 UTC (rev 124023)
@@ -3,13 +3,13 @@
 # Contributor: Dominik Heidler dheid...@gmail.com
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
-pkgver=0.1.3
-pkgrel=4
-pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices
+pkgver=0.1.4
+pkgrel=1
+pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices
 url=http://sdr.osmocom.org/trac/;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
 makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
 conflicts=('gr-osmosdr-git')
 replaces=('gr-osmosdr')
@@ -16,7 +16,7 @@
 source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
 md5sums=('SKIP')
 
-# add airspy support? miri? osmo?
+# add support for miri, osmo?
 
 build() {
   cd $srcdir/$_pkgname


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

2014-12-17 Thread Kyle Keen
Date: Wednesday, December 17, 2014 @ 15:27:44
  Author: kkeen
Revision: 124024

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

Added:
  gnuradio-osmosdr/repos/community-i686/PKGBUILD
(from rev 124023, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-x86_64/PKGBUILD
(from rev 124023, gnuradio-osmosdr/trunk/PKGBUILD)
Deleted:
  gnuradio-osmosdr/repos/community-i686/PKGBUILD
  gnuradio-osmosdr/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-17 14:15:54 UTC (rev 124023)
+++ community-i686/PKGBUILD 2014-12-17 14:27:44 UTC (rev 124024)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com?
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=gnuradio-osmosdr
-_pkgname=gr-osmosdr
-pkgver=0.1.3
-pkgrel=4
-pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices
-url=http://sdr.osmocom.org/trac/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
-makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
-conflicts=('gr-osmosdr-git')
-replaces=('gr-osmosdr')
-source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
-md5sums=('SKIP')
-
-# add airspy support? miri? osmo?
-
-build() {
-  cd $srcdir/$_pkgname
-  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname/build/
-  make DESTDIR=${pkgdir} install
-}

Copied: gnuradio-osmosdr/repos/community-i686/PKGBUILD (from rev 124023, 
gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-17 14:27:44 UTC (rev 124024)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com?
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=1
+pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices
+url=http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+build() {
+  cd $srcdir/$_pkgname
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname/build/
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-17 14:15:54 UTC (rev 124023)
+++ community-x86_64/PKGBUILD   2014-12-17 14:27:44 UTC (rev 124024)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com?
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=gnuradio-osmosdr
-_pkgname=gr-osmosdr
-pkgver=0.1.3
-pkgrel=4
-pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices
-url=http://sdr.osmocom.org/trac/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
-makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
-conflicts=('gr-osmosdr-git')
-replaces=('gr-osmosdr')
-source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
-md5sums=('SKIP')
-
-# add airspy support? miri? osmo?
-
-build() {
-  cd $srcdir/$_pkgname
-  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname/build/
-  make 

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 15:28:38
  Author: tpowa
Revision: 227695

bump to 3.18.1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 14:10:12 UTC (rev 227694)
+++ PKGBUILD2014-12-17 14:28:38 UTC (rev 227695)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.18
-pkgver=3.18
+pkgver=3.18.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -13,7 +13,7 @@
 makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
 options=('!strip')
 source=(https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz;
-#https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
+https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
@@ -21,6 +21,7 @@
 'change-default-console-loglevel.patch'
 )
 sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
+'4df87c395c94012544ca297db6608fe8e7c8fb5289641c4bfb4d9d87b6f06968'
 'd3794c8b2cd11b71914b41f7a4e861369d4fa3c29fdd9e1d677ff0c2167eeb52'
 'df7886f5d57f8f85e89987066dfa5c316e922dc0b22e6e6ad01331333db52377'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
@@ -32,7 +33,7 @@
   cd ${srcdir}/${_srcname}
 
   # add upstream patch
-  # patch -p1 -i ${srcdir}/patch-${pkgver}
+  patch -p1 -i ${srcdir}/patch-${pkgver}
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git


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

2014-12-17 Thread Kyle Keen
Date: Wednesday, December 17, 2014 @ 15:37:28
  Author: kkeen
Revision: 124025

upgpkg: gqrx 2.3.2-1

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 14:27:44 UTC (rev 124024)
+++ PKGBUILD2014-12-17 14:37:28 UTC (rev 124025)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler dheid...@gmail.com
 
 pkgname=gqrx
-pkgver=2.3.1
-pkgrel=4
+pkgver=2.3.2
+pkgrel=1
 pkgdesc=Interactive SDR receiver waterfall for many devices.
 arch=('i686' 'x86_64')
 url=http://gqrx.dk/;
@@ -14,7 +14,7 @@
 source=(https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
 $pkgname.png
 $pkgname.desktop)
-md5sums=('84dca4975fe118f7672d7ae821b54605'
+md5sums=('f77dd4d3ee02bd142be5f17a926c21c7'
  'f7032a8883c89bd80e0d0fd36f861c59'
  '810f89195231c18f32af92522aade721')
 


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

2014-12-17 Thread Kyle Keen
Date: Wednesday, December 17, 2014 @ 15:37:56
  Author: kkeen
Revision: 124026

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

Added:
  gqrx/repos/community-i686/PKGBUILD
(from rev 124025, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-i686/gqrx.desktop
(from rev 124025, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-i686/gqrx.png
(from rev 124025, gqrx/trunk/gqrx.png)
  gqrx/repos/community-x86_64/PKGBUILD
(from rev 124025, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-x86_64/gqrx.desktop
(from rev 124025, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-x86_64/gqrx.png
(from rev 124025, gqrx/trunk/gqrx.png)
Deleted:
  gqrx/repos/community-i686/PKGBUILD
  gqrx/repos/community-i686/gqrx.desktop
  gqrx/repos/community-i686/gqrx.png
  gqrx/repos/community-x86_64/PKGBUILD
  gqrx/repos/community-x86_64/gqrx.desktop
  gqrx/repos/community-x86_64/gqrx.png

---+
 /PKGBUILD |  108 
 /gqrx.desktop |   20 +++
 community-i686/PKGBUILD   |   54 
 community-i686/gqrx.desktop   |   10 ---
 community-x86_64/PKGBUILD |   54 
 community-x86_64/gqrx.desktop |   10 ---
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-17 14:37:28 UTC (rev 124025)
+++ community-i686/PKGBUILD 2014-12-17 14:37:56 UTC (rev 124026)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-
-pkgname=gqrx
-pkgver=2.3.1
-pkgrel=4
-pkgdesc=Interactive SDR receiver waterfall for many devices.
-arch=('i686' 'x86_64')
-url=http://gqrx.dk/;
-license=('GPL')
-depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
-makedepends=('boost')
-source=(https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
-$pkgname.png
-$pkgname.desktop)
-md5sums=('84dca4975fe118f7672d7ae821b54605'
- 'f7032a8883c89bd80e0d0fd36f861c59'
- '810f89195231c18f32af92522aade721')
-
-prepare() {
-  cd $srcdir
-  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
-  cd gqrx-$pkgver-alsa
-  sed -i 's/AUDIO_BACKEND = pulse/#/' gqrx.pro
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  make
-  cd $srcdir/$pkgname-$pkgver-alsa
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  make
-}
-
-package() {
-  cd $srcdir
-  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-
-  cd $srcdir/$pkgname-$pkgver/build
-  make install INSTALL_ROOT=$pkgdir
-
-  cd $srcdir/$pkgname-$pkgver-alsa/build
-  install -Dm755 gqrx $pkgdir/usr/bin/gqrx-alsa
-}
-

Copied: gqrx/repos/community-i686/PKGBUILD (from rev 124025, 
gqrx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-17 14:37:56 UTC (rev 124026)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=gqrx
+pkgver=2.3.2
+pkgrel=1
+pkgdesc=Interactive SDR receiver waterfall for many devices.
+arch=('i686' 'x86_64')
+url=http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=(https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+$pkgname.png
+$pkgname.desktop)
+md5sums=('f77dd4d3ee02bd142be5f17a926c21c7'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd $srcdir
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#/' gqrx.pro
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd $srcdir/$pkgname-$pkgver-alsa
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd $srcdir
+  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+
+  cd $srcdir/$pkgname-$pkgver/build
+  make install INSTALL_ROOT=$pkgdir
+
+  cd $srcdir/$pkgname-$pkgver-alsa/build
+  install -Dm755 gqrx $pkgdir/usr/bin/gqrx-alsa
+}
+

Deleted: community-i686/gqrx.desktop
===
--- community-i686/gqrx.desktop 2014-12-17 14:37:28 UTC (rev 124025)
+++ community-i686/gqrx.desktop 2014-12-17 14:37:56 UTC (rev 124026)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=GQRX SDR
-GenericName=Funcube SDR Software
-Comment=Controller application for the Funcube Dongle and operating 
application.
-Exec=gqrx
-Icon=gqrx

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 16:20:53
  Author: tpowa
Revision: 227696

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 227695, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 227695, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 227695, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 227695, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 227695, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 227695, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 227695, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 227695, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 227695, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 227695, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 227695, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 227695, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  293 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7221 +
 testing-i686/config.x86_64   | 6972 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  293 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7221 +
 testing-x86_64/config.x86_64 | 6972 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 29096 insertions(+)

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


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 16:32:40
  Author: tpowa
Revision: 227697

upgpkg: nvidia 343.36-3

rebuild against 3.18.1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 15:20:53 UTC (rev 227696)
+++ PKGBUILD2014-12-17 15:32:40 UTC (rev 227697)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia
 pkgver=343.36
-_extramodules=extramodules-3.17-ARCH
-pkgrel=2
+_extramodules=extramodules-3.18-ARCH
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.17' 'linux3.18' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
+depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
 license=('custom')
 install=nvidia.install
 options=(!strip)


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 16:33:41
  Author: tpowa
Revision: 227698

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

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

---+
 testing-i686/PKGBUILD |   47 
 testing-i686/nvidia.install   |   18 +++
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/nvidia.install |   18 +++
 4 files changed, 130 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 227697, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-17 15:33:41 UTC (rev 227698)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=343.36
+_extramodules=extramodules-3.18-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+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=('eae5d5407df0b371929a76f96aec4020'
+ 'dfdf53ee8787455fe92a760ffa6badcb')
+
+[[ $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
+}

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 227697, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-12-17 15:33:41 UTC (rev 227698)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 227697, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-17 15:33:41 UTC (rev 227698)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=343.36
+_extramodules=extramodules-3.18-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+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=('eae5d5407df0b371929a76f96aec4020'
+ 'dfdf53ee8787455fe92a760ffa6badcb')
+
+[[ $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/trunk (PKGBUILD)

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 16:36:37
  Author: tpowa
Revision: 227699

upgpkg: nvidia-304xx 304.125-3

rebuild against 3.18.1

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 15:33:41 UTC (rev 227698)
+++ PKGBUILD2014-12-17 15:36:37 UTC (rev 227699)
@@ -4,13 +4,13 @@
 
 pkgname=nvidia-304xx
 pkgver=304.125
-_extramodules=extramodules-3.17-ARCH
-pkgrel=2
+_extramodules=extramodules-3.18-ARCH
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.17' 'linux3.18' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
+depends=('linux=3.18' 'linux3.19' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
 conflicts=('nvidia')
 license=('custom')
 install=nvidia.install


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 16:36:59
  Author: tpowa
Revision: 227700

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

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

---+
 testing-i686/PKGBUILD |   53 
 testing-i686/nvidia.install   |   15 +++
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/nvidia.install |   15 +++
 4 files changed, 136 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 227699, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-17 15:36:59 UTC (rev 227700)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.125
+_extramodules=extramodules-3.18-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+conflicts=('nvidia')
+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=('bc3b0ac291fa998d5109a6f7e94fb2d4')
+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=('291d41ccdbcc08f752a38f9e0a7eeea0')
+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/testing-i686/nvidia.install (from rev 227699, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-12-17 15:36:59 UTC (rev 227700)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx/repos/testing-x86_64/PKGBUILD (from rev 227699, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-17 15:36:59 UTC (rev 227700)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.125
+_extramodules=extramodules-3.18-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+conflicts=('nvidia')
+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=('bc3b0ac291fa998d5109a6f7e94fb2d4')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 16:39:41
  Author: tpowa
Revision: 227701

upgpkg: nvidia-340xx 340.65-4

rebuild against 3.18.1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 15:36:59 UTC (rev 227700)
+++ PKGBUILD2014-12-17 15:39:41 UTC (rev 227701)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia-340xx
 pkgver=340.65
-_extramodules=extramodules-3.17-ARCH
-pkgrel=3
+_extramodules=extramodules-3.18-ARCH
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.17' 'linux3.18' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
+depends=('linux=3.18' 'linux3.19' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
 conflicts=('nvidia')
 license=('custom')
 install=${pkgname}.install


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 16:40:00
  Author: tpowa
Revision: 227702

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

Added:
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 227701, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 227701, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 227701, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 227701, nvidia-340xx/trunk/nvidia-340xx.install)

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

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 227701, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-17 15:40:00 UTC (rev 227702)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.65
+_extramodules=extramodules-3.18-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.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=('4aa6039b8543312b41a924bb87b0b2db'
+ '4558104f8601d27c7fd3e5cec7892345')
+
+[[ $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
+}

Copied: nvidia-340xx/repos/testing-i686/nvidia-340xx.install (from rev 227701, 
nvidia-340xx/trunk/nvidia-340xx.install)
===
--- testing-i686/nvidia-340xx.install   (rev 0)
+++ testing-i686/nvidia-340xx.install   2014-12-17 15:40:00 UTC (rev 227702)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-340xx/repos/testing-x86_64/PKGBUILD (from rev 227701, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-17 15:40:00 UTC (rev 227702)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.65
+_extramodules=extramodules-3.18-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.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=('4aa6039b8543312b41a924bb87b0b2db'
+ '4558104f8601d27c7fd3e5cec7892345')
+
+[[ $CARCH = i686 ]] 

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 16:57:08
  Author: tpowa
Revision: 227703

upgpkg: lirc 1:0.9.1.a-10

rebuild against 3.18.1

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 15:40:00 UTC (rev 227702)
+++ PKGBUILD2014-12-17 15:57:08 UTC (rev 227703)
@@ -5,14 +5,14 @@
 pkgname=('lirc' 'lirc-utils')
 _pkgver=0.9.1a
 [[ $_pkgver =~ [a-z]$ ]]  pkgver=${_pkgver:0:-1}.${_pkgver: -1} || 
pkgver=$_pkgver
-pkgrel=9
+pkgrel=10
 epoch=1
-_extramodules=extramodules-3.17-ARCH
+_extramodules=extramodules-3.18-ARCH
 arch=('i686' 'x86_64')
 url=http://www.lirc.org/;
 license=('GPL')
 # NOTICE: Don't forget to bump version in depends in package_lirc()!
-makedepends=('help2man' 'linux=3.17' 'linux3.18' 'linux-headers=3.17' 
'linux-headers3.18' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
+makedepends=('help2man' 'linux=3.18' 'linux3.19' 'linux-headers=3.18' 
'linux-headers3.19' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${_pkgver}.tar.bz2;
 wpc8769l-build-fix.patch
@@ -63,7 +63,7 @@
 
 package_lirc() {
   pkgdesc=Linux Infrared Remote Control kernel modules for stock arch kernel
-  depends=('lirc-utils' 'linux=3.17' 'linux3.18')
+  depends=('lirc-utils' 'linux=3.18' 'linux3.19')
   replaces=('lirc+pctv')
   install=lirc.install
 


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 16:57:28
  Author: tpowa
Revision: 227704

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 227703, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 227703, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/lirc-0.9.1a-fix-segfaults.patch
(from rev 227703, lirc/trunk/lirc-0.9.1a-fix-segfaults.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 227703, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 227703, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 227703, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 227703, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/wpc8769l-build-fix.patch
(from rev 227703, lirc/trunk/wpc8769l-build-fix.patch)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 227703, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 227703, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/lirc-0.9.1a-fix-segfaults.patch
(from rev 227703, lirc/trunk/lirc-0.9.1a-fix-segfaults.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 227703, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 227703, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 227703, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 227703, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/wpc8769l-build-fix.patch
(from rev 227703, lirc/trunk/wpc8769l-build-fix.patch)

+
 testing-i686/PKGBUILD  |  102 +++
 testing-i686/irexec.service|   11 ++
 testing-i686/lirc-0.9.1a-fix-segfaults.patch   |   79 +
 testing-i686/lirc-utils.install|   13 ++
 testing-i686/lirc.install  |   14 +++
 testing-i686/lirc.logrotate|5 +
 testing-i686/lirc.tmpfiles |1 
 testing-i686/wpc8769l-build-fix.patch  |   90 
 testing-x86_64/PKGBUILD|  102 +++
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/lirc-0.9.1a-fix-segfaults.patch |   79 +
 testing-x86_64/lirc-utils.install  |   13 ++
 testing-x86_64/lirc.install|   14 +++
 testing-x86_64/lirc.logrotate  |5 +
 testing-x86_64/lirc.tmpfiles   |1 
 testing-x86_64/wpc8769l-build-fix.patch|   90 
 16 files changed, 630 insertions(+)

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 227703, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-17 15:57:28 UTC (rev 227704)
@@ -0,0 +1,102 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+_pkgver=0.9.1a
+[[ $_pkgver =~ [a-z]$ ]]  pkgver=${_pkgver:0:-1}.${_pkgver: -1} || 
pkgver=$_pkgver
+pkgrel=10
+epoch=1
+_extramodules=extramodules-3.18-ARCH
+arch=('i686' 'x86_64')
+url=http://www.lirc.org/;
+license=('GPL')
+# NOTICE: Don't forget to bump version in depends in package_lirc()!
+makedepends=('help2man' 'linux=3.18' 'linux3.19' 'linux-headers=3.18' 
'linux-headers3.19' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
+options=('!makeflags' '!strip')
+source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${_pkgver}.tar.bz2;
+wpc8769l-build-fix.patch
+lirc-0.9.1a-fix-segfaults.patch
+lirc.logrotate
+irexec.service
+lirc.tmpfiles)
+md5sums=('1f1fac162ed309dd50f307e96a292957'
+ '9ec33169b3407f74264062d7679dd269'
+ 'cd00acf480e82a0bf050032732d0d733'
+ '3deb02604b37811d41816e9b4385fcc3'
+ '32df3b9bc859565d6acf5f0e5b747083'
+ 'febf25c154a7d36f01159e84f26c2d9a')
+
+prepare() {
+  cd ${srcdir}/lirc-${_pkgver}
+
+  patch -Np1 -i ${srcdir}/wpc8769l-build-fix.patch
+  patch -Np1 -i ${srcdir}/lirc-0.9.1a-fix-segfaults.patch
+
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  sed -e 's/@X_CFLAGS@//g' \
+  -e 's/@X_LIBS@//g' \
+  -e 's/@X_PRE_LIBS@//g' \
+  -e 's/@X_EXTRA_LIBS@//g' -i Makefile.am tools/Makefile.am
+
+  libtoolize
+  autoreconf
+}
+
+build() {
+  cd ${srcdir}/lirc-${_pkgver}
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \
+  --with-driver=all --with-kerneldir=/usr/lib/modules/${_kernver}/build/ 
\
+  --with-moduledir=/usr/lib/modules/${_kernver}/kernel/drivers/misc \
+  

[arch-commits] Commit in opera/repos/community-x86_64 (8 files)

2014-12-17 Thread Ike Devolder
Date: Wednesday, December 17, 2014 @ 16:59:00
  Author: idevolder
Revision: 124028

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 124027, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 124027, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 124027, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 124027, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  134 
 default   |8 +--
 opera |   26 +-
 opera.install |   78 
 4 files changed, 125 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-17 15:58:48 UTC (rev 124027)
+++ PKGBUILD2014-12-17 15:59:00 UTC (rev 124028)
@@ -1,65 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: ruario ruario AT opera DOT com
-# Contributor: Daniel Isenmann daniel AT archlinux DOT org
-# Contributor: dorphell dorphell AT archlinux DOT org
-# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
-# Contributor: eworm
-
-pkgname=opera
-pkgver=26.0.1656.32
-pkgrel=1
-pkgdesc=A fast and secure web browser and Internet suite.
-url=http://www.opera.com/;
-install=${pkgname}.install
-options=(!strip !zipman)
-license=('custom:opera')
-backup=(etc/$pkgname/default)
-arch=('x86_64')
-source=(
-   
http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
-   opera
-   default
-)
-
-prepare() {
-   sed -e s/%pkgname%/$pkgname/g -i $srcdir/opera
-   sed -e s/%operabin%/x86_64-linux-gnu\/$pkgname\/$pkgname/g \
-   -i $srcdir/opera
-}
-
-package() {
-   depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 
'gconf' 'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
-   optdepends=(
-   'curl: opera crash reporter and autoupdate checker'
-   'ffmpeg: playback of not really open formats'
-   )
-
-   tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C $pkgdir/
-
-# soname fix for libsystemd (udev)
-sed -e 's/libudev.so.0/libudev.so.1/g' \
--i $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/$pkgname
-
-   # suid opera_sandbox
-   chmod 4755 $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_sandbox
-
-   # install default options
-   install -Dm644 $srcdir/default $pkgdir/etc/$pkgname/default
-
-   # install opera wrapper
-   rm $pkgdir/usr/bin/$pkgname
-   install -Dm755 $srcdir/opera $pkgdir/usr/bin/$pkgname
-
-   # license
-   install -Dm644 \
-   
$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_autoupdate.licenses \
-   $pkgdir/usr/share/licenses/$pkgname/opera_autoupdate.licenses
-}
-
-sha256sums=('e2ea368709f2ac10c3997dd361440cb39b4735b6dfe77e29a271e27f6df78a6a'
-'508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 124027, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-17 15:59:00 UTC (rev 124028)
@@ -0,0 +1,69 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: ruario ruario AT opera DOT com
+# Contributor: Daniel Isenmann daniel AT archlinux DOT org
+# Contributor: dorphell dorphell AT archlinux DOT org
+# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
+# Contributor: eworm
+
+pkgname=opera
+pkgver=26.0.1656.60
+pkgrel=1
+pkgdesc=A fast and secure web browser and Internet suite.
+url=http://www.opera.com/;
+install=${pkgname}.install
+options=(!strip !zipman)
+license=('custom:opera')
+backup=(etc/$pkgname/default)
+arch=('x86_64')
+source=(
+   
http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
+   opera
+   default
+)
+
+prepare() {
+   sed -e s/%pkgname%/$pkgname/g -i $srcdir/opera
+   sed -e s/%operabin%/x86_64-linux-gnu\/$pkgname\/$pkgname/g \
+   -i $srcdir/opera
+}
+
+package() {
+   depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 
'gconf' 'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
+   optdepends=(
+   

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

2014-12-17 Thread Ike Devolder
Date: Wednesday, December 17, 2014 @ 16:58:48
  Author: idevolder
Revision: 124027

opera :: 26.0.1656.60

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 14:37:56 UTC (rev 124026)
+++ PKGBUILD2014-12-17 15:58:48 UTC (rev 124027)
@@ -1,7 +1,7 @@
 # $Id$
 # vim:set ft=sh:
 # Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
 # Contributor: Mateusz Herych heni...@gmail.com
 # Contributor: ruario ruario AT opera DOT com
 # Contributor: Daniel Isenmann daniel AT archlinux DOT org
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=26.0.1656.32
+pkgver=26.0.1656.60
 pkgrel=1
 pkgdesc=A fast and secure web browser and Internet suite.
 url=http://www.opera.com/;
@@ -58,8 +58,12 @@
install -Dm644 \

$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_autoupdate.licenses \
$pkgdir/usr/share/licenses/$pkgname/opera_autoupdate.licenses
+
+   install -Dm644 \
+   $pkgdir/usr/share/doc/${pkgname}-stable/copyright \
+   $pkgdir/usr/share/licenses/$pkgname/copyright
 }
 
-sha256sums=('e2ea368709f2ac10c3997dd361440cb39b4735b6dfe77e29a271e27f6df78a6a'
+sha256sums=('d21e5c3878c610bc45bbb79d09c0e47fded7b8aabf0225153738473d247594be'
 '508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 16:59:40
  Author: tpowa
Revision: 124029

upgpkg: acpi_call 1.1.0-17

rebuild against 3.18.1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 15:59:00 UTC (rev 124028)
+++ PKGBUILD2014-12-17 15:59:40 UTC (rev 124029)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=16
-_extramodules=extramodules-3.17-ARCH
+pkgrel=17
+_extramodules=extramodules-3.18-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.17' 'linux3.18')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
 install=${pkgname}.install
 source=(${url}/archive/v${pkgver}.tar.gz)
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===
--- acpi_call.install   2014-12-17 15:59:00 UTC (rev 124028)
+++ acpi_call.install   2014-12-17 15:59:40 UTC (rev 124029)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-3.17-ARCH
+  _extramodules=extramodules-3.18-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 16:59:47
  Author: tpowa
Revision: 124030

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

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

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

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 124029, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-17 15:59:47 UTC (rev 124030)
@@ -0,0 +1,47 @@
+# $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=17
+_extramodules=extramodules-3.18-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.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+install=${pkgname}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Fix build with Linux 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+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-testing-i686/acpi_call.install (from rev 
124029, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2014-12-17 15:59:47 UTC (rev 
124030)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-3.18-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 124029, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-17 15:59:47 UTC (rev 124030)
@@ -0,0 +1,47 @@
+# $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=17
+_extramodules=extramodules-3.18-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.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+install=${pkgname}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Fix build with Linux 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+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 

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:02:24
  Author: tpowa
Revision: 124032

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

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

---+
 community-testing-i686/PKGBUILD   |   33 
 community-testing-i686/bbswitch.install   |   12 ++
 community-testing-x86_64/PKGBUILD |   33 
 community-testing-x86_64/bbswitch.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 124031, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-17 16:02:24 UTC (rev 124032)
@@ -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.18-ARCH # Don't forget to update bbswitch.install
+pkgrel=21
+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.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+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-testing-i686/bbswitch.install (from rev 
124031, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2014-12-17 16:02:24 UTC (rev 
124032)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.18-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 124031, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-17 16:02:24 UTC (rev 124032)
@@ -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.18-ARCH # Don't forget to update bbswitch.install
+pkgrel=21
+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.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+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-testing-x86_64/bbswitch.install (from rev 
124031, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2014-12-17 16:02:24 UTC (rev 
124032)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.18-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:02:17
  Author: tpowa
Revision: 124031

upgpkg: bbswitch 0.8-21

rebuild against 3.18.1

Modified:
  bbswitch/trunk/PKGBUILD
  bbswitch/trunk/bbswitch.install

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 15:59:47 UTC (rev 124030)
+++ PKGBUILD2014-12-17 16:02:17 UTC (rev 124031)
@@ -5,14 +5,14 @@
 
 pkgname=bbswitch
 pkgver=0.8
-_extramodules=extramodules-3.17-ARCH # Don't forget to update bbswitch.install
-pkgrel=20
+_extramodules=extramodules-3.18-ARCH # Don't forget to update bbswitch.install
+pkgrel=21
 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.17' 'linux3.18')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
 install=bbswitch.install
 
source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')

Modified: bbswitch.install
===
--- bbswitch.install2014-12-17 15:59:47 UTC (rev 124030)
+++ bbswitch.install2014-12-17 16:02:17 UTC (rev 124031)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-3.17-ARCH'
+EXTRAMODULES='extramodules-3.18-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:04:22
  Author: tpowa
Revision: 124033

upgpkg: r8168 8.039.00-6

rebuild against 3.18.1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 16:02:24 UTC (rev 124032)
+++ PKGBUILD2014-12-17 16:04:22 UTC (rev 124033)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.039.00
-pkgrel=5
+pkgrel=6
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:04:30
  Author: tpowa
Revision: 124034

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

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

+
 community-testing-i686/PKGBUILD|   45 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   45 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 124 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 124033, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-17 16:04:30 UTC (rev 124034)
@@ -0,0 +1,45 @@
+# $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.039.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')
+install=$pkgname.install
+source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+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
+}
+

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 124033, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2014-12-17 16:04:30 UTC (rev 
124034)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.16-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo ' The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '  `echo blacklist r8169  
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 124033, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-17 16:04:30 UTC (rev 124034)
@@ -0,0 +1,45 @@
+# $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.039.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')
+install=$pkgname.install
+source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+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 

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:08:51
  Author: tpowa
Revision: 124035

upgpkg: rt3562sta 2.4.1.1_r1-15

rebuild against 3.18.1

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 16:04:30 UTC (rev 124034)
+++ PKGBUILD2014-12-17 16:08:51 UTC (rev 124035)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r1
 _patchrel=${pkgver/*_r/}
-pkgrel=14
+pkgrel=15
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 url=http://www.mediatek.com/en/Products/support.php?sn=501;


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:09:01
  Author: tpowa
Revision: 124036

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

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

+
 community-testing-i686/PKGBUILD|   60 +++
 community-testing-i686/rt3562sta.install   |   16 +++
 community-testing-x86_64/PKGBUILD  |   60 +++
 community-testing-x86_64/rt3562sta.install |   16 +++
 4 files changed, 152 insertions(+)

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 124035, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-17 16:09:01 UTC (rev 124036)
@@ -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=15
+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-testing-i686/rt3562sta.install (from rev 
124035, rt3562sta/trunk/rt3562sta.install)
===
--- community-testing-i686/rt3562sta.install(rev 0)
+++ community-testing-i686/rt3562sta.install2014-12-17 16:09:01 UTC (rev 
124036)
@@ -0,0 +1,16 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.15-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+   rebuild_module_dependencies
+}
+
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: rt3562sta/repos/community-testing-x86_64/PKGBUILD (from rev 124035, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-17 16:09:01 UTC (rev 124036)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:26:17
  Author: tpowa
Revision: 124038

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

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

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

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 124037, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-17 16:26:17 UTC (rev 124038)
@@ -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=58
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+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-testing-i686/tp_smapi.install (from rev 
124037, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2014-12-17 16:26:17 UTC (rev 
124038)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.15-ARCH
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 124037, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-17 16:26:17 UTC (rev 124038)
@@ -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=58
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+install=${pkgname}.install

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:26:06
  Author: tpowa
Revision: 124037

upgpkg: tp_smapi 0.41-58

rebuild against 3.18.1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 16:09:01 UTC (rev 124036)
+++ PKGBUILD2014-12-17 16:26:06 UTC (rev 124037)
@@ -10,13 +10,13 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=57
+pkgrel=58
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux=3.17' 'linux3.18')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
 install=${pkgname}.install
 
source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('63c683415c764568f6bf17c7eabe4752')


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:28:57
  Author: tpowa
Revision: 124040

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

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

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

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
124039, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2014-12-17 16:28:57 UTC (rev 
124040)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 124039, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-17 16:28:57 UTC (rev 124040)
@@ -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.18-ARCH
+pkgrel=12
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+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-testing-i686/vhba-module.install (from rev 
124039, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2014-12-17 16:28:57 UTC (rev 
124040)
@@ -0,0 +1,22 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echoUpdating module dependencies...
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu /dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
124039, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2014-12-17 16:28:57 UTC (rev 
124040)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 124039, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-17 16:28:57 UTC (rev 124040)
@@ 

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:28:48
  Author: tpowa
Revision: 124039

upgpkg: vhba-module 20140629-12

rebuild against 3.18.1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 16:26:17 UTC (rev 124038)
+++ PKGBUILD2014-12-17 16:28:48 UTC (rev 124039)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20140629
-_extramodules=extramodules-3.17-ARCH
-pkgrel=11
+_extramodules=extramodules-3.18-ARCH
+pkgrel=12
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux=3.17' 'linux3.18')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
 options=(!makeflags)
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;


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

2014-12-17 Thread Sergej Pupykin
Date: Wednesday, December 17, 2014 @ 17:29:20
  Author: spupykin
Revision: 124041

upgpkg: ejabberd 14.12-1

upd

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 16:28:57 UTC (rev 124040)
+++ PKGBUILD2014-12-17 16:29:20 UTC (rev 124041)
@@ -4,8 +4,8 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=ejabberd
-pkgver=14.07
-pkgrel=2
+pkgver=14.12
+pkgrel=1
 pkgdesc=Jabber server written in Erlang
 arch=('x86_64' 'i686')
 url=http://www.ejabberd.im/;
@@ -45,7 +45,7 @@
$pkgname.logrotate
ejabberd.service
https://github.com/processone/ejabberd/commit/7bdc1151b.patch;)
-md5sums=('a26b8acfc8fd15d94874befa06da15be'
+md5sums=('afa0961e10e136664576e841b0a675df'
  'SKIP'
  'SKIP'
  'SKIP'
@@ -76,7 +76,7 @@
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
-  patch -p1 $srcdir/7bdc1151b.patch
+#  patch -p1 $srcdir/7bdc1151b.patch
 
   mkdir -p $srcdir/$pkgname-$pkgver/deps
   for i in goldrush lager p1_cache_tab p1_iconv p1_pam \


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

2014-12-17 Thread Sergej Pupykin
Date: Wednesday, December 17, 2014 @ 17:29:45
  Author: spupykin
Revision: 124042

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 124041, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 124041, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 124041, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 124041, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 124041, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 124041, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 124041, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 124041, ejabberd/trunk/ejabberd.service)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.install
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service

-+
 /PKGBUILD   |  242 ++
 /ejabberd.install   |   58 
 /ejabberd.logrotate |   24 +++
 /ejabberd.service   |   28 +++
 community-i686/PKGBUILD |  121 -
 community-i686/ejabberd.install |   29 
 community-i686/ejabberd.logrotate   |   12 -
 community-i686/ejabberd.service |   14 -
 community-x86_64/PKGBUILD   |  121 -
 community-x86_64/ejabberd.install   |   29 
 community-x86_64/ejabberd.logrotate |   12 -
 community-x86_64/ejabberd.service   |   14 -
 12 files changed, 352 insertions(+), 352 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-17 16:29:20 UTC (rev 124041)
+++ community-i686/PKGBUILD 2014-12-17 16:29:45 UTC (rev 124042)
@@ -1,121 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=ejabberd
-pkgver=14.07
-pkgrel=2
-pkgdesc=Jabber server written in Erlang
-arch=('x86_64' 'i686')
-url=http://www.ejabberd.im/;
-license=(GPL)
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc' 'libyaml')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-replaces=('ejabberd-mod_mysql' 'ejabberd-mod_mysql-svn'
- 'ejabberd-mod_pgsql' 'ejabberd-mod_pgsql-svn')
-source=($pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   p1_cache_tab::git://github.com/processone/cache_tab
-   p1_tls::git://github.com/processone/tls
-   p1_stringprep::git://github.com/processone/stringprep
-   p1_xml::git://github.com/processone/xml
-   p1_yaml::git://github.com/processone/p1_yaml
-   git://github.com/rds13/xmlrpc
-   p1_pam::git://github.com/processone/epam
-   p1_zlib::git://github.com/processone/zlib
-   git://github.com/basho/lager
-   p1_iconv::git://github.com/processone/eiconv
-   git://github.com/DeadZen/goldrush.git
-   p1_mysql::git://github.com/processone/mysql.git
-   p1_pgsql::git://github.com/processone/pgsql.git
-   p1_stun::git://github.com/processone/stun
-   git://github.com/davisp/jiffy
-   git://github.com/cmullaparthi/ibrowse
-   git://github.com/esl/lhttpc
-   git://github.com/eproxus/meck
-   esip::git://github.com/processone/p1_sip
-   git://github.com/basho/riak_pb
-   riakc::git://github.com/basho/riak-erlang-client
-   protobuffs::git://github.com/basho/erlang_protobuffs.git
-   git://github.com/processone/p1_utils
-   $pkgname.logrotate
-   ejabberd.service
-   https://github.com/processone/ejabberd/commit/7bdc1151b.patch;)
-md5sums=('a26b8acfc8fd15d94874befa06da15be'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'f97c8a96160f30e0aecc9526c12e6606'
- 'a437aff9d7d477fb036d527205617e18'
- 

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:30:45
  Author: tpowa
Revision: 124043

upgpkg: virtualbox-modules 4.3.20-4

rebuild against 3.18.1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 16:29:45 UTC (rev 124042)
+++ PKGBUILD2014-12-17 16:30:45 UTC (rev 124043)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.20
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux=3.17' 'linux3.18'
- 'linux-headers=3.17' 'linux-headers3.18'
+makedepends=('linux=3.18' 'linux3.19'
+ 'linux-headers=3.18' 'linux-headers3.19'
  virtualbox-host-dkms=$pkgver
  virtualbox-guest-dkms=$pkgver)
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.17-ARCH
+_extramodules=extramodules-3.18-ARCH
 
 build() {
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
@@ -33,7 +33,7 @@
 package_virtualbox-host-modules(){
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.17' 'linux3.18')
+  depends=('linux=3.18' 'linux3.19')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -48,7 +48,7 @@
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux=3.17' 'linux3.18')
+  depends=('linux=3.18' 'linux3.19')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2014-12-17 16:29:45 UTC (rev 124042)
+++ virtualbox-guest-modules.install2014-12-17 16:30:45 UTC (rev 124043)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.17-ARCH
+  EXTRAMODULES=extramodules-3.18-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2014-12-17 16:29:45 UTC (rev 124042)
+++ virtualbox-host-modules.install 2014-12-17 16:30:45 UTC (rev 124043)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.17-ARCH
+  EXTRAMODULES=extramodules-3.18-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:33:44
  Author: tpowa
Revision: 124044

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

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

---+
 community-testing-i686/PKGBUILD   |   63 
 community-testing-i686/build.sh   |   58 +++
 community-testing-i686/virtualbox-guest-modules.install   |   21 
 community-testing-i686/virtualbox-host-modules.install|   23 
 community-testing-x86_64/PKGBUILD |   63 
 community-testing-x86_64/build.sh |   58 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   21 
 community-testing-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 330 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
124043, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-17 16:33:44 UTC (rev 124044)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.3.20
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux=3.18' 'linux3.19'
+ 'linux-headers=3.18' 'linux-headers3.19'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.18-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.18' 'linux3.19')
+  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.18' 'linux3.19')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.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: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
124043, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2014-12-17 16:33:44 UTC (rev 124044)
@@ -0,0 +1,58 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+shopt -s nullglob
+

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:44:34
  Author: tpowa
Revision: 227705

upgpkg: hwids 20141214-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 15:57:28 UTC (rev 227704)
+++ PKGBUILD2014-12-17 16:44:34 UTC (rev 227705)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20141030
+pkgver=20141214
 pkgrel=1
 pkgdesc=hardware identification databases
 makedepends=('git')


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:44:42
  Author: tpowa
Revision: 227706

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 227705, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 227705, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-12-17 16:44:42 UTC (rev 227706)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+pkgname=hwids
+pkgver=20141214
+pkgrel=1
+pkgdesc=hardware identification databases
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=(git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver})
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+install -Dm644 $ids ${pkgdir}/usr/share/hwdata/${ids}
+  done
+}
+md5sums=('SKIP')


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:48:29
  Author: tpowa
Revision: 227708

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

Added:
  tdb/repos/extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
(from rev 227707, 
tdb/trunk/0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
  tdb/repos/extra-i686/PKGBUILD
(from rev 227707, tdb/trunk/PKGBUILD)
  tdb/repos/extra-x86_64/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
(from rev 227707, 
tdb/trunk/0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
  tdb/repos/extra-x86_64/PKGBUILD
(from rev 227707, tdb/trunk/PKGBUILD)
Deleted:
  tdb/repos/extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
  tdb/repos/extra-i686/PKGBUILD
  tdb/repos/extra-x86_64/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
  tdb/repos/extra-x86_64/PKGBUILD

+
 /0001-tdb-include-include-stdbool.h-in-tdb.h.patch |   54 +++
 /PKGBUILD  |   72 
++
 extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch   |   27 ---
 extra-i686/PKGBUILD|   43 -
 extra-x86_64/0001-tdb-include-include-stdbool.h-in-tdb.h.patch |   27 ---
 extra-x86_64/PKGBUILD  |   43 -
 6 files changed, 126 insertions(+), 140 deletions(-)

Deleted: extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
===
--- extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
2014-12-17 16:48:20 UTC (rev 227707)
+++ extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
2014-12-17 16:48:29 UTC (rev 227708)
@@ -1,27 +0,0 @@
-From 4e14a437963ba54987cd58b4e0705d9a6d8aea6f Mon Sep 17 00:00:00 2001
-From: Adam Williamson awill...@redhat.com
-Date: Fri, 23 May 2014 10:08:14 -0700
-Subject: [PATCH] tdb/include: include stdbool.h in tdb.h
-
-Commit db5bda56bf08 (tdb: add TDB_MUTEX_LOCKING support) adds a bool, but does
-not include stdbool.h. This causes any build including tdb.h to fail, at least
-for me with GCC 4.9.0.

- lib/tdb/include/tdb.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/tdb.h b/include/tdb.h
-index 5ea5e60..03e429c 100644
 a/include/tdb.h
-+++ b/include/tdb.h
-@@ -31,6 +31,7 @@ extern C {
- #endif
- 
- #include signal.h
-+#include stdbool.h
- 
- /**
-  * @defgroup tdb The tdb API
--- 
-1.9.3
-

Copied: tdb/repos/extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch 
(from rev 227707, tdb/trunk/0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
===
--- extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
(rev 0)
+++ extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
2014-12-17 16:48:29 UTC (rev 227708)
@@ -0,0 +1,27 @@
+From 4e14a437963ba54987cd58b4e0705d9a6d8aea6f Mon Sep 17 00:00:00 2001
+From: Adam Williamson awill...@redhat.com
+Date: Fri, 23 May 2014 10:08:14 -0700
+Subject: [PATCH] tdb/include: include stdbool.h in tdb.h
+
+Commit db5bda56bf08 (tdb: add TDB_MUTEX_LOCKING support) adds a bool, but does
+not include stdbool.h. This causes any build including tdb.h to fail, at least
+for me with GCC 4.9.0.
+---
+ lib/tdb/include/tdb.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/tdb.h b/include/tdb.h
+index 5ea5e60..03e429c 100644
+--- a/include/tdb.h
 b/include/tdb.h
+@@ -31,6 +31,7 @@ extern C {
+ #endif
+ 
+ #include signal.h
++#include stdbool.h
+ 
+ /**
+  * @defgroup tdb The tdb API
+-- 
+1.9.3
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 16:48:20 UTC (rev 227707)
+++ extra-i686/PKGBUILD 2014-12-17 16:48:29 UTC (rev 227708)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=tdb
-pkgver=1.3.1
-pkgrel=1
-pkgdesc=A Trivial Database similar to GDBM but allows simultaneous commits
-arch=(i686 x86_64)
-license=('GPL3')
-url=http://tdb.samba.org/;
-makedepends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('python2: for python bindings')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
-0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -Np1 -i ../0001-tdb-include-include-stdbool.h-in-tdb.h.patch
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-   #sed -i 's#python2\.6\([^ ]*\)#python2.7\1 python2.6\1#' configure
-   # Use system docbook.xsl
-   
#_manstyle=/usr/share/xml/docbook/xsl-stylesheets-1.76.1/manpages/docbook.xsl
-   #sed -i s#http.*xsl#$_manstyle# tdb.mk
-   export PYTHON=/usr/bin/python2
-   ./configure 

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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:48:20
  Author: tpowa
Revision: 227707

upgpkg: tdb 1.3.2-1

bump to latest version

Modified:
  tdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 16:44:42 UTC (rev 227706)
+++ PKGBUILD2014-12-17 16:48:20 UTC (rev 227707)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=tdb
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc=A Trivial Database similar to GDBM but allows simultaneous commits
 arch=(i686 x86_64)
@@ -12,14 +12,8 @@
 url=http://tdb.samba.org/;
 makedepends=('python2' 'libxslt' 'docbook-xsl')
 optdepends=('python2: for python bindings')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
-0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -Np1 -i ../0001-tdb-include-include-stdbool.h-in-tdb.h.patch
-}
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
sed -i -e 's#python#python2#g' buildtools/bin/waf
@@ -39,5 +33,4 @@
export PYTHON=/usr/bin/python2
make DESTDIR=$pkgdir/ install
 }
-md5sums=('f597190451d976fe013dfae9934fb9ad'
- '2b0b6003b3d8ca03adccd4aa1a3b8313')
+md5sums=('34c45294affc188f2bc0060983130cda')


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:50:52
  Author: tpowa
Revision: 227709

upgpkg: ldb 1.1.18-1

bump to latest version

Modified:
  ldb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 16:48:29 UTC (rev 227708)
+++ PKGBUILD2014-12-17 16:50:52 UTC (rev 227709)
@@ -4,7 +4,7 @@
 # Contributor: Marco A Rojas marquicus at gmail dot com
 
 pkgname=ldb
-pkgver=1.1.17
+pkgver=1.1.18
 pkgrel=1
 pkgdesc=A schema-less, ldap like, API and database
 arch=('i686' 'x86_64')
@@ -37,4 +37,4 @@
 
make DESTDIR=${pkgdir}/ install
 }
-md5sums=('7c2ab4e3f2a4186493aa06eabbc61cc0')
+md5sums=('288716704228f6158d6855360121cae5')


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:51:02
  Author: tpowa
Revision: 227710

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 16:50:52 UTC (rev 227709)
+++ extra-i686/PKGBUILD 2014-12-17 16:51:02 UTC (rev 227710)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Marco A Rojas marquicus at gmail dot com
-
-pkgname=ldb
-pkgver=1.1.17
-pkgrel=1
-pkgdesc=A schema-less, ldap like, API and database
-arch=('i686' 'x86_64')
-url=http://ldb.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
-   --disable-rpath \
-   --disable-rpath-install \
-   --bundled-libraries=NONE \
-   --builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
---with-privatelibdir=/usr/lib/ldb
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('7c2ab4e3f2a4186493aa06eabbc61cc0')

Copied: ldb/repos/extra-i686/PKGBUILD (from rev 227709, ldb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-17 16:51:02 UTC (rev 227710)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+
+pkgname=ldb
+pkgver=1.1.18
+pkgrel=1
+pkgdesc=A schema-less, ldap like, API and database
+arch=('i686' 'x86_64')
+url=http://ldb.samba.org/;
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+license=('GPL3')
+depends=('talloc' 'tevent' 'tdb' 'popt')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --disable-rpath-install \
+   --bundled-libraries=NONE \
+   --builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('288716704228f6158d6855360121cae5')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-17 16:50:52 UTC (rev 227709)
+++ extra-x86_64/PKGBUILD   2014-12-17 16:51:02 UTC (rev 227710)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Marco A Rojas marquicus at gmail dot com
-
-pkgname=ldb
-pkgver=1.1.17
-pkgrel=1
-pkgdesc=A schema-less, ldap like, API and database
-arch=('i686' 'x86_64')
-url=http://ldb.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
-   --disable-rpath \
-   --disable-rpath-install \
-   --bundled-libraries=NONE \
-   --builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
---with-privatelibdir=/usr/lib/ldb
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('7c2ab4e3f2a4186493aa06eabbc61cc0')


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

2014-12-17 Thread Kyle Keen
Date: Wednesday, December 17, 2014 @ 17:52:30
  Author: kkeen
Revision: 124045

upgpkg: hiawatha 9.9-1

Modified:
  hiawatha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 16:33:44 UTC (rev 124044)
+++ PKGBUILD2014-12-17 16:52:30 UTC (rev 124045)
@@ -4,7 +4,7 @@
 # Contributor: Pascal Ernster aur at hardfalcon dot net
 
 pkgname=hiawatha
-pkgver=9.8
+pkgver=9.9
 pkgrel=1
 pkgdesc=Secure and advanced webserver
 url=https://www.hiawatha-webserver.org/;
@@ -24,7 +24,7 @@
 'hiawatha.conf.sample'
 'hiawatha.service'
 )
-sha256sums=('6fe9bd408361bc07b47fe6eeaf98d6b644e1cd258b3470da3e70aba510e83b64'
+sha256sums=('0c8c716c51592d81f9aaec5fb69bbabafa82a13565f156d5e3112ea990c8'
 '4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
 'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155')
 


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

2014-12-17 Thread Kyle Keen
Date: Wednesday, December 17, 2014 @ 17:53:02
  Author: kkeen
Revision: 124046

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

Added:
  hiawatha/repos/community-i686/PKGBUILD
(from rev 124045, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-i686/hiawatha.conf.sample
(from rev 124045, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-i686/hiawatha.service
(from rev 124045, hiawatha/trunk/hiawatha.service)
  hiawatha/repos/community-x86_64/PKGBUILD
(from rev 124045, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
(from rev 124045, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-x86_64/hiawatha.service
(from rev 124045, hiawatha/trunk/hiawatha.service)
Deleted:
  hiawatha/repos/community-i686/PKGBUILD
  hiawatha/repos/community-i686/hiawatha.conf.sample
  hiawatha/repos/community-i686/hiawatha.service
  hiawatha/repos/community-x86_64/PKGBUILD
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
  hiawatha/repos/community-x86_64/hiawatha.service

---+
 /PKGBUILD |  178 
 /hiawatha.conf.sample |  228 
 /hiawatha.service |   32 
 community-i686/PKGBUILD   |   89 
 community-i686/hiawatha.conf.sample   |  114 
 community-i686/hiawatha.service   |   16 --
 community-x86_64/PKGBUILD |   89 
 community-x86_64/hiawatha.conf.sample |  114 
 community-x86_64/hiawatha.service |   16 --
 9 files changed, 438 insertions(+), 438 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-17 16:52:30 UTC (rev 124045)
+++ community-i686/PKGBUILD 2014-12-17 16:53:02 UTC (rev 124046)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Kurt Marasco celilo _at_ lavabit _dot_ com
-# Contributor: Pascal Ernster aur at hardfalcon dot net
-
-pkgname=hiawatha
-pkgver=9.8
-pkgrel=1
-pkgdesc=Secure and advanced webserver
-url=https://www.hiawatha-webserver.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libxslt' 'polarssl')
-optdepends=('php-fpm: PHP fastcgi')
-makedepends=('cmake')
-backup=(
-'etc/hiawatha/hiawatha.conf'
-'etc/hiawatha/cgi-wrapper.conf'
-'etc/hiawatha/mimetype.conf'
-)
-
-source=(
-https://hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz; 
-'hiawatha.conf.sample'
-'hiawatha.service'
-)
-sha256sums=('6fe9bd408361bc07b47fe6eeaf98d6b644e1cd258b3470da3e70aba510e83b64'
-'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
-'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's/www-data/http/g' extra/logrotate.in
-
-  mkdir -p build
-  cd build
-
-  cmake ../ -DCMAKE_INSTALL_PREFIX=/ \
--DCMAKE_INSTALL_BINDIR=/usr/bin \
--DCMAKE_INSTALL_SBINDIR=/usr/bin \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/hiawatha \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_MANDIR=/usr/share/man \
--DCONFIG_DIR=/etc/hiawatha \
--DLOG_DIR=/var/log/hiawatha \
--DPID_DIR=/run \
--DENABLE_SSL=ON \
--DUSE_SYSTEM_POLARSSL=ON \
--DWEBROOT_DIR=/srv/http/hiawatha \
--DWORK_DIR=/var/lib/hiawatha
-  make
-
-  # Features enabled by default
-  # -DENABLE_CACHE
-  # -DENABLE_IPV6
-  # -DENABLE_RPROXY
-  # -DENABLE_TOOLKIT
-  # -DENABLE_XSLT
-
-  # Features disabled by default
-  # -DENABLE_DEBUG
-  # -DENABLE_MONITOR
-  # -DENABLE_TOMAHAWK  
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir/ install
- 
-  rmdir $pkgdir/run
-  rm $pkgdir/srv/http/hiawatha/index.html
-  rmdir -p --ignore-fail-on-non-empty $pkgdir/srv/http/hiawatha
- 
-  # Update stock hiawatha.conf
-  sed -e 's|#ServerId = www-data|ServerId = http|' \
-  -e 's|/var/www/|/srv/http/|g' \
-  -e 's|//|/|g' \
-  -e 's|#CGIextension = cgi|\n#TriggerOnCGIstatus = no|g' \
-  -e 's|ConnectTo = 127.0.0.1:2005|ConnectTo = 127.0.0.1:9000|g' \
-  -e 's|#  Extension = php|\n#   SessionTimeout = 30|g' \
-  -e 's|#ErrorHandler = 404:/error.cgi|\n#UseGZfile = yes|g' \
-  -i $pkgdir/etc/hiawatha/hiawatha.conf
-  
-  install -Dm644 logrotate.d/hiawatha $pkgdir/etc/logrotate.d/hiawatha
-  install -Dm755 $srcdir/hiawatha.service 
$pkgdir/usr/lib/systemd/system/hiawatha.service
-  install -Dm644 $srcdir/hiawatha.conf.sample $pkgdir/etc/hiawatha/
-}
-

Copied: hiawatha/repos/community-i686/PKGBUILD (from rev 124045, 
hiawatha/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 

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

2014-12-17 Thread Dan McGee
Date: Wednesday, December 17, 2014 @ 18:55:41
  Author: dan
Revision: 227711

upgpkg: git 2.2.0-1

Add patches to make compatible with gnupg 2.1.x

Added:
  git/trunk/0001-create-gpg-homedir-on-the-fly.patch
  git/trunk/0002-skip-RFC1991-tests-for-gnupg-2.1.patch
Modified:
  git/trunk/PKGBUILD

-+
 0001-create-gpg-homedir-on-the-fly.patch|   58 
 0002-skip-RFC1991-tests-for-gnupg-2.1.patch |   93 ++
 PKGBUILD|   19 -
 3 files changed, 167 insertions(+), 3 deletions(-)

Added: 0001-create-gpg-homedir-on-the-fly.patch
===
--- 0001-create-gpg-homedir-on-the-fly.patch(rev 0)
+++ 0001-create-gpg-homedir-on-the-fly.patch2014-12-17 17:55:41 UTC (rev 
227711)
@@ -0,0 +1,58 @@
+From d2c93870da4997abeb2813873878c1a556defde4 Mon Sep 17 00:00:00 2001
+From: Christian Hesse m...@eworm.de
+Date: Fri, 12 Dec 2014 07:34:34 +0100
+Subject: [PATCH 1/3] create gpg homedir on the fly
+
+GnuPG 2.1 homedir looks different, so just create it on the fly by
+importing needed private and public keys and ownertrust.
+This solves an issue with gnupg 2.1 running interactive pinentry when
+old secret key is present.
+
+Signed-off-by: Christian Hesse m...@eworm.de
+---
+ t/lib-gpg.sh  |  10 +++---
+ t/lib-gpg/ownertrust  |   4 
+ t/lib-gpg/random_seed | Bin 600 - 0 bytes
+ t/lib-gpg/trustdb.gpg | Bin 1360 - 0 bytes
+ 4 files changed, 11 insertions(+), 3 deletions(-)
+ create mode 100644 t/lib-gpg/ownertrust
+ delete mode 100644 t/lib-gpg/random_seed
+ delete mode 100644 t/lib-gpg/trustdb.gpg
+
+diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh
+index cd2baef..4e57942 100755
+--- a/t/lib-gpg.sh
 b/t/lib-gpg.sh
+@@ -16,11 +16,15 @@ else
+   # Type DSA and Elgamal, size 2048 bits, no expiration date.
+   # Name and email: C O Mitter commit...@example.com
+   # No password given, to enable non-interactive operation.
+-  cp -R $TEST_DIRECTORY/lib-gpg ./gpghome
+-  chmod 0700 gpghome
+-  chmod 0600 gpghome/*
++  mkdir ./gpghome
++  chmod 0700 ./gpghome
+   GNUPGHOME=$(pwd)/gpghome
+   export GNUPGHOME
++  gpg --homedir ${GNUPGHOME} --import \
++  $TEST_DIRECTORY/lib-gpg/pubring.gpg \
++  $TEST_DIRECTORY/lib-gpg/secring.gpg
++  gpg --homedir ${GNUPGHOME} --import-ownertrust \
++  $TEST_DIRECTORY/lib-gpg/ownertrust
+   test_set_prereq GPG
+   ;;
+   esac
+diff --git a/t/lib-gpg/ownertrust b/t/lib-gpg/ownertrust
+new file mode 100644
+index 000..b3e3c4f
+--- /dev/null
 b/t/lib-gpg/ownertrust
+@@ -0,0 +1,4 @@
++# List of assigned trustvalues, created Thu 11 Dec 2014 01:26:28 PM CET
++# (Use gpg --import-ownertrust to restore them)
++73D758744BE721698EC54E8713B6F51ECDDE430D:6:
++D4BE22311AD3131E5EDA29A461092E85B7227189:3:
+
+-- 
+2.2.0
+

Added: 0002-skip-RFC1991-tests-for-gnupg-2.1.patch
===
--- 0002-skip-RFC1991-tests-for-gnupg-2.1.patch (rev 0)
+++ 0002-skip-RFC1991-tests-for-gnupg-2.1.patch 2014-12-17 17:55:41 UTC (rev 
227711)
@@ -0,0 +1,93 @@
+From 2bbdf8703ea22b91f6d0b12b8c4ff3b90293b717 Mon Sep 17 00:00:00 2001
+From: Christian Hesse m...@eworm.de
+Date: Fri, 12 Dec 2014 07:40:28 +0100
+Subject: [PATCH 2/3] skip RFC1991 tests for gnupg 2.1
+
+GnuPG = 2.1.0 does not longer support RFC1991, so skip these
+tests.
+
+Signed-off-by: Christian Hesse m...@eworm.de
+---
+ t/lib-gpg.sh   |  3 +++
+ t/t7004-tag.sh | 14 +++---
+ 2 files changed, 10 insertions(+), 7 deletions(-)
+
+diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh
+index 4e57942..b0138ad 100755
+--- a/t/lib-gpg.sh
 b/t/lib-gpg.sh
+@@ -26,6 +26,9 @@ else
+   gpg --homedir ${GNUPGHOME} --import-ownertrust \
+   $TEST_DIRECTORY/lib-gpg/ownertrust
+   test_set_prereq GPG
++  if echo | gpg --homedir ${GNUPGHOME} -b --rfc1991 /dev/null 
2/dev/null; then
++  test_set_prereq RFC1991
++  fi
+   ;;
+   esac
+ fi
+diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh
+index 796e9f7..35c805a 100755
+--- a/t/t7004-tag.sh
 b/t/t7004-tag.sh
+@@ -1081,7 +1081,7 @@ test_expect_success GPG \
+ get_tag_header rfc1991-signed-tag $commit commit $time expect
+ echo RFC1991 signed tag expect
+ echo '-BEGIN PGP MESSAGE-' expect
+-test_expect_success GPG \
++test_expect_success GPG,RFC1991 \
+   'creating a signed tag with rfc1991' '
+   echo rfc1991 gpghome/gpg.conf 
+   git tag -s -m RFC1991 signed tag rfc1991-signed-tag $commit 
+@@ -1095,7 +1095,7 @@ cp $1 actual
+ EOF
+ chmod +x fakeeditor
+ 
+-test_expect_success GPG \

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

2014-12-17 Thread Dan McGee
Date: Wednesday, December 17, 2014 @ 18:56:13
  Author: dan
Revision: 227712

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

Added:
  git/repos/extra-i686/0001-create-gpg-homedir-on-the-fly.patch
(from rev 227711, git/trunk/0001-create-gpg-homedir-on-the-fly.patch)
  git/repos/extra-i686/0002-skip-RFC1991-tests-for-gnupg-2.1.patch
(from rev 227711, git/trunk/0002-skip-RFC1991-tests-for-gnupg-2.1.patch)
  git/repos/extra-i686/PKGBUILD
(from rev 227711, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 227711, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 227711, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 227711, git/trunk/git.install)
  git/repos/extra-x86_64/0001-create-gpg-homedir-on-the-fly.patch
(from rev 227711, git/trunk/0001-create-gpg-homedir-on-the-fly.patch)
  git/repos/extra-x86_64/0002-skip-RFC1991-tests-for-gnupg-2.1.patch
(from rev 227711, git/trunk/0002-skip-RFC1991-tests-for-gnupg-2.1.patch)
  git/repos/extra-x86_64/PKGBUILD
(from rev 227711, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 227711, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 227711, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 227711, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  244 +
 /git-daemon.socket   |   18 
 /git-daemon@.service |   20 +
 /git.install |   42 ++
 extra-i686/0001-create-gpg-homedir-on-the-fly.patch  |   58 +++
 extra-i686/0002-skip-RFC1991-tests-for-gnupg-2.1.patch   |   93 
 extra-i686/PKGBUILD  |  109 -
 extra-i686/git-daemon.socket |9 
 extra-i686/git-daemon@.service   |   10 
 extra-i686/git.install   |   21 -
 extra-x86_64/0001-create-gpg-homedir-on-the-fly.patch|   58 +++
 extra-x86_64/0002-skip-RFC1991-tests-for-gnupg-2.1.patch |   93 
 extra-x86_64/PKGBUILD|  109 -
 extra-x86_64/git-daemon.socket   |9 
 extra-x86_64/git-daemon@.service |   10 
 extra-x86_64/git.install |   21 -
 16 files changed, 626 insertions(+), 298 deletions(-)

Copied: git/repos/extra-i686/0001-create-gpg-homedir-on-the-fly.patch (from rev 
227711, git/trunk/0001-create-gpg-homedir-on-the-fly.patch)
===
--- extra-i686/0001-create-gpg-homedir-on-the-fly.patch 
(rev 0)
+++ extra-i686/0001-create-gpg-homedir-on-the-fly.patch 2014-12-17 17:56:13 UTC 
(rev 227712)
@@ -0,0 +1,58 @@
+From d2c93870da4997abeb2813873878c1a556defde4 Mon Sep 17 00:00:00 2001
+From: Christian Hesse m...@eworm.de
+Date: Fri, 12 Dec 2014 07:34:34 +0100
+Subject: [PATCH 1/3] create gpg homedir on the fly
+
+GnuPG 2.1 homedir looks different, so just create it on the fly by
+importing needed private and public keys and ownertrust.
+This solves an issue with gnupg 2.1 running interactive pinentry when
+old secret key is present.
+
+Signed-off-by: Christian Hesse m...@eworm.de
+---
+ t/lib-gpg.sh  |  10 +++---
+ t/lib-gpg/ownertrust  |   4 
+ t/lib-gpg/random_seed | Bin 600 - 0 bytes
+ t/lib-gpg/trustdb.gpg | Bin 1360 - 0 bytes
+ 4 files changed, 11 insertions(+), 3 deletions(-)
+ create mode 100644 t/lib-gpg/ownertrust
+ delete mode 100644 t/lib-gpg/random_seed
+ delete mode 100644 t/lib-gpg/trustdb.gpg
+
+diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh
+index cd2baef..4e57942 100755
+--- a/t/lib-gpg.sh
 b/t/lib-gpg.sh
+@@ -16,11 +16,15 @@ else
+   # Type DSA and Elgamal, size 2048 bits, no expiration date.
+   # Name and email: C O Mitter commit...@example.com
+   # No password given, to enable non-interactive operation.
+-  cp -R $TEST_DIRECTORY/lib-gpg ./gpghome
+-  chmod 0700 gpghome
+-  chmod 0600 gpghome/*
++  mkdir ./gpghome
++  chmod 0700 ./gpghome
+   GNUPGHOME=$(pwd)/gpghome
+   export GNUPGHOME
++  gpg --homedir ${GNUPGHOME} --import \
++  $TEST_DIRECTORY/lib-gpg/pubring.gpg \
++  $TEST_DIRECTORY/lib-gpg/secring.gpg
++  gpg 

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

2014-12-17 Thread Bartłomiej Piotrowski
Date: Wednesday, December 17, 2014 @ 20:00:15
  Author: bpiotrowski
Revision: 124047

upgpkg: syncthing 0.10.12-1

remove useless post_upgrade message

Modified:
  syncthing/trunk/PKGBUILD
  syncthing/trunk/syncthing.install

---+
 PKGBUILD  |4 ++--
 syncthing.install |4 
 2 files changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 16:53:02 UTC (rev 124046)
+++ PKGBUILD2014-12-17 19:00:15 UTC (rev 124047)
@@ -5,8 +5,8 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.11
-pkgrel=2
+pkgver=0.10.12
+pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
 license=('GPL3')

Modified: syncthing.install
===
--- syncthing.install   2014-12-17 16:53:02 UTC (rev 124046)
+++ syncthing.install   2014-12-17 19:00:15 UTC (rev 124047)
@@ -7,7 +7,3 @@
 systemctl enable syncthing@user
 EOF
 }
-
-post_upgrade() {
-post_install
-}


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

2014-12-17 Thread Bartłomiej Piotrowski
Date: Wednesday, December 17, 2014 @ 20:00:33
  Author: bpiotrowski
Revision: 124048

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 124047, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 124047, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 124047, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing.service
(from rev 124047, syncthing/trunk/syncthing.service)
  syncthing/repos/community-i686/syncthing@.service
(from rev 124047, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 124047, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 124047, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 124047, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing.service
(from rev 124047, syncthing/trunk/syncthing.service)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 124047, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing.service
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing.service
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  102 ++
 /syncthing.1|  188 ++
 /syncthing.install  |   18 +++
 /syncthing.service  |   22 +++
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   51 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing.service|   11 -
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   51 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing.service  |   11 -
 community-x86_64/syncthing@.service |   12 --
 15 files changed, 354 insertions(+), 362 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-17 19:00:15 UTC (rev 124047)
+++ community-i686/PKGBUILD 2014-12-17 19:00:33 UTC (rev 124048)
@@ -1,51 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.10.11
-pkgrel=2
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '2d3870eff21ad0724a48ba93e87064686693e3b9'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#go run build.go -no-upgrade test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 124047, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-17 19:00:33 UTC (rev 124048)
@@ -0,0 +1,51 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: 

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

2014-12-17 Thread Andreas Radke
Date: Wednesday, December 17, 2014 @ 20:14:57
  Author: andyrtr
Revision: 227713

upgpkg: linux-lts 3.14.27-1

upstream update 3.14.27

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 17:56:13 UTC (rev 227712)
+++ PKGBUILD2014-12-17 19:14:57 UTC (rev 227713)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.26
+pkgver=3.14.27
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -25,7 +25,7 @@
 )
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
-'18a5f194acd519c0da5c208172874d8e3a48cfedb9126b381d168ffdf0a357b1'
+'5f84a4ff39486d1715d5283383a8461ff089ed9b9fdc5dde2ed65531d21e'
 '9058a8adc99c813d97e70a3b6c2319ce90ae622fe7b284571215b5574b8d377b'
 '97b2826c2b73c78ad7fac0e2aaf2dd0770b8c412a05b40821b549c7ea239fed8'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'


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

2014-12-17 Thread Andreas Radke
Date: Wednesday, December 17, 2014 @ 20:15:36
  Author: andyrtr
Revision: 227714

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 227713, 
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 227713, 
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 227713, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 227713, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 227713, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 227713, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 227713, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 227713, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 227713, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 227713, 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 227713, 
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 227713, 
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 227713, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 227713, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 227713, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 227713, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 227713, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 227713, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 227713, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 227713, 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  
|  323 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6696 ++
 testing-i686/config.x86_64 
| 6487 +
 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
|  323 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6696 ++
 testing-x86_64/config.x86_64   
| 6487 +
 testing-x86_64/linux-lts.install   
|   37 
 testing-x86_64/linux-lts.preset
|   14 
 20 files changed, 30342 insertions(+)

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


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

2014-12-17 Thread Jaroslav Lichtblau
Date: Wednesday, December 17, 2014 @ 21:50:07
  Author: jlichtblau
Revision: 124049

upgpkg: autojump 22.2.2-1

Modified:
  autojump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 19:00:33 UTC (rev 124048)
+++ PKGBUILD2014-12-17 20:50:07 UTC (rev 124049)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=autojump
-pkgver=21.7.1
-pkgrel=2
+pkgver=22.2.2
+pkgrel=1
 pkgdesc=A faster way to navigate your filesystem from the command line
 arch=('any')
 url=http://wiki.github.com/joelthelion/autojump;
@@ -14,7 +14,7 @@
 license=('GPL3')
 depends=('python')
 
source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('a3eeb53235c4a4d8bee2cad303cf1e0b3b53e59cc0814a4abe297a2672a7c20d')
+sha256sums=('db2683a36f78af384bd0c0a48dd6b082bdfc75c23dd3b59d0eea1ecc88f01ccc')
 
 prepare() {
   sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
@@ -23,5 +23,5 @@
 package() {
   cd ${pkgname}-release-v${pkgver}
 
-  ./install.sh --global --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
+  ./install.py --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
 }


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

2014-12-17 Thread Pierre Schmitz
Date: Wednesday, December 17, 2014 @ 21:51:00
  Author: pierre
Revision: 227715

upgpkg: php 5.6.4-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 19:15:36 UTC (rev 227714)
+++ PKGBUILD2014-12-17 20:51:00 UTC (rev 227715)
@@ -22,7 +22,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.6.3
+pkgver=5.6.4
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -35,7 +35,7 @@
 http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz.asc;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('7635f344145a4edd7dff6ecec795aaea'
+md5sums=('bf824c5e5c7f49ca5f7350d72cba4881'
  'SKIP'
  'c0da10d91c06b07489f495e78116ab1b'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'


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

2014-12-17 Thread Jaroslav Lichtblau
Date: Wednesday, December 17, 2014 @ 21:50:52
  Author: jlichtblau
Revision: 124050

archrelease: copy trunk to community-any

Added:
  autojump/repos/community-any/PKGBUILD
(from rev 124049, autojump/trunk/PKGBUILD)
Deleted:
  autojump/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-17 20:50:07 UTC (rev 124049)
+++ PKGBUILD2014-12-17 20:50:52 UTC (rev 124050)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: graysky graysky AT archlnux DOT us
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Joël Schaerer joel.schae...@laposte.net
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=autojump
-pkgver=21.7.1
-pkgrel=2
-pkgdesc=A faster way to navigate your filesystem from the command line
-arch=('any')
-url=http://wiki.github.com/joelthelion/autojump;
-license=('GPL3')
-depends=('python')
-source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('a3eeb53235c4a4d8bee2cad303cf1e0b3b53e59cc0814a4abe297a2672a7c20d')
-
-prepare() {
-  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
-}
-
-package() {
-  cd ${pkgname}-release-v${pkgver}
-
-  ./install.sh --global --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 124049, 
autojump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-17 20:50:52 UTC (rev 124050)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: graysky graysky AT archlnux DOT us
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Joël Schaerer joel.schae...@laposte.net
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=autojump
+pkgver=22.2.2
+pkgrel=1
+pkgdesc=A faster way to navigate your filesystem from the command line
+arch=('any')
+url=http://wiki.github.com/joelthelion/autojump;
+license=('GPL3')
+depends=('python')
+source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
+sha256sums=('db2683a36f78af384bd0c0a48dd6b082bdfc75c23dd3b59d0eea1ecc88f01ccc')
+
+prepare() {
+  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
+}
+
+package() {
+  cd ${pkgname}-release-v${pkgver}
+
+  ./install.py --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
+}


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

2014-12-17 Thread Pierre Schmitz
Date: Wednesday, December 17, 2014 @ 21:51:26
  Author: pierre
Revision: 227716

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

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 227715, php/trunk/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 227715, php/trunk/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 227715, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 227715, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-i686/php-fpm.install
(from rev 227715, php/trunk/php-fpm.install)
  php/repos/testing-i686/php-fpm.service
(from rev 227715, php/trunk/php-fpm.service)
  php/repos/testing-i686/php-fpm.tmpfiles
(from rev 227715, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-i686/php.ini.patch
(from rev 227715, php/trunk/php.ini.patch)
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 227715, php/trunk/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 227715, php/trunk/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 227715, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 227715, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php-fpm.install
(from rev 227715, php/trunk/php-fpm.install)
  php/repos/testing-x86_64/php-fpm.service
(from rev 227715, php/trunk/php-fpm.service)
  php/repos/testing-x86_64/php-fpm.tmpfiles
(from rev 227715, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-x86_64/php.ini.patch
(from rev 227715, php/trunk/php.ini.patch)

--+
 testing-i686/PKGBUILD|  391 +
 testing-i686/apache.conf |   13 +
 testing-i686/logrotate.d.php-fpm |8 
 testing-i686/php-fpm.conf.in.patch   |   52 
 testing-i686/php-fpm.install |9 
 testing-i686/php-fpm.service |   13 +
 testing-i686/php-fpm.tmpfiles|1 
 testing-i686/php.ini.patch   |  121 ++
 testing-x86_64/PKGBUILD  |  391 +
 testing-x86_64/apache.conf   |   13 +
 testing-x86_64/logrotate.d.php-fpm   |8 
 testing-x86_64/php-fpm.conf.in.patch |   52 
 testing-x86_64/php-fpm.install   |9 
 testing-x86_64/php-fpm.service   |   13 +
 testing-x86_64/php-fpm.tmpfiles  |1 
 testing-x86_64/php.ini.patch |  121 ++
 16 files changed, 1216 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 227715, php/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-17 20:51:26 UTC (rev 227716)
@@ -0,0 +1,391 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-phpdbg'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.6.4
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'gd' 'icu'
+ 'curl' 'libxslt' 'openssl' 'db' 'gmp' 'systemd')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz;
+http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz.asc;
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('bf824c5e5c7f49ca5f7350d72cba4881'
+ 'SKIP'
+ 'c0da10d91c06b07489f495e78116ab1b'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '6bc1fc4ceee039d21ff3b56aa845cc5a'
+ '25bc67ad828e8147a817410b68d8016c'
+ 'cc2940f5312ba42e7aa1ddfab74b84c4'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+   # Just because our Apache 2.4 is configured with a threaded MPM by 
default does not mean we want to build a ZTS PHP.
+   # Let's supress this behaviour and build a SAPI that works fine with 
the prefork MPM.
+   sed '/APACHE_THREADED_MPM=/d' -i sapi/apache2handler/config.m4 -i 
configure
+}
+
+build() {
+   local _phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+  

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

2014-12-17 Thread Gaetan Bisson
Date: Wednesday, December 17, 2014 @ 22:00:02
  Author: bisson
Revision: 227717

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 20:51:26 UTC (rev 227716)
+++ PKGBUILD2014-12-17 21:00:02 UTC (rev 227717)
@@ -6,7 +6,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=mpd
-pkgver=0.19.6
+pkgver=0.19.7
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
@@ -19,7 +19,7 @@
 
source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('723c224a24292d70823a3f58fc7dbf20cac770e9' 'SKIP'
+sha1sums=('6f67d8ac14881c2d72c2907c2c1e14c6b2fd04c5' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')
 


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

2014-12-17 Thread Gaetan Bisson
Date: Wednesday, December 17, 2014 @ 22:00:20
  Author: bisson
Revision: 227718

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

Added:
  mlocate/repos/core-i686/PKGBUILD
(from rev 227717, mlocate/repos/testing-i686/PKGBUILD)
  mlocate/repos/core-i686/updatedb.conf
(from rev 227717, mlocate/repos/testing-i686/updatedb.conf)
  mlocate/repos/core-i686/updatedb.service
(from rev 227717, mlocate/repos/testing-i686/updatedb.service)
  mlocate/repos/core-i686/updatedb.timer
(from rev 227717, mlocate/repos/testing-i686/updatedb.timer)
  mlocate/repos/core-x86_64/PKGBUILD
(from rev 227717, mlocate/repos/testing-x86_64/PKGBUILD)
  mlocate/repos/core-x86_64/updatedb.conf
(from rev 227717, mlocate/repos/testing-x86_64/updatedb.conf)
  mlocate/repos/core-x86_64/updatedb.service
(from rev 227717, mlocate/repos/testing-x86_64/updatedb.service)
  mlocate/repos/core-x86_64/updatedb.timer
(from rev 227717, mlocate/repos/testing-x86_64/updatedb.timer)
Deleted:
  mlocate/repos/core-i686/PKGBUILD
  mlocate/repos/core-i686/updatedb.conf
  mlocate/repos/core-i686/updatedb.service
  mlocate/repos/core-i686/updatedb.timer
  mlocate/repos/core-x86_64/PKGBUILD
  mlocate/repos/core-x86_64/updatedb.conf
  mlocate/repos/core-x86_64/updatedb.service
  mlocate/repos/core-x86_64/updatedb.timer
  mlocate/repos/testing-i686/
  mlocate/repos/testing-x86_64/

--+
 /PKGBUILD|  114 +
 /updatedb.conf   |8 ++
 /updatedb.service|   14 +
 /updatedb.timer  |   14 +
 core-i686/PKGBUILD   |   57 
 core-i686/updatedb.conf  |4 -
 core-i686/updatedb.service   |9 ---
 core-i686/updatedb.timer |7 --
 core-x86_64/PKGBUILD |   57 
 core-x86_64/updatedb.conf|4 -
 core-x86_64/updatedb.service |9 ---
 core-x86_64/updatedb.timer   |7 --
 12 files changed, 150 insertions(+), 154 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-12-17 21:00:02 UTC (rev 227717)
+++ core-i686/PKGBUILD  2014-12-17 21:00:20 UTC (rev 227718)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: lydgate
-
-pkgname=mlocate
-pkgver=0.26
-pkgrel=3
-pkgdesc='Merging locate/updatedb implementation'
-url='https://fedorahosted.org/mlocate/'
-arch=('i686' 'x86_64')
-license=('GPL')
-backup=('etc/updatedb.conf')
-depends=('glibc')
-source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-${pkgver}.tar.xz;
-   'updatedb.conf'
-   updatedb.{timer,service})
-sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
-  '0150379149bf9d714bc81332d775fc273e7e3535'
-  '2f3a94994ece62aeb286315a6fa5e9e03203706a'
-  'f2f71aefbf677fb1719b5c67c757cde34e3210d7')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i '/^groupname /s/mlocate/locate/' Makefile.in
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   chgrp 21 ${pkgdir}/usr/bin/locate
-   chmod 2755 ${pkgdir}/usr/bin/locate
-   ln -s locate ${pkgdir}/usr/bin/slocate
-
-   install -dm755 ${pkgdir}/var/lib
-   install -dm750 -g21 ${pkgdir}/var/lib/locate
-   
-   install -Dm644 ../updatedb.conf ${pkgdir}/etc/updatedb.conf
-
-   install -D -m644 ${srcdir}/updatedb.timer 
${pkgdir}/usr/lib/systemd/system/updatedb.timer
-   install -D -m644 ${srcdir}/updatedb.service 
${pkgdir}/usr/lib/systemd/system/updatedb.service
-   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
-   ln -s ../updatedb.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/updatedb.timer
-}

Copied: mlocate/repos/core-i686/PKGBUILD (from rev 227717, 
mlocate/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-12-17 21:00:20 UTC (rev 227718)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: lydgate
+
+pkgname=mlocate
+pkgver=0.26
+pkgrel=5
+pkgdesc='Merging locate/updatedb implementation'
+url='https://fedorahosted.org/mlocate/'
+arch=('i686' 'x86_64')
+license=('GPL')
+backup=('etc/updatedb.conf')
+depends=('glibc')
+source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-${pkgver}.tar.xz;
+   'updatedb.conf'
+   updatedb.{timer,service})
+sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
+  

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

2014-12-17 Thread Gaetan Bisson
Date: Wednesday, December 17, 2014 @ 22:01:30
  Author: bisson
Revision: 227719

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 227718, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 227718, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 227718, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 227718, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 227718, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 227718, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 227718, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 227718, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  108 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   54 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 21:00:20 UTC (rev 227718)
+++ extra-i686/PKGBUILD 2014-12-17 21:01:30 UTC (rev 227719)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.6
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('723c224a24292d70823a3f58fc7dbf20cac770e9' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 227718, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-17 21:01:30 UTC (rev 227719)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.7
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2014-12-17 Thread Alexander Rødseth
Date: Wednesday, December 17, 2014 @ 22:05:01
  Author: arodseth
Revision: 124052

archrelease: copy trunk to community-any

Added:
  python-rope/repos/community-any/PKGBUILD
(from rev 124051, python-rope/trunk/PKGBUILD)

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

Copied: python-rope/repos/community-any/PKGBUILD (from rev 124051, 
python-rope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-17 21:05:01 UTC (rev 124052)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 64151 2012-02-09 14:12:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Nicolás de la torre ndelato...@gmail.com
+# Contributor: Ryan Coyner rcoy...@gmail.com
+# Contributor: Jens Maucher def...@archlinux.us
+
+pkgname=python-rope
+pkgver=0.9.4_1
+pkgrel=2
+pkgdesc='Refactoring library'
+arch=('any')
+url='http://pypi.python.org/pypi/rope_py3k'
+license=('GPL')
+depends=('python')
+source=(http://pypi.python.org/packages/source/r/rope_py3k/rope_py3k-${pkgver/_/-}.tar.gz;)
+sha256sums=('feb95047cdb9d94e59414aefce7668920e35cba6d1e3c4d4390c2888c98207fa')
+
+build() {
+  cd rope_py3k-${pkgver/_/-}
+
+  python setup.py build
+}
+
+package() {
+  cd rope_py3k-${pkgver/_/-}
+
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (5 files)

2014-12-17 Thread Alexander Rødseth
Date: Wednesday, December 17, 2014 @ 22:04:47
  Author: arodseth
Revision: 124051

Moving python-rope (30 votes in AUR)

Added:
  python-rope/
  python-rope/repos/
  python-rope/repos/community-any/
  python-rope/trunk/
  python-rope/trunk/PKGBUILD

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

Added: python-rope/trunk/PKGBUILD
===
--- python-rope/trunk/PKGBUILD  (rev 0)
+++ python-rope/trunk/PKGBUILD  2014-12-17 21:04:47 UTC (rev 124051)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 64151 2012-02-09 14:12:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Nicolás de la torre ndelato...@gmail.com
+# Contributor: Ryan Coyner rcoy...@gmail.com
+# Contributor: Jens Maucher def...@archlinux.us
+
+pkgname=python-rope
+pkgver=0.9.4_1
+pkgrel=2
+pkgdesc='Refactoring library'
+arch=('any')
+url='http://pypi.python.org/pypi/rope_py3k'
+license=('GPL')
+depends=('python')
+source=(http://pypi.python.org/packages/source/r/rope_py3k/rope_py3k-${pkgver/_/-}.tar.gz;)
+sha256sums=('feb95047cdb9d94e59414aefce7668920e35cba6d1e3c4d4390c2888c98207fa')
+
+build() {
+  cd rope_py3k-${pkgver/_/-}
+
+  python setup.py build
+}
+
+package() {
+  cd rope_py3k-${pkgver/_/-}
+
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-17 Thread Alexander Rødseth
Date: Wednesday, December 17, 2014 @ 22:15:20
  Author: arodseth
Revision: 124053

upgpkg: nuitka 0.5.5.3-2

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 21:05:01 UTC (rev 124052)
+++ PKGBUILD2014-12-17 21:15:20 UTC (rev 124053)
@@ -4,13 +4,13 @@
 
 pkgname=nuitka
 pkgver=0.5.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Python to native compiler'
 arch=('any')
 url='http://www.nuitka.net/'
 license=('APACHE')
 makedepends=('scons')
-depends=('python')
+depends=('python' 'scons')
 options=('!emptydirs')
 source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
 sha256sums=('c4ad6f89395d38c08aa2852fd3bf996a8e6496c69fd64c829a716ce096d03e59')


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

2014-12-17 Thread Alexander Rødseth
Date: Wednesday, December 17, 2014 @ 22:15:28
  Author: arodseth
Revision: 124054

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 124053, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-17 21:15:20 UTC (rev 124053)
+++ PKGBUILD2014-12-17 21:15:28 UTC (rev 124054)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-pkgname=nuitka
-pkgver=0.5.5.3
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python')
-options=('!emptydirs')
-source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('c4ad6f89395d38c08aa2852fd3bf996a8e6496c69fd64c829a716ce096d03e59')
-
-package() {
-  cd Nuitka-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-} 
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 124053, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-17 21:15:28 UTC (rev 124054)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgname=nuitka
+pkgver=0.5.5.3
+pkgrel=2
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python' 'scons')
+options=('!emptydirs')
+source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
+sha256sums=('c4ad6f89395d38c08aa2852fd3bf996a8e6496c69fd64c829a716ce096d03e59')
+
+package() {
+  cd Nuitka-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+} 
+
+# vim: sw=2 ts=2 et:


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

2014-12-17 Thread Sébastien Luttringer
Date: Wednesday, December 17, 2014 @ 22:27:12
  Author: seblu
Revision: 227720

upgpkg: less 471-1

Modified:
  less/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 21:01:30 UTC (rev 227719)
+++ PKGBUILD2014-12-17 21:27:12 UTC (rev 227720)
@@ -4,7 +4,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=less
-pkgver=470
+pkgver=471
 pkgrel=1
 pkgdesc='A terminal based program for viewing text files'
 license=('GPL3')
@@ -13,7 +13,7 @@
 groups=('base')
 depends=('glibc' 'ncurses' 'pcre')
 
source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('abf7c37b1a2c3d83865eba3ab2eb369f'
+md5sums=('9a40d29a2d84b41f9f36d7dd90b4f950'
  'SKIP')
 
 build() {


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

2014-12-17 Thread Sébastien Luttringer
Date: Wednesday, December 17, 2014 @ 22:27:32
  Author: seblu
Revision: 227721

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

Added:
  less/repos/testing-i686/
  less/repos/testing-i686/PKGBUILD
(from rev 227720, less/trunk/PKGBUILD)
  less/repos/testing-x86_64/
  less/repos/testing-x86_64/PKGBUILD
(from rev 227720, less/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: less/repos/testing-i686/PKGBUILD (from rev 227720, less/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-17 21:27:32 UTC (rev 227721)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=less
+pkgver=471
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('i686' 'x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('9a40d29a2d84b41f9f36d7dd90b4f950'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: less/repos/testing-x86_64/PKGBUILD (from rev 227720, 
less/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-17 21:27:32 UTC (rev 227721)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=less
+pkgver=471
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('i686' 'x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('9a40d29a2d84b41f9f36d7dd90b4f950'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-17 Thread Evangelos Foutras
Date: Wednesday, December 17, 2014 @ 22:32:46
  Author: foutrelis
Revision: 124056

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 124055, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-17 21:32:35 UTC (rev 124055)
+++ PKGBUILD2014-12-17 21:32:46 UTC (rev 124056)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: FUBAR mrfu...@gmail.com
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.5.2
-pkgrel=1
-arch=('any')
-url=http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('2a3c52db59e80124e1613606b2526c4693059fb8a7a341ed600fdd093187eb84'
-'0dbea15d8457219b8eab41dab461388cb566a90715f2aee67b82514e4278f680'
-'fc38dd578a394ce2307921b138cbfdb76bc0d5c9c64bcb3b397a2ccf21f761cf')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd $srcdir/$product-$pkgver
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc=An iptables-based firewall for Linux systems
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc=Core Shorewall libraries
-  depends=('iptables' 'iproute2')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  DESTDIR=$pkgdir ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|.gz|' \
- -e 's|/subsys||' \
-  configfiles/shorewall$_name_suffix.conf
-
-  DESTDIR=$pkgdir ./install.sh
-
-  install -d $pkgdir/usr/share/doc/shorewall$_name_suffix/
-  cp -r Samples$_name_suffix $pkgdir/usr/share/doc/shorewall$_name_suffix/
-
-  chmod -R 644 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 755 $pkgdir/etc/shorewall$_name_suffix/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 124055, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-17 21:32:46 UTC (rev 124056)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.5.3
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('ed621d9c6a7a3ec58876cedc6f0a5f0ee425cb9107011af34f50b4490873705c'
+'273e1748e8ce3ac559d5f73d43f226f19fedf03895cf8f87b03ec63d17b42b6a'
+'820b8c5791f418312a2c62fbdacae0de86a3460358763b84ebccf142a68f9722')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure HOST=archlinux
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc=An iptables-based firewall for Linux systems
+  depends=('shorewall-core' 'perl')
+  

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

2014-12-17 Thread Evangelos Foutras
Date: Wednesday, December 17, 2014 @ 22:32:35
  Author: foutrelis
Revision: 124055

upgpkg: shorewall 4.6.5.3-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 21:15:28 UTC (rev 124054)
+++ PKGBUILD2014-12-17 21:32:35 UTC (rev 124055)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR mrfu...@gmail.com
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.5.2
+pkgver=4.6.5.3
 pkgrel=1
 arch=('any')
 url=http://www.shorewall.net/;
@@ -13,9 +13,9 @@
 
source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/$pkgname-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall6-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('2a3c52db59e80124e1613606b2526c4693059fb8a7a341ed600fdd093187eb84'
-'0dbea15d8457219b8eab41dab461388cb566a90715f2aee67b82514e4278f680'
-'fc38dd578a394ce2307921b138cbfdb76bc0d5c9c64bcb3b397a2ccf21f761cf')
+sha256sums=('ed621d9c6a7a3ec58876cedc6f0a5f0ee425cb9107011af34f50b4490873705c'
+'273e1748e8ce3ac559d5f73d43f226f19fedf03895cf8f87b03ec63d17b42b6a'
+'820b8c5791f418312a2c62fbdacae0de86a3460358763b84ebccf142a68f9722')
 
 build() {
   for product in shorewall{,6,-core}; do


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

2014-12-17 Thread Gaetan Bisson
Date: Wednesday, December 17, 2014 @ 22:41:21
  Author: bisson
Revision: 227722

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 21:27:32 UTC (rev 227721)
+++ PKGBUILD2014-12-17 21:41:21 UTC (rev 227722)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
 
 pkgname=s-nail
-pkgver=14.7.8
+pkgver=14.7.9
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
@@ -14,7 +14,7 @@
 depends=('openssl' 'krb5')
 optdepends=('smtp-forwarder: for sending mail')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('9ad2e99d0671550005a2563e5fd80c1a05bc0420')
+sha1sums=('acca067ca17fbc1a2079b323a85b2c2522489ed1')
 
 groups=('base')
 backup=('etc/mail.rc')


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

2014-12-17 Thread Gaetan Bisson
Date: Wednesday, December 17, 2014 @ 22:42:05
  Author: bisson
Revision: 227723

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

Added:
  s-nail/repos/testing-i686/
  s-nail/repos/testing-i686/PKGBUILD
(from rev 227722, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 227722, s-nail/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-x86_64/PKGBUILD |   51 ++
 2 files changed, 102 insertions(+)

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 227722, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-17 21:42:05 UTC (rev 227723)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.7.9
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
+sha1sums=('acca067ca17fbc1a2079b323a85b2c2522489ed1')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CFLAGS+= $CPPFLAGS
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 227722, 
s-nail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-17 21:42:05 UTC (rev 227723)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.7.9
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
+sha1sums=('acca067ca17fbc1a2079b323a85b2c2522489ed1')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CFLAGS+= $CPPFLAGS
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


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

2014-12-17 Thread Bartłomiej Piotrowski
Date: Wednesday, December 17, 2014 @ 22:53:19
  Author: bpiotrowski
Revision: 124058

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

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

---+
 /PKGBUILD |   72 
 /kadu.install |   24 +
 community-i686/PKGBUILD   |   36 
 community-i686/kadu.install   |   12 --
 community-x86_64/PKGBUILD |   36 
 community-x86_64/kadu.install |   12 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-17 21:53:08 UTC (rev 124057)
+++ community-i686/PKGBUILD 2014-12-17 21:53:19 UTC (rev 124058)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-
-pkgname=kadu
-pkgver=1.2
-pkgrel=1
-pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
-arch=('i686' 'x86_64')
-url='http://www.kadu.net/'
-license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
- 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('df412a6d430d01bfd25a1201cfa7bdf6')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  ninja
-}
-
-package() {
-  DESTDIR=$pkgdir LIBDIR=/usr/lib ninja -C build install
-  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
-}

Copied: kadu/repos/community-i686/PKGBUILD (from rev 124057, 
kadu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-17 21:53:19 UTC (rev 124058)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=kadu
+pkgver=1.3
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
+ 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('2ec969746c5ff90f922a0fd3bddf9f22')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  ninja
+}
+
+package() {
+  DESTDIR=$pkgdir LIBDIR=/usr/lib ninja -C build install
+  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
+}

Deleted: community-i686/kadu.install
===
--- community-i686/kadu.install 2014-12-17 21:53:08 UTC (rev 124057)
+++ community-i686/kadu.install 2014-12-17 21:53:19 UTC (rev 124058)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: kadu/repos/community-i686/kadu.install (from rev 124057, 
kadu/trunk/kadu.install)
===
--- community-i686/kadu.install (rev 0)
+++ community-i686/kadu.install 2014-12-17 21:53:19 UTC (rev 124058)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-17 21:53:08 UTC (rev 124057)
+++ community-x86_64/PKGBUILD   2014-12-17 21:53:19 UTC (rev 124058)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: 

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

2014-12-17 Thread Bartłomiej Piotrowski
Date: Wednesday, December 17, 2014 @ 22:53:08
  Author: bpiotrowski
Revision: 124057

upgpkg: kadu 1.3-1

new upstream release

Modified:
  kadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 21:32:46 UTC (rev 124056)
+++ PKGBUILD2014-12-17 21:53:08 UTC (rev 124057)
@@ -4,7 +4,7 @@
 # Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
 
 pkgname=kadu
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja')
 install=kadu.install
 source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('df412a6d430d01bfd25a1201cfa7bdf6')
+md5sums=('2ec969746c5ff90f922a0fd3bddf9f22')
 
 build() {
   mkdir build


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

2014-12-17 Thread Evangelos Foutras
Date: Wednesday, December 17, 2014 @ 23:23:24
  Author: foutrelis
Revision: 227724

upgpkg: thunderbird 31.3.0-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 21:42:05 UTC (rev 227723)
+++ PKGBUILD2014-12-17 22:23:24 UTC (rev 227724)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=31.2.0
+pkgver=31.3.0
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 vendor.js
 rhbz-966424.patch)
 options=(!emptydirs)
-sha256sums=('48130bbd9102303167aa832ea80970201777ee65b91fbab515332527850749b4'
+sha256sums=('b742782965ce9c65b69c1dc470497ea456f11caeb8fda3ea593ee31ad496f556'
 'SKIP'
 '7021a0907ebaffec7cad2928a773d8a0763a9790b9b97b58f72fad52e981296b'
 'd506b771e765e09e2e039b975e25befade8eec97e8950813a32463604955ab4e'


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

2014-12-17 Thread Evangelos Foutras
Date: Wednesday, December 17, 2014 @ 23:23:55
  Author: foutrelis
Revision: 227725

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 227724, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 227724, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/rhbz-966424.patch
(from rev 227724, thunderbird/trunk/rhbz-966424.patch)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 227724, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 227724, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 227724, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-i686/vendor.js
(from rev 227724, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 227724, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 227724, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/rhbz-966424.patch
(from rev 227724, thunderbird/trunk/rhbz-966424.patch)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 227724, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 227724, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 227724, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 227724, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/rhbz-966424.patch
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/rhbz-966424.patch
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install
  thunderbird/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  152 +++
 /mozconfig |   84 ++
 /rhbz-966424.patch |   46 
 /thunderbird-install-dir.patch |   46 
 /thunderbird.desktop   |   26 
 /thunderbird.install   |   24 
 /vendor.js |   18 +++
 extra-i686/PKGBUILD|   76 -
 extra-i686/mozconfig   |   42 ---
 extra-i686/rhbz-966424.patch   |   23 
 extra-i686/thunderbird-install-dir.patch   |   23 
 extra-i686/thunderbird.desktop |   13 --
 extra-i686/thunderbird.install |   12 --
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |   76 -
 extra-x86_64/mozconfig |   42 ---
 extra-x86_64/rhbz-966424.patch |   23 
 extra-x86_64/thunderbird-install-dir.patch |   23 
 extra-x86_64/thunderbird.desktop   |   13 --
 extra-x86_64/thunderbird.install   |   12 --
 extra-x86_64/vendor.js |9 -
 21 files changed, 396 insertions(+), 396 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 22:23:24 UTC (rev 227724)
+++ extra-i686/PKGBUILD 2014-12-17 22:23:55 UTC (rev 227725)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-
-pkgname=thunderbird
-pkgver=31.2.0
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/thunderbird/;
-depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libvpx' 'libxt' 'mime-types' 
'mozilla-common' 'nss' 'sqlite' 'startup-notification')
-makedepends=('unzip' 'zip' 'python2' 'wireless_tools' 'yasm' 'mesa' 'libpulse')
-optdepends=('libcanberra: for sound support')
-install=thunderbird.install
-source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2{,.asc}
-mozconfig
-thunderbird.desktop
-thunderbird-install-dir.patch
-vendor.js
-rhbz-966424.patch)
-options=(!emptydirs)
-sha256sums=('48130bbd9102303167aa832ea80970201777ee65b91fbab515332527850749b4'
-

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

2014-12-17 Thread Evangelos Foutras
Date: Wednesday, December 17, 2014 @ 23:24:03
  Author: foutrelis
Revision: 227726

upgpkg: thunderbird-i18n 31.3.0-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 22:23:55 UTC (rev 227725)
+++ PKGBUILD2014-12-17 22:24:03 UTC (rev 227726)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgbase=thunderbird-i18n
-pkgver=31.2.0
+pkgver=31.3.0
 pkgrel=1
 pkgdesc=Language pack for Thunderbird
 arch=('any')
@@ -94,58 +94,58 @@
 
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
 }
 
-md5sums=('b5e3a5cfdedb6e4a7f5f9ea3072d211d'
- '66df04ba03303219d08f937cb06fe938'
- '3804681332783bdf3563d81d68a665ba'
- '5f96104ac35eacf28d4c57ff6bf98c14'
- '35a5fbfa596bf955b5003378ce0f2df3'
- '32ea877ad2292b63dffbf0fae8431683'
- '1b83051eaa3dab4aaa87d44647277319'
- '1e2128acc06d356980d68e449764dc67'
- '9bf5d4c1ec4ad263fc8541a7be27e207'
- '9adc822f0a67d40fe480c083cae6602e'
- '9e4905a8c323e0175f6a4f47e6dd5e1f'
- '51fc8abb81c7e37759a5d1908c0533e7'
- 'c52fda3aaaf8d360c9c61b0036934d04'
- '7330154eebfc43b83a4b23b92d00894a'
- '2d16a2f626219e4c54db579da6e1e9eb'
- '6d419663f2da1fa7d6b8024092539981'
- '460f399e494c440c85cf4230aaa6254d'
- '724aee657af956d15a73a7722af10ff0'
- '9ad09ab2640ba1fd331a1374391c4a02'
- 'fb2b6f5c32a9ce44750fde8a86a48671'
- '4fe9aef590b395d0cc8cae6c7dc558bc'
- '3b9cbc5b92264e90dd2f04cc03402679'
- 'e13d90095e358c5909701b7aeef1497e'
- '252bfcc8763f3442c2daee65843a1cfc'
- '6715149e466256cfda9c18ac3ec6d202'
- 'a45038c65477ea6f162bbffbfaa0c386'
- 'cbc16e082b226528e1ce8ff931bc1abf'
- '23653450ee7aa589ed562ca179ee233f'
- 'cf7d27b738aad88cf42eb6f140004184'
- 'bd27b9d56a1484c7ba8882010c268e54'
- 'b6cd3c1a783d4ef1da5789d2a6be2679'
- '679c8ba09e5dec963573464ecfe9ae98'
- '197b27196463f296d903ffb64a1e8c35'
- '1f07ce9f20ed9dbfc8f02135d7769750'
- '86ea9b404bbbf9450e1d48ffe4185add'
- '97904a6943047181652ab4b1fa3e304a'
- '64b9a6d012dfa00e4c22f782e5fbf924'
- '87ea13f53caf9cd518a5709dbe4a77b4'
- 'b7f50b7825eac3181b39afaaed86597a'
- '7978f1089d96f8fca6f8b4e171dcebc9'
- '0406c8dbbac735a101cfc214fe562541'
- '2684786b5dc33005e741267f5d5c93ca'
- 'a255cfb9ad520c750258cbe8ea52d853'
- 'd94523d8d7a705b430af6384bbf739df'
- '59d47b1c2015890d69893af4609ecfec'
- '50c382d2ed81ae85403d967b034e590f'
- 'cffc4ffc01f832d4d5258ce610b3aea6'
- 'ee9b11818741185e0655826aa21cde28'
- 'c42f5ba22f9ae4a926c078b6b4135ac2'
- '8cb2a37bb97238bac7414a7607e6a5e2'
- '50080dd3cec4e1750d94fb999c54bed1'
- '218438476b98b19f994ef9205c3bd3fa'
- 'b779dacd0eeabba4f73c68c115d9846c'
- '393588c7c3b38b05a7b3343713c60e08'
- 'a79161e42f2531306883e97277177750')
+md5sums=('e78bb229494ebae812ca208b04cbb2be'
+ 'a6a14c32b48e5248570caee0c60e3c16'
+ 'e758c3fdf7d4768b6c1de6e6e8203d7b'
+ 'cebf02c51fa047a6c605244241b0b44d'
+ '81a5d3452b102aa57ba0298a5de1fc74'
+ '1a77e7908b61f40a867924af679b14cf'
+ 'cf45e10b6f6fa92b742cdd8738419c48'
+ 'ae201f47ed30d326400ef6b88c20277a'
+ 'f4c18982c67c246d0e2d80e452c9da62'
+ '0780682cde007f37351374acd1e71015'
+ '14a73ab091ea68a7ed5306783410fb4b'
+ '4057d98d1e80d98436a71d3614985de7'
+ '84a1097239c441824e6b1605b7e5a42e'
+ '8c27ea0d6e6537cdc5218b5d849b4651'
+ '4e2f96be8e5ba0fbd9a7ea88977f17c7'
+ 'f7accd76437f72c92d07b7bff2ef1c30'
+ 'd5fc8d1790546085f06298e75533329f'
+ '358da8ccdb0fd549ee9b4418646f6dbb'
+ '463d6767cd4404f0cea5f876a6d45f02'
+ '5e8f5da9c97b00a9a0d38ee34b44e78e'
+ 'ab73c67fae04f5d661a3a865caf7b31a'
+ '8cf623eab1ac08a7da8f42b3b23487fa'
+ 'ee46fbdd2b8d9e9ac511be884c72ec9d'
+ '8b409035101e216b107c1f473356e8ec'
+ 'a7e614b031d9b4d9ddd0e66d3aa16496'
+ '8a6fee8ce46d908445db6b6cdef32f2f'
+ 'a832001298791dc6229bb7d043ca4cf6'
+ 'e10065525b42e9cbd1be4cd843a91cfd'
+ '0d36373e2b65a67c7c9d783096a33b1a'
+ '18d23c87bc69bd0b428101a58140b908'
+ '2c5f18d944dc342a5de8621b5f51e604'
+ 'c49752089df3837f8fd358efcdf5df48'
+ '81a681775c3d622c2a3d6d0eabd14ae1'
+ '1b68cc310447550ce8d90551165ef1b3'
+ 'f9399fa8f6bc1e33b7451f3760512fc6'
+ '9c737c9fce3b77f2a89a74d00c712571'
+ '6020bbc11acd0df2b90d6f1f9285f192'
+ 

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

2014-12-17 Thread Evangelos Foutras
Date: Wednesday, December 17, 2014 @ 23:24:24
  Author: foutrelis
Revision: 227727

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 227726, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  302 ++---
 1 file changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-17 22:24:03 UTC (rev 227726)
+++ PKGBUILD2014-12-17 22:24:24 UTC (rev 227727)
@@ -1,151 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgbase=thunderbird-i18n
-pkgver=31.2.0
-pkgrel=1
-pkgdesc=Language pack for Thunderbird
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(thunderbird=$pkgver)
-
-_languages=(
-  'ar Arabic'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'br Breton'
-  'ca Catalan'
-  'cs Czech'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en-GB  English (British)'
-  'en-US  English (US)'
-  'es-AR  Spanish (Argentina)'
-  'es-ES  Spanish (Spain)'
-  'et Estonian'
-  'eu Basque'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian'
-  'ga-IE  Irish'
-  'gd Gaelic (Scotland)'
-  'gl Galician'
-  'he Hebrew'
-  'hr Croatian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'ko Korean'
-  'lt Lithuanian'
-  'nb-NO  Norwegian (Bokmål)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'pa-IN  Punjabi (India)'
-  'pl Polish'
-  'pt-BR  Portuguese (Brazilian)'
-  'pt-PT  Portuguese (Portugal)'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhala'
-  'sk Slovak'
-  'sl Slovenian'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta-LK  Tamil (Sri Lanka)'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'zh-CN  Chinese (Simplified)'
-  'zh-TW  Chinese (Traditional)'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Thunderbird
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
-}
-
-md5sums=('b5e3a5cfdedb6e4a7f5f9ea3072d211d'
- '66df04ba03303219d08f937cb06fe938'
- '3804681332783bdf3563d81d68a665ba'
- '5f96104ac35eacf28d4c57ff6bf98c14'
- '35a5fbfa596bf955b5003378ce0f2df3'
- '32ea877ad2292b63dffbf0fae8431683'
- '1b83051eaa3dab4aaa87d44647277319'
- '1e2128acc06d356980d68e449764dc67'
- '9bf5d4c1ec4ad263fc8541a7be27e207'
- '9adc822f0a67d40fe480c083cae6602e'
- '9e4905a8c323e0175f6a4f47e6dd5e1f'
- '51fc8abb81c7e37759a5d1908c0533e7'
- 'c52fda3aaaf8d360c9c61b0036934d04'
- '7330154eebfc43b83a4b23b92d00894a'
- '2d16a2f626219e4c54db579da6e1e9eb'
- '6d419663f2da1fa7d6b8024092539981'
- '460f399e494c440c85cf4230aaa6254d'
- '724aee657af956d15a73a7722af10ff0'
- '9ad09ab2640ba1fd331a1374391c4a02'
- 'fb2b6f5c32a9ce44750fde8a86a48671'
- '4fe9aef590b395d0cc8cae6c7dc558bc'
- '3b9cbc5b92264e90dd2f04cc03402679'
- 'e13d90095e358c5909701b7aeef1497e'
- '252bfcc8763f3442c2daee65843a1cfc'
- '6715149e466256cfda9c18ac3ec6d202'
- 'a45038c65477ea6f162bbffbfaa0c386'
- 'cbc16e082b226528e1ce8ff931bc1abf'
- '23653450ee7aa589ed562ca179ee233f'
- 'cf7d27b738aad88cf42eb6f140004184'
- 'bd27b9d56a1484c7ba8882010c268e54'
- 'b6cd3c1a783d4ef1da5789d2a6be2679'
- '679c8ba09e5dec963573464ecfe9ae98'
- '197b27196463f296d903ffb64a1e8c35'
- '1f07ce9f20ed9dbfc8f02135d7769750'
- '86ea9b404bbbf9450e1d48ffe4185add'
- '97904a6943047181652ab4b1fa3e304a'
- '64b9a6d012dfa00e4c22f782e5fbf924'
- '87ea13f53caf9cd518a5709dbe4a77b4'
- 'b7f50b7825eac3181b39afaaed86597a'
- '7978f1089d96f8fca6f8b4e171dcebc9'
- '0406c8dbbac735a101cfc214fe562541'
- '2684786b5dc33005e741267f5d5c93ca'
- 'a255cfb9ad520c750258cbe8ea52d853'
- 'd94523d8d7a705b430af6384bbf739df'
- '59d47b1c2015890d69893af4609ecfec'
- '50c382d2ed81ae85403d967b034e590f'
- 

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

2014-12-17 Thread Daniel Wallace
Date: Thursday, December 18, 2014 @ 00:27:49
  Author: dwallace
Revision: 124059

upgpkg: python2-systemd 218-1

upgpkg: python2-systemd

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 21:53:19 UTC (rev 124058)
+++ PKGBUILD2014-12-17 23:27:49 UTC (rev 124059)
@@ -2,16 +2,16 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=217
+pkgver=218
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
 url=http://www.freedesktop.org/wiki/Software/systemd/;
 license=('GPL')
-depends=('python2' systemd=$pkgver 'python2-lxml')
+depends=('python2' 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('e68dbff3cc19f66e341572d9fb2ffa89')
+md5sums=('4e2c511b0a7932d7fc9d79822273aac6')
 
 
 build() {
@@ -25,6 +25,7 @@
 
 package(){
cd $_pkgname-$pkgver
+depends+=(systemd=$pkgver)
 make DESTDIR=$srcdir/root install
 install -dm755 $pkgdir/usr/lib/
 cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/


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

2014-12-17 Thread Daniel Wallace
Date: Thursday, December 18, 2014 @ 00:28:20
  Author: dwallace
Revision: 124060

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

Added:
  python2-systemd/repos/community-testing-i686/
  python2-systemd/repos/community-testing-i686/PKGBUILD
(from rev 124059, python2-systemd/trunk/PKGBUILD)
  python2-systemd/repos/community-testing-x86_64/
  python2-systemd/repos/community-testing-x86_64/PKGBUILD
(from rev 124059, python2-systemd/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   32 
 community-testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: python2-systemd/repos/community-testing-i686/PKGBUILD (from rev 124059, 
python2-systemd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-17 23:28:20 UTC (rev 124060)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=218
+pkgrel=1
+pkgdesc=Python2 bindings for systemd
+arch=('x86_64' 'i686')
+url=http://www.freedesktop.org/wiki/Software/systemd/;
+license=('GPL')
+depends=('python2' 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
+md5sums=('4e2c511b0a7932d7fc9d79822273aac6')
+
+
+build() {
+   cd $_pkgname-$pkgver
+./configure \
+--libexecdir=/usr/lib \
+--disable-manpages
+PYTHON=python2
+   make CFLAGS=${CFLAGS} -fno-lto
+}
+
+package(){
+   cd $_pkgname-$pkgver
+depends+=(systemd=$pkgver)
+make DESTDIR=$srcdir/root install
+install -dm755 $pkgdir/usr/lib/
+cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
+}

Copied: python2-systemd/repos/community-testing-x86_64/PKGBUILD (from rev 
124059, python2-systemd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-17 23:28:20 UTC (rev 124060)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=218
+pkgrel=1
+pkgdesc=Python2 bindings for systemd
+arch=('x86_64' 'i686')
+url=http://www.freedesktop.org/wiki/Software/systemd/;
+license=('GPL')
+depends=('python2' 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
+md5sums=('4e2c511b0a7932d7fc9d79822273aac6')
+
+
+build() {
+   cd $_pkgname-$pkgver
+./configure \
+--libexecdir=/usr/lib \
+--disable-manpages
+PYTHON=python2
+   make CFLAGS=${CFLAGS} -fno-lto
+}
+
+package(){
+   cd $_pkgname-$pkgver
+depends+=(systemd=$pkgver)
+make DESTDIR=$srcdir/root install
+install -dm755 $pkgdir/usr/lib/
+cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
+}


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

2014-12-17 Thread Alexander Rødseth
Date: Thursday, December 18, 2014 @ 01:49:18
  Author: arodseth
Revision: 124061

upgpkg: erlang 17.4-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 23:28:20 UTC (rev 124060)
+++ PKGBUILD2014-12-18 00:49:18 UTC (rev 124061)
@@ -8,20 +8,20 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=17.3.4
+pkgver=17.4
 pkgrel=1
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git')
+makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git' 
'libxslt' 'fop')
 options=('staticlibs')
 source=(git://github.com/erlang/otp.git#tag=OTP-$pkgver
-http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz;
+http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz;
 'epmd.service'
 'epmd.socket'
 'epmd.conf')
 sha256sums=('SKIP'
-'3fabdac0b0594432fdd8186fa2c74ff49a629a9bcc4174e3bd605a3d4002dab7'
+'6c1cdb8e9d367c7b6dc6b20706de9fd0a0f0b7dffd66532663b2a24ed7679a58'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')


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

2014-12-17 Thread Alexander Rødseth
Date: Thursday, December 18, 2014 @ 01:49:40
  Author: arodseth
Revision: 124062

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 124061, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 124061, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 124061, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 124061, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 124061, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 124061, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 124061, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 124061, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  182 
 /epmd.conf|6 +
 /epmd.service |   22 
 /epmd.socket  |   18 +++
 community-i686/PKGBUILD   |   91 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 -
 community-x86_64/PKGBUILD |   91 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 -
 12 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-18 00:49:18 UTC (rev 124061)
+++ community-i686/PKGBUILD 2014-12-18 00:49:40 UTC (rev 124062)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archli...@cryptocrack.de
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Tom Burdick thomas.burd...@wrightwoodtech.com
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=17.3.4
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git')
-options=('staticlibs')
-source=(git://github.com/erlang/otp.git#tag=OTP-$pkgver
-http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz;
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'3fabdac0b0594432fdd8186fa2c74ff49a629a9bcc4174e3bd605a3d4002dab7'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR=$pkgdir install
-
-  # Documentation
-  install -d $pkgdir/usr/share/doc/erlang
-  install -m0644 $srcdir/otp/README.md \
-$srcdir/{README,COPYRIGHT} \
-$pkgdir/usr/share/doc/erlang
-
-  # Compressed man pages
-  for page in $srcdir/man/man?/*; do gzip $page; done
-  cp -r $srcdir/man $pkgdir/usr/lib/erlang/
-
-  # License
-  install -Dm0644 $srcdir/otp/EPLICENCE \
-$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir $srcdir/unixodbc
-  mv $pkgdir/usr/lib/erlang/lib/odbc* $srcdir/unixodbc/
-  mv $pkgdir/usr/lib/erlang/man/man3/odbc.3.gz $srcdir
-
-  # epmd service, socket and conf
-  cd $srcdir
-  install -Dm644 epmd.service $pkgdir/usr/lib/systemd/system/epmd.service
-  install -Dm644 epmd.socket $pkgdir/usr/lib/systemd/system/epmd.socket
-  install -Dm644 epmd.conf $pkgdir/etc/conf.d/epmd
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p $pkgdir/usr/lib/erlang/{lib,man/man3}
-  mv $srcdir/unixodbc/* $pkgdir/usr/lib/erlang/lib/
-  mv $srcdir/odbc.3.gz 

[arch-commits] Commit in glibc/trunk (PKGBUILD glibc-2.20-roundup.patch)

2014-12-17 Thread Allan McRae
Date: Thursday, December 18, 2014 @ 02:09:18
  Author: allan
Revision: 227728

update from 2.20 branch, CVE-2012-3406, CVE-2014-9402

Modified:
  glibc/trunk/PKGBUILD
  glibc/trunk/glibc-2.20-roundup.patch

--+
 PKGBUILD |4 
 glibc-2.20-roundup.patch |  305 -
 2 files changed, 302 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 22:24:24 UTC (rev 227727)
+++ PKGBUILD2014-12-18 01:09:18 UTC (rev 227728)
@@ -8,7 +8,7 @@
 
 pkgname=glibc
 pkgver=2.20
-pkgrel=4
+pkgrel=5
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libc;
@@ -36,7 +36,7 @@
 prepare() {
   cd ${srcdir}/glibc-${pkgver}
 
-  # glibc-2.20..d73ac1bb
+  # glibc-2.20..f80af766
   patch -p1 -i $srcdir/glibc-2.20-roundup.patch
 
   mkdir ${srcdir}/glibc-build

Modified: glibc-2.20-roundup.patch
===
--- glibc-2.20-roundup.patch2014-12-17 22:24:24 UTC (rev 227727)
+++ glibc-2.20-roundup.patch2014-12-18 01:09:18 UTC (rev 227728)
@@ -1,8 +1,23 @@
 diff --git a/ChangeLog b/ChangeLog
-index f343428..ac7d980 100644
+index f343428..e416cd0 100644
 --- a/ChangeLog
 +++ b/ChangeLog
-@@ -1,3 +1,94 @@
+@@ -1,3 +1,109 @@
++2014-12-16  Florian Weimer  fwei...@redhat.com
++
++  [BZ #17630]
++  * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
++  names.
++
++2014-12-15  Jeff Law  l...@redhat.com
++
++  [BZ #16617]
++  * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
++  on the heap.  (CVE-2012-3406)
++  * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
++  * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
++  * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
++
 +2014-11-24  Siddhesh Poyarekar  siddh...@redhat.com
 +
 +  [BZ #17266]
@@ -98,10 +113,10 @@
  
* version.h (RELEASE): Set to stable.
 diff --git a/NEWS b/NEWS
-index 721b457..3de92cd 100644
+index 721b457..9bc835c 100644
 --- a/NEWS
 +++ b/NEWS
-@@ -5,6 +5,19 @@ See the end for copying conditions.
+@@ -5,6 +5,25 @@ See the end for copying conditions.
  Please send GNU C library bug reports via http://sourceware.org/bugzilla/
  using `glibc' in the product field.
  
@@ -109,7 +124,7 @@
 +
 +* The following bugs are resolved with this release:
 +
-+  17266, 17370, 17371, 17460, 17485, 17555, 17625.
++  16617, 17266, 17370, 17371, 17460, 17485, 17555, 17625, 17630.
 +
 +* CVE-2104-7817 The wordexp function could ignore the WRDE_NOCMD flag
 +  under certain input conditions resulting in the execution of a shell for
@@ -117,6 +132,12 @@
 +  implementation now checks WRDE_NOCMD immediately before executing the
 +  shell and returns the error WRDE_CMDSUB as expected.
 +
++* CVE-2012-3406 printf-style functions could run into a stack overflow when
++  processing format strings with a large number of format specifiers.
++
++* CVE-2014-9402 The nss_dns implementation of getnetbyname could run into an
++  infinite loopif the DNS response contained a PTR record of an unexpected
++  format.
 +
  Version 2.20
  
@@ -528,6 +549,280 @@
++words_offset;
error = parse_backtick (word, word_length, max_length, words,
words_offset, flags, pwordexp, ifs,
+diff --git a/resolv/nss_dns/dns-network.c b/resolv/nss_dns/dns-network.c
+index 0a77c8b..08cf0a6 100644
+--- a/resolv/nss_dns/dns-network.c
 b/resolv/nss_dns/dns-network.c
+@@ -398,8 +398,8 @@ getanswer_r (const querybuf *answer, int anslen, struct 
netent *result,
+ 
+   case BYNAME:
+ {
+-  char **ap = result-n_aliases++;
+-  while (*ap != NULL)
++  char **ap;
++  for (ap = result-n_aliases; *ap != NULL; ++ap)
+ {
+   /* Check each alias name for being of the forms:
+  4.3.2.1.in-addr.arpa = net 1.2.3.4
+diff --git a/stdio-common/Makefile b/stdio-common/Makefile
+index 5f8e534..e5e45b6 100644
+--- a/stdio-common/Makefile
 b/stdio-common/Makefile
+@@ -57,7 +57,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \
+bug19 bug19a tst-popen2 scanf13 scanf14 scanf15 bug20 bug21 bug22 \
+scanf16 scanf17 tst-setvbuf1 tst-grouping bug23 bug24 \
+bug-vfprintf-nargs tst-long-dbl-fphex tst-fphex-wide tst-sprintf3 \
+-   bug25 tst-printf-round bug26
++   bug25 tst-printf-round bug23-2 bug23-3 bug23-4 bug26
+ 
+ test-srcs = tst-unbputc tst-printf
+ 
+diff --git a/stdio-common/bug23-2.c b/stdio-common/bug23-2.c
+new file mode 100644
+index 000..9e0cfe6
+--- /dev/null
 b/stdio-common/bug23-2.c
+@@ -0,0 +1,70 @@
++#include stdio.h
++#include string.h
++#include stdlib.h
++
++static const char expected[] = \
++\n\
++a\n\
++abbcd55\
++\n\
++a\n\
++abbcd55\
++\n\
++a\n\
++abbcd55\
++\n\

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

2014-12-17 Thread Alexander Rødseth
Date: Thursday, December 18, 2014 @ 02:41:18
  Author: arodseth
Revision: 124063

upgpkg: erlang-nox 17.4-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-18 00:49:40 UTC (rev 124062)
+++ PKGBUILD2014-12-18 01:41:18 UTC (rev 124063)
@@ -7,7 +7,7 @@
 # Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
 
 pkgname=erlang-nox
-pkgver=17.3.4
+pkgver=17.4
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@
 url='http://www.erlang.org/'
 license=('custom')
 depends=('ncurses' 'openssl')
-makedepends=('perl' 'lksctp-tools' 'unixodbc' 'git')
+makedepends=('perl' 'lksctp-tools' 'unixodbc' 'git' 'libxslt' 'fop')
 conflicts=('erlang')
 optdepends=('erlang-unixodbc: database support'
 'java-environment: for Java support'
@@ -21,12 +21,12 @@
 'lksctp-tools: for SCTP support')
 options=('staticlibs')
 source=(git://github.com/erlang/otp.git#tag=OTP-$pkgver
-http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz;
+http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz;
 'epmd.service'
 'epmd.socket'
 'epmd.conf')
 sha256sums=('SKIP'
-'3fabdac0b0594432fdd8186fa2c74ff49a629a9bcc4174e3bd605a3d4002dab7'
+'6c1cdb8e9d367c7b6dc6b20706de9fd0a0f0b7dffd66532663b2a24ed7679a58'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')


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

2014-12-17 Thread Alexander Rødseth
Date: Thursday, December 18, 2014 @ 02:41:36
  Author: arodseth
Revision: 124064

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

Added:
  erlang-nox/repos/community-i686/PKGBUILD
(from rev 124063, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-i686/epmd.conf
(from rev 124063, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-i686/epmd.service
(from rev 124063, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-i686/epmd.socket
(from rev 124063, erlang-nox/trunk/epmd.socket)
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 124063, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 124063, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 124063, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 124063, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-i686/PKGBUILD
  erlang-nox/repos/community-i686/epmd.conf
  erlang-nox/repos/community-i686/epmd.service
  erlang-nox/repos/community-i686/epmd.socket
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  144 
 /epmd.conf|6 +
 /epmd.service |   22 ++
 /epmd.socket  |   18 +
 community-i686/PKGBUILD   |   72 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 ---
 community-i686/epmd.socket|9 --
 community-x86_64/PKGBUILD |   72 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 ---
 community-x86_64/epmd.socket  |9 --
 12 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-18 01:41:18 UTC (rev 124063)
+++ community-i686/PKGBUILD 2014-12-18 01:41:36 UTC (rev 124064)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archli...@cryptocrack.de
-# Contributor: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Tom Burdick thomas.burd...@wrightwoodtech.com
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgname=erlang-nox
-pkgver=17.3.4
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('custom')
-depends=('ncurses' 'openssl')
-makedepends=('perl' 'lksctp-tools' 'unixodbc' 'git')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=('staticlibs')
-source=(git://github.com/erlang/otp.git#tag=OTP-$pkgver
-http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz;
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'3fabdac0b0594432fdd8186fa2c74ff49a629a9bcc4174e3bd605a3d4002dab7'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR=$pkgdir install
-
-  # Documentation
-  install -d $pkgdir/usr/share/doc/erlang
-  install -m0644 $srcdir/otp/README.md \
-$srcdir/{README,COPYRIGHT} \
-$pkgdir/usr/share/doc/erlang
-
-  # Compressed man pages
-  for page in $srcdir/man/man?/*; do gzip $page; done
-  cp -r $srcdir/man $pkgdir/usr/lib/erlang
-
-  # License
-  install -Dm0644 $srcdir/otp/EPLICENCE \
-$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -r $pkgdir/usr/lib/erlang/{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd $srcdir
-  install -Dm644 epmd.service $pkgdir/usr/lib/systemd/system/epmd.service
-  install -Dm644 epmd.socket $pkgdir/usr/lib/systemd/system/epmd.socket
-  install -Dm644 epmd.conf $pkgdir/etc/conf.d/epmd
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-nox/repos/community-i686/PKGBUILD (from rev 124063, 
erlang-nox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-18 01:41:36 UTC (rev 124064)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Alexander Rødseth 

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

2014-12-17 Thread Allan McRae
Date: Thursday, December 18, 2014 @ 03:36:43
  Author: allan
Revision: 227729

upgpkg: glibc 2.20-5

update from 2.20 branch, CVE-2012-3406, CVE-2014-9402

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-18 01:09:18 UTC (rev 227728)
+++ PKGBUILD2014-12-18 02:36:43 UTC (rev 227729)
@@ -27,10 +27,9 @@
 locale-gen)
 md5sums=('948a6e06419a01bd51e97206861595b0'
  'SKIP'
- '8cfa2a0fa2a9aad8b86a138587d6261f'
+ 'f7a5faf2911ae7c13f584bd60c802873'
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf')
-
 validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
 
 prepare() {


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

2014-12-17 Thread Allan McRae
Date: Thursday, December 18, 2014 @ 03:38:24
  Author: allan
Revision: 227730

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

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 227729, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.20-roundup.patch
(from rev 227729, glibc/trunk/glibc-2.20-roundup.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 227729, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 227729, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 227729, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 227729, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.20-roundup.patch
(from rev 227729, glibc/trunk/glibc-2.20-roundup.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 227729, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 227729, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 227729, glibc/trunk/locale.gen.txt)

-+
 testing-i686/PKGBUILD   |  149 +
 testing-i686/glibc-2.20-roundup.patch   |  890 ++
 testing-i686/glibc.install  |   22 
 testing-i686/locale-gen |   42 +
 testing-i686/locale.gen.txt |   23 
 testing-x86_64/PKGBUILD |  149 +
 testing-x86_64/glibc-2.20-roundup.patch |  890 ++
 testing-x86_64/glibc.install|   22 
 testing-x86_64/locale-gen   |   42 +
 testing-x86_64/locale.gen.txt   |   23 
 10 files changed, 2252 insertions(+)

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


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

2014-12-17 Thread Dan McGee
Date: Thursday, December 18, 2014 @ 04:49:42
  Author: dan
Revision: 227732

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

Added:
  irqbalance/repos/extra-i686/PKGBUILD
(from rev 227731, irqbalance/trunk/PKGBUILD)
  irqbalance/repos/extra-i686/irqbalance.service
(from rev 227731, irqbalance/trunk/irqbalance.service)
  irqbalance/repos/extra-x86_64/PKGBUILD
(from rev 227731, irqbalance/trunk/PKGBUILD)
  irqbalance/repos/extra-x86_64/irqbalance.service
(from rev 227731, irqbalance/trunk/irqbalance.service)
Deleted:
  irqbalance/repos/extra-i686/PKGBUILD
  irqbalance/repos/extra-i686/irqbalance.service
  irqbalance/repos/extra-x86_64/PKGBUILD
  irqbalance/repos/extra-x86_64/irqbalance.service

-+
 /PKGBUILD   |   58 ++
 /irqbalance.service |   18 +++
 extra-i686/PKGBUILD |   28 --
 extra-i686/irqbalance.service   |8 -
 extra-x86_64/PKGBUILD   |   28 --
 extra-x86_64/irqbalance.service |8 -
 6 files changed, 76 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-18 03:49:27 UTC (rev 227731)
+++ extra-i686/PKGBUILD 2014-12-18 03:49:42 UTC (rev 227732)
@@ -1,28 +0,0 @@
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Martin Striz m...@poruba.net
-
-pkgname=irqbalance
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=IRQ balancing daemon for SMP systems
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/irqbalance;
-license=('GPL')
-depends=(glib2 numactl libcap-ng)
-makedepends=(pkgconfig)
-source=(http://irqbalance.googlecode.com/files/irqbalance-$pkgver.tar.bz2
-irqbalance.service)
-md5sums=('09cb0ab81ab4f3401a7ff5dabc158a1e'
- 'a97ad17dc7df98b81acb500b27f931e5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m644 ../irqbalance.service 
$pkgdir/usr/lib/systemd/system/irqbalance.service
-}

Copied: irqbalance/repos/extra-i686/PKGBUILD (from rev 227731, 
irqbalance/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-18 03:49:42 UTC (rev 227732)
@@ -0,0 +1,29 @@
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Martin Striz m...@poruba.net
+
+pkgname=irqbalance
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=IRQ balancing daemon for SMP systems
+arch=('i686' 'x86_64')
+url=https://github.com/Irqbalance/irqbalance;
+license=('GPL')
+depends=(glib2 numactl libcap-ng)
+makedepends=(pkgconfig)
+source=(https://github.com/Irqbalance/irqbalance/archive/v${pkgver}.tar.gz
+irqbalance.service)
+md5sums=('0b3be8e5a15e9405c36d2969411ce192'
+ '767061c257b26cc3e3c4a5e462166579')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D -m644 ../irqbalance.service 
$pkgdir/usr/lib/systemd/system/irqbalance.service
+}

Deleted: extra-i686/irqbalance.service
===
--- extra-i686/irqbalance.service   2014-12-18 03:49:27 UTC (rev 227731)
+++ extra-i686/irqbalance.service   2014-12-18 03:49:42 UTC (rev 227732)
@@ -1,8 +0,0 @@
-[Unit]
-Description=CPU Interrupt Request Balancer
-
-[Service]
-ExecStart=/usr/bin/irqbalance --foreground
-
-[Install]
-WantedBy=multi-user.target

Copied: irqbalance/repos/extra-i686/irqbalance.service (from rev 227731, 
irqbalance/trunk/irqbalance.service)
===
--- extra-i686/irqbalance.service   (rev 0)
+++ extra-i686/irqbalance.service   2014-12-18 03:49:42 UTC (rev 227732)
@@ -0,0 +1,9 @@
+[Unit]
+Description=CPU Interrupt Request Balancer
+
+[Service]
+ExecStart=/usr/bin/irqbalance --foreground
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-18 03:49:27 UTC (rev 227731)
+++ extra-x86_64/PKGBUILD   2014-12-18 03:49:42 UTC (rev 227732)
@@ -1,28 +0,0 @@
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Martin Striz m...@poruba.net
-
-pkgname=irqbalance
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=IRQ balancing daemon for SMP systems
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/irqbalance;
-license=('GPL')
-depends=(glib2 numactl libcap-ng)
-makedepends=(pkgconfig)
-source=(http://irqbalance.googlecode.com/files/irqbalance-$pkgver.tar.bz2
-irqbalance.service)
-md5sums=('09cb0ab81ab4f3401a7ff5dabc158a1e'
- 

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

2014-12-17 Thread Dan McGee
Date: Thursday, December 18, 2014 @ 04:49:27
  Author: dan
Revision: 227731

upgpkg: irqbalance 1.0.8-1

Modified:
  irqbalance/trunk/PKGBUILD
  irqbalance/trunk/irqbalance.service

+
 PKGBUILD   |8 
 irqbalance.service |1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-18 02:38:24 UTC (rev 227730)
+++ PKGBUILD2014-12-18 03:49:27 UTC (rev 227731)
@@ -2,8 +2,8 @@
 # Contributor: Martin Striz m...@poruba.net
 
 pkgname=irqbalance
-pkgver=1.0.7
-pkgrel=2
+pkgver=1.0.8
+pkgrel=1
 pkgdesc=IRQ balancing daemon for SMP systems
 arch=('i686' 'x86_64')
 url=https://github.com/Irqbalance/irqbalance;
@@ -12,8 +12,8 @@
 makedepends=(pkgconfig)
 source=(https://github.com/Irqbalance/irqbalance/archive/v${pkgver}.tar.gz
 irqbalance.service)
-md5sums=('2a7090abab6bba15d632c24f5554e7ae'
- 'a97ad17dc7df98b81acb500b27f931e5')
+md5sums=('0b3be8e5a15e9405c36d2969411ce192'
+ '767061c257b26cc3e3c4a5e462166579')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: irqbalance.service
===
--- irqbalance.service  2014-12-18 02:38:24 UTC (rev 227730)
+++ irqbalance.service  2014-12-18 03:49:27 UTC (rev 227731)
@@ -3,6 +3,7 @@
 
 [Service]
 ExecStart=/usr/bin/irqbalance --foreground
+ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]
 WantedBy=multi-user.target


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

2014-12-17 Thread Felix Yan
Date: Thursday, December 18, 2014 @ 04:57:48
  Author: fyan
Revision: 124066

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-18 03:57:18 UTC (rev 124065)
+++ community-i686/PKGBUILD 2014-12-18 03:57:48 UTC (rev 124066)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.33
-_npmver=2.1.14
-pkgrel=10
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('75dc26c33144e6d0dc91cb0d68aaf0570ed0a7e4b0c35f3a7a726b500edd081e'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked marked-man
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 124065, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-18 03:57:48 UTC (rev 124066)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.34
+_npmver=2.1.14
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('d7f8473b5849873039f7e62595e12dcdb78c8dffda317e1253b3123876bf3415'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+

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

2014-12-17 Thread Felix Yan
Date: Thursday, December 18, 2014 @ 06:52:17
  Author: fyan
Revision: 124067

upgpkg: python-cryptography-vectors 0.7-1

upstream new release

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-18 03:57:48 UTC (rev 124066)
+++ PKGBUILD2014-12-18 05:52:17 UTC (rev 124067)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.6.1
+pkgver=0.7
 pkgrel=1
 pkgdesc=Test vectors for the cryptography package
 arch=('any')
@@ -11,7 +11,7 @@
 url=http://pypi.python.org/pypi/cryptography-vectors;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('d98a0b129c38103f9d84e3ffab2ce399')
+md5sums=('0500694812aa04d0d88adf9a50f1b4d2')
 
 prepare() {
cp -a cryptography_vectors-${pkgver}{,-python2}


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

2014-12-17 Thread Tobias Powalowski
Date: Thursday, December 18, 2014 @ 07:26:15
  Author: tpowa
Revision: 227733

upgpkg: nvidia 343.36-4

fix .install

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-18 03:49:42 UTC (rev 227732)
+++ PKGBUILD2014-12-18 06:26:15 UTC (rev 227733)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=343.36
 _extramodules=extramodules-3.18-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;

Modified: nvidia.install
===
--- nvidia.install  2014-12-18 03:49:42 UTC (rev 227732)
+++ nvidia.install  2014-12-18 06:26:15 UTC (rev 227733)
@@ -1,11 +1,11 @@
 post_install() {
-EXTRAMODULES='extramodules-3.17-ARCH'
+EXTRAMODULES='extramodules-3.18-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.17-ARCH'
+EXTRAMODULES='extramodules-3.18-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
 echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
@@ -13,6 +13,6 @@
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.17-ARCH'
+EXTRAMODULES='extramodules-3.18-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }


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

2014-12-17 Thread Tobias Powalowski
Date: Thursday, December 18, 2014 @ 07:26:28
  Author: tpowa
Revision: 227734

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

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

---+
 /PKGBUILD |   94 
 /nvidia.install   |   36 +++
 testing-i686/PKGBUILD |   47 
 testing-i686/nvidia.install   |   18 ---
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/nvidia.install |   18 ---
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-12-18 06:26:15 UTC (rev 227733)
+++ testing-i686/PKGBUILD   2014-12-18 06:26:28 UTC (rev 227734)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=343.36
-_extramodules=extramodules-3.18-ARCH
-pkgrel=3
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-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=('eae5d5407df0b371929a76f96aec4020'
- 'dfdf53ee8787455fe92a760ffa6badcb')
-
-[[ $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
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 227733, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-18 06:26:28 UTC (rev 227734)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=343.36
+_extramodules=extramodules-3.18-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+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=('eae5d5407df0b371929a76f96aec4020'
+ 'dfdf53ee8787455fe92a760ffa6badcb')
+
+[[ $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
+}

Deleted: testing-i686/nvidia.install

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

2014-12-17 Thread Tobias Powalowski
Date: Thursday, December 18, 2014 @ 07:31:26
  Author: tpowa
Revision: 227735

upgpkg: nvidia-304xx 304.125-4

fix .install

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-18 06:26:28 UTC (rev 227734)
+++ PKGBUILD2014-12-18 06:31:26 UTC (rev 227735)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx
 pkgver=304.125
 _extramodules=extramodules-3.18-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;

Modified: nvidia.install
===
--- nvidia.install  2014-12-18 06:26:28 UTC (rev 227734)
+++ nvidia.install  2014-12-18 06:31:26 UTC (rev 227735)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.17-ARCH'
+EXTRAMODULES='extramodules-3.18-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.17-ARCH'
+EXTRAMODULES='extramodules-3.18-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.17-ARCH'
+EXTRAMODULES='extramodules-3.18-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }


  1   2   >