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

2014-02-06 Thread Gaetan Bisson
Date: Thursday, February 6, 2014 @ 09:39:31
  Author: bisson
Revision: 205499

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

Added:
  s-nail/repos/core-i686/PKGBUILD
(from rev 205498, s-nail/repos/testing-i686/PKGBUILD)
  s-nail/repos/core-i686/mimeheader.patch
(from rev 205498, s-nail/repos/testing-i686/mimeheader.patch)
  s-nail/repos/core-i686/sort.patch
(from rev 205498, s-nail/repos/testing-i686/sort.patch)
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 205498, s-nail/repos/testing-x86_64/PKGBUILD)
  s-nail/repos/core-x86_64/mimeheader.patch
(from rev 205498, s-nail/repos/testing-x86_64/mimeheader.patch)
  s-nail/repos/core-x86_64/sort.patch
(from rev 205498, s-nail/repos/testing-x86_64/sort.patch)
Deleted:
  s-nail/repos/core-i686/PKGBUILD
  s-nail/repos/core-i686/sort.patch
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/core-x86_64/sort.patch
  s-nail/repos/testing-i686/
  s-nail/repos/testing-x86_64/

--+
 /PKGBUILD|  118 
 /sort.patch  |  150 +
 core-i686/PKGBUILD   |   56 ---
 core-i686/mimeheader.patch   |  147 
 core-i686/sort.patch |   75 
 core-x86_64/PKGBUILD |   56 ---
 core-x86_64/mimeheader.patch |  147 
 core-x86_64/sort.patch   |   75 
 8 files changed, 562 insertions(+), 262 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-02-06 05:39:09 UTC (rev 205498)
+++ core-i686/PKGBUILD  2014-02-06 08:39:31 UTC (rev 205499)
@@ -1,56 +0,0 @@
-# $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.5.2
-pkgrel=2
-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')
-optdepends=('smtp-forwarder: for sending mail')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;
-'sort.patch')
-sha1sums=('26ad43f5f41b429d5f13a3ce73a3dff75325950c'
-  '909da731e590d1d2877ed38bed667440a02d1259')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../sort.patch # 
http://sourceforge.net/mailarchive/message.php?msg_id=31906477
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   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/core-i686/PKGBUILD (from rev 205498, 
s-nail/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-02-06 08:39:31 UTC (rev 205499)
@@ -0,0 +1,59 @@
+# $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.5.2
+pkgrel=3
+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')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;
+'mimeheader.patch'
+'sort.patch')
+sha1sums=('26ad43f5f41b429d5f13a3ce73a3dff75325950c'
+  'e72ed84f584ebc50eb9d04779b8b754afa446bf4'
+  '909da731e590d1d2877ed38bed667440a02d1259')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+prepare() {
+   cd 

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

2014-02-06 Thread Sergej Pupykin
Date: Thursday, February 6, 2014 @ 10:07:19
  Author: spupykin
Revision: 105372

Modified:
  hostapd/trunk/hostapd.install

-+
 hostapd.install |4 
 1 file changed, 4 deletions(-)

Modified: hostapd.install
===
--- hostapd.install 2014-02-06 05:24:17 UTC (rev 105371)
+++ hostapd.install 2014-02-06 09:07:19 UTC (rev 105372)
@@ -1,7 +1,3 @@
 post_install() {
   echo  More info: 
https://wiki.archlinux.org/index.php/Software_Access_Point;
 }
-
-post_upgrade() {
-  post_install
-}



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

2014-02-06 Thread Sergej Pupykin
Date: Thursday, February 6, 2014 @ 10:23:52
  Author: spupykin
Revision: 105374

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-06 09:23:37 UTC (rev 105373)
+++ community-i686/PKGBUILD 2014-02-06 09:23:52 UTC (rev 105374)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Gregory Haynes g...@greghaynes.net
-
-pkgname=libinfinity
-pkgver=0.5.4
-pkgrel=2
-pkgdesc=An implementation of the Infininote protocol written in GObject-based 
C
-arch=('i686' 'x86_64')
-url=http://gobby.0x539.de;
-license=('GPL')
-depends=('gnutls=1.7.2' 'gsasl=0.2.21' 'glib2=2.16' 'libxml2=2.0' 'gtk2')
-makedepends=('gtk-doc' 'pkgconfig')
-optdepends=('avahi: zeroconf support'
-'gtk2: gtk support')
-source=(http://releases.0x539.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1e83ec8b3ed3159d0c883c056b153429')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf $pkgdir/var
-}

Copied: libinfinity/repos/community-i686/PKGBUILD (from rev 105373, 
libinfinity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-06 09:23:52 UTC (rev 105374)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Gregory Haynes g...@greghaynes.net
+
+pkgname=libinfinity
+pkgver=0.5.5
+pkgrel=1
+pkgdesc=An implementation of the Infininote protocol written in GObject-based 
C
+arch=('i686' 'x86_64')
+url=http://gobby.0x539.de;
+license=('GPL')
+depends=('gnutls=1.7.2' 'gsasl=0.2.21' 'glib2=2.16' 'libxml2=2.0' 'gtk2')
+makedepends=('gtk-doc' 'pkgconfig')
+optdepends=('avahi: zeroconf support'
+'gtk2: gtk support')
+source=(http://releases.0x539.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('93a0cd2b73c9298aa77ee37503d2bc5f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/var
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-06 09:23:37 UTC (rev 105373)
+++ community-x86_64/PKGBUILD   2014-02-06 09:23:52 UTC (rev 105374)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Gregory Haynes g...@greghaynes.net
-
-pkgname=libinfinity
-pkgver=0.5.4
-pkgrel=2
-pkgdesc=An implementation of the Infininote protocol written in GObject-based 
C
-arch=('i686' 'x86_64')
-url=http://gobby.0x539.de;
-license=('GPL')
-depends=('gnutls=1.7.2' 'gsasl=0.2.21' 'glib2=2.16' 'libxml2=2.0' 'gtk2')
-makedepends=('gtk-doc' 'pkgconfig')
-optdepends=('avahi: zeroconf support'
-'gtk2: gtk support')
-source=(http://releases.0x539.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1e83ec8b3ed3159d0c883c056b153429')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf $pkgdir/var
-}

Copied: libinfinity/repos/community-x86_64/PKGBUILD (from rev 105373, 
libinfinity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-06 09:23:52 UTC (rev 105374)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Gregory Haynes g...@greghaynes.net
+
+pkgname=libinfinity
+pkgver=0.5.5
+pkgrel=1
+pkgdesc=An implementation of the Infininote protocol written in GObject-based 
C
+arch=('i686' 'x86_64')
+url=http://gobby.0x539.de;
+license=('GPL')
+depends=('gnutls=1.7.2' 'gsasl=0.2.21' 'glib2=2.16' 'libxml2=2.0' 'gtk2')

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

2014-02-06 Thread Sergej Pupykin
Date: Thursday, February 6, 2014 @ 10:23:37
  Author: spupykin
Revision: 105373

upgpkg: libinfinity 0.5.5-1

upd

Modified:
  libinfinity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 09:07:19 UTC (rev 105372)
+++ PKGBUILD2014-02-06 09:23:37 UTC (rev 105373)
@@ -4,8 +4,8 @@
 # Contributor: Gregory Haynes g...@greghaynes.net
 
 pkgname=libinfinity
-pkgver=0.5.4
-pkgrel=2
+pkgver=0.5.5
+pkgrel=1
 pkgdesc=An implementation of the Infininote protocol written in GObject-based 
C
 arch=('i686' 'x86_64')
 url=http://gobby.0x539.de;
@@ -15,7 +15,7 @@
 optdepends=('avahi: zeroconf support'
 'gtk2: gtk support')
 source=(http://releases.0x539.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1e83ec8b3ed3159d0c883c056b153429')
+md5sums=('93a0cd2b73c9298aa77ee37503d2bc5f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-02-06 Thread Andrea Scarpino
Date: Thursday, February 6, 2014 @ 10:24:26
  Author: andrea
Revision: 205500

upgpkg: qt5 5.2.1-1

Upstream release

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 08:39:31 UTC (rev 205499)
+++ PKGBUILD2014-02-06 09:24:26 UTC (rev 205500)
@@ -21,8 +21,8 @@
  'qt5-webkit'
  'qt5-x11extras'
  'qt5-xmlpatterns')
-pkgver=5.2.0
-pkgrel=4
+pkgver=5.2.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -37,7 +37,7 @@
 
source=(http://download.qt-project.org/official_releases/qt/5.2/${pkgver}/single/${_pkgfqn}.tar.xz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop'
 'use-python2.patch')
-md5sums=('8f60b47ca9461831d940f579ee90517e'
+md5sums=('0c8d2aa45f38be9c3f7c9325eb059d9d'
  'b2897dd6a2967bccf8f10e397aafee55'
  '9638a78e502719ef8fe5f8d10d0361a9'
  '188da8f4c87316e730ebf1c6217bf5a0'



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

2014-02-06 Thread Andrea Scarpino
Date: Thursday, February 6, 2014 @ 10:24:42
  Author: andrea
Revision: 205501

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

Added:
  qt5/repos/extra-i686/PKGBUILD
(from rev 205500, qt5/trunk/PKGBUILD)
  qt5/repos/extra-i686/assistant.desktop
(from rev 205500, qt5/trunk/assistant.desktop)
  qt5/repos/extra-i686/designer.desktop
(from rev 205500, qt5/trunk/designer.desktop)
  qt5/repos/extra-i686/linguist.desktop
(from rev 205500, qt5/trunk/linguist.desktop)
  qt5/repos/extra-i686/qdbusviewer.desktop
(from rev 205500, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-i686/qt5-tools.install
(from rev 205500, qt5/trunk/qt5-tools.install)
  qt5/repos/extra-i686/use-python2.patch
(from rev 205500, qt5/trunk/use-python2.patch)
  qt5/repos/extra-x86_64/PKGBUILD
(from rev 205500, qt5/trunk/PKGBUILD)
  qt5/repos/extra-x86_64/assistant.desktop
(from rev 205500, qt5/trunk/assistant.desktop)
  qt5/repos/extra-x86_64/designer.desktop
(from rev 205500, qt5/trunk/designer.desktop)
  qt5/repos/extra-x86_64/linguist.desktop
(from rev 205500, qt5/trunk/linguist.desktop)
  qt5/repos/extra-x86_64/qdbusviewer.desktop
(from rev 205500, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-x86_64/qt5-tools.install
(from rev 205500, qt5/trunk/qt5-tools.install)
  qt5/repos/extra-x86_64/use-python2.patch
(from rev 205500, qt5/trunk/use-python2.patch)
Deleted:
  qt5/repos/extra-i686/PKGBUILD
  qt5/repos/extra-i686/assistant.desktop
  qt5/repos/extra-i686/designer.desktop
  qt5/repos/extra-i686/linguist.desktop
  qt5/repos/extra-i686/qdbusviewer.desktop
  qt5/repos/extra-i686/qt5-tools.install
  qt5/repos/extra-i686/use-python2.patch
  qt5/repos/extra-x86_64/PKGBUILD
  qt5/repos/extra-x86_64/assistant.desktop
  qt5/repos/extra-x86_64/designer.desktop
  qt5/repos/extra-x86_64/linguist.desktop
  qt5/repos/extra-x86_64/qdbusviewer.desktop
  qt5/repos/extra-x86_64/qt5-tools.install
  qt5/repos/extra-x86_64/use-python2.patch

--+
 /PKGBUILD|  888 +
 /assistant.desktop   |   16 
 /designer.desktop|   20 
 /linguist.desktop|   18 
 /qdbusviewer.desktop |   18 
 /qt5-tools.install   |   24 +
 /use-python2.patch   |  176 +++
 extra-i686/PKGBUILD  |  444 --
 extra-i686/assistant.desktop |8 
 extra-i686/designer.desktop  |   10 
 extra-i686/linguist.desktop  |9 
 extra-i686/qdbusviewer.desktop   |9 
 extra-i686/qt5-tools.install |   12 
 extra-i686/use-python2.patch |   88 ---
 extra-x86_64/PKGBUILD|  444 --
 extra-x86_64/assistant.desktop   |8 
 extra-x86_64/designer.desktop|   10 
 extra-x86_64/linguist.desktop|9 
 extra-x86_64/qdbusviewer.desktop |9 
 extra-x86_64/qt5-tools.install   |   12 
 extra-x86_64/use-python2.patch   |   88 ---
 21 files changed, 1160 insertions(+), 1160 deletions(-)

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


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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Thursday, February 6, 2014 @ 10:25:46
  Author: bpiotrowski
Revision: 105376

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

Added:
  exim/repos/community-testing-i686/
  exim/repos/community-testing-i686/PKGBUILD
(from rev 105375, exim/trunk/PKGBUILD)
  exim/repos/community-testing-i686/aliases
(from rev 105375, exim/trunk/aliases)
  exim/repos/community-testing-i686/exim-submission.socket
(from rev 105375, exim/trunk/exim-submission.socket)
  exim/repos/community-testing-i686/exim-submission@.service
(from rev 105375, exim/trunk/exim-submission@.service)
  exim/repos/community-testing-i686/exim.Makefile
(from rev 105375, exim/trunk/exim.Makefile)
  exim/repos/community-testing-i686/exim.install
(from rev 105375, exim/trunk/exim.install)
  exim/repos/community-testing-i686/exim.logrotate
(from rev 105375, exim/trunk/exim.logrotate)
  exim/repos/community-testing-i686/exim.service
(from rev 105375, exim/trunk/exim.service)
  exim/repos/community-testing-i686/exim.socket
(from rev 105375, exim/trunk/exim.socket)
  exim/repos/community-testing-i686/exim@.service
(from rev 105375, exim/trunk/exim@.service)
  exim/repos/community-testing-x86_64/
  exim/repos/community-testing-x86_64/PKGBUILD
(from rev 105375, exim/trunk/PKGBUILD)
  exim/repos/community-testing-x86_64/aliases
(from rev 105375, exim/trunk/aliases)
  exim/repos/community-testing-x86_64/exim-submission.socket
(from rev 105375, exim/trunk/exim-submission.socket)
  exim/repos/community-testing-x86_64/exim-submission@.service
(from rev 105375, exim/trunk/exim-submission@.service)
  exim/repos/community-testing-x86_64/exim.Makefile
(from rev 105375, exim/trunk/exim.Makefile)
  exim/repos/community-testing-x86_64/exim.install
(from rev 105375, exim/trunk/exim.install)
  exim/repos/community-testing-x86_64/exim.logrotate
(from rev 105375, exim/trunk/exim.logrotate)
  exim/repos/community-testing-x86_64/exim.service
(from rev 105375, exim/trunk/exim.service)
  exim/repos/community-testing-x86_64/exim.socket
(from rev 105375, exim/trunk/exim.socket)
  exim/repos/community-testing-x86_64/exim@.service
(from rev 105375, exim/trunk/exim@.service)

---+
 community-testing-i686/PKGBUILD   |   89 +
 community-testing-i686/aliases|   35 
 community-testing-i686/exim-submission.socket |   10 
 community-testing-i686/exim-submission@.service   |   11 
 community-testing-i686/exim.Makefile  | 1230 
 community-testing-i686/exim.install   |   20 
 community-testing-i686/exim.logrotate |6 
 community-testing-i686/exim.service   |   10 
 community-testing-i686/exim.socket|   10 
 community-testing-i686/exim@.service  |7 
 community-testing-x86_64/PKGBUILD |   89 +
 community-testing-x86_64/aliases  |   35 
 community-testing-x86_64/exim-submission.socket   |   10 
 community-testing-x86_64/exim-submission@.service |   11 
 community-testing-x86_64/exim.Makefile| 1230 
 community-testing-x86_64/exim.install |   20 
 community-testing-x86_64/exim.logrotate   |6 
 community-testing-x86_64/exim.service |   10 
 community-testing-x86_64/exim.socket  |   10 
 community-testing-x86_64/exim@.service|7 
 20 files changed, 2856 insertions(+)

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


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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Thursday, February 6, 2014 @ 10:25:34
  Author: bpiotrowski
Revision: 105375

upgpkg: exim 4.82-2

- replace db5 with gdbm

Modified:
  exim/trunk/PKGBUILD
  exim/trunk/exim.Makefile
  exim/trunk/exim.install

---+
 PKGBUILD  |   79 +---
 exim.Makefile |3 ++
 exim.install  |7 
 3 files changed, 46 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 09:23:52 UTC (rev 105374)
+++ PKGBUILD2014-02-06 09:25:34 UTC (rev 105375)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Lukas Fleischer archlinux at cryptocrack dot de
 # Contributor: Angel Velasquez an...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
@@ -6,18 +6,18 @@
 
 pkgname=exim
 pkgver=4.82
-pkgrel=1
-pkgdesc=Message Transfer Agent
+pkgrel=2
+pkgdesc='Message Transfer Agent'
 arch=('x86_64' 'i686')
 url='http://www.exim.org/'
 license=('GPL')
 backup=(etc/mail/aliases etc/mail/exim.conf etc/logrotate.d/exim)
 install=exim.install
-depends=('db' 'pcre' 'pam' 'openssl' 'libldap')
+depends=('gdbm' 'pcre' 'pam' 'openssl' 'libldap')
 provides=('smtp-server' 'smtp-forwarder')
 conflicts=('smtp-server' 'smtp-forwarder')
 options=('!makeflags')
-source=(http://mirror.switch.ch/ftp/mirror/exim/exim/exim4/exim-$pkgver.tar.bz2;
+source=(http://mirror.switch.ch/ftp/mirror/exim/exim/exim4/exim-$pkgver.tar.bz2
 aliases
 exim.logrotate
 exim.Makefile
@@ -26,47 +26,49 @@
 exim@.service
 exim.socket
 exim-submission.socket)
-sha256sums=('46dedfb6ced2aa4a1eddc5d8ce46a790a961508bd389faa2e215302ae80d91cf'
-'932c9149b6809c70e94c1256e28325d197bbf80d27322793e217d4b692d49c5a'
-'7f1408f9c5d905968e665941f5c5efcf9da53e7a0bbef6c66220343bc2ae994b'
-'d33b8595e92ec812c9f6961f98e50b6a3986d5bd966ed4efec2c52c1fce47636'
-'55719e8b823702b0054584326ca28349b7487e5be9e567ddc7a6e6259767e05b'
-'652250d99479b58b7127ff60c29f28ca09ebac09cab7e54771d62ce38407012d'
-'faad96dadbb2750faa5652d830f10d5a14be487a42e8db1cec797164acf14b73'
-'3e3d8b6be2741d2587a496196c08b3f2ffa05b5803b2bf9fb49359cef3a98d26'
-'d3bb58f0fbeaaa33c812a823708664bbcd828da7d24e2a098f84a15aee443fee')
+md5sums=('feb933baa4db773c2ef76b794c60b647'
+ '4874006f0585253ddab027d441009757'
+ 'e18a535218718c5eb394ed5c9296fe06'
+ '2675c17fa9e5bb63c0862fe6fa633377'
+ '88cf76405367a6ed371d05db1d3c9565'
+ 'be8fdcf7b2d6b6368a21705e69743265'
+ '6f5a5c2b0835b33f59d2513cce18c65b'
+ '101a726e4d3f4d0074710273f9808022'
+ '11b319ba0bd84911fa70e9bef2190715')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  cp $srcdir/$pkgname.Makefile Local/Makefile
+  cp ../$pkgname.Makefile Local/Makefile
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  install -Dm0644 $srcdir/exim.logrotate ${pkgdir}/etc/logrotate.d/exim
-  install -Dm0644 doc/exim.8 ${pkgdir}/usr/share/man/man8/exim.8
+  install -Dm0644 ../exim.logrotate $pkgdir/etc/logrotate.d/exim
+  install -Dm0644 doc/exim.8 $pkgdir/usr/share/man/man8/exim.8
 
-  mkdir -p ${pkgdir}/var/spool/exim/db ${pkgdir}/etc/mail \
-${pkgdir}/var/log/exim ${pkgdir}/usr/{lib,bin}
+  mkdir -p $pkgdir/var/spool/exim/db $pkgdir/etc/mail \
+$pkgdir/var/log/exim $pkgdir/usr/{lib,bin}
 
-  chmod 770 ${pkgdir}/var/spool/exim ${pkgdir}/var/spool/exim/db 
${pkgdir}/var/log/exim
+  chmod 770 $pkgdir/var/spool/exim{,/db} $pkgdir/var/log/exim
 
   cd build-Linux-*
-  for i in exicyclog exim_checkaccess exim_dumpdb exim_lock exim_tidydb 
exipick exiqsumm exigrep \
-exim_dbmbuild exim exim_fixdb eximstats exinext exiqgrep exiwhat; do
-install -m0755 $i $pkgdir/usr/bin
+  for i in exicyclog exim_checkaccess exim_dumpdb exim_lock exim_tidydb \
+exipick exiqsumm exigrep exim_dbmbuild exim exim_fixdb eximstats exinext \
+exiqgrep exiwhat; do
+install -m0755 $i $pkgdir/usr/bin
   done
 
-  cd $srcdir/exim-$pkgver/src
-  sed -e s|/etc/aliases|/etc/mail/aliases|g -e 
s|SYSTEM_ALIASES_FILE|/etc/mail/aliases|g \
-configure.default  $pkgdir/etc/mail/exim.conf
+  cd ../src
+  sed -e s|/etc/aliases|/etc/mail/aliases|g \
+-e s|SYSTEM_ALIASES_FILE|/etc/mail/aliases|g \
+configure.default  $pkgdir/etc/mail/exim.conf
 
-  cp $srcdir/aliases $pkgdir/etc/mail
+  cp $srcdir/aliases $pkgdir/etc/mail
 
-  cd $pkgdir/usr/bin
+  cd $pkgdir/usr/bin
   for i in mailq newaliases rmail rsmtp runq sendmail; do
 ln -s exim $i
   done
@@ -74,11 +76,14 @@
   # fhs compliancy
   ln -s ../bin/exim ../lib/sendmail
 
-  install -Dm0644 $srcdir/exim-submission@.service \
-${pkgdir}/usr/lib/systemd/system/exim-submission@.service
-  install -Dm0644 

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

2014-02-06 Thread Sergej Pupykin
Date: Thursday, February 6, 2014 @ 10:47:20
  Author: spupykin
Revision: 105377

upgpkg: cycle 0.3.1-7

upd

Modified:
  cycle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 09:25:46 UTC (rev 105376)
+++ PKGBUILD2014-02-06 09:47:20 UTC (rev 105377)
@@ -3,18 +3,18 @@
 
 pkgname=cycle
 pkgver=0.3.1
-pkgrel=6
+pkgrel=7
 pkgdesc=Cycle is a calendar program for women
 url=http://cycle.sourceforge.net/;
 license=('GPL2')
 arch=('any')
-depends=('python2' 'wxpython')
+depends=('python2' 'wxpython2.8')
 
source=(http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 cycle.desktop)
 md5sums=('8bd5c2f78e7b1a7ac7910de8b9420d93'
  '2ce056808512dcdf55f0375b159ae6b1')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   # python2 fix
@@ -21,8 +21,9 @@
   for file in cycle.py msg/{msgfmt.py,pygettext.py} setup.py; do
 sed -i 's_#!.*/usr/bin/env python_#!/usr/bin/env python2_' $file
   done
+  sed -i s|wxversion.ensureMinimal.*|wxversion.select('2.8')| cycle.py
+}
 
-}
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 



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

2014-02-06 Thread Sergej Pupykin
Date: Thursday, February 6, 2014 @ 10:47:27
  Author: spupykin
Revision: 105378

archrelease: copy trunk to community-any

Added:
  cycle/repos/community-any/PKGBUILD
(from rev 105377, cycle/trunk/PKGBUILD)
  cycle/repos/community-any/cycle.desktop
(from rev 105377, cycle/trunk/cycle.desktop)
Deleted:
  cycle/repos/community-any/PKGBUILD
  cycle/repos/community-any/cycle.desktop

---+
 PKGBUILD  |   87 
 cycle.desktop |   14 -
 2 files changed, 51 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 09:47:20 UTC (rev 105377)
+++ PKGBUILD2014-02-06 09:47:27 UTC (rev 105378)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Jozef Riha jose1711 at gmail dot com
-
-pkgname=cycle
-pkgver=0.3.1
-pkgrel=6
-pkgdesc=Cycle is a calendar program for women
-url=http://cycle.sourceforge.net/;
-license=('GPL2')
-arch=('any')
-depends=('python2' 'wxpython')
-source=(http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-cycle.desktop)
-md5sums=('8bd5c2f78e7b1a7ac7910de8b9420d93'
- '2ce056808512dcdf55f0375b159ae6b1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in cycle.py msg/{msgfmt.py,pygettext.py} setup.py; do
-sed -i 's_#!.*/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  mkdir -p ${pkgdir}/usr/share/{cycle,man/man1}
-
-  cp -pR * ${pkgdir}/usr/share/cycle
-  mv cycle.1 ${pkgdir}/usr/share/man/man1
-
-cat ./cycle EOF
-#!/bin/bash
-test -d ~/.cycle || mkdir ~/.cycle
-cd /usr/share/cycle/
-exec ./cycle.py
-EOF
-  install -D -m755 ./cycle ${pkgdir}/usr/bin/cycle
-  install -D -m644 icons/cycle.xpm $pkgdir/usr/share/pixmaps/cycle.xpm
-  install -D -m644 $srcdir/cycle.desktop 
$pkgdir/usr/share/applications/cycle.desktop
-}

Copied: cycle/repos/community-any/PKGBUILD (from rev 105377, 
cycle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-06 09:47:27 UTC (rev 105378)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Jozef Riha jose1711 at gmail dot com
+
+pkgname=cycle
+pkgver=0.3.1
+pkgrel=7
+pkgdesc=Cycle is a calendar program for women
+url=http://cycle.sourceforge.net/;
+license=('GPL2')
+arch=('any')
+depends=('python2' 'wxpython2.8')
+source=(http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+cycle.desktop)
+md5sums=('8bd5c2f78e7b1a7ac7910de8b9420d93'
+ '2ce056808512dcdf55f0375b159ae6b1')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in cycle.py msg/{msgfmt.py,pygettext.py} setup.py; do
+sed -i 's_#!.*/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  sed -i s|wxversion.ensureMinimal.*|wxversion.select('2.8')| cycle.py
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  mkdir -p ${pkgdir}/usr/share/{cycle,man/man1}
+
+  cp -pR * ${pkgdir}/usr/share/cycle
+  mv cycle.1 ${pkgdir}/usr/share/man/man1
+
+cat ./cycle EOF
+#!/bin/bash
+test -d ~/.cycle || mkdir ~/.cycle
+cd /usr/share/cycle/
+exec ./cycle.py
+EOF
+  install -D -m755 ./cycle ${pkgdir}/usr/bin/cycle
+  install -D -m644 icons/cycle.xpm $pkgdir/usr/share/pixmaps/cycle.xpm
+  install -D -m644 $srcdir/cycle.desktop 
$pkgdir/usr/share/applications/cycle.desktop
+}

Deleted: cycle.desktop
===
--- cycle.desktop   2014-02-06 09:47:20 UTC (rev 105377)
+++ cycle.desktop   2014-02-06 09:47:27 UTC (rev 105378)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Cycle
-Comment=Calendar program for women
-Exec=cycle
-Icon=cycle.xpm
-Categories=Education;Calendar;

Copied: cycle/repos/community-any/cycle.desktop (from rev 105377, 
cycle/trunk/cycle.desktop)
===
--- cycle.desktop   (rev 0)
+++ cycle.desktop   2014-02-06 09:47:27 UTC (rev 105378)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Cycle
+Comment=Calendar program for women
+Exec=cycle
+Icon=cycle.xpm
+Categories=Education;Calendar;



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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Thursday, February 6, 2014 @ 11:28:19
  Author: bpiotrowski
Revision: 105379

extra2community: Moving libftdi from extra to community

Added:
  libftdi/
  libftdi/repos/
  libftdi/trunk/
  libftdi/trunk/PKGBUILD

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

Added: libftdi/trunk/PKGBUILD
===
--- libftdi/trunk/PKGBUILD  (rev 0)
+++ libftdi/trunk/PKGBUILD  2014-02-06 10:28:19 UTC (rev 105379)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+
+pkgname=libftdi
+pkgver=1.1
+pkgrel=1
+pkgdesc=A library to talk to FTDI chips
+arch=('i686' 'x86_64')
+url=http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusbx')
+makedepends=('boost' 'cmake')
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+sha1sums=('f05ade5614aa31e64f91a30ce3782f7ca3704d18'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}1-$pkgver
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
+}
+
+build() {
+  cd ${pkgname}1-$pkgver
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON 
-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${pkgname}1-$pkgver/build
+  make DESTDIR=$pkgdir install
+  find examples -type f -perm -755 -exec install {} $pkgdir/usr/bin \;
+  # Remove eepreom (conflict with i2c-tools FS#37925)
+  rm $pkgdir/usr/bin/eeprom
+}


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


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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Thursday, February 6, 2014 @ 11:28:29
  Author: bpiotrowski
Revision: 105380

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

Added:
  libftdi/repos/community-i686/
  libftdi/repos/community-i686/PKGBUILD
(from rev 105379, libftdi/trunk/PKGBUILD)
  libftdi/repos/community-x86_64/
  libftdi/repos/community-x86_64/PKGBUILD
(from rev 105379, libftdi/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   36 
 community-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: libftdi/repos/community-i686/PKGBUILD (from rev 105379, 
libftdi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-06 10:28:29 UTC (rev 105380)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+
+pkgname=libftdi
+pkgver=1.1
+pkgrel=1
+pkgdesc=A library to talk to FTDI chips
+arch=('i686' 'x86_64')
+url=http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusbx')
+makedepends=('boost' 'cmake')
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+sha1sums=('f05ade5614aa31e64f91a30ce3782f7ca3704d18'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}1-$pkgver
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
+}
+
+build() {
+  cd ${pkgname}1-$pkgver
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON 
-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${pkgname}1-$pkgver/build
+  make DESTDIR=$pkgdir install
+  find examples -type f -perm -755 -exec install {} $pkgdir/usr/bin \;
+  # Remove eepreom (conflict with i2c-tools FS#37925)
+  rm $pkgdir/usr/bin/eeprom
+}

Copied: libftdi/repos/community-x86_64/PKGBUILD (from rev 105379, 
libftdi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-06 10:28:29 UTC (rev 105380)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+
+pkgname=libftdi
+pkgver=1.1
+pkgrel=1
+pkgdesc=A library to talk to FTDI chips
+arch=('i686' 'x86_64')
+url=http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusbx')
+makedepends=('boost' 'cmake')
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+sha1sums=('f05ade5614aa31e64f91a30ce3782f7ca3704d18'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}1-$pkgver
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
+}
+
+build() {
+  cd ${pkgname}1-$pkgver
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON 
-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${pkgname}1-$pkgver/build
+  make DESTDIR=$pkgdir install
+  find examples -type f -perm -755 -exec install {} $pkgdir/usr/bin \;
+  # Remove eepreom (conflict with i2c-tools FS#37925)
+  rm $pkgdir/usr/bin/eeprom
+}



[arch-commits] Commit in (libftdi)

2014-02-06 Thread Bartłomiej Piotrowski
Date: Thursday, February 6, 2014 @ 11:28:49
  Author: bpiotrowski
Revision: 205504

extra2community: Moving libftdi from extra to community

Deleted:
  libftdi/



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

2014-02-06 Thread Massimiliano Torromeo
Date: Thursday, February 6, 2014 @ 11:29:26
  Author: mtorromeo
Revision: 105381

upgpkg: openfire 3.9.0-1

Updated to 3.9.0

Modified:
  openfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 10:28:29 UTC (rev 105380)
+++ PKGBUILD2014-02-06 10:29:26 UTC (rev 105381)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=openfire
-pkgver=3.8.2
+pkgver=3.9.0
 pkgrel=1
 pkgdesc=High performance XMPP (Jabber) server.
 arch=('any')
@@ -48,6 +48,6 @@
cp -R lib $pkgdir/usr/lib/openfire
 }
 
-sha256sums=('2d1bf97523eafe9485a013bbb70ff282d41470f65b842f4d7656c9788ab96c8d'
+sha256sums=('6d9593cd5ad2190166baed6cca46ed41f21762f257b195697057f85d8391207f'
 'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
 '772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c')



[arch-commits] Commit in openfire/repos/community-any (8 files)

2014-02-06 Thread Massimiliano Torromeo
Date: Thursday, February 6, 2014 @ 11:31:45
  Author: mtorromeo
Revision: 105382

archrelease: copy trunk to community-any

Added:
  openfire/repos/community-any/PKGBUILD
(from rev 105381, openfire/trunk/PKGBUILD)
  openfire/repos/community-any/openfire.conf
(from rev 105381, openfire/trunk/openfire.conf)
  openfire/repos/community-any/openfire.install
(from rev 105381, openfire/trunk/openfire.install)
  openfire/repos/community-any/openfire.service
(from rev 105381, openfire/trunk/openfire.service)
Deleted:
  openfire/repos/community-any/PKGBUILD
  openfire/repos/community-any/openfire.conf
  openfire/repos/community-any/openfire.install
  openfire/repos/community-any/openfire.service

--+
 PKGBUILD |  106 ++---
 openfire.conf|6 +--
 openfire.install |   38 +--
 openfire.service |   28 +++---
 4 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 10:29:26 UTC (rev 105381)
+++ PKGBUILD2014-02-06 10:31:45 UTC (rev 105382)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=openfire
-pkgver=3.8.2
-pkgrel=1
-pkgdesc=High performance XMPP (Jabber) server.
-arch=('any')
-url='http://www.igniterealtime.org/projects/openfire/'
-license=('GPL')
-depends=('java-runtime-headless')
-makedepends=('apache-ant')
-install='openfire.install'
-backup=(
-   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
-   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
-   'etc/openfire/security/client.truststore')
-source=(http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
-   'openfire.conf' 'openfire.service')
-
-build() {
-   cd $srcdir/openfire_src/build
-   rm -rf ../src/resources/nativeAuth/
-   ant openfire
-#  ant plugins
-}
-
-package() {
-   cd $srcdir/openfire_src/target/openfire
-
-   install -dm755 $pkgdir/usr/lib $pkgdir/usr/share/openfire/resources
-   install -dm750 $pkgdir/etc/openfire $pkgdir/var/log/openfire
-
-   install -Dm644 $srcdir/openfire.conf $pkgdir/etc/conf.d/openfire
-   install -Dm644 $srcdir/openfire.service 
$pkgdir/usr/lib/systemd/system/openfire.service
-
-   rm -rf bin logs
-
-   cp -R conf/* $pkgdir/etc/openfire/
-   ln -s /etc/openfire $pkgdir/usr/share/openfire/conf
-
-   cp -R resources/security $pkgdir/etc/openfire/
-   ln -s /etc/openfire/security 
$pkgdir/usr/share/openfire/resources/security
-
-   cp -R plugins $pkgdir/usr/share/openfire/
-   cp -R resources/{database,spank} $pkgdir/usr/share/openfire/resources/
-   cp -R lib $pkgdir/usr/lib/openfire
-}
-
-sha256sums=('2d1bf97523eafe9485a013bbb70ff282d41470f65b842f4d7656c9788ab96c8d'
-'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
-'772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c')

Copied: openfire/repos/community-any/PKGBUILD (from rev 105381, 
openfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-06 10:31:45 UTC (rev 105382)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openfire
+pkgver=3.9.0
+pkgrel=1
+pkgdesc=High performance XMPP (Jabber) server.
+arch=('any')
+url='http://www.igniterealtime.org/projects/openfire/'
+license=('GPL')
+depends=('java-runtime-headless')
+makedepends=('apache-ant')
+install='openfire.install'
+backup=(
+   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
+   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
+   'etc/openfire/security/client.truststore')
+source=(http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
+   'openfire.conf' 'openfire.service')
+
+build() {
+   cd $srcdir/openfire_src/build
+   rm -rf ../src/resources/nativeAuth/
+   ant openfire
+#  ant plugins
+}
+
+package() {
+   cd $srcdir/openfire_src/target/openfire
+
+   install -dm755 $pkgdir/usr/lib $pkgdir/usr/share/openfire/resources
+   install -dm750 $pkgdir/etc/openfire $pkgdir/var/log/openfire
+
+   install -Dm644 $srcdir/openfire.conf $pkgdir/etc/conf.d/openfire
+   install -Dm644 $srcdir/openfire.service 
$pkgdir/usr/lib/systemd/system/openfire.service
+
+   rm -rf bin logs
+
+   cp -R conf/* $pkgdir/etc/openfire/
+   ln -s /etc/openfire $pkgdir/usr/share/openfire/conf
+
+   cp -R resources/security 

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

2014-02-06 Thread Felix Yan
Date: Thursday, February 6, 2014 @ 11:49:36
  Author: fyan
Revision: 205505

upgpkg: python-pycurl 7.19.3.1-1

Added:
  python-pycurl/
Modified:
  python-pycurl/trunk/PKGBUILD
Deleted:
  pycurl/

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

Modified: python-pycurl/trunk/PKGBUILD
===
--- pycurl/trunk/PKGBUILD   2014-02-06 10:28:49 UTC (rev 205504)
+++ python-pycurl/trunk/PKGBUILD2014-02-06 10:49:36 UTC (rev 205505)
@@ -1,34 +1,37 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan felixonm...@gmail.com
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
 
-pkgbase=pycurl
+_pypiname=pycurl
+pkgbase=python-$_pypiname
 pkgname=('python-pycurl' 'python2-pycurl')
-pkgver=7.19.3
+pkgver=7.19.3.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://pycurl.sourceforge.net/;
 license=('LGPL' 'MIT')
-makedepends=('python' 'python2' 'curl')
-source=(http://pycurl.sourceforge.net/download/${pkgbase}-${pkgver}.tar.gz;)
-sha1sums=('5d8b7a7f869362421061d72f6d234bf805ebebb5')
+makedepends=('python' 'python2' 'curl' 'git')
+source=(git+https://github.com/pycurl/pycurl.git#tag=REL_${pkgver//./_};)
+sha1sums=('SKIP')
 
 prepare() {
-  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
+  cp -r ${_pypiname} python2-${_pypiname}
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd ${srcdir}/${_pypiname}
   find . -name '*.py' -exec sed -i -e s|#! /usr/bin/env python|#!/usr/bin/env 
python3| {} +
-  sed -i 's/share, doc, PACKAGE/share, doc, python-pycurl/' setup.py
-  cd ${srcdir}/python2-${pkgbase}-${pkgver}
+sed -i 's/share, doc, PACKAGE/share, doc, python-pycurl/' 
setup.py
+
+  cd ${srcdir}/python2-${_pypiname}
   find . -name '*.py' -exec sed -i -e s|#! /usr/bin/env python|#!/usr/bin/env 
python2| {} +
-  sed -i 's/share, doc, PACKAGE/share, doc, python2-pycurl/' setup.py
+sed -i 's/share, doc, PACKAGE/share, doc, python2-pycurl/' 
setup.py
 }
 
 build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd ${srcdir}/${_pypiname}
   python3 setup.py build --with-ssl
-  cd ${srcdir}/python2-${pkgbase}-${pkgver}
+
+  cd ${srcdir}/python2-${_pypiname}
   python2 setup.py build --with-ssl
 }
 
@@ -36,8 +39,8 @@
   pkgdesc=A Python 3.x interface to libcurl
   depends=('python' 'curl')
 
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}
+  cd ${_pypiname}
+  python setup.py install -O1 --root=${pkgdir}
   install -D -m644 COPYING-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
@@ -45,7 +48,7 @@
   pkgdesc=A Python 2.x interface to libcurl
   depends=('python2' 'curl')
 
-  cd python2-${pkgbase}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
+  cd python2-${_pypiname}
+  python2 setup.py install -O1 --root=${pkgdir}
   install -D -m644 COPYING-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2014-02-06 Thread Felix Yan
Date: Thursday, February 6, 2014 @ 11:55:43
  Author: fyan
Revision: 205506

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

Added:
  python-pycurl/repos/extra-i686/PKGBUILD
(from rev 205505, python-pycurl/trunk/PKGBUILD)
  python-pycurl/repos/extra-x86_64/PKGBUILD
(from rev 205505, python-pycurl/trunk/PKGBUILD)
Deleted:
  python-pycurl/repos/extra-i686/PKGBUILD
  python-pycurl/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  108 
 extra-i686/PKGBUILD   |   51 --
 extra-x86_64/PKGBUILD |   51 --
 3 files changed, 108 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-06 10:49:36 UTC (rev 205505)
+++ extra-i686/PKGBUILD 2014-02-06 10:55:43 UTC (rev 205506)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
-
-pkgbase=pycurl
-pkgname=('python-pycurl' 'python2-pycurl')
-pkgver=7.19.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://pycurl.sourceforge.net/;
-license=('LGPL' 'MIT')
-makedepends=('python' 'python2' 'curl')
-source=(http://pycurl.sourceforge.net/download/${pkgbase}-${pkgver}.tar.gz;)
-sha1sums=('5d8b7a7f869362421061d72f6d234bf805ebebb5')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  find . -name '*.py' -exec sed -i -e s|#! /usr/bin/env python|#!/usr/bin/env 
python3| {} +
-  sed -i 's/share, doc, PACKAGE/share, doc, python-pycurl/' setup.py
-  cd ${srcdir}/python2-${pkgbase}-${pkgver}
-  find . -name '*.py' -exec sed -i -e s|#! /usr/bin/env python|#!/usr/bin/env 
python2| {} +
-  sed -i 's/share, doc, PACKAGE/share, doc, python2-pycurl/' setup.py
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python3 setup.py build --with-ssl
-  cd ${srcdir}/python2-${pkgbase}-${pkgver}
-  python2 setup.py build --with-ssl
-}
-
-package_python-pycurl() {
-  pkgdesc=A Python 3.x interface to libcurl
-  depends=('python' 'curl')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m644 COPYING-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-pycurl() {
-  pkgdesc=A Python 2.x interface to libcurl
-  depends=('python2' 'curl')
-
-  cd python2-${pkgbase}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  install -D -m644 COPYING-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-pycurl/repos/extra-i686/PKGBUILD (from rev 205505, 
python-pycurl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-06 10:55:43 UTC (rev 205506)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
+
+_pypiname=pycurl
+pkgbase=python-$_pypiname
+pkgname=('python-pycurl' 'python2-pycurl')
+pkgver=7.19.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://pycurl.sourceforge.net/;
+license=('LGPL' 'MIT')
+makedepends=('python' 'python2' 'curl' 'git')
+source=(git+https://github.com/pycurl/pycurl.git#tag=REL_${pkgver//./_};)
+sha1sums=('SKIP')
+
+prepare() {
+  cp -r ${_pypiname} python2-${_pypiname}
+
+  cd ${srcdir}/${_pypiname}
+  find . -name '*.py' -exec sed -i -e s|#! /usr/bin/env python|#!/usr/bin/env 
python3| {} +
+sed -i 's/share, doc, PACKAGE/share, doc, python-pycurl/' 
setup.py
+
+  cd ${srcdir}/python2-${_pypiname}
+  find . -name '*.py' -exec sed -i -e s|#! /usr/bin/env python|#!/usr/bin/env 
python2| {} +
+sed -i 's/share, doc, PACKAGE/share, doc, python2-pycurl/' 
setup.py
+}
+
+build() {
+  cd ${srcdir}/${_pypiname}
+  python3 setup.py build --with-ssl
+
+  cd ${srcdir}/python2-${_pypiname}
+  python2 setup.py build --with-ssl
+}
+
+package_python-pycurl() {
+  pkgdesc=A Python 3.x interface to libcurl
+  depends=('python' 'curl')
+
+  cd ${_pypiname}
+  python setup.py install -O1 --root=${pkgdir}
+  install -D -m644 COPYING-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pycurl() {
+  pkgdesc=A Python 2.x interface to libcurl
+  depends=('python2' 'curl')
+
+  cd python2-${_pypiname}
+  python2 setup.py install -O1 --root=${pkgdir}
+  install -D -m644 COPYING-MIT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-06 10:49:36 UTC (rev 205505)
+++ extra-x86_64/PKGBUILD   2014-02-06 10:55:43 UTC (rev 205506)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
-

[arch-commits] Commit in lib32-gnutls/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-02-06 Thread Florian Pritz
Date: Thursday, February 6, 2014 @ 12:18:21
  Author: bluewind
Revision: 105384

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD
(from rev 105383, lib32-gnutls/trunk/PKGBUILD)
Deleted:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 11:18:15 UTC (rev 105383)
+++ PKGBUILD2014-02-06 11:18:21 UTC (rev 105384)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano mail at cvigano dot de
-# Contributor: Biru Ionut io...@archlinux.ro
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.2.9
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('9ae2bfa55d4c12dd6005cfb7014977f9'
- 'SKIP')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find $pkgdir
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 105383, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-06 11:18:21 UTC (rev 105384)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano mail at cvigano dot de
+# Contributor: Biru Ionut io...@archlinux.ro
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.2.10
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-libidn')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('5b74319f1e6462a68d886d1266b282fc'
+ 'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find $pkgdir
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



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

2014-02-06 Thread Florian Pritz
Date: Thursday, February 6, 2014 @ 12:18:15
  Author: bluewind
Revision: 105383

upgpkg: lib32-gnutls 3.2.10-1

upstream update

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 10:31:45 UTC (rev 105382)
+++ PKGBUILD2014-02-06 11:18:15 UTC (rev 105383)
@@ -7,7 +7,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.2.9
+pkgver=3.2.10
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-libidn')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('9ae2bfa55d4c12dd6005cfb7014977f9'
+md5sums=('5b74319f1e6462a68d886d1266b282fc'
  'SKIP')
 
 build() {



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

2014-02-06 Thread Alexander Rødseth
Date: Thursday, February 6, 2014 @ 12:25:14
  Author: arodseth
Revision: 105386

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

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

+
 /PKGBUILD  |  108 +++
 /winff.install |   28 ++
 community-i686/PKGBUILD|   61 --
 community-i686/winff.install   |   14 -
 community-x86_64/PKGBUILD  |   61 --
 community-x86_64/winff.install |   14 -
 6 files changed, 136 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-06 11:25:05 UTC (rev 105385)
+++ community-i686/PKGBUILD 2014-02-06 11:25:14 UTC (rev 105386)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: yugrotavele yugrotavele at archlinux dot us
-# Contributor: Paolo Stivanin admin AT polslinux DOT it
-
-pkgname=winff
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='GUI for ffmpeg'
-url='http://code.google.com/p/winff/'
-license=('GPL3')
-arch=('x86_64' 'i686')
-depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
-makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar')
-install='winff.install'
-source=(https://$pkgname.googlecode.com/files/WinFF-$pkgver-source.tar.gz;)
-noextract=(WinFF-$pkgver-source.tar.gz)
-sha256sums=('9ee1c68173263dad8d07df2bd62e830d73e6546a0fa86b35de9be8b4c363434c')
-
-prepare() {
-  gendesk -n \
---pkgname $pkgname \
---pkgdesc $pkgdesc \
---genericname 'Video converter' \
---categories 'AudioVideo;AudioVideoEditing;GTK'
-
-  # The file provided by upstream is an exploding tarball where the files
-  # are not extracted in a directory. Also everything is set as executable. m)
-  mkdir -p $pkgname
-  cd $pkgname
-  tar zxf ../WinFF-$pkgver-source.tar.gz
-}
-
-build() {
-  cd $pkgname
-
-  lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
-}
-
-package() {
-  cd $pkgname
-  
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -d $pkgdir/usr/share/winff/
-  find . -name *.xml \
--exec install -Dm644 {} $pkgdir/usr/share/winff/ \;  /dev/null
-  install -Dm644 $srcdir/winff.desktop \
-$pkgdir/usr/share/applications/winff.desktop
-  install -Dm644 'winff-icons/48x48/winff.png' \
-$pkgdir/usr/share/pixmaps/winff.png
-  for size in 16x16 24x24 32x32 48x48; do
-install -Dm644 winff-icons/$size/winff.png \
-  $pkgdir/usr/share/icons/hicolor/$size/apps/winff.png
-  done
-  install -dm755 $pkgdir/usr/share/winff/languages/
-  find . -name *.po \
--exec install -Dm644 {} $pkgdir/usr/share/winff/languages/ \;  
/dev/null
-  rm -f 'presets.xml'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: winff/repos/community-i686/PKGBUILD (from rev 105385, 
winff/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-06 11:25:14 UTC (rev 105386)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: yugrotavele yugrotavele at archlinux dot us
+# Contributor: Paolo Stivanin admin AT polslinux DOT it
+
+pkgname=winff
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='GUI for ffmpeg'
+url='http://code.google.com/p/winff/'
+license=('GPL3')
+arch=('x86_64' 'i686')
+depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
+makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar')
+install='winff.install'
+source=($pkgname-$pkgver.tar.gz::https://docs.google.com/uc?authuser=0id=0B8HoAIi30ZDkMHlvVkVtNHJnLVEexport=download;)
+sha256sums=('ce82ef4359ef45d4c4a18977e49e403474cae4e3a948e90a66cc41068b3d5106')
+
+prepare() {
+  gendesk -n \
+--pkgname $pkgname \
+--pkgdesc $pkgdesc \
+--genericname 'Video converter' \
+--categories 'AudioVideo;AudioVideoEditing;GTK'
+}
+
+build() {
+  cd $pkgname
+
+  lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
+}
+
+package() {
+  cd $pkgname
+  
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -d $pkgdir/usr/share/winff/
+  find . -name *.xml \
+-exec install -Dm644 {} $pkgdir/usr/share/winff/ \;  /dev/null
+  install -Dm644 $srcdir/winff.desktop \
+$pkgdir/usr/share/applications/winff.desktop
+  install -Dm644 'winff-icons/48x48/winff.png' \
+$pkgdir/usr/share/pixmaps/winff.png
+  for size in 16x16 24x24 32x32 48x48; do
+

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

2014-02-06 Thread Alexander Rødseth
Date: Thursday, February 6, 2014 @ 12:25:05
  Author: arodseth
Revision: 105385

upgpkg: winff 1.5.3-1

Modified:
  winff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 11:18:21 UTC (rev 105384)
+++ PKGBUILD2014-02-06 11:25:05 UTC (rev 105385)
@@ -4,7 +4,7 @@
 # Contributor: Paolo Stivanin admin AT polslinux DOT it
 
 pkgname=winff
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='GUI for ffmpeg'
 url='http://code.google.com/p/winff/'
@@ -13,9 +13,8 @@
 depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
 makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar')
 install='winff.install'
-source=(https://$pkgname.googlecode.com/files/WinFF-$pkgver-source.tar.gz;)
-noextract=(WinFF-$pkgver-source.tar.gz)
-sha256sums=('9ee1c68173263dad8d07df2bd62e830d73e6546a0fa86b35de9be8b4c363434c')
+source=($pkgname-$pkgver.tar.gz::https://docs.google.com/uc?authuser=0id=0B8HoAIi30ZDkMHlvVkVtNHJnLVEexport=download;)
+sha256sums=('ce82ef4359ef45d4c4a18977e49e403474cae4e3a948e90a66cc41068b3d5106')
 
 prepare() {
   gendesk -n \
@@ -23,12 +22,6 @@
 --pkgdesc $pkgdesc \
 --genericname 'Video converter' \
 --categories 'AudioVideo;AudioVideoEditing;GTK'
-
-  # The file provided by upstream is an exploding tarball where the files
-  # are not extracted in a directory. Also everything is set as executable. m)
-  mkdir -p $pkgname
-  cd $pkgname
-  tar zxf ../WinFF-$pkgver-source.tar.gz
 }
 
 build() {



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

2014-02-06 Thread Sergej Pupykin
Date: Thursday, February 6, 2014 @ 13:02:09
  Author: spupykin
Revision: 105388

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

Added:
  python2-gnutls/repos/community-i686/PKGBUILD
(from rev 105387, python2-gnutls/trunk/PKGBUILD)
  python2-gnutls/repos/community-i686/libraryfunctions.patch
(from rev 105387, python2-gnutls/trunk/libraryfunctions.patch)
  python2-gnutls/repos/community-i686/libraryinit.patch
(from rev 105387, python2-gnutls/trunk/libraryinit.patch)
  python2-gnutls/repos/community-x86_64/PKGBUILD
(from rev 105387, python2-gnutls/trunk/PKGBUILD)
  python2-gnutls/repos/community-x86_64/libraryfunctions.patch
(from rev 105387, python2-gnutls/trunk/libraryfunctions.patch)
  python2-gnutls/repos/community-x86_64/libraryinit.patch
(from rev 105387, python2-gnutls/trunk/libraryinit.patch)
Deleted:
  python2-gnutls/repos/community-i686/PKGBUILD
  python2-gnutls/repos/community-i686/libraryfunctions.patch
  python2-gnutls/repos/community-i686/libraryinit.patch
  python2-gnutls/repos/community-x86_64/PKGBUILD
  python2-gnutls/repos/community-x86_64/libraryfunctions.patch
  python2-gnutls/repos/community-x86_64/libraryinit.patch

-+
 /PKGBUILD   |   60 
 /libraryfunctions.patch |  448 ++
 /libraryinit.patch  |   80 +
 community-i686/PKGBUILD |   30 --
 community-i686/libraryfunctions.patch   |  224 ---
 community-i686/libraryinit.patch|   40 --
 community-x86_64/PKGBUILD   |   30 --
 community-x86_64/libraryfunctions.patch |  224 ---
 community-x86_64/libraryinit.patch  |   40 --
 9 files changed, 588 insertions(+), 588 deletions(-)

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


[arch-commits] Commit in python2-gnutls/trunk (PKGBUILD libraryinit.patch)

2014-02-06 Thread Sergej Pupykin
Date: Thursday, February 6, 2014 @ 13:01:51
  Author: spupykin
Revision: 105387

upgpkg: python2-gnutls 1.2.5-4

upd

Modified:
  python2-gnutls/trunk/PKGBUILD
  python2-gnutls/trunk/libraryinit.patch

---+
 PKGBUILD  |4 ++--
 libraryinit.patch |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 11:25:14 UTC (rev 105386)
+++ PKGBUILD2014-02-06 12:01:51 UTC (rev 105387)
@@ -5,7 +5,7 @@
 
 pkgname=python2-gnutls
 pkgver=1.2.5
-pkgrel=3
+pkgrel=4
 pkgdesc=Python wrapper for the GNUTLS library
 arch=('i686' 'x86_64')
 url=http://cheeseshop.python.org/pypi/python-gnutls;
@@ -15,7 +15,7 @@
libraryinit.patch
 libraryfunctions.patch)
 md5sums=('a398a75b1f366857cf2628cf4d62dd34'
- '28227b8626e8a7df81cf3b7dae88bd80'
+ '2ac537f816225bc324a9e0529774df48'
  '9907d3a446fdc3b33a70e57925d67298')
 
 build() {

Modified: libraryinit.patch
===
--- libraryinit.patch   2014-02-06 11:25:14 UTC (rev 105386)
+++ libraryinit.patch   2014-02-06 12:01:51 UTC (rev 105387)
@@ -5,7 +5,7 @@
  gcry_control = libgcrypt.gcry_control
  else:
 -gcry_control = libgnutls.gcry_control
-+libgcrypt = load_library(name='gcrypt', version=11)
++libgcrypt = load_library(name='gcrypt', version=20)
 +gcry_control = libgcrypt.gcry_control
  
  gcry_control(GCRYCTL_SET_THREAD_CBS, 
c_void_p(gcrypt_thread_callbacks_ptr))



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

2014-02-06 Thread Allan McRae
Date: Thursday, February 6, 2014 @ 14:09:39
  Author: allan
Revision: 205507

upgpkg: gdb 7.7-1

upstream update

Modified:
  gdb/trunk/PKGBUILD
  gdb/trunk/gdb.install

-+
 PKGBUILD|5 ++---
 gdb.install |2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 10:55:43 UTC (rev 205506)
+++ PKGBUILD2014-02-06 13:09:39 UTC (rev 205507)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gdb
-pkgver=7.6.2
+pkgver=7.7
 pkgrel=1
 pkgdesc=The GNU Debugger
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/gdb/gdbinit')
 install=gdb.install
 source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('496399e96654fc0f899a5c964bc1f0f8'
+md5sums=('271a18f41858a7e98b28ae4eb91287c9'
  'SKIP')
 
 prepare() {
@@ -44,6 +44,5 @@
 
   # resolve conflicts with binutils
   rm ${pkgdir}/usr/include/{ansidecl,bfd,bfdlink,dis-asm,symcat}.h
-  rm ${pkgdir}/usr/lib/{libbfd,libiberty,libopcodes}.a
   rm ${pkgdir}/usr/share/info/{bfd,configure,standards}.info
 }

Modified: gdb.install
===
--- gdb.install 2014-02-06 10:55:43 UTC (rev 205506)
+++ gdb.install 2014-02-06 13:09:39 UTC (rev 205507)
@@ -1,5 +1,5 @@
 infodir=usr/share/info
-filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6,7}} gdbint.info{,-{1,2}} 
stabs.info)
+filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6}} stabs.info)
 
 post_install() {
   [[ -x usr/bin/install-info ]] || return 0



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

2014-02-06 Thread Allan McRae
Date: Thursday, February 6, 2014 @ 14:28:32
  Author: allan
Revision: 205508

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

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

-+
 PKGBUILD|   48 
 gdb.install |   20 
 2 files changed, 68 insertions(+)

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 205507, gdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-06 13:28:32 UTC (rev 205508)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gdb
+pkgver=7.7
+pkgrel=1
+pkgdesc=The GNU Debugger
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gdb/;
+license=('GPL3')
+depends=('ncurses' 'expat' 'python2')
+makedepends=('texinfo')
+backup=('etc/gdb/gdbinit')
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('271a18f41858a7e98b28ae4eb91287c9'
+ 'SKIP')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install custom system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm ${pkgdir}/usr/include/{ansidecl,bfd,bfdlink,dis-asm,symcat}.h
+  rm ${pkgdir}/usr/share/info/{bfd,configure,standards}.info
+}

Copied: gdb/repos/testing-x86_64/gdb.install (from rev 205507, 
gdb/trunk/gdb.install)
===
--- testing-x86_64/gdb.install  (rev 0)
+++ testing-x86_64/gdb.install  2014-02-06 13:28:32 UTC (rev 205508)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6}} stabs.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



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

2014-02-06 Thread Allan McRae
Date: Thursday, February 6, 2014 @ 14:36:44
  Author: allan
Revision: 205509

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

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

+
 /PKGBUILD  |   48 +++
 /gdb.install   |   20 +
 testing-i686/PKGBUILD  |   48 +++
 testing-i686/gdb.install   |   20 +
 testing-x86_64/PKGBUILD|   48 ---
 testing-x86_64/gdb.install |   20 -
 6 files changed, 136 insertions(+), 68 deletions(-)

Copied: gdb/repos/testing-i686/PKGBUILD (from rev 205508, gdb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-06 13:36:44 UTC (rev 205509)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gdb
+pkgver=7.7
+pkgrel=1
+pkgdesc=The GNU Debugger
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gdb/;
+license=('GPL3')
+depends=('ncurses' 'expat' 'python2')
+makedepends=('texinfo')
+backup=('etc/gdb/gdbinit')
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('271a18f41858a7e98b28ae4eb91287c9'
+ 'SKIP')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install custom system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm ${pkgdir}/usr/include/{ansidecl,bfd,bfdlink,dis-asm,symcat}.h
+  rm ${pkgdir}/usr/share/info/{bfd,configure,standards}.info
+}

Copied: gdb/repos/testing-i686/gdb.install (from rev 205508, 
gdb/trunk/gdb.install)
===
--- testing-i686/gdb.install(rev 0)
+++ testing-i686/gdb.install2014-02-06 13:36:44 UTC (rev 205509)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6}} stabs.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-02-06 13:28:32 UTC (rev 205508)
+++ testing-x86_64/PKGBUILD 2014-02-06 13:36:44 UTC (rev 205509)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gdb
-pkgver=7.7
-pkgrel=1
-pkgdesc=The GNU Debugger
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/gdb/;
-license=('GPL3')
-depends=('ncurses' 'expat' 'python2')
-makedepends=('texinfo')
-backup=('etc/gdb/gdbinit')
-install=gdb.install
-source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('271a18f41858a7e98b28ae4eb91287c9'
- 'SKIP')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
-  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  ./configure --prefix=/usr --disable-nls \
---with-system-readline \
---with-python=/usr/bin/python2 \
---with-system-gdbinit=/etc/gdb/gdbinit
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install custom system gdbinit
-  install -dm755 $pkgdir/etc/gdb
-  touch $pkgdir/etc/gdb/gdbinit
-
-  # resolve conflicts with binutils
-  rm ${pkgdir}/usr/include/{ansidecl,bfd,bfdlink,dis-asm,symcat}.h
-  rm ${pkgdir}/usr/share/info/{bfd,configure,standards}.info
-}

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 205508, 

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

2014-02-06 Thread Eric Bélanger
Date: Thursday, February 6, 2014 @ 17:03:56
  Author: eric
Revision: 205515

archrelease: copy trunk to extra-any

Added:
  python2-rdflib/repos/extra-any/PKGBUILD
(from rev 205514, python2-rdflib/trunk/PKGBUILD)
Deleted:
  python2-rdflib/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 16:03:25 UTC (rev 205514)
+++ PKGBUILD2014-02-06 16:03:56 UTC (rev 205515)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Leif Warner abimel...@gmail.com
-
-pkgname=python2-rdflib
-pkgver=3.2.1
-pkgrel=1
-pkgdesc=A Python library for working with RDF, a simple yet powerful language 
for representing information
-url=http://rdflib.net/;
-license=('BSD')
-depends=('python2' 'python2-isodate')
-makedepends=('python2-distribute')
-checkdepends=('python2-nose')
-arch=('any')
-replaces=('rdflib')
-provides=('rdflib')
-conflicts=('rdflib')
-source=(rdflib-$pkgver.tar.gz::https://github.com/RDFLib/rdflib/tarball/$pkgver)
-sha1sums=('e49f7fa347bab177f4fa74b72730f8f088280b93')
-
-check() {
-  cd $srcdir/RDFLib-rdflib-*
-  python2 setup.py test
-}
-
-package() {
-  cd $srcdir/RDFLib-rdflib-*
-  python2 setup.py install --root=$pkgdir --optimize=1 
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
$pkgdir/usr/lib/python2.7/site-packages/rdflib/plugins/parsers/{ntriples.py,notation3.py}
-  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-rdflib/repos/extra-any/PKGBUILD (from rev 205514, 
python2-rdflib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-06 16:03:56 UTC (rev 205515)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Leif Warner abimel...@gmail.com
+
+pkgbase=python2-rdflib
+pkgname=('python2-rdflib' 'python-rdflib')
+pkgver=4.1.0
+pkgrel=1
+pkgdesc=A Python library for working with RDF, a simple yet powerful language 
for representing information
+arch=('any')
+url=http://rdflib.net/;
+license=('BSD')
+makedepends=('python2-isodate' 'python-isodate' 'python2-distribute' 
'python-distribute')
+checkdepends=('python2-nose' 'python-nose' 'python2-pyparsing' 
'python-pyparsing' 
+  'python2-six' 'python-six')
+source=(rdflib-$pkgver.tar.gz::https://github.com/RDFLib/rdflib/tarball/$pkgver)
+sha1sums=('5d7922ea3de794721bc70d3eb0618bcb4fdce9fc')
+
+prepare() {
+  cp -r RDFLib-rdflib-* python2-rdflib
+  cd python2-rdflib
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
rdflib/extras/{describer.py,infixowl.py} \
+
rdflib/plugins/parsers/{ntriples.py,notation3.py,structureddata.py,pyRdfa/extras/httpheader.py}
 \
+rdflib/tools/rdfpipe.py
+}
+
+check() {
+  cd RDFLib-rdflib-*
+  python setup.py test
+  cd ../python2-rdflib
+  python2 setup.py test
+}
+
+package_python2-rdflib() {
+  depends=('python2-isodate')
+
+  cd python2-rdflib
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644  LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  cd $pkgdir/usr/bin
+  for i in * ; do 
+mv $i $i-py2
+  done
+}
+
+package_python-rdflib() {
+  depends=('python-isodate')
+
+  cd RDFLib-rdflib-*
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm644  LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 17:04:39
  Author: andyrtr
Revision: 205517

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

Added:
  libetpan/repos/staging-i686/
  libetpan/repos/staging-i686/PKGBUILD
(from rev 205516, libetpan/trunk/PKGBUILD)
  libetpan/repos/staging-x86_64/
  libetpan/repos/staging-x86_64/PKGBUILD
(from rev 205516, libetpan/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: libetpan/repos/staging-i686/PKGBUILD (from rev 205516, 
libetpan/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-06 16:04:39 UTC (rev 205517)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libetpan
+pkgver=1.2
+pkgrel=1
+pkgdesc=A portable middleware for email access
+arch=('i686' 'x86_64')
+url=http://www.etpan.org/libetpan.html;
+license=(custom:etpan)
+depends=('libsasl' 'curl' 'expat')
+source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('c15905ebc2ec620afb8bcca7b9d9c232')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # generate automake files that are not included in the tarball
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
+  #autoreconf -vfi
+
+  ./configure --prefix=/usr \
+--disable-static \
+--disable-db
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}

Copied: libetpan/repos/staging-x86_64/PKGBUILD (from rev 205516, 
libetpan/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-02-06 16:04:39 UTC (rev 205517)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libetpan
+pkgver=1.2
+pkgrel=1
+pkgdesc=A portable middleware for email access
+arch=('i686' 'x86_64')
+url=http://www.etpan.org/libetpan.html;
+license=(custom:etpan)
+depends=('libsasl' 'curl' 'expat')
+source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('c15905ebc2ec620afb8bcca7b9d9c232')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # generate automake files that are not included in the tarball
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
+  #autoreconf -vfi
+
+  ./configure --prefix=/usr \
+--disable-static \
+--disable-db
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}



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

2014-02-06 Thread Eric Bélanger
Date: Thursday, February 6, 2014 @ 17:03:25
  Author: eric
Revision: 205514

upgpkg: python2-rdflib 4.1.0-1

Upstream update, Add python3 package

Modified:
  python2-rdflib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 15:35:30 UTC (rev 205513)
+++ PKGBUILD2014-02-06 16:03:25 UTC (rev 205514)
@@ -3,30 +3,52 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Leif Warner abimel...@gmail.com
 
-pkgname=python2-rdflib
-pkgver=3.2.1
+pkgbase=python2-rdflib
+pkgname=('python2-rdflib' 'python-rdflib')
+pkgver=4.1.0
 pkgrel=1
 pkgdesc=A Python library for working with RDF, a simple yet powerful language 
for representing information
+arch=('any')
 url=http://rdflib.net/;
 license=('BSD')
-depends=('python2' 'python2-isodate')
-makedepends=('python2-distribute')
-checkdepends=('python2-nose')
-arch=('any')
-replaces=('rdflib')
-provides=('rdflib')
-conflicts=('rdflib')
+makedepends=('python2-isodate' 'python-isodate' 'python2-distribute' 
'python-distribute')
+checkdepends=('python2-nose' 'python-nose' 'python2-pyparsing' 
'python-pyparsing' 
+  'python2-six' 'python-six')
 
source=(rdflib-$pkgver.tar.gz::https://github.com/RDFLib/rdflib/tarball/$pkgver)
-sha1sums=('e49f7fa347bab177f4fa74b72730f8f088280b93')
+sha1sums=('5d7922ea3de794721bc70d3eb0618bcb4fdce9fc')
 
+prepare() {
+  cp -r RDFLib-rdflib-* python2-rdflib
+  cd python2-rdflib
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
rdflib/extras/{describer.py,infixowl.py} \
+
rdflib/plugins/parsers/{ntriples.py,notation3.py,structureddata.py,pyRdfa/extras/httpheader.py}
 \
+rdflib/tools/rdfpipe.py
+}
+
 check() {
-  cd $srcdir/RDFLib-rdflib-*
+  cd RDFLib-rdflib-*
+  python setup.py test
+  cd ../python2-rdflib
   python2 setup.py test
 }
 
-package() {
-  cd $srcdir/RDFLib-rdflib-*
-  python2 setup.py install --root=$pkgdir --optimize=1 
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
$pkgdir/usr/lib/python2.7/site-packages/rdflib/plugins/parsers/{ntriples.py,notation3.py}
-  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+package_python2-rdflib() {
+  depends=('python2-isodate')
+
+  cd python2-rdflib
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644  LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  cd $pkgdir/usr/bin
+  for i in * ; do 
+mv $i $i-py2
+  done
 }
+
+package_python-rdflib() {
+  depends=('python-isodate')
+
+  cd RDFLib-rdflib-*
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm644  LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 17:04:24
  Author: andyrtr
Revision: 205516

upgpkg: libetpan 1.2-1

upstream update 1.2

Modified:
  libetpan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 16:03:56 UTC (rev 205515)
+++ PKGBUILD2014-02-06 16:04:24 UTC (rev 205516)
@@ -2,18 +2,27 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=libetpan
-pkgver=1.1
-pkgrel=4
+pkgver=1.2
+pkgrel=1
 pkgdesc=A portable middleware for email access
 arch=('i686' 'x86_64')
-url=http://www.etpan.org/;
+url=http://www.etpan.org/libetpan.html;
 license=(custom:etpan)
 depends=('libsasl' 'curl' 'expat')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6fee60d08506e941642b8fa087e60b07')
+source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('c15905ebc2ec620afb8bcca7b9d9c232')
 
 build() {
   cd ${pkgname}-${pkgver}
+  
+  # generate automake files that are not included in the tarball
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
+  #autoreconf -vfi
+
   ./configure --prefix=/usr \
 --disable-static \
 --disable-db



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

2014-02-06 Thread Evangelos Foutras
Date: Thursday, February 6, 2014 @ 17:13:48
  Author: foutrelis
Revision: 205520

upgpkg: sudo 1.8.9.p5-1

- New upstream release.
- Build with LDAP support (FS#36809).
- sudo.pam: Change to include system-auth from pambase (FS#38739).

Modified:
  sudo/trunk/PKGBUILD
  sudo/trunk/sudo.pam

--+
 PKGBUILD |   10 ++
 sudo.pam |5 +++--
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 16:12:44 UTC (rev 205519)
+++ PKGBUILD2014-02-06 16:13:48 UTC (rev 205520)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sudo
-_sudover=1.8.9p4
+_sudover=1.8.9p5
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc=Give certain users the ability to run some commands as root
@@ -12,13 +12,13 @@
 url=http://www.sudo.ws/sudo/;
 license=('custom')
 groups=('base-devel')
-depends=('glibc' 'pam')
+depends=('glibc' 'pam' 'libldap')
 backup=('etc/sudoers' 'etc/pam.d/sudo')
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
 sudo.pam)
-sha256sums=('1943f9e9409c6542935d2e2d862c48d0d69dcf27288b294b8b537c02f52ac7a7'
+sha256sums=('bc9d5c96de5f8b4d2b014f87a37870aef60d2891c869202454069150a21a5c21'
 'SKIP'
-'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae')
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 
 build() {
   cd $srcdir/$pkgname-$_sudover
@@ -29,6 +29,8 @@
 --libexecdir=/usr/lib \
 --with-logfac=auth \
 --with-pam \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
 --with-env-editor \
 --with-passprompt=[sudo] password for %p:  \
 --with-all-insults

Modified: sudo.pam
===
--- sudo.pam2014-02-06 16:12:44 UTC (rev 205519)
+++ sudo.pam2014-02-06 16:13:48 UTC (rev 205520)
@@ -1,3 +1,4 @@
 #%PAM-1.0
-auth   requiredpam_unix.so
-auth   requiredpam_nologin.so
+auth   include system-auth
+accountinclude system-auth
+sessioninclude system-auth



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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 17:12:34
  Author: andyrtr
Revision: 205518

upgpkg: claws-mail 3.9.3-2

rebuild for libetpan

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 16:04:39 UTC (rev 205517)
+++ PKGBUILD2014-02-06 16:12:34 UTC (rev 205518)
@@ -3,12 +3,12 @@
 
 pkgname=claws-mail
 pkgver=3.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A GTK+ based e-mail client.
 arch=('i686' 'x86_64')
 license=('GPL3')
 url=http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 
'libetpan=1.1-4' 'compface'
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
  'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('spamassassin' 'bogofilter' 'valgrind' 
  # dependencies for plugins



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

2014-02-06 Thread Evangelos Foutras
Date: Thursday, February 6, 2014 @ 17:13:57
  Author: foutrelis
Revision: 205521

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 205520, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.pam
(from rev 205520, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 205520, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 205520, sudo/trunk/sudo.pam)

-+
 testing-i686/PKGBUILD   |   54 ++
 testing-i686/sudo.pam   |4 +++
 testing-x86_64/PKGBUILD |   54 ++
 testing-x86_64/sudo.pam |4 +++
 4 files changed, 116 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 205520, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-06 16:13:57 UTC (rev 205521)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.9p5
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam)
+sha256sums=('bc9d5c96de5f8b4d2b014f87a37870aef60d2891c869202454069150a21a5c21'
+'SKIP'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+
+build() {
+  cd $srcdir/$pkgname-$_sudover
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-logfac=auth \
+--with-pam \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt=[sudo] password for %p:  \
+--with-all-insults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_sudover
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_sudover
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.pam (from rev 205520, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2014-02-06 16:13:57 UTC (rev 205521)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth   include system-auth
+accountinclude system-auth
+sessioninclude system-auth

Copied: sudo/repos/testing-x86_64/PKGBUILD (from rev 205520, 
sudo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-06 16:13:57 UTC (rev 205521)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.9p5
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam)
+sha256sums=('bc9d5c96de5f8b4d2b014f87a37870aef60d2891c869202454069150a21a5c21'
+'SKIP'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+
+build() {
+  cd $srcdir/$pkgname-$_sudover
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-logfac=auth \
+--with-pam \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt=[sudo] password for %p:  \
+--with-all-insults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_sudover
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_sudover
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-x86_64/sudo.pam (from rev 205520, 
sudo/trunk/sudo.pam)
===
--- testing-x86_64/sudo.pam (rev 0)
+++ testing-x86_64/sudo.pam 2014-02-06 16:13:57 UTC (rev 205521)
@@ -0,0 

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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 17:12:44
  Author: andyrtr
Revision: 205519

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

Added:
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-i686/PKGBUILD
(from rev 205518, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-i686/claws-mail.install
(from rev 205518, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-x86_64/
  claws-mail/repos/staging-x86_64/PKGBUILD
(from rev 205518, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-x86_64/claws-mail.install
(from rev 205518, claws-mail/trunk/claws-mail.install)

---+
 staging-i686/PKGBUILD |   73 
 staging-i686/claws-mail.install   |   16 +++
 staging-x86_64/PKGBUILD   |   73 
 staging-x86_64/claws-mail.install |   16 +++
 4 files changed, 178 insertions(+)

Copied: claws-mail/repos/staging-i686/PKGBUILD (from rev 205518, 
claws-mail/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-06 16:12:44 UTC (rev 205519)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.9.3
+pkgrel=2
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind' 
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'webkitgtk2:for the fancy webkit html plugin'
+'libsoup:   for the fancy webkit html plugin'
+   'libgdata:  for gdata plugin'
+   'poppler-glib:  for pdf viewer plugin'
+   'ghostscript:   for pdf viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('0158b5e6b6d6866f9a75fd288a4edf04'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fixes for python2
+  export PYTHON=/usr/bin/python2
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+  
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+#--help
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/staging-i686/claws-mail.install (from rev 205518, 
claws-mail/trunk/claws-mail.install)
===
--- staging-i686/claws-mail.install (rev 0)
+++ staging-i686/claws-mail.install 2014-02-06 16:12:44 UTC (rev 205519)
@@ -0,0 +1,16 @@
+post_install() {
+  echo install \html2ps\ from AUR to add support for printing html mails 
with fancy plugin
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+

Copied: 

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

2014-02-06 Thread Eric Bélanger
Date: Thursday, February 6, 2014 @ 17:24:17
  Author: eric
Revision: 105392

upgpkg: youtube-dl 2014.02.06.2-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 16:23:43 UTC (rev 105391)
+++ PKGBUILD2014-02-06 16:24:17 UTC (rev 105392)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.02.04.1
+pkgver=2014.02.06.2
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('44224d35b363f8ff33f3d04fe003c9641592ac00'
+sha1sums=('87c5fabdf3e2913aa69c62ea15df00e71c116bfc'
   'SKIP')
 
 prepare() {



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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 17:20:45
  Author: andyrtr
Revision: 105390

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

Added:
  cairo-dock-plugins/repos/community-staging-i686/
  cairo-dock-plugins/repos/community-staging-i686/PKGBUILD
(from rev 105389, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-staging-x86_64/
  cairo-dock-plugins/repos/community-staging-x86_64/PKGBUILD
(from rev 105389, cairo-dock-plugins/trunk/PKGBUILD)

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

Copied: cairo-dock-plugins/repos/community-staging-i686/PKGBUILD (from rev 
105389, cairo-dock-plugins/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-06 16:20:45 UTC (rev 105390)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor: Tofe chris dot chapuis at gmail dot com
+# Contributor: zhuqin zhuqin83 at gmail dot com
+# Contributor: tri1976 trile7 at gmail dot com
+# Contributor: snoopy33 snoopy33 at no dash log dot org
+
+pkgname=cairo-dock-plugins
+pkgver=3.3.2
+pkgrel=2
+pkgdesc='Plugins for Cairo-Dock'
+arch=('i686' 'x86_64')
+url=https://launchpad.net/${pkgname%-*}-plug-ins;
+license=('GPL')
+depends=('cairo-dock')
+makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 
'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 
'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2' 'ruby' 'upower' 'vala' 'vte3' 
'webkitgtk3')
+optdepends=('alsa-lib: Sound Control, Sound Effects applets'
+'fftw: Impulse applet'
+'gnome-menus: Applications Menu applet'
+'gtk-sharp-2: Mono API'
+'gvfs: GVFS integration'
+'libetpan: Mail applet'
+'libexif: Slider applet'
+'libical: Clock applet'
+'libpulse: Impulse applet'
+'libxklavier: Keyboard Indicator applet'
+'libzeitgeist: Recent Events applet'
+'lm_sensors: System Monitor applet'
+'ndesk-dbus-glib: Mono API'
+'python: Python 3 API'
+'python2: Python 2 API'
+'ruby: Ruby API'
+'upower: Logout, PowerManager applets'
+'vte3: Terminal applet'
+'webkitgtk3: Weblets applet')
+source=(${url}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('48f0caddb0a563d8a64176f66610ca35df5c952071e5574486d39bb574994643')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: cairo-dock-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 
105389, cairo-dock-plugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-02-06 16:20:45 UTC (rev 105390)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor: Tofe chris dot chapuis at gmail dot com
+# Contributor: zhuqin zhuqin83 at gmail dot com
+# Contributor: tri1976 trile7 at gmail dot com
+# Contributor: snoopy33 snoopy33 at no dash log dot org
+
+pkgname=cairo-dock-plugins
+pkgver=3.3.2
+pkgrel=2
+pkgdesc='Plugins for Cairo-Dock'
+arch=('i686' 'x86_64')
+url=https://launchpad.net/${pkgname%-*}-plug-ins;
+license=('GPL')
+depends=('cairo-dock')
+makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 
'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 
'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2' 'ruby' 'upower' 'vala' 'vte3' 
'webkitgtk3')
+optdepends=('alsa-lib: Sound Control, Sound Effects applets'
+'fftw: Impulse applet'
+'gnome-menus: Applications Menu applet'
+'gtk-sharp-2: Mono API'
+'gvfs: GVFS integration'
+'libetpan: Mail applet'
+'libexif: Slider applet'
+'libical: Clock applet'
+'libpulse: Impulse applet'
+'libxklavier: Keyboard Indicator applet'
+'libzeitgeist: Recent Events applet'
+'lm_sensors: System Monitor applet'
+'ndesk-dbus-glib: Mono API'
+'python: Python 3 API'
+'python2: Python 2 API'
+'ruby: Ruby API'
+'upower: Logout, PowerManager applets'
+'vte3: Terminal applet'
+'webkitgtk3: Weblets applet')

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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 17:20:33
  Author: andyrtr
Revision: 105389

upgpkg: cairo-dock-plugins 3.3.2-2

rebuild for libetpan

Modified:
  cairo-dock-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 12:02:09 UTC (rev 105388)
+++ PKGBUILD2014-02-06 16:20:33 UTC (rev 105389)
@@ -7,7 +7,7 @@
 
 pkgname=cairo-dock-plugins
 pkgver=3.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Cairo-Dock'
 arch=('i686' 'x86_64')
 url=https://launchpad.net/${pkgname%-*}-plug-ins;



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

2014-02-06 Thread Eric Bélanger
Date: Thursday, February 6, 2014 @ 17:24:39
  Author: eric
Revision: 105393

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 105392, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 16:24:17 UTC (rev 105392)
+++ PKGBUILD2014-02-06 16:24:39 UTC (rev 105393)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.02.04.1
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('44224d35b363f8ff33f3d04fe003c9641592ac00'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 105392, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-06 16:24:39 UTC (rev 105393)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.02.06.2
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('87c5fabdf3e2913aa69c62ea15df00e71c116bfc'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 17:51:08
  Author: andyrtr
Revision: 205525

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

Added:
  apr-util/repos/testing-i686/
  apr-util/repos/testing-i686/PKGBUILD
(from rev 205524, apr-util/trunk/PKGBUILD)
  apr-util/repos/testing-x86_64/
  apr-util/repos/testing-x86_64/PKGBUILD
(from rev 205524, apr-util/trunk/PKGBUILD)

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

Copied: apr-util/repos/testing-i686/PKGBUILD (from rev 205524, 
apr-util/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-06 16:51:08 UTC (rev 205525)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr-util
+pkgver=1.5.3
+pkgrel=2
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('apr' 'gdbm' 'expat' 'libldap' 'unixodbc')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc})
+md5sums=('6f3417691c7a27090f36e7cf4d94b36e'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/apr-util-${pkgver}
+  ./configure --prefix=/usr --with-apr=/usr \
+--with-ldap \
+--with-gdbm=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make -j1 check
+}
+
+package() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: apr-util/repos/testing-x86_64/PKGBUILD (from rev 205524, 
apr-util/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-06 16:51:08 UTC (rev 205525)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr-util
+pkgver=1.5.3
+pkgrel=2
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('apr' 'gdbm' 'expat' 'libldap' 'unixodbc')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc})
+md5sums=('6f3417691c7a27090f36e7cf4d94b36e'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/apr-util-${pkgver}
+  ./configure --prefix=/usr --with-apr=/usr \
+--with-ldap \
+--with-gdbm=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make -j1 check
+}
+
+package() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 17:50:53
  Author: andyrtr
Revision: 205524

upgpkg: apr-util 1.5.3-2

drop support for BerkeleyDB

Modified:
  apr-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 16:23:04 UTC (rev 205523)
+++ PKGBUILD2014-02-06 16:50:53 UTC (rev 205524)
@@ -4,11 +4,11 @@
 
 pkgname=apr-util
 pkgver=1.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc=The Apache Portable Runtime
 arch=('i686' 'x86_64')
 url=http://apr.apache.org/;
-depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+depends=('apr' 'gdbm' 'expat' 'libldap' 'unixodbc')
 license=('APACHE')
 source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc})
 md5sums=('6f3417691c7a27090f36e7cf4d94b36e'
@@ -17,8 +17,8 @@
 build() {
   cd ${srcdir}/apr-util-${pkgver}
   ./configure --prefix=/usr --with-apr=/usr \
---without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
---with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+--with-ldap \
+--with-gdbm=/usr
   make
 }
 



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

2014-02-06 Thread Jaroslav Lichtblau
Date: Thursday, February 6, 2014 @ 18:52:35
  Author: jlichtblau
Revision: 105394

upgpkg: yaz 5.0.12-1

Modified:
  yaz/trunk/PKGBUILD
  yaz/trunk/yaz.changelog

---+
 PKGBUILD  |3 ++-
 yaz.changelog |3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 16:24:39 UTC (rev 105393)
+++ PKGBUILD2014-02-06 17:52:35 UTC (rev 105394)
@@ -7,7 +7,7 @@
 # Contributor: Robert Emil Berge filokte...@linuxophic.org
 
 pkgname=yaz
-pkgver=5.0.9
+pkgver=5.0.12
 pkgrel=1
 pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
 arch=('i686' 'x86_64')
@@ -34,3 +34,4 @@
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
+sha256sums=('4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e')

Modified: yaz.changelog
===
--- yaz.changelog   2014-02-06 16:24:39 UTC (rev 105393)
+++ yaz.changelog   2014-02-06 17:52:35 UTC (rev 105394)
@@ -1,3 +1,6 @@
+2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.12-1
+
 2013-10-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* yaz 5.0.9-1
 



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

2014-02-06 Thread Jaroslav Lichtblau
Date: Thursday, February 6, 2014 @ 18:52:44
  Author: jlichtblau
Revision: 105395

archrelease: copy trunk to community-x86_64

Added:
  yaz/repos/community-x86_64/PKGBUILD
(from rev 105394, yaz/trunk/PKGBUILD)
  yaz/repos/community-x86_64/yaz.changelog
(from rev 105394, yaz/trunk/yaz.changelog)
Deleted:
  yaz/repos/community-x86_64/PKGBUILD
  yaz/repos/community-x86_64/yaz.changelog

---+
 PKGBUILD  |   73 
 yaz.changelog |   25 ++-
 2 files changed, 51 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 17:52:35 UTC (rev 105394)
+++ PKGBUILD2014-02-06 17:52:44 UTC (rev 105395)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-
-pkgname=yaz
-pkgver=5.0.9
-pkgrel=1
-pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
-arch=('i686' 'x86_64')
-url=http://www.indexdata.dk/yaz;
-license=('BSD')
-depends=('openssl' 'libxslt' 'icu')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('bf84f42cd442564bb911e869033c876c7ff561e203ae35504b8ca64f8575a8eb')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --enable-shared=yaz \
-  --with-openssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-x86_64/PKGBUILD (from rev 105394, 
yaz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-06 17:52:44 UTC (rev 105395)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.0.12
+pkgrel=1
+pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
+arch=('i686' 'x86_64')
+url=http://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('openssl' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('bf84f42cd442564bb911e869033c876c7ff561e203ae35504b8ca64f8575a8eb')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+sha256sums=('4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e')

Deleted: yaz.changelog
===
--- yaz.changelog   2014-02-06 17:52:35 UTC (rev 105394)
+++ yaz.changelog   2014-02-06 17:52:44 UTC (rev 105395)
@@ -1,11 +0,0 @@
-2013-10-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 5.0.9-1
-
-2013-10-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 5.0.1-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 4.2.54-1
-
-2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 4.2.49-1

Copied: yaz/repos/community-x86_64/yaz.changelog (from rev 105394, 
yaz/trunk/yaz.changelog)
===
--- yaz.changelog   (rev 0)
+++ yaz.changelog   2014-02-06 17:52:44 UTC (rev 105395)
@@ -0,0 +1,14 @@
+2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.49-1



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

2014-02-06 Thread Jaroslav Lichtblau
Date: Thursday, February 6, 2014 @ 18:59:53
  Author: jlichtblau
Revision: 105397

upgpkg: yaz 5.0.12-1

Modified:
  yaz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 17:59:17 UTC (rev 105396)
+++ PKGBUILD2014-02-06 17:59:53 UTC (rev 105397)
@@ -16,7 +16,7 @@
 depends=('openssl' 'libxslt' 'icu')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('bf84f42cd442564bb911e869033c876c7ff561e203ae35504b8ca64f8575a8eb')
+sha256sums=('4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
@@ -34,4 +34,3 @@
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
-sha256sums=('4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e')



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

2014-02-06 Thread Jaroslav Lichtblau
Date: Thursday, February 6, 2014 @ 19:00:05
  Author: jlichtblau
Revision: 105398

archrelease: copy trunk to community-i686

Added:
  yaz/repos/community-i686/PKGBUILD
(from rev 105397, yaz/trunk/PKGBUILD)
  yaz/repos/community-i686/yaz.changelog
(from rev 105397, yaz/trunk/yaz.changelog)
Deleted:
  yaz/repos/community-i686/PKGBUILD
  yaz/repos/community-i686/yaz.changelog

---+
 PKGBUILD  |   73 +++-
 yaz.changelog |   28 ++---
 2 files changed, 50 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 17:59:53 UTC (rev 105397)
+++ PKGBUILD2014-02-06 18:00:05 UTC (rev 105398)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-
-pkgname=yaz
-pkgver=5.0.12
-pkgrel=1
-pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
-arch=('i686' 'x86_64')
-url=http://www.indexdata.dk/yaz;
-license=('BSD')
-depends=('openssl' 'libxslt' 'icu')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('bf84f42cd442564bb911e869033c876c7ff561e203ae35504b8ca64f8575a8eb')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --enable-shared=yaz \
-  --with-openssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-sha256sums=('4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e')

Copied: yaz/repos/community-i686/PKGBUILD (from rev 105397, yaz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-06 18:00:05 UTC (rev 105398)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.0.12
+pkgrel=1
+pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
+arch=('i686' 'x86_64')
+url=http://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('openssl' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: yaz.changelog
===
--- yaz.changelog   2014-02-06 17:59:53 UTC (rev 105397)
+++ yaz.changelog   2014-02-06 18:00:05 UTC (rev 105398)
@@ -1,14 +0,0 @@
-2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 5.0.12-1
-
-2013-10-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 5.0.9-1
-
-2013-10-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 5.0.1-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 4.2.54-1
-
-2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 4.2.49-1

Copied: yaz/repos/community-i686/yaz.changelog (from rev 105397, 
yaz/trunk/yaz.changelog)
===
--- yaz.changelog   (rev 0)
+++ yaz.changelog   2014-02-06 18:00:05 UTC (rev 105398)
@@ -0,0 +1,14 @@
+2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.49-1



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

2014-02-06 Thread Jaroslav Lichtblau
Date: Thursday, February 6, 2014 @ 18:59:17
  Author: jlichtblau
Revision: 105396

archrelease: copy trunk to community-i686

Added:
  yaz/repos/community-i686/PKGBUILD
(from rev 105395, yaz/trunk/PKGBUILD)
  yaz/repos/community-i686/yaz.changelog
(from rev 105395, yaz/trunk/yaz.changelog)
Deleted:
  yaz/repos/community-i686/PKGBUILD
  yaz/repos/community-i686/yaz.changelog

---+
 PKGBUILD  |   73 
 yaz.changelog |   25 ++-
 2 files changed, 51 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 17:52:44 UTC (rev 105395)
+++ PKGBUILD2014-02-06 17:59:17 UTC (rev 105396)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-
-pkgname=yaz
-pkgver=5.0.9
-pkgrel=1
-pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
-arch=('i686' 'x86_64')
-url=http://www.indexdata.dk/yaz;
-license=('BSD')
-depends=('openssl' 'libxslt' 'icu')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('bf84f42cd442564bb911e869033c876c7ff561e203ae35504b8ca64f8575a8eb')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --enable-shared=yaz \
-  --with-openssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-i686/PKGBUILD (from rev 105395, yaz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-06 17:59:17 UTC (rev 105396)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.0.12
+pkgrel=1
+pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
+arch=('i686' 'x86_64')
+url=http://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('openssl' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('bf84f42cd442564bb911e869033c876c7ff561e203ae35504b8ca64f8575a8eb')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+sha256sums=('4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e')

Deleted: yaz.changelog
===
--- yaz.changelog   2014-02-06 17:52:44 UTC (rev 105395)
+++ yaz.changelog   2014-02-06 17:59:17 UTC (rev 105396)
@@ -1,11 +0,0 @@
-2013-10-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 5.0.9-1
-
-2013-10-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 5.0.1-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 4.2.54-1
-
-2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 4.2.49-1

Copied: yaz/repos/community-i686/yaz.changelog (from rev 105395, 
yaz/trunk/yaz.changelog)
===
--- yaz.changelog   (rev 0)
+++ yaz.changelog   2014-02-06 17:59:17 UTC (rev 105396)
@@ -0,0 +1,14 @@
+2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.49-1



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

2014-02-06 Thread Jaroslav Lichtblau
Date: Thursday, February 6, 2014 @ 19:08:06
  Author: jlichtblau
Revision: 105399

upgpkg: sleuthkit 4.1.3-1

Modified:
  sleuthkit/trunk/PKGBUILD
  sleuthkit/trunk/sleuthkit.changelog

-+
 PKGBUILD|6 +++---
 sleuthkit.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 18:00:05 UTC (rev 105398)
+++ PKGBUILD2014-02-06 18:08:06 UTC (rev 105399)
@@ -3,8 +3,8 @@
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 
 pkgname=sleuthkit
-pkgver=4.1.2
-pkgrel=2
+pkgver=4.1.3
+pkgrel=1
 pkgdesc='File system and media management forensic analysis tools'
 arch=('i686' 'x86_64')
 url='http://www.sleuthkit.org/sleuthkit'
@@ -12,7 +12,7 @@
 depends=('perl')
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('58253b35c016083558fb581308f4a3baf884229de89eb84ddbfb977ed56600d3')
+sha256sums=('67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: sleuthkit.changelog
===
--- sleuthkit.changelog 2014-02-06 18:00:05 UTC (rev 105398)
+++ sleuthkit.changelog 2014-02-06 18:08:06 UTC (rev 105399)
@@ -1,3 +1,6 @@
+2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.1.3-1
+
 2013-12-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* sleuthkit 4.1.2-2 static library removed
 



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

2014-02-06 Thread Jaroslav Lichtblau
Date: Thursday, February 6, 2014 @ 19:08:16
  Author: jlichtblau
Revision: 105400

archrelease: copy trunk to community-x86_64

Added:
  sleuthkit/repos/community-x86_64/PKGBUILD
(from rev 105399, sleuthkit/trunk/PKGBUILD)
  sleuthkit/repos/community-x86_64/sleuthkit.changelog
(from rev 105399, sleuthkit/trunk/sleuthkit.changelog)
Deleted:
  sleuthkit/repos/community-x86_64/PKGBUILD
  sleuthkit/repos/community-x86_64/sleuthkit.changelog

-+
 PKGBUILD|   64 +-
 sleuthkit.changelog |   31 +---
 2 files changed, 49 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 18:08:06 UTC (rev 105399)
+++ PKGBUILD2014-02-06 18:08:16 UTC (rev 105400)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=sleuthkit
-pkgver=4.1.2
-pkgrel=2
-pkgdesc='File system and media management forensic analysis tools'
-arch=('i686' 'x86_64')
-url='http://www.sleuthkit.org/sleuthkit'
-license=('GPL2' 'CPL' 'custom:IBM Public Licence')
-depends=('perl')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('58253b35c016083558fb581308f4a3baf884229de89eb84ddbfb977ed56600d3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # licenses
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-x86_64/PKGBUILD (from rev 105399, 
sleuthkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-06 18:08:16 UTC (rev 105400)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=sleuthkit
+pkgver=4.1.3
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('i686' 'x86_64')
+url='http://www.sleuthkit.org/sleuthkit'
+license=('GPL2' 'CPL' 'custom:IBM Public Licence')
+depends=('perl')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # licenses
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: sleuthkit.changelog
===
--- sleuthkit.changelog 2014-02-06 18:08:06 UTC (rev 105399)
+++ sleuthkit.changelog 2014-02-06 18:08:16 UTC (rev 105400)
@@ -1,14 +0,0 @@
-2013-12-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.2-1
-
-2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.0.2-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 3.2.3-1

Copied: sleuthkit/repos/community-x86_64/sleuthkit.changelog (from rev 105399, 
sleuthkit/trunk/sleuthkit.changelog)
===
--- sleuthkit.changelog (rev 0)
+++ sleuthkit.changelog 2014-02-06 18:08:16 UTC (rev 105400)
@@ -0,0 +1,17 @@
+2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.1.3-1
+
+2013-12-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.1.2-2 static library removed
+
+2013-10-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.1.2-1
+
+2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.0.2-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.0.1-1
+
+2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 3.2.3-1



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

2014-02-06 Thread Eric Bélanger
Date: Thursday, February 6, 2014 @ 19:29:42
  Author: eric
Revision: 205526

upgpkg: fvwm-crystal 3.3.1-1

Upstream update, Add xdg-user-dirs depends

Modified:
  fvwm-crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 16:51:08 UTC (rev 205525)
+++ PKGBUILD2014-02-06 18:29:42 UTC (rev 205526)
@@ -2,16 +2,16 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=fvwm-crystal
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc=Transparent Themes for fvwm
 arch=('any')
 url=http://fvwm-crystal.sourceforge.net/;
 license=('GPL')
-depends=('fvwm' 'imagemagick' 'python2' 'hsetroot' 'trayer')
+depends=('fvwm' 'imagemagick' 'python2' 'hsetroot' 'trayer' 'xdg-user-dirs')
 options=('!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('5181a57c64ff36bd2aece16dab60024954db0f1a')
+sha1sums=('044d0217ca03cd0f6e36a333dca6cfa124087866')
 
 package() {
   cd ${pkgname}-${pkgver}



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

2014-02-06 Thread Eric Bélanger
Date: Thursday, February 6, 2014 @ 19:30:11
  Author: eric
Revision: 205527

archrelease: copy trunk to extra-any

Added:
  fvwm-crystal/repos/extra-any/PKGBUILD
(from rev 205526, fvwm-crystal/trunk/PKGBUILD)
Deleted:
  fvwm-crystal/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   38 +++---
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 18:29:42 UTC (rev 205526)
+++ PKGBUILD2014-02-06 18:30:11 UTC (rev 205527)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fvwm-crystal
-pkgver=3.3.0
-pkgrel=1
-pkgdesc=Transparent Themes for fvwm
-arch=('any')
-url=http://fvwm-crystal.sourceforge.net/;
-license=('GPL')
-depends=('fvwm' 'imagemagick' 'python2' 'hsetroot' 'trayer')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('5181a57c64ff36bd2aece16dab60024954db0f1a')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} prefix=/usr install
-}

Copied: fvwm-crystal/repos/extra-any/PKGBUILD (from rev 205526, 
fvwm-crystal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-06 18:30:11 UTC (rev 205527)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fvwm-crystal
+pkgver=3.3.1
+pkgrel=1
+pkgdesc=Transparent Themes for fvwm
+arch=('any')
+url=http://fvwm-crystal.sourceforge.net/;
+license=('GPL')
+depends=('fvwm' 'imagemagick' 'python2' 'hsetroot' 'trayer' 'xdg-user-dirs')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('044d0217ca03cd0f6e36a333dca6cfa124087866')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} prefix=/usr install
+}



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

2014-02-06 Thread Jaroslav Lichtblau
Date: Thursday, February 6, 2014 @ 19:32:38
  Author: jlichtblau
Revision: 105401

archrelease: copy trunk to community-i686

Added:
  sleuthkit/repos/community-i686/PKGBUILD
(from rev 105400, sleuthkit/trunk/PKGBUILD)
  sleuthkit/repos/community-i686/sleuthkit.changelog
(from rev 105400, sleuthkit/trunk/sleuthkit.changelog)
Deleted:
  sleuthkit/repos/community-i686/PKGBUILD
  sleuthkit/repos/community-i686/sleuthkit.changelog

-+
 PKGBUILD|   64 +-
 sleuthkit.changelog |   31 +---
 2 files changed, 49 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 18:08:16 UTC (rev 105400)
+++ PKGBUILD2014-02-06 18:32:38 UTC (rev 105401)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=sleuthkit
-pkgver=4.1.2
-pkgrel=2
-pkgdesc='File system and media management forensic analysis tools'
-arch=('i686' 'x86_64')
-url='http://www.sleuthkit.org/sleuthkit'
-license=('GPL2' 'CPL' 'custom:IBM Public Licence')
-depends=('perl')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('58253b35c016083558fb581308f4a3baf884229de89eb84ddbfb977ed56600d3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # licenses
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-i686/PKGBUILD (from rev 105400, 
sleuthkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-06 18:32:38 UTC (rev 105401)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=sleuthkit
+pkgver=4.1.3
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('i686' 'x86_64')
+url='http://www.sleuthkit.org/sleuthkit'
+license=('GPL2' 'CPL' 'custom:IBM Public Licence')
+depends=('perl')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # licenses
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: sleuthkit.changelog
===
--- sleuthkit.changelog 2014-02-06 18:08:16 UTC (rev 105400)
+++ sleuthkit.changelog 2014-02-06 18:32:38 UTC (rev 105401)
@@ -1,14 +0,0 @@
-2013-12-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.2-1
-
-2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.0.2-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 3.2.3-1

Copied: sleuthkit/repos/community-i686/sleuthkit.changelog (from rev 105400, 
sleuthkit/trunk/sleuthkit.changelog)
===
--- sleuthkit.changelog (rev 0)
+++ sleuthkit.changelog 2014-02-06 18:32:38 UTC (rev 105401)
@@ -0,0 +1,17 @@
+2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.1.3-1
+
+2013-12-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.1.2-2 static library removed
+
+2013-10-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.1.2-1
+
+2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.0.2-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.0.1-1
+
+2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 3.2.3-1



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

2014-02-06 Thread Dan McGee
Date: Thursday, February 6, 2014 @ 19:45:13
  Author: dan
Revision: 205528

upgpkg: git 1.8.5.4-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 18:30:11 UTC (rev 205527)
+++ PKGBUILD2014-02-06 18:45:13 UTC (rev 205528)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=1.8.5.3
+pkgver=1.8.5.4
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -107,6 +107,6 @@
   install -D -m 644 $srcdir/git-daemon.socket 
$pkgdir/usr/lib/systemd/system/git-daemon.socket
 }
 
-md5sums=('57b966065882f83ef5879620a1e329ca'
+md5sums=('25965b5973aae43848a4ba5ca91b6a52'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')



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

2014-02-06 Thread Dan McGee
Date: Thursday, February 6, 2014 @ 19:45:30
  Author: dan
Revision: 205529

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 205528, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 205528, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 205528, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 205528, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 205528, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 205528, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 205528, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 205528, 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|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-06 18:45:13 UTC (rev 205528)
+++ extra-i686/PKGBUILD 2014-02-06 18:45:30 UTC (rev 205529)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.5.3
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  # build failures with multiple jobs in check, not ideal...
-  jobs='-j1'
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2014-02-06 Thread Jaroslav Lichtblau
Date: Thursday, February 6, 2014 @ 20:27:08
  Author: jlichtblau
Revision: 105403

archrelease: copy trunk to community-x86_64

Added:
  shapelib/repos/community-x86_64/LICENSE
(from rev 105402, shapelib/trunk/LICENSE)
  shapelib/repos/community-x86_64/PKGBUILD
(from rev 105402, shapelib/trunk/PKGBUILD)
Deleted:
  shapelib/repos/community-x86_64/LICENSE
  shapelib/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   42 
 PKGBUILD |   79 ++---
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-02-06 19:26:59 UTC (rev 105402)
+++ LICENSE 2014-02-06 19:27:08 UTC (rev 105403)
@@ -1,21 +0,0 @@
-Copyright
-The source for the Shapefile C Library is (c) 1998 Frank Warmerdam, and 
released under the following conditions. The intent is that anyone can do 
anything with the code, but that I do not assume any liability, nor express any 
warranty for this code.
-
-As of Shapelib 1.2.6 the core portions of the library are made available under 
two possible licenses. The licensee can choose to use the code under either the 
Library GNU Public License (LGPL) described in LICENSE.LGPL or under the 
following MIT style license. Any files in the Shapelib distribution without 
explicit copyright license terms (such as this documentation, the Makefile and 
so forth) should be considered to have the following licensing terms. Some 
auxilary portions of Shapelib, notably some of the components in the contrib 
directory come under slightly different license restrictions. Check the source 
files that you are actually using for conditions.
-
-Default License Terms
-Copyright (c) 1999, Frank Warmerdam
-
-This software is available under the following MIT Style license, or at the 
option of the licensee under the LGPL (see LICENSE.LGPL). This option is 
discussed in more detail in shapelib.html.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the Software), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
-
-Shapelib Modifications
-I am pleased to receive bug fixes, and improvements for Shapelib. Unless the 
submissions indicate otherwise I will assume that changes submitted to me 
remain under the the above dual license terms. If changes are made to the 
library with the intention that those changes should be protected by the LGPL 
then I should be informed upon submission. Note that I will not generally 
incorporate changes into the core of Shapelib that are protected under the LGPL 
as this would effectively limit the whole file and distribution to LGPL terms.
-
-Opting for LGPL
-For licensee's opting to use Shapelib under LGPL as opposed to the MIT Style 
license above, and wishing to redistribute the software based on Shapelib, I 
would ask that all dual license modules be updated to indicate that only the 
LGPL (and not the MIT Style license) applies. This action represents opting for 
the LGPL, and thereafter LGPL terms apply to any redistribution and 
modification of the affected modules.

Copied: shapelib/repos/community-x86_64/LICENSE (from rev 105402, 
shapelib/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-02-06 19:27:08 UTC (rev 105403)
@@ -0,0 +1,21 @@
+Copyright
+The source for the Shapefile C Library is (c) 1998 Frank Warmerdam, and 
released under the following conditions. The intent is that anyone can do 
anything with the code, but that I do not assume any liability, nor express any 
warranty for this code.
+
+As of Shapelib 1.2.6 the core portions of the library are made available under 
two possible licenses. The licensee can choose to use the code under either the 
Library GNU Public License (LGPL) described in LICENSE.LGPL or under the 
following MIT style license. Any files in the Shapelib distribution without 
explicit copyright license terms (such as this documentation, the Makefile 

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

2014-02-06 Thread Jaroslav Lichtblau
Date: Thursday, February 6, 2014 @ 20:26:59
  Author: jlichtblau
Revision: 105402

upgpkg: shapelib 1.3.0-5

Modified:
  shapelib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 18:32:38 UTC (rev 105401)
+++ PKGBUILD2014-02-06 19:26:59 UTC (rev 105402)
@@ -5,11 +5,12 @@
 
 pkgname=shapelib
 pkgver=1.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc='simple C API for reading and writing ESRI Shapefiles'
 arch=('i686' 'x86_64')
 url='http://shapelib.maptools.org/'
 license=('LGPL' 'MIT')
+options=('staticlibs')
 source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz
 LICENSE)
 sha256sums=('23d474016158ab5077db2f599527631706ba5c0dc7c4178a6a1d685bb014f68f'
@@ -16,7 +17,7 @@
 '67e45b04045e27a9d6f64f92b295831b8739b32668ce497d3fa02999e349a789')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   
   sed -i -e s:'-fPIC':${CFLAGS} -fPIC: Makefile
   make lib
@@ -23,9 +24,9 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  install -dm755 $pkgdir/usr/{lib,include}
+  install -dm755 ${pkgdir}/usr/{lib,include}
 
   # Fix the broken makefile
   sed -i -e s:/usr/local:${pkgdir}/usr: Makefile
@@ -33,7 +34,7 @@
   make lib_install
   
   # Fix world readable bit not set
-  chmod 644 $pkgdir/usr/include/shapefil.h
+  chmod 644 ${pkgdir}/usr/include/shapefil.h
 
-  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-02-06 Thread Jaroslav Lichtblau
Date: Thursday, February 6, 2014 @ 20:27:58
  Author: jlichtblau
Revision: 105404

archrelease: copy trunk to community-i686

Added:
  shapelib/repos/community-i686/LICENSE
(from rev 105403, shapelib/trunk/LICENSE)
  shapelib/repos/community-i686/PKGBUILD
(from rev 105403, shapelib/trunk/PKGBUILD)
Deleted:
  shapelib/repos/community-i686/LICENSE
  shapelib/repos/community-i686/PKGBUILD

--+
 LICENSE  |   42 
 PKGBUILD |   79 ++---
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-02-06 19:27:08 UTC (rev 105403)
+++ LICENSE 2014-02-06 19:27:58 UTC (rev 105404)
@@ -1,21 +0,0 @@
-Copyright
-The source for the Shapefile C Library is (c) 1998 Frank Warmerdam, and 
released under the following conditions. The intent is that anyone can do 
anything with the code, but that I do not assume any liability, nor express any 
warranty for this code.
-
-As of Shapelib 1.2.6 the core portions of the library are made available under 
two possible licenses. The licensee can choose to use the code under either the 
Library GNU Public License (LGPL) described in LICENSE.LGPL or under the 
following MIT style license. Any files in the Shapelib distribution without 
explicit copyright license terms (such as this documentation, the Makefile and 
so forth) should be considered to have the following licensing terms. Some 
auxilary portions of Shapelib, notably some of the components in the contrib 
directory come under slightly different license restrictions. Check the source 
files that you are actually using for conditions.
-
-Default License Terms
-Copyright (c) 1999, Frank Warmerdam
-
-This software is available under the following MIT Style license, or at the 
option of the licensee under the LGPL (see LICENSE.LGPL). This option is 
discussed in more detail in shapelib.html.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the Software), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
-
-Shapelib Modifications
-I am pleased to receive bug fixes, and improvements for Shapelib. Unless the 
submissions indicate otherwise I will assume that changes submitted to me 
remain under the the above dual license terms. If changes are made to the 
library with the intention that those changes should be protected by the LGPL 
then I should be informed upon submission. Note that I will not generally 
incorporate changes into the core of Shapelib that are protected under the LGPL 
as this would effectively limit the whole file and distribution to LGPL terms.
-
-Opting for LGPL
-For licensee's opting to use Shapelib under LGPL as opposed to the MIT Style 
license above, and wishing to redistribute the software based on Shapelib, I 
would ask that all dual license modules be updated to indicate that only the 
LGPL (and not the MIT Style license) applies. This action represents opting for 
the LGPL, and thereafter LGPL terms apply to any redistribution and 
modification of the affected modules.

Copied: shapelib/repos/community-i686/LICENSE (from rev 105403, 
shapelib/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-02-06 19:27:58 UTC (rev 105404)
@@ -0,0 +1,21 @@
+Copyright
+The source for the Shapefile C Library is (c) 1998 Frank Warmerdam, and 
released under the following conditions. The intent is that anyone can do 
anything with the code, but that I do not assume any liability, nor express any 
warranty for this code.
+
+As of Shapelib 1.2.6 the core portions of the library are made available under 
two possible licenses. The licensee can choose to use the code under either the 
Library GNU Public License (LGPL) described in LICENSE.LGPL or under the 
following MIT style license. Any files in the Shapelib distribution without 
explicit copyright license terms (such as this documentation, the Makefile and 
so 

[arch-commits] Commit in cyrus-sasl/trunk (PKGBUILD cyrus-sasl-sql.patch)

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 20:29:10
  Author: andyrtr
Revision: 205530

upgpkg: cyrus-sasl 2.1.26-7

switch from BerkeleyDB to GDBM; fix sql linking, use sqlite v3

Added:
  cyrus-sasl/trunk/cyrus-sasl-sql.patch
Modified:
  cyrus-sasl/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 cyrus-sasl-sql.patch |   39 +++
 2 files changed, 51 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 18:45:30 UTC (rev 205529)
+++ PKGBUILD2014-02-06 19:29:10 UTC (rev 205530)
@@ -8,13 +8,13 @@
 pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
 #pkgname=libsasl
 pkgver=2.1.26
-pkgrel=6
+pkgrel=7
 pkgdesc=Cyrus Simple Authentication Service Layer (SASL) library
 arch=('i686' 'x86_64')
 url=http://cyrusimap.web.cmu.edu/;
 license=('custom')
 options=('!makeflags')
-makedepends=('postgresql-libs' 'libmariadbclient' 'libldap' 'krb5' 'openssl' 
'sqlite2')
+makedepends=('postgresql-libs' 'libmariadbclient' 'libldap' 'krb5' 'openssl' 
'sqlite')
 source=(ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${pkgver}.tar.gz
 cyrus-sasl-2.1.22-qa.patch
 cyrus-sasl-2.1.26-size_t.patch
@@ -26,7 +26,8 @@
 saslauthd.service
 saslauthd.conf.d
 tmpfiles.conf
-CVE-2013-4122.patch)
+CVE-2013-4122.patch
+cyrus-sasl-sql.patch)
 md5sums=('a7f4e5e559a0e37b3ffc438c9456e425'
  '79b8a5e8689989e2afd4b7bda595a7b1'
  'f45aa8c42b32e0569ab3d14a83485b37'
@@ -38,7 +39,8 @@
  '3499dcd610ad1ad58e0faffde2aa7a23'
  '49219af5641150edec288a3fdb65e7c1'
  '45bb0192d2f188066240b9a66ee6365f'
- 'c5f0ec88c584a75c14d7f402eaeed7ef')
+ 'c5f0ec88c584a75c14d7f402eaeed7ef'
+ '82c0f66fdc5c1145eb48ea9116c27931')
 
 prepare() {
   cd cyrus-sasl-$pkgver
@@ -50,6 +52,7 @@
   patch -Np1 -i ../0026_drop_krb5support_dependency.patch
   patch -Np1 -i ../0030-dont_use_la_files_for_opening_plugins.patch
   patch -Np1 -i ../CVE-2013-4122.patch
+  patch -Np0 -i ../cyrus-sasl-sql.patch
 
   sed 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.in
 }
@@ -100,11 +103,15 @@
   --enable-ntlm \
   --disable-passdss \
   --enable-sql \
+  --with-mysql \
+  --with-pgsql=/usr/lib \
+  --with-sqlite3=/usr/lib \
   --enable-ldapdb \
   --disable-macos-framework \
   --with-pam \
   --with-saslauthd=/var/run/saslauthd \
   --with-ldap \
+  --with-dblib=gdbm \
   --with-configdir=/etc/sasl2:/etc/sasl:/usr/lib/sasl2 \
   --sysconfdir=/etc \
   --with-devrandom=/dev/urandom
@@ -174,7 +181,7 @@
 
 package_cyrus-sasl-sql() {
   pkgdesc=SQL auxprop module for Cyrus SASL
-  depends=(libsasl=${pkgver} 'postgresql-libs' 'libmariadbclient' 'sqlite2')
+  depends=(libsasl=${pkgver} 'postgresql-libs' 'libmariadbclient' 'sqlite')
   replaces=('cyrus-sasl-plugins')
 
   cd cyrus-sasl-$pkgver/plugins

Added: cyrus-sasl-sql.patch
===
--- cyrus-sasl-sql.patch(rev 0)
+++ cyrus-sasl-sql.patch2014-02-06 19:29:10 UTC (rev 205530)
@@ -0,0 +1,39 @@
+--- configure.in   2012-10-12 16:05:48.0 +0200
 configure.in   2013-05-11 18:48:59.021848013 +0200
+@@ -861,9 +860,9 @@
+ notfound) AC_WARN([SQLite Library not found]); true;;
+ *)
+  if test -d ${with_sqlite}/lib; then
+- LIB_SQLITE=-L${with_sqlite}/lib -R${with_sqlite}/lib
++ LIB_SQLITE=-L${with_sqlite}/lib
+  else
+- LIB_SQLITE=-L${with_sqlite} -R${with_sqlite}
++ LIB_SQLITE=-L${with_sqlite}
+  fi
+ 
+  LIB_SQLITE_DIR=$LIB_SQLITE
+@@ -913,9 +912,9 @@
+ notfound) AC_WARN([SQLite3 Library not found]); true;;
+ *)
+  if test -d ${with_sqlite3}/lib; then
+- LIB_SQLITE3=-L${with_sqlite3}/lib -R${with_sqlite3}/lib
++ LIB_SQLITE3=-L${with_sqlite3}/lib
+  else
+- LIB_SQLITE3=-L${with_sqlite3} -R${with_sqlite3}
++ LIB_SQLITE3=-L${with_sqlite3}
+  fi
+ 
+  LIB_SQLITE3_DIR=$LIB_SQLITE3
+--- configure.in
 configure.in
+@@ -674,7 +674,9 @@
+  LIB_PGSQL_DIR=$LIB_PGSQL
+  LIB_PGSQL=$LIB_PGSQL -lpq
+ 
+- if test -d ${with_pgsql}/include/pgsql; then
++ if test -d ${with_pgsql}/include/postgresql/pgsql; then
++ CPPFLAGS=${CPPFLAGS} -I${with_pgsql}/include/postgresql/pgsql
++ elif test -d ${with_pgsql}/include/pgsql; then
+  CPPFLAGS=${CPPFLAGS} -I${with_pgsql}/include/pgsql
+  elif test -d ${with_pgsql}/pgsql/include; then
+  CPPFLAGS=${CPPFLAGS} -I${with_pgsql}/pgsql/include



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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 20:29:56
  Author: andyrtr
Revision: 205531

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

Added:
  cyrus-sasl/repos/testing-i686/
  cyrus-sasl/repos/testing-i686/0010_maintainer_mode.patch
(from rev 205530, cyrus-sasl/trunk/0010_maintainer_mode.patch)
  cyrus-sasl/repos/testing-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 205530, cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/testing-i686/0025_ld_as_needed.patch
(from rev 205530, cyrus-sasl/trunk/0025_ld_as_needed.patch)
  cyrus-sasl/repos/testing-i686/0026_drop_krb5support_dependency.patch
(from rev 205530, cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch)
  cyrus-sasl/repos/testing-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 205530, 
cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/testing-i686/CVE-2013-4122.patch
(from rev 205530, cyrus-sasl/trunk/CVE-2013-4122.patch)
  cyrus-sasl/repos/testing-i686/PKGBUILD
(from rev 205530, cyrus-sasl/trunk/PKGBUILD)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 205530, cyrus-sasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 205530, cyrus-sasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.26-size_t.patch
(from rev 205530, cyrus-sasl/trunk/cyrus-sasl-2.1.26-size_t.patch)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-sql.patch
(from rev 205530, cyrus-sasl/trunk/cyrus-sasl-sql.patch)
  cyrus-sasl/repos/testing-i686/saslauthd.conf.d
(from rev 205530, cyrus-sasl/trunk/saslauthd.conf.d)
  cyrus-sasl/repos/testing-i686/saslauthd.service
(from rev 205530, cyrus-sasl/trunk/saslauthd.service)
  cyrus-sasl/repos/testing-i686/tmpfiles.conf
(from rev 205530, cyrus-sasl/trunk/tmpfiles.conf)
  cyrus-sasl/repos/testing-x86_64/
  cyrus-sasl/repos/testing-x86_64/0010_maintainer_mode.patch
(from rev 205530, cyrus-sasl/trunk/0010_maintainer_mode.patch)
  cyrus-sasl/repos/testing-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 205530, cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/testing-x86_64/0025_ld_as_needed.patch
(from rev 205530, cyrus-sasl/trunk/0025_ld_as_needed.patch)
  cyrus-sasl/repos/testing-x86_64/0026_drop_krb5support_dependency.patch
(from rev 205530, cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch)
  
cyrus-sasl/repos/testing-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 205530, 
cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/testing-x86_64/CVE-2013-4122.patch
(from rev 205530, cyrus-sasl/trunk/CVE-2013-4122.patch)
  cyrus-sasl/repos/testing-x86_64/PKGBUILD
(from rev 205530, cyrus-sasl/trunk/PKGBUILD)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.22-as-needed.patch
(from rev 205530, cyrus-sasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.22-qa.patch
(from rev 205530, cyrus-sasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.26-size_t.patch
(from rev 205530, cyrus-sasl/trunk/cyrus-sasl-2.1.26-size_t.patch)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-sql.patch
(from rev 205530, cyrus-sasl/trunk/cyrus-sasl-sql.patch)
  cyrus-sasl/repos/testing-x86_64/saslauthd.conf.d
(from rev 205530, cyrus-sasl/trunk/saslauthd.conf.d)
  cyrus-sasl/repos/testing-x86_64/saslauthd.service
(from rev 205530, cyrus-sasl/trunk/saslauthd.service)
  cyrus-sasl/repos/testing-x86_64/tmpfiles.conf
(from rev 205530, cyrus-sasl/trunk/tmpfiles.conf)

-+
 testing-i686/0010_maintainer_mode.patch |   19 
 testing-i686/0011_saslauthd_ac_prog_libtool.patch   |   15 
 testing-i686/0025_ld_as_needed.patch|   27 +
 testing-i686/0026_drop_krb5support_dependency.patch |   14 
 testing-i686/0030-dont_use_la_files_for_opening_plugins.patch   |  134 ++
 testing-i686/CVE-2013-4122.patch|  116 ++
 testing-i686/PKGBUILD   |  193 
++
 testing-i686/cyrus-sasl-2.1.22-as-needed.patch  |   11 
 testing-i686/cyrus-sasl-2.1.22-qa.patch |   22 +
 testing-i686/cyrus-sasl-2.1.26-size_t.patch |   11 
 testing-i686/cyrus-sasl-sql.patch   |   39 ++
 testing-i686/saslauthd.conf.d   |1 
 testing-i686/saslauthd.service  |   11 
 testing-i686/tmpfiles.conf  |1 
 testing-x86_64/0010_maintainer_mode.patch   |   19 
 testing-x86_64/0011_saslauthd_ac_prog_libtool.patch |   15 
 

[arch-commits] Commit in libsasl/trunk (PKGBUILD cyrus-sasl-sql.patch)

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 20:31:43
  Author: andyrtr
Revision: 205532

upgpkg: libsasl 2.1.26-7

switch from BerkeleyDB to GDBM; fix sql linking, use sqlite v3

Added:
  libsasl/trunk/cyrus-sasl-sql.patch
Modified:
  libsasl/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 cyrus-sasl-sql.patch |   39 +++
 2 files changed, 51 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 19:29:56 UTC (rev 205531)
+++ PKGBUILD2014-02-06 19:31:43 UTC (rev 205532)
@@ -8,13 +8,13 @@
 #pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
 pkgname=libsasl
 pkgver=2.1.26
-pkgrel=6
+pkgrel=7
 pkgdesc=Cyrus Simple Authentication Service Layer (SASL) library
 arch=('i686' 'x86_64')
 url=http://cyrusimap.web.cmu.edu/;
 license=('custom')
 options=('!makeflags')
-makedepends=('postgresql-libs' 'libmariadbclient' 'libldap' 'krb5' 'openssl' 
'sqlite2')
+makedepends=('postgresql-libs' 'libmariadbclient' 'libldap' 'krb5' 'openssl' 
'sqlite')
 source=(ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${pkgver}.tar.gz
 cyrus-sasl-2.1.22-qa.patch
 cyrus-sasl-2.1.26-size_t.patch
@@ -26,7 +26,8 @@
 saslauthd.service
 saslauthd.conf.d
 tmpfiles.conf
-CVE-2013-4122.patch)
+CVE-2013-4122.patch
+cyrus-sasl-sql.patch)
 md5sums=('a7f4e5e559a0e37b3ffc438c9456e425'
  '79b8a5e8689989e2afd4b7bda595a7b1'
  'f45aa8c42b32e0569ab3d14a83485b37'
@@ -38,7 +39,8 @@
  '3499dcd610ad1ad58e0faffde2aa7a23'
  '49219af5641150edec288a3fdb65e7c1'
  '45bb0192d2f188066240b9a66ee6365f'
- 'c5f0ec88c584a75c14d7f402eaeed7ef')
+ 'c5f0ec88c584a75c14d7f402eaeed7ef'
+ '82c0f66fdc5c1145eb48ea9116c27931')
 
 prepare() {
   cd cyrus-sasl-$pkgver
@@ -50,6 +52,7 @@
   patch -Np1 -i ../0026_drop_krb5support_dependency.patch
   patch -Np1 -i ../0030-dont_use_la_files_for_opening_plugins.patch
   patch -Np1 -i ../CVE-2013-4122.patch
+  patch -Np0 -i ../cyrus-sasl-sql.patch
 
   sed 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.in
 }
@@ -100,11 +103,15 @@
   --enable-ntlm \
   --disable-passdss \
   --enable-sql \
+  --with-mysql \
+  --with-pgsql=/usr/lib \
+  --with-sqlite3=/usr/lib \
   --enable-ldapdb \
   --disable-macos-framework \
   --with-pam \
   --with-saslauthd=/var/run/saslauthd \
   --with-ldap \
+  --with-dblib=gdbm \
   --with-configdir=/etc/sasl2:/etc/sasl:/usr/lib/sasl2 \
   --sysconfdir=/etc \
   --with-devrandom=/dev/urandom
@@ -174,7 +181,7 @@
 
 package_cyrus-sasl-sql() {
   pkgdesc=SQL auxprop module for Cyrus SASL
-  depends=(libsasl=${pkgver} 'postgresql-libs' 'libmariadbclient' 'sqlite2')
+  depends=(libsasl=${pkgver} 'postgresql-libs' 'libmariadbclient' 'sqlite')
   replaces=('cyrus-sasl-plugins')
 
   cd cyrus-sasl-$pkgver/plugins

Added: cyrus-sasl-sql.patch
===
--- cyrus-sasl-sql.patch(rev 0)
+++ cyrus-sasl-sql.patch2014-02-06 19:31:43 UTC (rev 205532)
@@ -0,0 +1,39 @@
+--- configure.in   2012-10-12 16:05:48.0 +0200
 configure.in   2013-05-11 18:48:59.021848013 +0200
+@@ -861,9 +860,9 @@
+ notfound) AC_WARN([SQLite Library not found]); true;;
+ *)
+  if test -d ${with_sqlite}/lib; then
+- LIB_SQLITE=-L${with_sqlite}/lib -R${with_sqlite}/lib
++ LIB_SQLITE=-L${with_sqlite}/lib
+  else
+- LIB_SQLITE=-L${with_sqlite} -R${with_sqlite}
++ LIB_SQLITE=-L${with_sqlite}
+  fi
+ 
+  LIB_SQLITE_DIR=$LIB_SQLITE
+@@ -913,9 +912,9 @@
+ notfound) AC_WARN([SQLite3 Library not found]); true;;
+ *)
+  if test -d ${with_sqlite3}/lib; then
+- LIB_SQLITE3=-L${with_sqlite3}/lib -R${with_sqlite3}/lib
++ LIB_SQLITE3=-L${with_sqlite3}/lib
+  else
+- LIB_SQLITE3=-L${with_sqlite3} -R${with_sqlite3}
++ LIB_SQLITE3=-L${with_sqlite3}
+  fi
+ 
+  LIB_SQLITE3_DIR=$LIB_SQLITE3
+--- configure.in
 configure.in
+@@ -674,7 +674,9 @@
+  LIB_PGSQL_DIR=$LIB_PGSQL
+  LIB_PGSQL=$LIB_PGSQL -lpq
+ 
+- if test -d ${with_pgsql}/include/pgsql; then
++ if test -d ${with_pgsql}/include/postgresql/pgsql; then
++ CPPFLAGS=${CPPFLAGS} -I${with_pgsql}/include/postgresql/pgsql
++ elif test -d ${with_pgsql}/include/pgsql; then
+  CPPFLAGS=${CPPFLAGS} -I${with_pgsql}/include/pgsql
+  elif test -d ${with_pgsql}/pgsql/include; then
+  CPPFLAGS=${CPPFLAGS} -I${with_pgsql}/pgsql/include



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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 20:32:21
  Author: andyrtr
Revision: 205533

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

Added:
  libsasl/repos/testing-i686/
  libsasl/repos/testing-i686/0010_maintainer_mode.patch
(from rev 205532, libsasl/trunk/0010_maintainer_mode.patch)
  libsasl/repos/testing-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 205532, libsasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  libsasl/repos/testing-i686/0025_ld_as_needed.patch
(from rev 205532, libsasl/trunk/0025_ld_as_needed.patch)
  libsasl/repos/testing-i686/0026_drop_krb5support_dependency.patch
(from rev 205532, libsasl/trunk/0026_drop_krb5support_dependency.patch)
  libsasl/repos/testing-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 205532, 
libsasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  libsasl/repos/testing-i686/CVE-2013-4122.patch
(from rev 205532, libsasl/trunk/CVE-2013-4122.patch)
  libsasl/repos/testing-i686/PKGBUILD
(from rev 205532, libsasl/trunk/PKGBUILD)
  libsasl/repos/testing-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 205532, libsasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  libsasl/repos/testing-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 205532, libsasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  libsasl/repos/testing-i686/cyrus-sasl-2.1.26-size_t.patch
(from rev 205532, libsasl/trunk/cyrus-sasl-2.1.26-size_t.patch)
  libsasl/repos/testing-i686/cyrus-sasl-sql.patch
(from rev 205532, libsasl/trunk/cyrus-sasl-sql.patch)
  libsasl/repos/testing-i686/saslauthd.conf.d
(from rev 205532, libsasl/trunk/saslauthd.conf.d)
  libsasl/repos/testing-i686/saslauthd.service
(from rev 205532, libsasl/trunk/saslauthd.service)
  libsasl/repos/testing-i686/tmpfiles.conf
(from rev 205532, libsasl/trunk/tmpfiles.conf)
  libsasl/repos/testing-x86_64/
  libsasl/repos/testing-x86_64/0010_maintainer_mode.patch
(from rev 205532, libsasl/trunk/0010_maintainer_mode.patch)
  libsasl/repos/testing-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 205532, libsasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  libsasl/repos/testing-x86_64/0025_ld_as_needed.patch
(from rev 205532, libsasl/trunk/0025_ld_as_needed.patch)
  libsasl/repos/testing-x86_64/0026_drop_krb5support_dependency.patch
(from rev 205532, libsasl/trunk/0026_drop_krb5support_dependency.patch)
  libsasl/repos/testing-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 205532, 
libsasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  libsasl/repos/testing-x86_64/CVE-2013-4122.patch
(from rev 205532, libsasl/trunk/CVE-2013-4122.patch)
  libsasl/repos/testing-x86_64/PKGBUILD
(from rev 205532, libsasl/trunk/PKGBUILD)
  libsasl/repos/testing-x86_64/cyrus-sasl-2.1.22-as-needed.patch
(from rev 205532, libsasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  libsasl/repos/testing-x86_64/cyrus-sasl-2.1.22-qa.patch
(from rev 205532, libsasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  libsasl/repos/testing-x86_64/cyrus-sasl-2.1.26-size_t.patch
(from rev 205532, libsasl/trunk/cyrus-sasl-2.1.26-size_t.patch)
  libsasl/repos/testing-x86_64/cyrus-sasl-sql.patch
(from rev 205532, libsasl/trunk/cyrus-sasl-sql.patch)
  libsasl/repos/testing-x86_64/saslauthd.conf.d
(from rev 205532, libsasl/trunk/saslauthd.conf.d)
  libsasl/repos/testing-x86_64/saslauthd.service
(from rev 205532, libsasl/trunk/saslauthd.service)
  libsasl/repos/testing-x86_64/tmpfiles.conf
(from rev 205532, libsasl/trunk/tmpfiles.conf)

-+
 testing-i686/0010_maintainer_mode.patch |   19 
 testing-i686/0011_saslauthd_ac_prog_libtool.patch   |   15 
 testing-i686/0025_ld_as_needed.patch|   27 +
 testing-i686/0026_drop_krb5support_dependency.patch |   14 
 testing-i686/0030-dont_use_la_files_for_opening_plugins.patch   |  134 ++
 testing-i686/CVE-2013-4122.patch|  116 ++
 testing-i686/PKGBUILD   |  193 
++
 testing-i686/cyrus-sasl-2.1.22-as-needed.patch  |   11 
 testing-i686/cyrus-sasl-2.1.22-qa.patch |   22 +
 testing-i686/cyrus-sasl-2.1.26-size_t.patch |   11 
 testing-i686/cyrus-sasl-sql.patch   |   39 ++
 testing-i686/saslauthd.conf.d   |1 
 testing-i686/saslauthd.service  |   11 
 testing-i686/tmpfiles.conf  |1 
 testing-x86_64/0010_maintainer_mode.patch   |   19 
 testing-x86_64/0011_saslauthd_ac_prog_libtool.patch |   15 
 testing-x86_64/0025_ld_as_needed.patch  |   27 +
 testing-x86_64/0026_drop_krb5support_dependency.patch   |   14 
 

[arch-commits] Commit in moc/trunk (PKGBUILD moc-ffmpeg.patch)

2014-02-06 Thread Eric Bélanger
Date: Thursday, February 6, 2014 @ 20:58:04
  Author: eric
Revision: 205534

upgpkg: moc 1:2.5.0beta2-1

Upstream update, Remove unneeded popt depends, Remove old patch

Modified:
  moc/trunk/PKGBUILD
Deleted:
  moc/trunk/moc-ffmpeg.patch

--+
 PKGBUILD |   33 +--
 moc-ffmpeg.patch |  557 -
 2 files changed, 13 insertions(+), 577 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 19:32:21 UTC (rev 205533)
+++ PKGBUILD2014-02-06 19:58:04 UTC (rev 205534)
@@ -2,27 +2,25 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=moc
-pkgver=2.5beta1
-pkgrel=5
+pkgver=2.5.0beta2
+pkgrel=1
 epoch=1
 pkgdesc=An ncurses console audio player designed to be powerful and easy to 
use
 arch=('i686' 'x86_64')
 url=http://moc.daper.net/;
 license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'popt')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
 makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
-optdepends=('speex: for using the speex plugin' 
+optdepends=('speex: for using the speex plugin'
'ffmpeg: for using the ffmpeg plugin'
-   'taglib: for using the musepack plugin' 
-   'libmpcdec: for using the musepack plugin' 
-'wavpack: for using the wavpack plugin' 
-'faad2: for using the aac plugin' 
+   'taglib: for using the musepack plugin'
+   'libmpcdec: for using the musepack plugin'
+'wavpack: for using the wavpack plugin'
+'faad2: for using the aac plugin'
'libmodplug: for using the modplug plugin')
-source=(ftp://ftp.daper.net/pub/soft/moc/unstable/moc-2.5.0-beta1.tar.bz2{,.sig}
 \
-moc-ffmpeg.patch)
-sha1sums=('4030a1fa5c7cfef06909c54d8c7a1fbb93f23caa'
-  '29c232c37e1f3737c3b670372732446e9c0786a8'
-  'f3b8b327dd27d50422b1ad8c9ef89a7366529307')
+source=(http://ftp.daper.net/pub/soft/moc/unstable/moc-${pkgver%b*}-${pkgver#*.*.?}.tar.bz2{,.sig})
+sha1sums=('bf786d719c853c22dec74bc2ee565aae4596fbe7'
+  'SKIP')
 
 # source PKGBUILD  mksource
 mksource() {
@@ -40,13 +38,8 @@
   gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
 }
 
-prepare() {
-  cd ${pkgname}-2.5.0-beta1
-  patch -p0 -i ${srcdir}/moc-ffmpeg.patch
-}
-
 build() {
-  cd ${pkgname}-2.5.0-beta1
+  cd ${pkgname}-${pkgver%b*}-${pkgver#*.*.?}
   ./configure --prefix=/usr --without-rcc \
 --with-oss --with-alsa --with-jack --with-aac --with-mp3 \
 --with-musepack --with-vorbis --with-flac --with-wavpack \
@@ -56,6 +49,6 @@
 }
 
 package() {
-  cd ${pkgname}-2.5.0-beta1
+  cd ${pkgname}-${pkgver%b*}-${pkgver#*.*.?}
   make DESTDIR=${pkgdir} install
 }

Deleted: moc-ffmpeg.patch
===
--- moc-ffmpeg.patch2014-02-06 19:32:21 UTC (rev 205533)
+++ moc-ffmpeg.patch2014-02-06 19:58:04 UTC (rev 205534)
@@ -1,557 +0,0 @@
-Index: menu.c
-===
 menu.c (revision 2516)
-+++ menu.c (working copy)
-@@ -90,9 +90,14 @@
-   getyx (menu-win, y, x);
-   if (title_width = title_space || mi-align == MENU_ALIGN_LEFT)
-   xwaddnstr (menu-win, mi-title, title_space);
--  else
--  xwaddstr (menu-win, mi-title + title_width - title_space);
-+  else {
-+  char *ptr;
- 
-+  ptr = xstrtail (mi-title, title_space);
-+  xwaddstr (menu-win, ptr);
-+  free (ptr);
-+  }
-+
-   /* Fill the remainder of the title field with spaces. */
-   if (mi == menu-selected) {
-   getyx (menu-win, y, ix);
-Index: utf8.c
-===
 utf8.c (revision 2516)
-+++ utf8.c (working copy)
-@@ -199,47 +199,50 @@
- 
- int xwaddnstr (WINDOW *win, const char *str, const int n)
- {
--  int res;
-+  int res, width, inv_char;
-+  wchar_t *ucs;
-+  char *mstr, *lstr;
-+  size_t size, num_chars;
- 
-   assert (n  0);
-   assert (str != NULL);
- 
--  if (using_utf8) {
-+  mstr = iconv_str (iconv_desc, str);
- 
--  /* This nasty hack is because we need to count n in chars, but
--   * [w]addnstr() takes arguments in bytes (in UTF-8 a char can be
--   * longer than 1 byte).  There are also problems with 
[w]addnwstr()
--   * (screen garbled).  I have no better idea. */
-+  size = xmbstowcs (NULL, mstr, -1, NULL) + 1;
-+  ucs = (wchar_t *)xmalloc (sizeof(wchar_t) * size);
-+  xmbstowcs (ucs, mstr, size, inv_char);
-+  width = wcswidth (ucs, WIDTH_MAX);
- 
--  wchar_t *ucs;
--  size_t size;
--  size_t utf_num_chars;
--  int inv_char;
--
--  size = 

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

2014-02-06 Thread Eric Bélanger
Date: Thursday, February 6, 2014 @ 20:58:31
  Author: eric
Revision: 205535

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

Added:
  moc/repos/extra-i686/PKGBUILD
(from rev 205534, moc/trunk/PKGBUILD)
  moc/repos/extra-x86_64/PKGBUILD
(from rev 205534, moc/trunk/PKGBUILD)
Deleted:
  moc/repos/extra-i686/PKGBUILD
  moc/repos/extra-i686/moc-ffmpeg.patch
  moc/repos/extra-x86_64/PKGBUILD
  moc/repos/extra-x86_64/moc-ffmpeg.patch

---+
 /PKGBUILD |  108 +++
 extra-i686/PKGBUILD   |   61 
 extra-i686/moc-ffmpeg.patch   |  557 
 extra-x86_64/PKGBUILD |   61 
 extra-x86_64/moc-ffmpeg.patch |  557 
 5 files changed, 108 insertions(+), 1236 deletions(-)

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


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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 21:16:16
  Author: andyrtr
Revision: 205536

dropping Berkeley DB support isn't possible currently - but it seems smp safe 
to build

Modified:
  openldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 19:58:31 UTC (rev 205535)
+++ PKGBUILD2014-02-06 20:16:16 UTC (rev 205536)
@@ -9,7 +9,7 @@
 url=http://www.openldap.org/;
 license=('custom')
 makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath')
-options=('!makeflags')
+#options=('!makeflags')
 
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
 slapd.service slapd.tmpfiles openldap-ntlm.patch)
 sha1sums=('2b8e8401214867c361f7212e7058f95118b5bd6c'
@@ -17,6 +17,11 @@
   '59241a813d7508294e4ef1cec3bfe1f5495e109d'
   'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
 
+# see http://www.openldap.org/faq/data/cache/756.html
+# there's no proper backend support for anything apart from
+# BerkeleyDB, if we don't want to drop local backend server support 
+# we are forced to keep Berkeley DB here
+
 prepare() {
   cd ${pkgbase}-${pkgver}
   patch -p1 -i ${srcdir}/openldap-ntlm.patch



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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 21:42:14
  Author: andyrtr
Revision: 205537

upgpkg: pam 1.1.8-3

drop support for BerkeleyDB

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 20:16:16 UTC (rev 205536)
+++ PKGBUILD2014-02-06 20:42:14 UTC (rev 205537)
@@ -4,12 +4,12 @@
 
 pkgname=pam
 pkgver=1.1.8
-pkgrel=2
+pkgrel=3
 pkgdesc=PAM (Pluggable Authentication Modules) library
 arch=('i686' 'x86_64')
 license=('GPL2')
-url=http://www.kernel.org/pub/linux/libs/pam/;
-depends=('glibc' 'db' 'cracklib' 'libtirpc' 'pambase')
+url=http://linux-pam.org;
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
 makedepends=('flex' 'w3m' 'docbook-xml=4.4' 'docbook-xsl')
 
backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
 
source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
@@ -23,7 +23,7 @@
 
 build() {
   cd $srcdir/Linux-PAM-$pkgver
-  ./configure --libdir=/usr/lib --sbindir=/usr/bin
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
   make
 
   cd $srcdir/pam_unix2-2.9.1



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

2014-02-06 Thread Andreas Radke
Date: Thursday, February 6, 2014 @ 21:42:34
  Author: andyrtr
Revision: 205538

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

Added:
  pam/repos/testing-i686/
  pam/repos/testing-i686/PKGBUILD
(from rev 205537, pam/trunk/PKGBUILD)
  pam/repos/testing-i686/other
(from rev 205537, pam/trunk/other)
  pam/repos/testing-i686/pam_unix2-glibc216.patch
(from rev 205537, pam/trunk/pam_unix2-glibc216.patch)
  pam/repos/testing-x86_64/
  pam/repos/testing-x86_64/PKGBUILD
(from rev 205537, pam/trunk/PKGBUILD)
  pam/repos/testing-x86_64/other
(from rev 205537, pam/trunk/other)
  pam/repos/testing-x86_64/pam_unix2-glibc216.patch
(from rev 205537, pam/trunk/pam_unix2-glibc216.patch)

-+
 testing-i686/PKGBUILD   |   69 ++
 testing-i686/other  |5 ++
 testing-i686/pam_unix2-glibc216.patch   |   20 
 testing-x86_64/PKGBUILD |   69 ++
 testing-x86_64/other|5 ++
 testing-x86_64/pam_unix2-glibc216.patch |   20 
 6 files changed, 188 insertions(+)

Copied: pam/repos/testing-i686/PKGBUILD (from rev 205537, pam/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-06 20:42:34 UTC (rev 205538)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=pam
+pkgver=1.1.8
+pkgrel=3
+pkgdesc=PAM (Pluggable Authentication Modules) library
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://linux-pam.org;
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
+makedepends=('flex' 'w3m' 'docbook-xml=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
+source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
+
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
+ftp://ftp.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
+pam_unix2-glibc216.patch)
+options=('!emptydirs')
+md5sums=('35b6091af95981b1b2cd60d813b5e4ee'
+ 'da6a46e5f8cd3eaa7cbc4fc3a7e2b555'
+ 'dac109f68e04a4df37575fda6001ea17')
+
+build() {
+  cd $srcdir/Linux-PAM-$pkgver
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
+  make
+
+  cd $srcdir/pam_unix2-2.9.1
+  patch -Np1 -i ../pam_unix2-glibc216.patch
+
+  # modify flags to build against the pam compiled here, not a system lib.
+  ./configure \
+  CFLAGS=$CFLAGS -I$srcdir/Linux-PAM-$pkgver/libpam/include/ \
+  LDFLAGS=$LDFLAGS -L$srcdir/Linux-PAM-$pkgver/libpam/.libs/ \
+  --libdir=/usr/lib \
+  --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/Linux-PAM-$pkgver
+  make DESTDIR=$pkgdir SCONFIGDIR=/etc/security install
+
+  # build pam_unix2 module
+  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
+  cd $srcdir/pam_unix2-2.9.1
+  make DESTDIR=$pkgdir install
+
+  # add the realtime permissions for audio users
+  sed -i 's|# End of file||' $pkgdir/etc/security/limits.conf
+  cat $pkgdir/etc/security/limits.conf _EOT
+*   -   rtprio  0
+*   -   nice0
+@audio  -   rtprio  65
+@audio  -   nice   -10
+@audio  -   memlock 4
+_EOT
+
+  # fix some missing symlinks from old pam for compatibility
+  cd $pkgdir/usr/lib/security
+  ln -s pam_unix.so pam_unix_acct.so
+  ln -s pam_unix.so pam_unix_auth.so
+  ln -s pam_unix.so pam_unix_passwd.so
+  ln -s pam_unix.so pam_unix_session.so
+
+  # set unix_chkpwd uid
+  chmod +s $pkgdir/usr/bin/unix_chkpwd
+}

Copied: pam/repos/testing-i686/other (from rev 205537, pam/trunk/other)
===
--- testing-i686/other  (rev 0)
+++ testing-i686/other  2014-02-06 20:42:34 UTC (rev 205538)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so

Copied: pam/repos/testing-i686/pam_unix2-glibc216.patch (from rev 205537, 
pam/trunk/pam_unix2-glibc216.patch)
===
--- testing-i686/pam_unix2-glibc216.patch   (rev 0)
+++ testing-i686/pam_unix2-glibc216.patch   2014-02-06 20:42:34 UTC (rev 
205538)
@@ -0,0 +1,20 @@
+Index: pam_unix2-2.9.1/src/read-files.c
+===
+--- pam_unix2-2.9.1.orig/src/read-files.c
 pam_unix2-2.9.1/src/read-files.c
+@@ -30,8 +30,14 @@
+ #include errno.h
+ #include fcntl.h
+ #include nss.h

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

2014-02-06 Thread Jan Steffens
Date: Thursday, February 6, 2014 @ 21:49:59
  Author: heftig
Revision: 205539

0.12.7

Modified:
  libchamplain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 20:42:34 UTC (rev 205538)
+++ PKGBUILD2014-02-06 20:49:59 UTC (rev 205539)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis mka...@gmx.de
 
 pkgname=libchamplain
-pkgver=0.12.6
+pkgver=0.12.7
 pkgrel=1
 pkgdesc=Gtk3 widget for displaying rasterized maps
 url=http://projects.gnome.org/libchamplain/;
@@ -12,7 +12,7 @@
 depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
 makedepends=('gobject-introspection' 'gtk-doc' 'vala')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2400ff2f4b25e5441b3a7d988e8ff996c9d2107d0aca101fc22320969db22576')
+sha256sums=('b607fa7e32dd67e5d9541d620abb212a85d076d1def0252c0112a362bddeac5e')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-06 Thread Jan Steffens
Date: Thursday, February 6, 2014 @ 21:50:44
  Author: heftig
Revision: 205540

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-06 20:49:59 UTC (rev 205539)
+++ extra-i686/PKGBUILD 2014-02-06 20:50:44 UTC (rev 205540)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.6
-pkgrel=1
-pkgdesc=Gtk3 widget for displaying rasterized maps
-url=http://projects.gnome.org/libchamplain/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2400ff2f4b25e5441b3a7d988e8ff996c9d2107d0aca101fc22320969db22576')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --disable-debug --enable-vala
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libchamplain/repos/extra-i686/PKGBUILD (from rev 205539, 
libchamplain/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-06 20:50:44 UTC (rev 205540)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.7
+pkgrel=1
+pkgdesc=Gtk3 widget for displaying rasterized maps
+url=http://projects.gnome.org/libchamplain/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b607fa7e32dd67e5d9541d620abb212a85d076d1def0252c0112a362bddeac5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-debug --enable-vala
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-06 20:49:59 UTC (rev 205539)
+++ extra-x86_64/PKGBUILD   2014-02-06 20:50:44 UTC (rev 205540)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=libchamplain
-pkgver=0.12.6
-pkgrel=1
-pkgdesc=Gtk3 widget for displaying rasterized maps
-url=http://projects.gnome.org/libchamplain/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2400ff2f4b25e5441b3a7d988e8ff996c9d2107d0aca101fc22320969db22576')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --disable-debug --enable-vala
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libchamplain/repos/extra-x86_64/PKGBUILD (from rev 205539, 
libchamplain/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-06 20:50:44 UTC (rev 205540)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.7
+pkgrel=1
+pkgdesc=Gtk3 widget for displaying rasterized maps
+url=http://projects.gnome.org/libchamplain/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)

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

2014-02-06 Thread Andrea Scarpino
Date: Thursday, February 6, 2014 @ 21:52:52
  Author: andrea
Revision: 205541

Fix source url

Modified:
  kdebase-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 20:50:44 UTC (rev 205540)
+++ PKGBUILD2014-02-06 20:52:52 UTC (rev 205541)
@@ -5,6 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.11.6
+_pkgver=4.12.2
 pkgrel=1
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
@@ -25,7 +26,7 @@
 'appmenu-qt: menu applications over dbus')
 install=${pkgname}.install
 backup=('usr/share/config/kdm/kdmrc')
-source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
+source=(http://download.kde.org/stable/${_pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
 sha1sums=('f1da23a472064307dcd244605a7004701982e5de'



[arch-commits] Commit in kdebase-workspace/repos/extra-x86_64 (20 files)

2014-02-06 Thread Andrea Scarpino
Date: Thursday, February 6, 2014 @ 21:54:06
  Author: andrea
Revision: 205542

archrelease: copy trunk to extra-x86_64

Added:
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
(from rev 205541, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
(from rev 205541, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
(from rev 205541, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-x86_64/kde.pam
(from rev 205541, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
(from rev 205541, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
(from rev 205541, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
(from rev 205541, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-x86_64/kdm.service
(from rev 205541, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
(from rev 205541, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch
(from rev 205541, kdebase-workspace/trunk/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
  kdebase-workspace/repos/extra-x86_64/kde.pam
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
  kdebase-workspace/repos/extra-x86_64/kdm.service
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch

---+
 PKGBUILD  |  173 ++--
 etc-scripts.patch |   22 ++---
 kde-np.pam|   24 +++---
 kde.pam   |   16 ++--
 kdebase-workspace.install |   62 +++
 kdm-xinitrd.patch |   36 -
 kdm.logrotate |   12 +--
 kdm.service   |   18 ++--
 kscreensaver.pam  |2 
 terminate-server.patch|   22 ++---
 10 files changed, 194 insertions(+), 193 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 20:52:52 UTC (rev 205541)
+++ PKGBUILD2014-02-06 20:54:06 UTC (rev 205542)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-workspace
-_pkgname=kde-workspace
-pkgver=4.11.6
-pkgrel=1
-pkgdesc=Provides the interface and basic tools for the KDE workspace
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-workspace'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde')
-# note on libxdamage:
-#  not detected by namcap because libgl depends on it
-#  but nvidia providing libgl does not depend on libxdamage
-depends=(kdelibs=${pkgver} 'kdepim-runtime' 'lm_sensors' 'libraw1394'
- 'qimageblitz' 'polkit-kde' 'xorg-xprop' 'libxdamage' 'libqalculate'
- 'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama'
- 'xorg-xrdb' 'libxres' 'xorg-xrandr' 'xorg-xmessage' 'libusb-compat'
- 'kde-base-artwork' 'xcb-util-renderutil' 'xcb-util-image' 'ttf-font'
- 'xcb-util-keysyms' 'xcb-util-wm' 'pciutils')
-makedepends=('cmake' 'automoc4' 'boost' 'kdebindings-python2' 'networkmanager')
-optdepends=('kde-wallpapers: wallpapers for KDE Plasma Workspaces'
-'appmenu-qt: menu applications over dbus')
-install=${pkgname}.install
-backup=('usr/share/config/kdm/kdmrc')
-source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
-'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
-'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
-sha1sums=('f1da23a472064307dcd244605a7004701982e5de'
-  '660eae40a707d2711d8d7f32a93214865506b795'
-  '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'
-  '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
-  'b6f8e8692737b11eec1f8022ce74b5b23e247b1b'
-  'bbe55f2000217474ce7246f12ee437ceaaf7e9ae'
-  'c079ebd157c836ba996190f0d2bcea1a7828d02c'
-  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
-  'd509dac592bd8b310df27991b208c95b6d907514')
-
-prepare() {
-mkdir build
-
-cd ${_pkgname}-${pkgver}
-
-# reads the shell scripts in /etc/kde/
-patch -p0 -i ${srcdir}/etc-scripts.patch
-# FS#26120
-patch -p1 -i ${srcdir}/kdm-xinitrd.patch
-
-# KDEBUG#202629
-patch -p0 -i ${srcdir}/terminate-server.patch
-}
-
-build() {
-cd build
-cmake ../${_pkgname}-${pkgver} \
-  

[arch-commits] Commit in kdebase-workspace/repos/extra-i686 (20 files)

2014-02-06 Thread Andrea Scarpino
Date: Thursday, February 6, 2014 @ 21:55:32
  Author: andrea
Revision: 205543

archrelease: copy trunk to extra-i686

Added:
  kdebase-workspace/repos/extra-i686/PKGBUILD
(from rev 205542, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
(from rev 205542, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-i686/kde-np.pam
(from rev 205542, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-i686/kde.pam
(from rev 205542, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
(from rev 205542, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
(from rev 205542, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-i686/kdm.logrotate
(from rev 205542, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-i686/kdm.service
(from rev 205542, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
(from rev 205542, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-i686/terminate-server.patch
(from rev 205542, kdebase-workspace/trunk/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/extra-i686/PKGBUILD
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
  kdebase-workspace/repos/extra-i686/kde-np.pam
  kdebase-workspace/repos/extra-i686/kde.pam
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-i686/kdm.logrotate
  kdebase-workspace/repos/extra-i686/kdm.service
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
  kdebase-workspace/repos/extra-i686/terminate-server.patch

---+
 PKGBUILD  |  173 ++--
 etc-scripts.patch |   22 ++---
 kde-np.pam|   24 +++---
 kde.pam   |   16 ++--
 kdebase-workspace.install |   62 +++
 kdm-xinitrd.patch |   36 -
 kdm.logrotate |   12 +--
 kdm.service   |   18 ++--
 kscreensaver.pam  |2 
 terminate-server.patch|   22 ++---
 10 files changed, 194 insertions(+), 193 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-06 20:54:06 UTC (rev 205542)
+++ PKGBUILD2014-02-06 20:55:32 UTC (rev 205543)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-workspace
-_pkgname=kde-workspace
-pkgver=4.11.6
-pkgrel=1
-pkgdesc=Provides the interface and basic tools for the KDE workspace
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-workspace'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde')
-# note on libxdamage:
-#  not detected by namcap because libgl depends on it
-#  but nvidia providing libgl does not depend on libxdamage
-depends=(kdelibs=${pkgver} 'kdepim-runtime' 'lm_sensors' 'libraw1394'
- 'qimageblitz' 'polkit-kde' 'xorg-xprop' 'libxdamage' 'libqalculate'
- 'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama'
- 'xorg-xrdb' 'libxres' 'xorg-xrandr' 'xorg-xmessage' 'libusb-compat'
- 'kde-base-artwork' 'xcb-util-renderutil' 'xcb-util-image' 'ttf-font'
- 'xcb-util-keysyms' 'xcb-util-wm' 'pciutils')
-makedepends=('cmake' 'automoc4' 'boost' 'kdebindings-python2' 'networkmanager')
-optdepends=('kde-wallpapers: wallpapers for KDE Plasma Workspaces'
-'appmenu-qt: menu applications over dbus')
-install=${pkgname}.install
-backup=('usr/share/config/kdm/kdmrc')
-source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
-'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
-'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
-sha1sums=('f1da23a472064307dcd244605a7004701982e5de'
-  '660eae40a707d2711d8d7f32a93214865506b795'
-  '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'
-  '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
-  'b6f8e8692737b11eec1f8022ce74b5b23e247b1b'
-  'bbe55f2000217474ce7246f12ee437ceaaf7e9ae'
-  'c079ebd157c836ba996190f0d2bcea1a7828d02c'
-  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
-  'd509dac592bd8b310df27991b208c95b6d907514')
-
-prepare() {
-mkdir build
-
-cd ${_pkgname}-${pkgver}
-
-# reads the shell scripts in /etc/kde/
-patch -p0 -i ${srcdir}/etc-scripts.patch
-# FS#26120
-patch -p1 -i ${srcdir}/kdm-xinitrd.patch
-
-# KDEBUG#202629
-patch -p0 -i ${srcdir}/terminate-server.patch
-}
-
-build() {
-cd build
-cmake ../${_pkgname}-${pkgver} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DKDE4_BUILD_TESTS=OFF \
- 

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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Thursday, February 6, 2014 @ 23:42:03
  Author: bpiotrowski
Revision: 205544

upgpkg: linux-lts 3.10.29-1

new upstream release

Modified:
  linux-lts/trunk/PKGBUILD
Deleted:
  
linux-lts/trunk/0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch

-+
 0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch |   80 
--
 PKGBUILD|   15 -
 2 files changed, 5 insertions(+), 90 deletions(-)

Deleted: 0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch
===
--- 0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch 
2014-02-06 20:55:32 UTC (rev 205543)
+++ 0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch 
2014-02-06 22:42:03 UTC (rev 205544)
@@ -1,80 +0,0 @@
-From 2def2ef2ae5f3990aabdbe8a755911902707d268 Mon Sep 17 00:00:00 2001
-From: PaX Team pagee...@freemail.hu
-Date: Thu, 30 Jan 2014 16:59:25 -0800
-Subject: [PATCH] x86, x32: Correct invalid use of user timespec in the kernel
-
-The x32 case for the recvmsg() timout handling is broken:
-
-  asmlinkage long compat_sys_recvmmsg(int fd, struct compat_mmsghdr __user 
*mmsg,
-  unsigned int vlen, unsigned int flags,
-  struct compat_timespec __user *timeout)
-  {
-  int datagrams;
-  struct timespec ktspec;
-
-  if (flags  MSG_CMSG_COMPAT)
-  return -EINVAL;
-
-  if (COMPAT_USE_64BIT_TIME)
-  return __sys_recvmmsg(fd, (struct mmsghdr __user *)mmsg, 
vlen,
-flags | MSG_CMSG_COMPAT,
-(struct timespec *) timeout);
-  ...
-
-The timeout pointer parameter is provided by userland (hence the __user
-annotation) but for x32 syscalls it's simply cast to a kernel pointer
-and is passed to __sys_recvmmsg which will eventually directly
-dereference it for both reading and writing.  Other callers to
-__sys_recvmmsg properly copy from userland to the kernel first.
-
-The bug was introduced by commit ee4fa23c4bfc (compat: Use
-COMPAT_USE_64BIT_TIME in net/compat.c) and should affect all kernels
-since 3.4 (and perhaps vendor kernels if they backported x32 support
-along with this code).
-
-Note that CONFIG_X86_X32_ABI gets enabled at build time and only if
-CONFIG_X86_X32 is enabled and ld can build x32 executables.
-
-Other uses of COMPAT_USE_64BIT_TIME seem fine.
-
-This addresses CVE-2014-0038.
-
-Signed-off-by: PaX Team pagee...@freemail.hu
-Signed-off-by: H. Peter Anvin h...@linux.intel.com
-Cc: sta...@vger.kernel.org # v3.4+
-Signed-off-by: Linus Torvalds torva...@linux-foundation.org

- net/compat.c | 9 ++---
- 1 file changed, 2 insertions(+), 7 deletions(-)
-
-diff --git a/net/compat.c b/net/compat.c
-index dd32e34..f50161f 100644
 a/net/compat.c
-+++ b/net/compat.c
-@@ -780,21 +780,16 @@ asmlinkage long compat_sys_recvmmsg(int fd, struct 
compat_mmsghdr __user *mmsg,
-   if (flags  MSG_CMSG_COMPAT)
-   return -EINVAL;
- 
--  if (COMPAT_USE_64BIT_TIME)
--  return __sys_recvmmsg(fd, (struct mmsghdr __user *)mmsg, vlen,
--flags | MSG_CMSG_COMPAT,
--(struct timespec *) timeout);
--
-   if (timeout == NULL)
-   return __sys_recvmmsg(fd, (struct mmsghdr __user *)mmsg, vlen,
- flags | MSG_CMSG_COMPAT, NULL);
- 
--  if (get_compat_timespec(ktspec, timeout))
-+  if (compat_get_timespec(ktspec, timeout))
-   return -EFAULT;
- 
-   datagrams = __sys_recvmmsg(fd, (struct mmsghdr __user *)mmsg, vlen,
-  flags | MSG_CMSG_COMPAT, ktspec);
--  if (datagrams  0  put_compat_timespec(ktspec, timeout))
-+  if (datagrams  0  compat_put_timespec(ktspec, timeout))
-   datagrams = -EFAULT;
- 
-   return datagrams;
--- 
-1.8.5.3
-

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 20:55:32 UTC (rev 205543)
+++ PKGBUILD2014-02-06 22:42:03 UTC (rev 205544)
@@ -5,8 +5,8 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.28
-pkgrel=1.1
+pkgver=3.10.29
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -19,16 +19,14 @@
 # standard config files for mkinitcpio ramdisk
 'linux-lts.preset'
 'change-default-console-loglevel.patch'
-'criu-no-expert.patch'
-'0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch')
+'criu-no-expert.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- 

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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Thursday, February 6, 2014 @ 23:42:20
  Author: bpiotrowski
Revision: 205545

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

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

--+
 testing-i686/PKGBUILD|  334 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6320 +
 testing-i686/config.x86_64   | 6121 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux-lts.install   |   31 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/PKGBUILD  |  334 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6320 +
 testing-x86_64/config.x86_64 | 6121 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux-lts.install |   31 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 25708 insertions(+)

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


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

2014-02-06 Thread Thomas Bächler
Date: Thursday, February 6, 2014 @ 23:45:04
  Author: thomas
Revision: 205546

linux update 3.13.1 - 3.13.2

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 22:42:20 UTC (rev 205545)
+++ PKGBUILD2014-02-06 22:45:04 UTC (rev 205546)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.13
-pkgver=3.13.1
-pkgrel=2
+pkgver=3.13.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -28,10 +28,9 @@
 '0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch'
 '0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch'
 'i8042-fix-aliases.patch'
-'0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch'
 )
 md5sums=('0ecbaf65c00374eb4a826c2f9f37606f'
- '675692f24410f375055d422e7886f3d8'
+ '352993d23acc5760dafa10ffc9d8881a'
  'ba4468d313adfaf22368add7f58204aa'
  '035bb27dac306f5c028d96cad14bb249'
  'eb14dcfd80c00852ef81ded6e826826a'
@@ -44,15 +43,10 @@
  'd5907a721b97299f0685c583499f7820'
  'a724515b350b29c53f20e631c6cf9a14'
  'e6fa278c092ad83780e2dd0568e24ca6'
- '93dbf73af819b77f03453a9c6de2bb47'
- '336d2c4afd7ee5f2bdf0dcb1a54df4b2')
+ '93dbf73af819b77f03453a9c6de2bb47')
 
 _kernelname=${pkgbase#linux}
 
-# module.symbols md5sums
-# x86_64
-# i686
-
 prepare() {
   cd ${srcdir}/${_srcname}
 
@@ -92,9 +86,6 @@
   # Fix i8042 aliases
   patch -p1 -i ${srcdir}/i8042-fix-aliases.patch
 
-  # Fix CVE-2014-0038
-  patch -p1 -i 
${srcdir}/0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch
-
   if [ ${CARCH} = x86_64 ]; then
 cat ${srcdir}/config.x86_64  ./.config
   else



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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Thursday, February 6, 2014 @ 23:52:29
  Author: bpiotrowski
Revision: 205548

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

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

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

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 205547, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-06 22:52:29 UTC (rev 205548)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=331.38
+_extramodules=extramodules-3.10-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.10.26')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('16aa229f7f118c8cafad6fb3f4ac082e')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('f2059ae373665cb6c8fb826e1173b04d')
+fi
+
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 205547, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2014-02-06 22:52:29 UTC (rev 205548)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 205547, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-06 22:52:29 UTC (rev 205548)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=331.38
+_extramodules=extramodules-3.10-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.10.26')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('16aa229f7f118c8cafad6fb3f4ac082e')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('f2059ae373665cb6c8fb826e1173b04d')
+fi
+
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  sh ${_pkg}.run --extract-only
+  cd 

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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Thursday, February 6, 2014 @ 23:52:23
  Author: bpiotrowski
Revision: 205547

upgpkg: nvidia-lts 331.38-3

rebuild against linux-lts 3.10.29

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 22:45:04 UTC (rev 205546)
+++ PKGBUILD2014-02-06 22:52:23 UTC (rev 205547)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=331.38
 _extramodules=extramodules-3.10-lts
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Thursday, February 6, 2014 @ 23:57:04
  Author: bpiotrowski
Revision: 205549

upgpkg: nvidia-304xx-lts 304.117-5

rebuild against linux-lts 3.10.29

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 22:52:29 UTC (rev 205548)
+++ PKGBUILD2014-02-06 22:57:04 UTC (rev 205549)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.117
 _extramodules=extramodules-3.10-lts
-pkgrel=4
+pkgrel=5
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Thursday, February 6, 2014 @ 23:57:07
  Author: bpiotrowski
Revision: 205550

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

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

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

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 205549, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-06 22:57:07 UTC (rev 205550)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.117
+_extramodules=extramodules-3.10-lts
+pkgrel=5
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.26')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('023eb03da304a1842fc503c81e3c5694')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('8ee9f672028971c6d36118894d0e2c59')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
205549, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2014-02-06 22:57:07 UTC (rev 
205550)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 205549, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-06 22:57:07 UTC (rev 205550)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.117
+_extramodules=extramodules-3.10-lts
+pkgrel=5
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.26')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+

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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Friday, February 7, 2014 @ 00:11:27
  Author: bpiotrowski
Revision: 105405

upgpkg: r8168-lts 8.037.00-5

rebuild against linux-lts 3.10.29

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 19:27:58 UTC (rev 105404)
+++ PKGBUILD2014-02-06 23:11:27 UTC (rev 105405)
@@ -4,7 +4,7 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.037.00
-pkgrel=4
+pkgrel=5
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Friday, February 7, 2014 @ 00:11:34
  Author: bpiotrowski
Revision: 105406

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

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

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

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 105405, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-06 23:11:34 UTC (rev 105406)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.037.00
+pkgrel=5
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

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

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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Friday, February 7, 2014 @ 00:12:35
  Author: bpiotrowski
Revision: 105409

upgpkg: virtualbox-modules-lts 4.3.6-5

rebuild against linux-lts 3.10.29

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 23:12:08 UTC (rev 105408)
+++ PKGBUILD2014-02-06 23:12:35 UTC (rev 105409)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.6
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Friday, February 7, 2014 @ 00:12:06
  Author: bpiotrowski
Revision: 105407

upgpkg: tp_smapi-lts 0.41-24

rebuild against linux-lts 3.10.29

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 23:11:34 UTC (rev 105406)
+++ PKGBUILD2014-02-06 23:12:06 UTC (rev 105407)
@@ -12,7 +12,7 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.10-lts
 pkgver=0.41
-pkgrel=23
+pkgrel=24
 pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Friday, February 7, 2014 @ 00:12:08
  Author: bpiotrowski
Revision: 105408

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

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

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

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

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 105407, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2014-02-06 23:12:08 UTC (rev 
105408)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.10-lts
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

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

2014-02-06 Thread Bartłomiej Piotrowski
Date: Friday, February 7, 2014 @ 00:12:38
  Author: bpiotrowski
Revision: 105410

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

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

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

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

Copied: 

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

2014-02-06 Thread Eric Bélanger
Date: Friday, February 7, 2014 @ 00:18:56
  Author: eric
Revision: 205551

upgpkg: libsrtp 15.1c9bd90-3

Add security fix (close FS#38422)

Added:
  libsrtp/trunk/7713d5706524f9f1ee94fd6b55125357e63656d5.patch
Modified:
  libsrtp/trunk/PKGBUILD

+
 7713d5706524f9f1ee94fd6b55125357e63656d5.patch |  116 +++
 PKGBUILD   |   12 +-
 2 files changed, 125 insertions(+), 3 deletions(-)

Added: 7713d5706524f9f1ee94fd6b55125357e63656d5.patch
===
--- 7713d5706524f9f1ee94fd6b55125357e63656d5.patch  
(rev 0)
+++ 7713d5706524f9f1ee94fd6b55125357e63656d5.patch  2014-02-06 23:18:56 UTC 
(rev 205551)
@@ -0,0 +1,116 @@
+From 8884f4d8eb4ca7122dfcbd640b933b98ef4bab80 Mon Sep 17 00:00:00 2001
+From: jfigus jfig...@yahoo.com
+Date: Thu, 30 May 2013 12:36:07 -0400
+Subject: [PATCH 1/3] Remove double-invocations to prevent buffer-overflow
+ vulnerability.
+
+---
+ srtp/srtp.c | 5 -
+ 1 file changed, 5 deletions(-)
+
+diff --git a/srtp/srtp.c b/srtp/srtp.c
+index 839c1ee..41e263c 100644
+--- a/srtp/srtp.c
 b/srtp/srtp.c
+@@ -2063,23 +2063,18 @@ static inline int base_key_length(const cipher_type_t 
*cipher, int key_length)
+   switch(profile) {
+   case srtp_profile_aes128_cm_sha1_80:
+ crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);
+-crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_aes128_cm_sha1_32:
+ crypto_policy_set_aes_cm_128_hmac_sha1_32(policy);
+-crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_null_sha1_80:
+ crypto_policy_set_null_cipher_hmac_sha1_80(policy);
+-crypto_policy_set_null_cipher_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_aes256_cm_sha1_80:
+ crypto_policy_set_aes_cm_256_hmac_sha1_80(policy);
+-crypto_policy_set_aes_cm_256_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_aes256_cm_sha1_32:
+ crypto_policy_set_aes_cm_256_hmac_sha1_32(policy);
+-crypto_policy_set_aes_cm_256_hmac_sha1_80(policy);
+ break;
+ /* the following profiles are not (yet) supported */
+   case srtp_profile_null_sha1_32:
+-- 
+1.8.5.1
+
+
+From 8e47faf0f5b90672c7ebf2f0cf0562ee81a8b621 Mon Sep 17 00:00:00 2001
+From: jfigus jfig...@yahoo.com
+Date: Thu, 30 May 2013 13:36:33 -0400
+Subject: [PATCH 2/3] Fix 32-bit tag policies to use correct profile.
+
+---
+ srtp/srtp.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/srtp/srtp.c b/srtp/srtp.c
+index 41e263c..95c1ab4 100644
+--- a/srtp/srtp.c
 b/srtp/srtp.c
+@@ -2095,7 +2095,7 @@ static inline int base_key_length(const cipher_type_t 
*cipher, int key_length)
+ crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_aes128_cm_sha1_32:
+-crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);
++crypto_policy_set_aes_cm_128_hmac_sha1_32(policy);
+ break;
+   case srtp_profile_null_sha1_80:
+ crypto_policy_set_null_cipher_hmac_sha1_80(policy);
+@@ -2104,7 +2104,7 @@ static inline int base_key_length(const cipher_type_t 
*cipher, int key_length)
+ crypto_policy_set_aes_cm_256_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_aes256_cm_sha1_32:
+-crypto_policy_set_aes_cm_256_hmac_sha1_80(policy);
++crypto_policy_set_aes_cm_256_hmac_sha1_32(policy);
+ break;
+ /* the following profiles are not (yet) supported */
+   case srtp_profile_null_sha1_32:
+-- 
+1.8.5.1
+
+
+From 0acbb039c12b790621839facf56bfedbd071b74d Mon Sep 17 00:00:00 2001
+From: jfigus jfig...@yahoo.com
+Date: Thu, 30 May 2013 16:47:02 -0400
+Subject: [PATCH 3/3] Undo the changes to the RTCP profile helper function. 
+ The prior commit was not compliant with RFC 3711.
+
+---
+ srtp/srtp.c | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/srtp/srtp.c b/srtp/srtp.c
+index 95c1ab4..7fd19e6 100644
+--- a/srtp/srtp.c
 b/srtp/srtp.c
+@@ -2095,7 +2095,9 @@ static inline int base_key_length(const cipher_type_t 
*cipher, int key_length)
+ crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_aes128_cm_sha1_32:
+-crypto_policy_set_aes_cm_128_hmac_sha1_32(policy);
++/* We do not honor the 32-bit auth tag request since
++ * this is not compliant with RFC 3711 */
++crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_null_sha1_80:
+ crypto_policy_set_null_cipher_hmac_sha1_80(policy);
+@@ -2104,7 +2106,9 @@ static inline int base_key_length(const cipher_type_t 
*cipher, int key_length)
+ crypto_policy_set_aes_cm_256_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_aes256_cm_sha1_32:
+-crypto_policy_set_aes_cm_256_hmac_sha1_32(policy);
++/* We do not honor the 32-bit auth tag request since
++ * this is not compliant with RFC 3711 */
++

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

2014-02-06 Thread Eric Bélanger
Date: Friday, February 7, 2014 @ 00:19:34
  Author: eric
Revision: 205552

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

Added:
  libsrtp/repos/extra-i686/7713d5706524f9f1ee94fd6b55125357e63656d5.patch
(from rev 205551, 
libsrtp/trunk/7713d5706524f9f1ee94fd6b55125357e63656d5.patch)
  libsrtp/repos/extra-i686/PKGBUILD
(from rev 205551, libsrtp/trunk/PKGBUILD)
  libsrtp/repos/extra-x86_64/7713d5706524f9f1ee94fd6b55125357e63656d5.patch
(from rev 205551, 
libsrtp/trunk/7713d5706524f9f1ee94fd6b55125357e63656d5.patch)
  libsrtp/repos/extra-x86_64/PKGBUILD
(from rev 205551, libsrtp/trunk/PKGBUILD)
Deleted:
  libsrtp/repos/extra-i686/PKGBUILD
  libsrtp/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   84 +++
 extra-i686/7713d5706524f9f1ee94fd6b55125357e63656d5.patch   |  116 ++
 extra-i686/PKGBUILD |   36 ---
 extra-x86_64/7713d5706524f9f1ee94fd6b55125357e63656d5.patch |  116 ++
 extra-x86_64/PKGBUILD   |   36 ---
 5 files changed, 316 insertions(+), 72 deletions(-)

Copied: libsrtp/repos/extra-i686/7713d5706524f9f1ee94fd6b55125357e63656d5.patch 
(from rev 205551, libsrtp/trunk/7713d5706524f9f1ee94fd6b55125357e63656d5.patch)
===
--- extra-i686/7713d5706524f9f1ee94fd6b55125357e63656d5.patch   
(rev 0)
+++ extra-i686/7713d5706524f9f1ee94fd6b55125357e63656d5.patch   2014-02-06 
23:19:34 UTC (rev 205552)
@@ -0,0 +1,116 @@
+From 8884f4d8eb4ca7122dfcbd640b933b98ef4bab80 Mon Sep 17 00:00:00 2001
+From: jfigus jfig...@yahoo.com
+Date: Thu, 30 May 2013 12:36:07 -0400
+Subject: [PATCH 1/3] Remove double-invocations to prevent buffer-overflow
+ vulnerability.
+
+---
+ srtp/srtp.c | 5 -
+ 1 file changed, 5 deletions(-)
+
+diff --git a/srtp/srtp.c b/srtp/srtp.c
+index 839c1ee..41e263c 100644
+--- a/srtp/srtp.c
 b/srtp/srtp.c
+@@ -2063,23 +2063,18 @@ static inline int base_key_length(const cipher_type_t 
*cipher, int key_length)
+   switch(profile) {
+   case srtp_profile_aes128_cm_sha1_80:
+ crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);
+-crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_aes128_cm_sha1_32:
+ crypto_policy_set_aes_cm_128_hmac_sha1_32(policy);
+-crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_null_sha1_80:
+ crypto_policy_set_null_cipher_hmac_sha1_80(policy);
+-crypto_policy_set_null_cipher_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_aes256_cm_sha1_80:
+ crypto_policy_set_aes_cm_256_hmac_sha1_80(policy);
+-crypto_policy_set_aes_cm_256_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_aes256_cm_sha1_32:
+ crypto_policy_set_aes_cm_256_hmac_sha1_32(policy);
+-crypto_policy_set_aes_cm_256_hmac_sha1_80(policy);
+ break;
+ /* the following profiles are not (yet) supported */
+   case srtp_profile_null_sha1_32:
+-- 
+1.8.5.1
+
+
+From 8e47faf0f5b90672c7ebf2f0cf0562ee81a8b621 Mon Sep 17 00:00:00 2001
+From: jfigus jfig...@yahoo.com
+Date: Thu, 30 May 2013 13:36:33 -0400
+Subject: [PATCH 2/3] Fix 32-bit tag policies to use correct profile.
+
+---
+ srtp/srtp.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/srtp/srtp.c b/srtp/srtp.c
+index 41e263c..95c1ab4 100644
+--- a/srtp/srtp.c
 b/srtp/srtp.c
+@@ -2095,7 +2095,7 @@ static inline int base_key_length(const cipher_type_t 
*cipher, int key_length)
+ crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_aes128_cm_sha1_32:
+-crypto_policy_set_aes_cm_128_hmac_sha1_80(policy);
++crypto_policy_set_aes_cm_128_hmac_sha1_32(policy);
+ break;
+   case srtp_profile_null_sha1_80:
+ crypto_policy_set_null_cipher_hmac_sha1_80(policy);
+@@ -2104,7 +2104,7 @@ static inline int base_key_length(const cipher_type_t 
*cipher, int key_length)
+ crypto_policy_set_aes_cm_256_hmac_sha1_80(policy);
+ break;
+   case srtp_profile_aes256_cm_sha1_32:
+-crypto_policy_set_aes_cm_256_hmac_sha1_80(policy);
++crypto_policy_set_aes_cm_256_hmac_sha1_32(policy);
+ break;
+ /* the following profiles are not (yet) supported */
+   case srtp_profile_null_sha1_32:
+-- 
+1.8.5.1
+
+
+From 0acbb039c12b790621839facf56bfedbd071b74d Mon Sep 17 00:00:00 2001
+From: jfigus jfig...@yahoo.com
+Date: Thu, 30 May 2013 16:47:02 -0400
+Subject: [PATCH 3/3] Undo the changes to the RTCP profile helper function. 
+ The prior commit was not compliant with RFC 3711.
+
+---
+ srtp/srtp.c | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/srtp/srtp.c b/srtp/srtp.c
+index 95c1ab4..7fd19e6 100644
+--- a/srtp/srtp.c
 b/srtp/srtp.c
+@@ -2095,7 +2095,9 @@ static inline int base_key_length(const cipher_type_t 
*cipher, int 

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

2014-02-06 Thread Dan McGee
Date: Friday, February 7, 2014 @ 01:12:07
  Author: dan
Revision: 205554

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 205553, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-07 00:11:57 UTC (rev 205553)
+++ PKGBUILD2014-02-07 00:12:07 UTC (rev 205554)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.6.1
-pkgrel=1
-pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
-arch=('any')
-license=('BSD')
-url=http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('3ea7a00ea9e7a014e8a4067dd6466a1b')
-sha256sums=('cf011874f54a16e7452e0fe1e7f4ec144b95b47ecf31766c9f1f8cf438f09c06')
-
-build() {
-  cd $srcdir/Django-$pkgver
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd $srcdir/Django-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-
-  mv $pkgdir/usr/bin/django-admin.py $pkgdir/usr/bin/django-admin3.py
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin3.py
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd $srcdir/Django-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  ln -s django-admin.py $pkgdir/usr/bin/django-admin2.py
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-$pkgdir/usr/share/bash-completion/completions/manage.py
-
-  find $pkgdir/usr/lib/python2.7/site-packages/django/ -name '*.py' | \
-xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 205553, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-07 00:12:07 UTC (rev 205554)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Shahar Weiss swei...@gmx.net
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
+arch=('any')
+license=('BSD')
+url=http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('45d974c623b3bfbf9976f3d808fe1ee9')
+sha256sums=('d1b3f8460e936f47846e7c4f80af951eda82a41c253c3a51ff3389863ff1c03a')
+
+build() {
+  cd $srcdir/Django-$pkgver
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd $srcdir/Django-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+
+  mv $pkgdir/usr/bin/django-admin.py $pkgdir/usr/bin/django-admin3.py
+  install -Dm644 extras/django_bash_completion \
+$pkgdir/usr/share/bash-completion/completions/django-admin3.py
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-django() {
+  depends=('python2')
+  optdepends=('mysql-python: for MySQL backend'
+  'python2-psycopg2: for PostgreSQL backend')
+  replaces=('django')
+  conflicts=('django')
+  cd $srcdir/Django-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  ln -s django-admin.py $pkgdir/usr/bin/django-admin2.py
+  install -Dm644 extras/django_bash_completion \
+$pkgdir/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+$pkgdir/usr/share/bash-completion/completions/manage.py
+
+  find $pkgdir/usr/lib/python2.7/site-packages/django/ -name '*.py' | \
+xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-02-06 Thread Dan McGee
Date: Friday, February 7, 2014 @ 01:11:57
  Author: dan
Revision: 205553

upgpkg: django 1.6.2-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 23:19:34 UTC (rev 205552)
+++ PKGBUILD2014-02-07 00:11:57 UTC (rev 205553)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
 arch=('any')
@@ -12,8 +12,8 @@
 url=http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('3ea7a00ea9e7a014e8a4067dd6466a1b')
-sha256sums=('cf011874f54a16e7452e0fe1e7f4ec144b95b47ecf31766c9f1f8cf438f09c06')
+md5sums=('45d974c623b3bfbf9976f3d808fe1ee9')
+sha256sums=('d1b3f8460e936f47846e7c4f80af951eda82a41c253c3a51ff3389863ff1c03a')
 
 build() {
   cd $srcdir/Django-$pkgver



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

2014-02-06 Thread Thomas Bächler
Date: Friday, February 7, 2014 @ 01:15:03
  Author: thomas
Revision: 20

Remove obsolete patch

Deleted:
  linux/trunk/0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch

-+
 0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch |   80 
--
 1 file changed, 80 deletions(-)

Deleted: 0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch
===
--- 0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch 
2014-02-07 00:12:07 UTC (rev 205554)
+++ 0001-x86-x32-Correct-invalid-use-of-user-timespec-in-the-.patch 
2014-02-07 00:15:03 UTC (rev 20)
@@ -1,80 +0,0 @@
-From 2def2ef2ae5f3990aabdbe8a755911902707d268 Mon Sep 17 00:00:00 2001
-From: PaX Team pagee...@freemail.hu
-Date: Thu, 30 Jan 2014 16:59:25 -0800
-Subject: [PATCH] x86, x32: Correct invalid use of user timespec in the kernel
-
-The x32 case for the recvmsg() timout handling is broken:
-
-  asmlinkage long compat_sys_recvmmsg(int fd, struct compat_mmsghdr __user 
*mmsg,
-  unsigned int vlen, unsigned int flags,
-  struct compat_timespec __user *timeout)
-  {
-  int datagrams;
-  struct timespec ktspec;
-
-  if (flags  MSG_CMSG_COMPAT)
-  return -EINVAL;
-
-  if (COMPAT_USE_64BIT_TIME)
-  return __sys_recvmmsg(fd, (struct mmsghdr __user *)mmsg, 
vlen,
-flags | MSG_CMSG_COMPAT,
-(struct timespec *) timeout);
-  ...
-
-The timeout pointer parameter is provided by userland (hence the __user
-annotation) but for x32 syscalls it's simply cast to a kernel pointer
-and is passed to __sys_recvmmsg which will eventually directly
-dereference it for both reading and writing.  Other callers to
-__sys_recvmmsg properly copy from userland to the kernel first.
-
-The bug was introduced by commit ee4fa23c4bfc (compat: Use
-COMPAT_USE_64BIT_TIME in net/compat.c) and should affect all kernels
-since 3.4 (and perhaps vendor kernels if they backported x32 support
-along with this code).
-
-Note that CONFIG_X86_X32_ABI gets enabled at build time and only if
-CONFIG_X86_X32 is enabled and ld can build x32 executables.
-
-Other uses of COMPAT_USE_64BIT_TIME seem fine.
-
-This addresses CVE-2014-0038.
-
-Signed-off-by: PaX Team pagee...@freemail.hu
-Signed-off-by: H. Peter Anvin h...@linux.intel.com
-Cc: sta...@vger.kernel.org # v3.4+
-Signed-off-by: Linus Torvalds torva...@linux-foundation.org

- net/compat.c | 9 ++---
- 1 file changed, 2 insertions(+), 7 deletions(-)
-
-diff --git a/net/compat.c b/net/compat.c
-index dd32e34..f50161f 100644
 a/net/compat.c
-+++ b/net/compat.c
-@@ -780,21 +780,16 @@ asmlinkage long compat_sys_recvmmsg(int fd, struct 
compat_mmsghdr __user *mmsg,
-   if (flags  MSG_CMSG_COMPAT)
-   return -EINVAL;
- 
--  if (COMPAT_USE_64BIT_TIME)
--  return __sys_recvmmsg(fd, (struct mmsghdr __user *)mmsg, vlen,
--flags | MSG_CMSG_COMPAT,
--(struct timespec *) timeout);
--
-   if (timeout == NULL)
-   return __sys_recvmmsg(fd, (struct mmsghdr __user *)mmsg, vlen,
- flags | MSG_CMSG_COMPAT, NULL);
- 
--  if (get_compat_timespec(ktspec, timeout))
-+  if (compat_get_timespec(ktspec, timeout))
-   return -EFAULT;
- 
-   datagrams = __sys_recvmmsg(fd, (struct mmsghdr __user *)mmsg, vlen,
-  flags | MSG_CMSG_COMPAT, ktspec);
--  if (datagrams  0  put_compat_timespec(ktspec, timeout))
-+  if (datagrams  0  compat_put_timespec(ktspec, timeout))
-   datagrams = -EFAULT;
- 
-   return datagrams;
--- 
-1.8.5.3
-



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

2014-02-06 Thread Thomas Bächler
Date: Friday, February 7, 2014 @ 01:16:05
  Author: thomas
Revision: 205556

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

Added:
  
linux/repos/testing-i686/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 20, 
linux/trunk/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch)
  
linux/repos/testing-i686/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
(from rev 20, 
linux/trunk/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch)
  
linux/repos/testing-i686/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
(from rev 20, 
linux/trunk/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch)
  
linux/repos/testing-i686/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
(from rev 20, 
linux/trunk/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch)
  
linux/repos/testing-i686/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
(from rev 20, 
linux/trunk/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch)
  
linux/repos/testing-i686/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
(from rev 20, 
linux/trunk/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch)
  
linux/repos/testing-i686/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch
(from rev 20, 
linux/trunk/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 20, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 20, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 20, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 20, linux/trunk/config.x86_64)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 20, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/i8042-fix-aliases.patch
(from rev 20, linux/trunk/i8042-fix-aliases.patch)
  linux/repos/testing-i686/linux.install
(from rev 20, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 20, linux/trunk/linux.preset)
  
linux/repos/testing-x86_64/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 20, 
linux/trunk/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch)
  
linux/repos/testing-x86_64/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
(from rev 20, 
linux/trunk/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch)
  
linux/repos/testing-x86_64/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
(from rev 20, 
linux/trunk/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch)
  
linux/repos/testing-x86_64/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
(from rev 20, 
linux/trunk/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch)
  
linux/repos/testing-x86_64/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
(from rev 20, 
linux/trunk/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch)
  
linux/repos/testing-x86_64/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
(from rev 20, 
linux/trunk/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch)
  
linux/repos/testing-x86_64/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch
(from rev 20, 
linux/trunk/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 20, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 20, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 20, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 20, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 20, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/i8042-fix-aliases.patch
(from rev 20, linux/trunk/i8042-fix-aliases.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 20, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 20, linux/trunk/linux.preset)
Deleted:
  
linux/repos/testing-i686/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
  
linux/repos/testing-i686/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
  
linux/repos/testing-i686/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
  
linux/repos/testing-i686/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
  
linux/repos/testing-i686/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
  
linux/repos/testing-i686/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
  

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

2014-02-06 Thread Gaetan Bisson
Date: Friday, February 7, 2014 @ 01:38:47
  Author: bisson
Revision: 205557

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-07 00:16:05 UTC (rev 205556)
+++ PKGBUILD2014-02-07 00:38:47 UTC (rev 205557)
@@ -6,7 +6,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=mpd
-pkgver=0.18.7
+pkgver=0.18.8
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
@@ -18,7 +18,7 @@
 
source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('feaea4781f01e518db22ccdb097059f33d77616e' 'SKIP'
+sha1sums=('04e6c657e9b5b7330c2ab4af2fb361d7d1e294d8' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '67c145c046cddd885630d72ce8ebe71f8321ff3b')
 



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

2014-02-06 Thread Gaetan Bisson
Date: Friday, February 7, 2014 @ 01:40:00
  Author: bisson
Revision: 205558

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 205557, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 205557, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 205557, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 205557, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 205557, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 205557, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 205557, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 205557, 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   |  104 ++
 /conf   |   14 ++
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   52 ---
 extra-i686/conf |7 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/conf   |7 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-07 00:38:47 UTC (rev 205557)
+++ extra-i686/PKGBUILD 2014-02-07 00:40:00 UTC (rev 205558)
@@ -1,52 +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.18.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')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('feaea4781f01e518db22ccdb097059f33d77616e' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-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 '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 205557, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-07 00:40:00 UTC (rev 205558)
@@ -0,0 +1,52 @@
+# $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.18.8
+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')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('04e6c657e9b5b7330c2ab4af2fb361d7d1e294d8' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+
+backup=('etc/mpd.conf')

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

2014-02-06 Thread Felix Yan
Date: Friday, February 7, 2014 @ 03:14:34
  Author: fyan
Revision: 105413

upgpkg: python-bottle 0.12.3-1

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-07 01:40:43 UTC (rev 105412)
+++ PKGBUILD2014-02-07 02:14:34 UTC (rev 105413)
@@ -6,7 +6,7 @@
 
 pkgbase=python-bottle
 pkgname=(python-bottle python2-bottle)
-pkgver=0.12.2
+pkgver=0.12.3
 pkgrel=1
 pkgdesc=A fast and simple micro-framework for small web-applications
 arch=(any)



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

2014-02-06 Thread Felix Yan
Date: Friday, February 7, 2014 @ 03:15:26
  Author: fyan
Revision: 105414

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 105413, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-07 02:14:34 UTC (rev 105413)
+++ PKGBUILD2014-02-07 02:15:26 UTC (rev 105414)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.12.2
-pkgrel=1
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python3' 'python2' 'git')
-source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
-
-build() {
-  cp -r bottle python2-bottle
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd bottle
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd python2-bottle
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-  
-sha512sums=('SKIP')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 105413, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-07 02:15:26 UTC (rev 105414)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.12.3
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python3' 'python2' 'git')
+source=(git+https://github.com/defnull/bottle.git#tag=${pkgver};)
+
+build() {
+  cp -r bottle python2-bottle
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd bottle
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd python2-bottle
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+  
+sha512sums=('SKIP')



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

2014-02-06 Thread Kyle Keen
Date: Friday, February 7, 2014 @ 02:31:58
  Author: kkeen
Revision: 105411

upgpkg: rtl-sdr 20140207-1

Modified:
  rtl-sdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 23:12:38 UTC (rev 105410)
+++ PKGBUILD2014-02-07 01:31:58 UTC (rev 105411)
@@ -5,8 +5,8 @@
 pkgname=rtl-sdr
 # they are just starting to play with tags
 # consider using tags for the pkgver in the future
-pkgver=20140124
-_commit=be8716b2c
+pkgver=20140207
+_commit=df9596b2d1
 pkgrel=1
 pkgdesc=Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR).
 arch=('i686' 'x86_64')
@@ -34,6 +34,7 @@
   mkdir -p build
   cd build
   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DDETACH_KERNEL_DRIVER=ON \
 -DINSTALL_UDEV_RULES=ON -Wno-dev ../
   make
 }



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

2014-02-06 Thread Kyle Keen
Date: Friday, February 7, 2014 @ 02:40:43
  Author: kkeen
Revision: 105412

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

Added:
  rtl-sdr/repos/community-i686/PKGBUILD
(from rev 105411, rtl-sdr/trunk/PKGBUILD)
  rtl-sdr/repos/community-i686/rtl-sdr.install
(from rev 105411, rtl-sdr/trunk/rtl-sdr.install)
  rtl-sdr/repos/community-i686/rtlsdr.conf
(from rev 105411, rtl-sdr/trunk/rtlsdr.conf)
  rtl-sdr/repos/community-x86_64/PKGBUILD
(from rev 105411, rtl-sdr/trunk/PKGBUILD)
  rtl-sdr/repos/community-x86_64/rtl-sdr.install
(from rev 105411, rtl-sdr/trunk/rtl-sdr.install)
  rtl-sdr/repos/community-x86_64/rtlsdr.conf
(from rev 105411, 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  |   48 --
 community-i686/rtl-sdr.install   |8 ---
 community-i686/rtlsdr.conf   |4 -
 community-x86_64/PKGBUILD|   48 --
 community-x86_64/rtl-sdr.install |8 ---
 community-x86_64/rtlsdr.conf |4 -
 9 files changed, 122 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-07 01:31:58 UTC (rev 105411)
+++ community-i686/PKGBUILD 2014-02-07 01:40:43 UTC (rev 105412)
@@ -1,48 +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=20140124
-_commit=be8716b2c
-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 \
--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 105411, 
rtl-sdr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-07 01:40:43 UTC (rev 105412)
@@ -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=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:

Deleted: community-i686/rtl-sdr.install
===
--- community-i686/rtl-sdr.install  2014-02-07 01:31:58 UTC (rev 105411)
+++ community-i686/rtl-sdr.install  2014-02-07 01:40:43 UTC (rev 105412)
@@ -1,8 +0,0 @@

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

2014-02-06 Thread Felix Yan
Date: Friday, February 7, 2014 @ 06:45:39
  Author: fyan
Revision: 105415

upgpkg: cgminer 3.12.1-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-07 02:15:26 UTC (rev 105414)
+++ PKGBUILD2014-02-07 05:45:39 UTC (rev 105415)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.12.0
+pkgver=3.12.1
 #_pkgver=3.6.6
 _pkgver=$pkgver
 pkgrel=1



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

2014-02-06 Thread Felix Yan
Date: Friday, February 7, 2014 @ 06:48:10
  Author: fyan
Revision: 105416

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 105415, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 105415, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 105415, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 105415, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 105415, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 105415, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  190 +
 /cgminer.conf.d  |   22 
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   95 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   95 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-07 05:45:39 UTC (rev 105415)
+++ community-i686/PKGBUILD 2014-02-07 05:48:10 UTC (rev 105416)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.12.0
-#_pkgver=3.6.6
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libusbx' 'jansson')
-makedepends=('git')
-source=(git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.5.*||' \
-  -e 
's|JANSSON_LIBS=compat/jansson-2\.5/src/\.libs/libjansson\.a|JANSSON_LIBS=-ljansson|'
 \
-  -e 's|compat/Makefile||' \
-  -i ./configure.ac
-
-  sed -e 's|^JANSSON_CPPFLAGS= .*||' \
-  -e 's|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = 
-I/usr/include/libusb-1.0|' \
-  -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-  -i ./Makefile.am
-
-  #sed s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'|| -i 
./configure
-  #sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  #sed 's|subdirs=$subdirs compat/jansson\-2.5||' -i ./configure
-  #sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  #sed 
's|JANSSON_LIBS=compat/jansson-2.5/src/.libs/libjansson.a|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  # ./configure \
-
-  ./autogen.sh \
---prefix=/usr \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-avalon \
---enable-klondike \
---enable-bitfury \
---enable-hashfast \
---enable-bab \
---enable-drillbit \
---enable-minion \
---enable-hashfast \
---with-system-libusb
-# --enable-knc # Enable it only when you need to
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('SKIP'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-