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

2014-02-13 Thread Felix Yan
Date: Friday, February 14, 2014 @ 07:29:13
  Author: fyan
Revision: 105694

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 105693, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 105693, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 105693, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 105693, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   86 +
 /pidgin-lwqq.install |   22 
 community-i686/PKGBUILD  |   42 
 community-i686/pidgin-lwqq.install   |   11 
 community-x86_64/PKGBUILD|   42 
 community-x86_64/pidgin-lwqq.install |   11 
 6 files changed, 108 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-14 06:27:58 UTC (rev 105693)
+++ community-i686/PKGBUILD 2014-02-14 06:29:13 UTC (rev 105694)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pidgin-lwqq
-pkgver=0.2c.20131206
-_commit=41f92cb7d8b4cfb26e51eded734e8110f845cff3
-pkgrel=1
-pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/xiehuc/pidgin-lwqq";
-license=('GPL3')
-depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev' 'js185')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-options=(debug)
-source=("git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit"
-#source=("git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver"
-"git://github.com/xiehuc/lwqq.git")
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  git submodule init
-  git config submodule."liblwqq".url "$srcdir/lwqq"
-  git submodule update
-}
-
-build() {
-  cd "${srcdir}/$pkgname"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="${pkgdir}" install
-}
-
-sha512sums=('SKIP'
-'SKIP')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 105693, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-14 06:29:13 UTC (rev 105694)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pidgin-lwqq
+pkgver=0.2c.20140214
+_commit=de349f7a2d6b1728f4f03e374dd3bc000f4b1248
+pkgrel=1
+pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/pidgin-lwqq";
+license=('GPL3')
+depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev' 'js185')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+options=(debug)
+source=("git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit"
+#source=("git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver"
+"git://github.com/xiehuc/lwqq.git")
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config submodule."liblwqq".url "$srcdir/lwqq"
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  
+  #Disable SSL as per upstream suggests
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSSL=Off .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('SKIP'
+'SKIP')

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2014-02-14 06:27:58 UTC (rev 105693)
+++ community-i686/pidgin-lwqq.install  2014-02-14 06:29:13 UTC (rev 105694)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 105693, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2014-02-14 06:29:13 UTC (rev 105694)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {

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

2014-02-13 Thread Felix Yan
Date: Friday, February 14, 2014 @ 07:27:58
  Author: fyan
Revision: 105693

upgpkg: pidgin-lwqq 0.2c.20140214-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-14 05:51:19 UTC (rev 105692)
+++ PKGBUILD2014-02-14 06:27:58 UTC (rev 105693)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=pidgin-lwqq
-pkgver=0.2c.20131206
-_commit=41f92cb7d8b4cfb26e51eded734e8110f845cff3
+pkgver=0.2c.20140214
+_commit=de349f7a2d6b1728f4f03e374dd3bc000f4b1248
 pkgrel=1
 pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 "git://github.com/xiehuc/lwqq.git")
 
 prepare() {
-  cd "$srcdir/$pkgname"
+  cd $pkgname
   git submodule init
   git config submodule."liblwqq".url "$srcdir/lwqq"
   git submodule update
@@ -27,14 +27,15 @@
 }
 
 build() {
-  cd "${srcdir}/$pkgname"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  cd $pkgname
+  
+  #Disable SSL as per upstream suggests
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSSL=Off .
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname"
+  cd $pkgname
   make DESTDIR="${pkgdir}" install
 }
 



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

2014-02-13 Thread Gaetan Bisson
Date: Friday, February 14, 2014 @ 06:51:19
  Author: bisson
Revision: 105692

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-14 05:50:23 UTC (rev 105691)
+++ community-i686/PKGBUILD 2014-02-14 05:51:19 UTC (rev 105692)
@@ -1,24 +0,0 @@
-# $id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=libdivecomputer
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='http://www.libdivecomputer.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("http://www.libdivecomputer.org/releases/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('a57176ae6a7bd5e0ad4d19a39e5aebcfba818acc')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libdivecomputer/repos/community-i686/PKGBUILD (from rev 105691, 
libdivecomputer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-14 05:51:19 UTC (rev 105692)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libdivecomputer
+pkgver=0.4.2
+pkgrel=2
+pkgdesc='Library for communication with dive computers'
+url='http://www.libdivecomputer.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://www.libdivecomputer.org/releases/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('a57176ae6a7bd5e0ad4d19a39e5aebcfba818acc')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --program-prefix="${pkgname}-" \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-14 05:50:23 UTC (rev 105691)
+++ community-x86_64/PKGBUILD   2014-02-14 05:51:19 UTC (rev 105692)
@@ -1,24 +0,0 @@
-# $id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=libdivecomputer
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='http://www.libdivecomputer.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("http://www.libdivecomputer.org/releases/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('a57176ae6a7bd5e0ad4d19a39e5aebcfba818acc')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libdivecomputer/repos/community-x86_64/PKGBUILD (from rev 105691, 
libdivecomputer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-14 05:51:19 UTC (rev 105692)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libdivecomputer
+pkgver=0.4.2
+pkgrel=2
+pkgdesc='Library for communication with dive computers'
+url='http://www.libdivecomputer.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://www.libdivecomputer.org/releases/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('a57176ae6a7bd5e0ad4d19a39e5aebcfba818acc')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --program-prefix="${pkgname}-" \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}



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

2014-02-13 Thread Gaetan Bisson
Date: Friday, February 14, 2014 @ 06:50:23
  Author: bisson
Revision: 105691

fix FS#38897

Modified:
  libdivecomputer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 20:42:52 UTC (rev 105690)
+++ PKGBUILD2014-02-14 05:50:23 UTC (rev 105691)
@@ -1,10 +1,10 @@
-# $id$
+# $Id$
 # Contributor: Francois Boulogne 
 # Maintainer: Gaetan Bisson 
 
 pkgname=libdivecomputer
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for communication with dive computers'
 url='http://www.libdivecomputer.org/'
 license=('LGPL')
@@ -14,7 +14,10 @@
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
+   ./configure \
+   --prefix=/usr \
+   --program-prefix="${pkgname}-" \
+
make
 }
 



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

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 04:40:45
  Author: eric
Revision: 205929

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

Added:
  perl-socket6/repos/extra-i686/PKGBUILD
(from rev 205928, perl-socket6/trunk/PKGBUILD)
  perl-socket6/repos/extra-x86_64/PKGBUILD
(from rev 205928, perl-socket6/trunk/PKGBUILD)
Deleted:
  perl-socket6/repos/extra-i686/PKGBUILD
  perl-socket6/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-14 03:40:08 UTC (rev 205928)
+++ extra-i686/PKGBUILD 2014-02-14 03:40:45 UTC (rev 205929)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Generator  : CPANPLUS::Dist::Arch 1.18
-
-pkgname='perl-socket6'
-pkgver='0.23'
-pkgrel='3'
-pkgdesc="getaddrinfo/getnameinfo support module"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=()
-url='http://search.cpan.org/dist/Socket6'
-source=('http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz')
-md5sums=('2c02adb13c449d48d232bb704ddbd492')
-sha512sums=('39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdir}/Socket6-0.23"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "${srcdir}/Socket6-0.23"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "${srcdir}/Socket6-0.23"
-  make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-socket6/repos/extra-i686/PKGBUILD (from rev 205928, 
perl-socket6/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-14 03:40:45 UTC (rev 205929)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Florian Pritz 
+
+pkgname=perl-socket6
+pkgver=0.25
+pkgrel=1
+pkgdesc="A getaddrinfo/getnameinfo support module"
+arch=('i686' 'x86_64')
+url='http://search.cpan.org/dist/Socket6'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-$pkgver.tar.gz)
+sha1sums=('4499bd5b5150bd44be79238df348d89ea228f5a6')
+
+build() {
+  cd Socket6-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Socket6-$pkgver
+  make test
+}
+
+package() {
+  cd Socket6-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-14 03:40:08 UTC (rev 205928)
+++ extra-x86_64/PKGBUILD   2014-02-14 03:40:45 UTC (rev 205929)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Generator  : CPANPLUS::Dist::Arch 1.18
-
-pkgname='perl-socket6'
-pkgver='0.23'
-pkgrel='3'
-pkgdesc="getaddrinfo/getnameinfo support module"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=()
-url='http://search.cpan.org/dist/Socket6'
-source=('http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz')
-md5sums=('2c02adb13c449d48d232bb704ddbd492')
-sha512sums=('39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdir}/Socket6-0.23"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "${srcdir}/Socket6-0.23"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "${srcdir}/Socket6-0.23"
-  make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-socket6/repos/extra-x86_64/PKGBUILD (from rev 205928, 
perl-socket6/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-14 03:40:45 UTC (rev 205929)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Florian Pritz 
+

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

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 04:40:08
  Author: eric
Revision: 205928

upgpkg: perl-socket6 0.25-1

Upstream update, Clean up PKGBUILD

Modified:
  perl-socket6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-14 03:29:23 UTC (rev 205927)
+++ PKGBUILD2014-02-14 03:40:08 UTC (rev 205928)
@@ -1,48 +1,30 @@
 # $Id$
 # Maintainer: Florian Pritz 
-# Generator  : CPANPLUS::Dist::Arch 1.18
 
-pkgname='perl-socket6'
-pkgver='0.23'
-pkgrel='3'
-pkgdesc="getaddrinfo/getnameinfo support module"
+pkgname=perl-socket6
+pkgver=0.25
+pkgrel=1
+pkgdesc="A getaddrinfo/getnameinfo support module"
 arch=('i686' 'x86_64')
+url='http://search.cpan.org/dist/Socket6'
 license=('PerlArtistic' 'GPL')
+depends=('perl')
 options=('!emptydirs')
-depends=('perl')
-makedepends=()
-url='http://search.cpan.org/dist/Socket6'
-source=('http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz')
-md5sums=('2c02adb13c449d48d232bb704ddbd492')
-sha512sums=('39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9')
+source=(http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-$pkgver.tar.gz)
+sha1sums=('4499bd5b5150bd44be79238df348d89ea228f5a6')
 
 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdir}/Socket6-0.23"
-/usr/bin/perl Makefile.PL
-make
-  )
+  cd Socket6-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
 
 check() {
-  cd "${srcdir}/Socket6-0.23"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
+  cd Socket6-$pkgver
+  make test
 }
 
 package() {
-  cd "${srcdir}/Socket6-0.23"
+  cd Socket6-$pkgver
   make DESTDIR="$pkgdir" install
 }
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:



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

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 04:29:23
  Author: eric
Revision: 205927

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

Added:
  perl-net-dns/repos/extra-i686/PKGBUILD
(from rev 205926, perl-net-dns/trunk/PKGBUILD)
  perl-net-dns/repos/extra-x86_64/PKGBUILD
(from rev 205926, perl-net-dns/trunk/PKGBUILD)
Deleted:
  perl-net-dns/repos/extra-i686/PKGBUILD
  perl-net-dns/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-14 03:28:42 UTC (rev 205926)
+++ extra-i686/PKGBUILD 2014-02-14 03:29:23 UTC (rev 205927)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-dns
-pkgver=0.73
-pkgrel=1
-pkgdesc="Perl Module: Interface to the DNS resolver."
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Net-DNS/";
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('03c02d04c4346e4a3f52e28885d870b6be96feda')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Net-DNS-${pkgver}
-  make test
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-net-dns/repos/extra-i686/PKGBUILD (from rev 205926, 
perl-net-dns/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-14 03:29:23 UTC (rev 205927)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-net-dns
+pkgver=0.74
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/";
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('1b183448d22ea49bca0c4b85c365af527101a2ae')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-14 03:28:42 UTC (rev 205926)
+++ extra-x86_64/PKGBUILD   2014-02-14 03:29:23 UTC (rev 205927)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-dns
-pkgver=0.73
-pkgrel=1
-pkgdesc="Perl Module: Interface to the DNS resolver."
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Net-DNS/";
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('03c02d04c4346e4a3f52e28885d870b6be96feda')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Net-DNS-${pkgver}
-  make test
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-net-dns/repos/extra-x86_64/PKGBUILD (from rev 205926, 
perl-net-dns/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-14 03:29:23 UTC (rev 205927)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-net-dns
+pkgver=0.74
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/";
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('1b183448d22ea49bca0c4b85c365af527101a2ae')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 04:28:42
  Author: eric
Revision: 205926

upgpkg: perl-net-dns 0.74-1

Upstream update

Modified:
  perl-net-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-14 03:22:35 UTC (rev 205925)
+++ PKGBUILD2014-02-14 03:28:42 UTC (rev 205926)
@@ -1,11 +1,10 @@
 # $Id$
-# Maintainer: kevin 
-# Contributor: Manolis Tzanidakis
+# Maintainer:
 
 pkgname=perl-net-dns
-pkgver=0.73
+pkgver=0.74
 pkgrel=1
-pkgdesc="Perl Module: Interface to the DNS resolver."
+pkgdesc="Perl Module: Interface to the DNS resolver"
 arch=('i686' 'x86_64')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/Net-DNS/";
@@ -13,7 +12,7 @@
 checkdepends=('perl-test-pod')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('03c02d04c4346e4a3f52e28885d870b6be96feda')
+sha1sums=('1b183448d22ea49bca0c4b85c365af527101a2ae')
 
 build() {
   cd Net-DNS-${pkgver}



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

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 04:22:35
  Author: eric
Revision: 205925

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

Added:
  perl-netaddr-ip/repos/extra-i686/PKGBUILD
(from rev 205924, perl-netaddr-ip/trunk/PKGBUILD)
  perl-netaddr-ip/repos/extra-x86_64/PKGBUILD
(from rev 205924, perl-netaddr-ip/trunk/PKGBUILD)
Deleted:
  perl-netaddr-ip/repos/extra-i686/PKGBUILD
  perl-netaddr-ip/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-14 03:21:48 UTC (rev 205924)
+++ extra-i686/PKGBUILD 2014-02-14 03:22:35 UTC (rev 205925)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Dale Blount 
-# Contributor: Francois Charette 
-
-pkgname=perl-netaddr-ip
-pkgver=4.071
-pkgrel=1
-pkgdesc="Perl module to manage IP addresses and subnets"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/NetAddr-IP/";
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-${pkgver}.tar.gz)
-md5sums=('f0da45422022fdf1ccfa90b8068d782b')
-
-build() {
-  cd NetAddr-IP-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd NetAddr-IP-${pkgver}
-  make test
-}
-
-package() {
-  cd NetAddr-IP-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-netaddr-ip/repos/extra-i686/PKGBUILD (from rev 205924, 
perl-netaddr-ip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-14 03:22:35 UTC (rev 205925)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-netaddr-ip
+pkgver=4.072
+pkgrel=1
+pkgdesc="Perl module to manage IP addresses and subnets"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/NetAddr-IP/";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-${pkgver}.tar.gz)
+md5sums=('7764bf54881cd014880c0b77161f16aa')
+
+build() {
+  cd NetAddr-IP-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd NetAddr-IP-${pkgver}
+  make test
+}
+
+package() {
+  cd NetAddr-IP-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-14 03:21:48 UTC (rev 205924)
+++ extra-x86_64/PKGBUILD   2014-02-14 03:22:35 UTC (rev 205925)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Dale Blount 
-# Contributor: Francois Charette 
-
-pkgname=perl-netaddr-ip
-pkgver=4.071
-pkgrel=1
-pkgdesc="Perl module to manage IP addresses and subnets"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/NetAddr-IP/";
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-${pkgver}.tar.gz)
-md5sums=('f0da45422022fdf1ccfa90b8068d782b')
-
-build() {
-  cd NetAddr-IP-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd NetAddr-IP-${pkgver}
-  make test
-}
-
-package() {
-  cd NetAddr-IP-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-netaddr-ip/repos/extra-x86_64/PKGBUILD (from rev 205924, 
perl-netaddr-ip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-14 03:22:35 UTC (rev 205925)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-netaddr-ip
+pkgver=4.072
+pkgrel=1
+pkgdesc="Perl module to manage IP addresses and subnets"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/NetAddr-IP/";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-${pkgver}.tar.gz)
+md5sums=('7764bf54881cd014880c0b77161f16aa')
+
+build() {
+  cd NetAddr-IP-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd NetAddr-IP-${pkgver}
+  make test
+}
+
+package() {
+  cd NetAddr-IP-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 04:21:48
  Author: eric
Revision: 205924

upgpkg: perl-netaddr-ip 4.072-1

Upstream update

Modified:
  perl-netaddr-ip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-14 03:11:31 UTC (rev 205923)
+++ PKGBUILD2014-02-14 03:21:48 UTC (rev 205924)
@@ -1,10 +1,8 @@
 # $Id$
 # Maintainer:
-# Contributor: Dale Blount 
-# Contributor: Francois Charette 
 
 pkgname=perl-netaddr-ip
-pkgver=4.071
+pkgver=4.072
 pkgrel=1
 pkgdesc="Perl module to manage IP addresses and subnets"
 arch=('i686' 'x86_64')
@@ -13,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-${pkgver}.tar.gz)
-md5sums=('f0da45422022fdf1ccfa90b8068d782b')
+md5sums=('7764bf54881cd014880c0b77161f16aa')
 
 build() {
   cd NetAddr-IP-${pkgver}



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

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 04:11:31
  Author: eric
Revision: 205923

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-14 03:11:05 UTC (rev 205922)
+++ PKGBUILD2014-02-14 03:11:31 UTC (rev 205923)
@@ -1,43 +0,0 @@
-# Packager: Justin Davis (juster) 
-# $Id$
-
-pkgname=perl-mailtools
-pkgver=2.12
-pkgrel=1
-pkgdesc='Various e-mail related modules'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl-timedate)
-url=https://metacpan.org/release/MailTools
-source=("http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-$pkgver.tar.gz";)
-md5sums=('b233a5723a0f5680d8ddd4dfdcb14c14')
-
-build()
-(
-  cd MailTools-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd MailTools-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd MailTools-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-mailtools/repos/extra-any/PKGBUILD (from rev 205922, 
perl-mailtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-14 03:11:31 UTC (rev 205923)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-mailtools
+pkgver=2.13
+pkgrel=1
+pkgdesc="Various e-mail related modules"
+arch=('any')
+url="https://metacpan.org/release/MailTools";
+license=('PerlArtistic' 'GPL')
+depends=('perl-timedate')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-$pkgver.tar.gz";)
+sha1sums=('48994a6762dcefece6c39e5df327b755d28bd21b')
+
+build() {
+  cd MailTools-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd MailTools-$pkgver
+  make test
+}
+
+package() {
+  cd MailTools-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 04:11:05
  Author: eric
Revision: 205922

upgpkg: perl-mailtools 2.13-1

Upstream update, Clean up PKGBUILD

Modified:
  perl-mailtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-14 03:03:11 UTC (rev 205921)
+++ PKGBUILD2014-02-14 03:11:05 UTC (rev 205922)
@@ -1,43 +1,30 @@
-# Packager: Justin Davis (juster) 
 # $Id$
+# Maintainer:
 
 pkgname=perl-mailtools
-pkgver=2.12
+pkgver=2.13
 pkgrel=1
-pkgdesc='Various e-mail related modules'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl-timedate)
-url=https://metacpan.org/release/MailTools
+pkgdesc="Various e-mail related modules"
+arch=('any')
+url="https://metacpan.org/release/MailTools";
+license=('PerlArtistic' 'GPL')
+depends=('perl-timedate')
+options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-$pkgver.tar.gz";)
-md5sums=('b233a5723a0f5680d8ddd4dfdcb14c14')
+sha1sums=('48994a6762dcefece6c39e5df327b755d28bd21b')
 
-build()
-(
+build() {
   cd MailTools-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
+  perl Makefile.PL INSTALLDIRS=vendor
   make
-)
+}
 
-check()
-(
+check() {
   cd MailTools-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
   make test
-)
+}
 
-package()
-(
+package() {
   cd MailTools-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
+  make DESTDIR="$pkgdir" install
+}



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

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 04:03:11
  Author: eric
Revision: 205921

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-14 03:02:43 UTC (rev 205920)
+++ PKGBUILD2014-02-14 03:03:11 UTC (rev 205921)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Dale Blount 
-# Contributor: Dale Blount 
-
-pkgname=perl-error
-pkgver=0.17021
-pkgrel=1
-pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
-url="http://search.cpan.org/dist/Error/";
-arch=('any')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
-sha1sums=('4ae7d68fbf2d64693773eab9dcd5a25a9775b2c3')
-
-build() {
-  cd Error-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make 
-}
-
-check() {
-  cd Error-${pkgver}
-  make test
-}
-
-package() {
-  cd Error-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: perl-error/repos/extra-any/PKGBUILD (from rev 205920, 
perl-error/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-14 03:03:11 UTC (rev 205921)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-error
+pkgver=0.17022
+pkgrel=1
+pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
+url="http://search.cpan.org/dist/Error/";
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
+sha1sums=('2e638bd8e9f9e241733a6f199287154a039d3700')
+
+build() {
+  cd Error-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make 
+}
+
+check() {
+  cd Error-${pkgver}
+  make test
+}
+
+package() {
+  cd Error-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+



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

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 04:02:43
  Author: eric
Revision: 205920

upgpkg: perl-error 0.17022-1

Upstream update

Modified:
  perl-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-14 02:59:11 UTC (rev 205919)
+++ PKGBUILD2014-02-14 03:02:43 UTC (rev 205920)
@@ -1,9 +1,8 @@
 # $Id$
-# Maintainer: Dale Blount 
-# Contributor: Dale Blount 
+# Maintainer:
 
 pkgname=perl-error
-pkgver=0.17021
+pkgver=0.17022
 pkgrel=1
 pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
 url="http://search.cpan.org/dist/Error/";
@@ -13,7 +12,7 @@
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
-sha1sums=('4ae7d68fbf2d64693773eab9dcd5a25a9775b2c3')
+sha1sums=('2e638bd8e9f9e241733a6f199287154a039d3700')
 
 build() {
   cd Error-${pkgver}



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

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 03:58:36
  Author: eric
Revision: 205918

upgpkg: perl-anyevent 4:7.07-1

Upstream update

Modified:
  perl-anyevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-14 02:51:45 UTC (rev 205917)
+++ PKGBUILD2014-02-14 02:58:36 UTC (rev 205918)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=perl-anyevent
-pkgver=7.05
+pkgver=7.07
 pkgrel=1
 epoch=4
 pkgdesc='The DBI of event loop programming'
@@ -14,7 +14,7 @@
 'perl-json-xs: send or receive JSON with AnyEvent::Handle')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz";)
-md5sums=('e329cb8549d2eedcacee56a962a7e3fe')
+md5sums=('e5ef99081b2acc3df80851838f9acfc4')
 
 build() {
   cd AnyEvent-$pkgver



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

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 03:59:11
  Author: eric
Revision: 205919

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-14 02:58:36 UTC (rev 205918)
+++ PKGBUILD2014-02-14 02:59:11 UTC (rev 205919)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-anyevent
-pkgver=7.05
-pkgrel=1
-epoch=4
-pkgdesc='The DBI of event loop programming'
-arch=('any')
-url="https://metacpan.org/release/AnyEvent";
-license=('PerlArtistic' 'GPL')
-depends=('perl-ev' 'perl-guard' 'perl-async-interrupt')
-optdepends=('perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle'
-'perl-json-xs: send or receive JSON with AnyEvent::Handle')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz";)
-md5sums=('e329cb8549d2eedcacee56a962a7e3fe')
-
-build() {
-  cd AnyEvent-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd AnyEvent-$pkgver
-  make test
-}
-
-package() {
-  cd AnyEvent-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-anyevent/repos/extra-any/PKGBUILD (from rev 205918, 
perl-anyevent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-14 02:59:11 UTC (rev 205919)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-anyevent
+pkgver=7.07
+pkgrel=1
+epoch=4
+pkgdesc='The DBI of event loop programming'
+arch=('any')
+url="https://metacpan.org/release/AnyEvent";
+license=('PerlArtistic' 'GPL')
+depends=('perl-ev' 'perl-guard' 'perl-async-interrupt')
+optdepends=('perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle'
+'perl-json-xs: send or receive JSON with AnyEvent::Handle')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz";)
+md5sums=('e5ef99081b2acc3df80851838f9acfc4')
+
+build() {
+  cd AnyEvent-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd AnyEvent-$pkgver
+  make test
+}
+
+package() {
+  cd AnyEvent-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 03:51:45
  Author: eric
Revision: 205917

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 205916, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-14 02:50:52 UTC (rev 205916)
+++ PKGBUILD2014-02-14 02:51:45 UTC (rev 205917)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=perl-io-socket-ssl
-pkgver=1.962
-pkgrel=1
-pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/IO-Socket-SSL/";
-depends=('perl-net-ssleay' 'perl' 'perl-uri')
-checkdepends=('perl-io-socket-inet6')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('c71464c8539973ecfa070d6dea66e367f9308176')
-
-build() {
-  cd IO-Socket-SSL-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd IO-Socket-SSL-${pkgver}
-  make test
-}
-
-package() {
-  cd IO-Socket-SSL-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 205916, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-14 02:51:45 UTC (rev 205917)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-io-socket-ssl
+pkgver=1.967
+pkgrel=1
+pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/IO-Socket-SSL/";
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha1sums=('0cce073c32715928dbb95e64696c6c7165f19ccb')
+
+build() {
+  cd IO-Socket-SSL-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Socket-SSL-${pkgver}
+  make test
+}
+
+package() {
+  cd IO-Socket-SSL-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2014-02-13 Thread Eric Bélanger
Date: Friday, February 14, 2014 @ 03:50:52
  Author: eric
Revision: 205916

upgpkg: perl-io-socket-ssl 1.967-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-14 02:43:58 UTC (rev 205915)
+++ PKGBUILD2014-02-14 02:50:52 UTC (rev 205916)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-io-socket-ssl
-pkgver=1.962
+pkgver=1.967
 pkgrel=1
 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('c71464c8539973ecfa070d6dea66e367f9308176')
+sha1sums=('0cce073c32715928dbb95e64696c6c7165f19ccb')
 
 build() {
   cd IO-Socket-SSL-${pkgver}



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

2014-02-13 Thread Allan McRae
Date: Friday, February 14, 2014 @ 03:43:58
  Author: allan
Revision: 205915

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

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 205914, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.18-xattr-compat-hack.patch
(from rev 205914, glibc/trunk/glibc-2.18-xattr-compat-hack.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 205914, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 205914, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 205914, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-i686/nscd.service
(from rev 205914, glibc/trunk/nscd.service)
  glibc/repos/testing-i686/nscd.tmpfiles
(from rev 205914, glibc/trunk/nscd.tmpfiles)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 205914, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.18-xattr-compat-hack.patch
(from rev 205914, glibc/trunk/glibc-2.18-xattr-compat-hack.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 205914, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 205914, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 205914, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/nscd.service
(from rev 205914, glibc/trunk/nscd.service)
  glibc/repos/testing-x86_64/nscd.tmpfiles
(from rev 205914, glibc/trunk/nscd.tmpfiles)

---+
 testing-i686/PKGBUILD |  145 
 testing-i686/glibc-2.18-xattr-compat-hack.patch   |   19 ++
 testing-i686/glibc.install|   22 +++
 testing-i686/locale-gen   |   42 +
 testing-i686/locale.gen.txt   |   23 +++
 testing-i686/nscd.service |   18 ++
 testing-i686/nscd.tmpfiles|4 
 testing-x86_64/PKGBUILD   |  145 
 testing-x86_64/glibc-2.18-xattr-compat-hack.patch |   19 ++
 testing-x86_64/glibc.install  |   22 +++
 testing-x86_64/locale-gen |   42 +
 testing-x86_64/locale.gen.txt |   23 +++
 testing-x86_64/nscd.service   |   18 ++
 testing-x86_64/nscd.tmpfiles  |4 
 14 files changed, 546 insertions(+)

Copied: glibc/repos/testing-i686/PKGBUILD (from rev 205914, 
glibc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-14 02:43:58 UTC (rev 205915)
@@ -0,0 +1,145 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: valgrind requires rebuilt with each major glibc version
+
+# NOTE: adjust version in install script when locale files are updated
+
+pkgname=glibc
+pkgver=2.19
+pkgrel=2
+pkgdesc="GNU C Library"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libc";
+license=('GPL' 'LGPL')
+groups=('base')
+depends=('linux-api-headers>=3.13' 'tzdata' 'filesystem>=2013.01')
+makedepends=('gcc>=4.8')
+backup=(etc/gai.conf
+etc/locale.gen
+etc/nscd.conf)
+options=('!strip' 'staticlibs')
+install=glibc.install
+source=(http://ftp.gnu.org/gnu/libc/${pkgname}-${pkgver}.tar.xz{,.sig}
+glibc-2.18-xattr-compat-hack.patch
+locale.gen.txt
+locale-gen)
+md5sums=('e26b8cc666b162f999404b03970f14e4'
+ 'SKIP'
+ '7ca96c68a37f2a4ab91792bfa0160a24'
+ '07ac979b6ab5eeb778d55f041529d623'
+ '476e9113489f93b348b21e144b6a8fcf')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # hack fix for {linux,sys}/xattr.h incompatibility
+  patch -p1 -i $srcdir/glibc-2.18-xattr-compat-hack.patch
+
+  mkdir ${srcdir}/glibc-build
+}
+
+build() {
+  cd ${srcdir}/glibc-build
+
+  if [[ ${CARCH} = "i686" ]]; then
+# Hack to fix NPTL issues with Xen, only required on 32bit platforms
+# TODO: make separate glibc-xen package for i686
+export CFLAGS="${CFLAGS} -mno-tls-direct-seg-refs"
+  fi
+
+  echo "slibdir=/usr/lib" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  # remove hardening options for building libraries
+  CFLAGS=${CFLAGS/-fstack-protector/}
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  ${srcdir}/${pkgname}-${pkgver}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --with-headers=/usr/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-add-ons=nptl,libidn \
+  --enable-obsolete-rpc \
+  --enable-kernel=2.6.32 \
+  --enable-bind-now --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+

[arch-commits] Commit in glibc/trunk (PKGBUILD glibc.install locale-gen)

2014-02-13 Thread Allan McRae
Date: Friday, February 14, 2014 @ 03:41:59
  Author: allan
Revision: 205914

upgpkg: glibc 2.19-2

revert parallel locale generation - this can create corrupt locale-archive files

Modified:
  glibc/trunk/PKGBUILD
  glibc/trunk/glibc.install
  glibc/trunk/locale-gen

---+
 PKGBUILD  |4 +--
 glibc.install |2 -
 locale-gen|   60 +---
 3 files changed, 26 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-14 00:28:13 UTC (rev 205913)
+++ PKGBUILD2014-02-14 02:41:59 UTC (rev 205914)
@@ -8,7 +8,7 @@
 
 pkgname=glibc
 pkgver=2.19
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU C Library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libc";
@@ -29,7 +29,7 @@
  'SKIP'
  '7ca96c68a37f2a4ab91792bfa0160a24'
  '07ac979b6ab5eeb778d55f041529d623'
- 'b5fd017036fb91199ee76f670da8c15b')
+ '476e9113489f93b348b21e144b6a8fcf')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: glibc.install
===
--- glibc.install   2014-02-14 00:28:13 UTC (rev 205913)
+++ glibc.install   2014-02-14 02:41:59 UTC (rev 205914)
@@ -4,7 +4,7 @@
 post_upgrade() {
   ldconfig -r .
   
-  if [[ $(vercmp 2.19 $2) = 1 ]]; then
+  if [[ $(vercmp 2.19-2 $2) = 1 ]]; then
 locale-gen
   fi
   

Modified: locale-gen
===
--- locale-gen  2014-02-14 00:28:13 UTC (rev 205913)
+++ locale-gen  2014-02-14 02:41:59 UTC (rev 205914)
@@ -4,53 +4,39 @@
 
 LOCALEGEN=/etc/locale.gen
 LOCALES=/usr/share/i18n/locales
-unset POSIXLY_CORRECT
+if [ -n "$POSIXLY_CORRECT" ]; then
+  unset POSIXLY_CORRECT
+fi
 
-[ -s "$LOCALEGEN" ] || exit 0
 
+[ -f $LOCALEGEN -a -s $LOCALEGEN ] || exit 0;
+
 # Remove all old locale dir and locale-archive before generating new
 # locale data.
-rm -rf /usr/lib/locale/*
+rm -rf /usr/lib/locale/* || true
 
 umask 022
 
-gen() {
-   local locale=$1
-   local charset=$2
-   local input=
-
-   if [ -z "$locale" ] || [ -z "$charset" ]; then
-   echo "error: Bad entry '$locale $charset'"
-   return
-   fi
-
-   printf '  %s.%s\n' "$(echo "$locale" | sed 's/\([^.\@]*\).*/\1/')" 
"$charset"
-
-   if [ -f "$LOCALES/$locale" ]; then
-   input=$locale
-   else
-   input=$(echo $locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/')
-   fi
-
-   localedef -i "$input" -c -f "$charset" -A 
/usr/share/locale/locale.alias "$locale"
+is_entry_ok() {
+  if [ -n "$locale" -a -n "$charset" ] ; then
+true
+  else
+echo "error: Bad entry '$locale $charset'"
+false
+  fi
 }
 
-maxjobs=$(grep -c processor /proc/cpuinfo 2>/dev/null || echo 1)
 echo "Generating locales..."
 while read locale charset; do \
-   case $locale in
-   \#*|'')
-   continue
-   ;;
-   esac
-   gen "$locale" "$charset" &
-
-   # keep no more than $maxjobs jobs in flight
-   while [ $(jobs | wc -l) -ge $maxjobs ]; do
-   sleep 0.25
-   jobs >/dev/null
-   done
+   case $locale in \#*) continue;; "") continue;; esac; \
+   is_entry_ok || continue
+   echo -n "  `echo $locale | sed 's/\([^.\@]*\).*/\1/'`"; \
+   echo -n ".$charset"; \
+   echo -n `echo $locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`; \
+   echo -n '...'; \
+if [ -f $LOCALES/$locale ]; then input=$locale; else \
+input=`echo $locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; fi; \
+   localedef -i $input -c -f $charset -A /usr/share/locale/locale.alias 
$locale; \
+   echo ' done'; \
 done < $LOCALEGEN
-wait
-
 echo "Generation complete."



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

2014-02-13 Thread Evangelos Foutras
Date: Friday, February 14, 2014 @ 01:28:13
  Author: foutrelis
Revision: 205913

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 205912, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-20.0.1-fixed-loading-icon.png
(from rev 205912, firefox/trunk/firefox-20.0.1-fixed-loading-icon.png)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 205912, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 205912, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 205912, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 205912, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/vendor.js
(from rev 205912, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 205912, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-20.0.1-fixed-loading-icon.png
(from rev 205912, firefox/trunk/firefox-20.0.1-fixed-loading-icon.png)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 205912, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 205912, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 205912, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 205912, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/vendor.js
(from rev 205912, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-20.0.1-fixed-loading-icon.png
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-20.0.1-fixed-loading-icon.png
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  254 +++
 /firefox-install-dir.patch |   56 ++
 /firefox.desktop   |  242 +
 /firefox.install   |   26 +++
 /mozconfig |   70 
 /vendor.js |   18 ++
 extra-i686/PKGBUILD|  127 ---
 extra-i686/firefox-install-dir.patch   |   28 ---
 extra-i686/firefox.desktop |  121 --
 extra-i686/firefox.install |   13 -
 extra-i686/mozconfig   |   35 
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |  127 ---
 extra-x86_64/firefox-install-dir.patch |   28 ---
 extra-x86_64/firefox.desktop   |  121 --
 extra-x86_64/firefox.install   |   13 -
 extra-x86_64/mozconfig |   35 
 extra-x86_64/vendor.js |9 -
 18 files changed, 666 insertions(+), 666 deletions(-)

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


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

2014-02-13 Thread Evangelos Foutras
Date: Friday, February 14, 2014 @ 01:27:49
  Author: foutrelis
Revision: 205912

upgpkg: firefox 27.0.1-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-14 00:25:19 UTC (rev 205911)
+++ PKGBUILD2014-02-14 00:27:49 UTC (rev 205912)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=27.0
+pkgver=27.0.1
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2{,.asc}
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js
 firefox-20.0.1-fixed-loading-icon.png)
-sha256sums=('703be57d85a90fe28636ed7f3d3ae907cec1dd33e847c1d0faf1d6312d66f1a4'
+sha256sums=('76057ac365fe60b51915e8dba2960546fb3a60a2b5747207a8c936e4fc280d8f'
 'SKIP'
 '759a86ad115c57a16e577a0df85ce828c538530f48342228f60e2d1bf10aa977'
 'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'



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

2014-02-13 Thread Evangelos Foutras
Date: Friday, February 14, 2014 @ 01:25:19
  Author: foutrelis
Revision: 205911

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  416 ++---
 1 file changed, 208 insertions(+), 208 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-14 00:25:08 UTC (rev 205910)
+++ PKGBUILD2014-02-14 00:25:19 UTC (rev 205911)
@@ -1,208 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=27.0
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=('any')
-url="http://www.mozilla.com/";
-license=('MPL' 'GPL')
-depends=("firefox>=$pkgver")
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'csb"Kashubian"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gu-IN  "Gujarati"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-md5sums=('7eb11d4b12aedabe97d9c5b1e8b62438'
- '6ca8a7e736c412226041ae2aff5303ee'
- 'a0a36bb14056a45b834694a8591c5fbd'
- '4f5c6f101d838a4f711a2d895f68b187'
- 'a31bb99155a805f0a94f7464c468ea48'
- '91a0f35708014d14e638dd5297220d73'
- '4271315d7a19f3ec6d287d6ab26372e2'
- 'd1bf1cfc539c0dac9ecdd133be6f6285'
- '63263205f118a5cd531023bd83bfd429'
- '508469c969c95a1903593a8a309e6512'
- 'f5e9885f5649d5c8beab7873e449b3b9'
- '49f0da200a20ddcf50a8977f8f2d7e36'
- '2bd833e3889f46eef1dc801f52ab6835'
- 'bb8a258b577e6b9e6b219e77614112fa'
- '9cd01f86106482da627e12c13df4733a'
- 'df44c06ea1b0f2ce15c479205bf113af'
- '81877abd6d49762a9fbd481ac8a86c65'
- '29774055a7f6ce6255f45917f0d401b2'
- '72e3ef67986af21c0b0037b2aeb2f092'
- '847f3dd982d42fcdd15d2619c95e970b'
- 'b693c628ad0dd0a5c217c3d593c456d7'
- 'c47674833706e9b1a1edfcea22c48ab0'
- 'd03493154b8481cf5f14517c128d75aa'
- 'ea321e31506348af63f71f674aedcc65'
- 'a6d43f229a0a6098b6f1b2c718b63cb6'
- '81baa4aaf567bf51a9fb67325305a46d'
- '6d4c3636afd68079a72813cabe4216f3'
- '84e0f362acb9cfae0a9737967838f124'
- '481f615a2de3ebc2c99e4ca5a54f3820'
- '9c7cac2905747f23b0e223ab6919f459'
- '10e276704450f0b60796cb809df

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

2014-02-13 Thread Evangelos Foutras
Date: Friday, February 14, 2014 @ 01:25:08
  Author: foutrelis
Revision: 205910

upgpkg: firefox-i18n 27.0.1-1

New upstream release.

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 23:29:34 UTC (rev 205909)
+++ PKGBUILD2014-02-14 00:25:08 UTC (rev 205910)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=27.0
+pkgver=27.0.1
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=('any')
@@ -123,86 +123,86 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-md5sums=('7eb11d4b12aedabe97d9c5b1e8b62438'
- '6ca8a7e736c412226041ae2aff5303ee'
- 'a0a36bb14056a45b834694a8591c5fbd'
- '4f5c6f101d838a4f711a2d895f68b187'
- 'a31bb99155a805f0a94f7464c468ea48'
- '91a0f35708014d14e638dd5297220d73'
- '4271315d7a19f3ec6d287d6ab26372e2'
- 'd1bf1cfc539c0dac9ecdd133be6f6285'
- '63263205f118a5cd531023bd83bfd429'
- '508469c969c95a1903593a8a309e6512'
- 'f5e9885f5649d5c8beab7873e449b3b9'
- '49f0da200a20ddcf50a8977f8f2d7e36'
- '2bd833e3889f46eef1dc801f52ab6835'
- 'bb8a258b577e6b9e6b219e77614112fa'
- '9cd01f86106482da627e12c13df4733a'
- 'df44c06ea1b0f2ce15c479205bf113af'
- '81877abd6d49762a9fbd481ac8a86c65'
- '29774055a7f6ce6255f45917f0d401b2'
- '72e3ef67986af21c0b0037b2aeb2f092'
- '847f3dd982d42fcdd15d2619c95e970b'
- 'b693c628ad0dd0a5c217c3d593c456d7'
- 'c47674833706e9b1a1edfcea22c48ab0'
- 'd03493154b8481cf5f14517c128d75aa'
- 'ea321e31506348af63f71f674aedcc65'
- 'a6d43f229a0a6098b6f1b2c718b63cb6'
- '81baa4aaf567bf51a9fb67325305a46d'
- '6d4c3636afd68079a72813cabe4216f3'
- '84e0f362acb9cfae0a9737967838f124'
- '481f615a2de3ebc2c99e4ca5a54f3820'
- '9c7cac2905747f23b0e223ab6919f459'
- '10e276704450f0b60796cb809df83d38'
- '67c8c4fe102dacfed7035e25387f91a7'
- '76774a488896ae52c7fa92401268a88f'
- '14418ceb4323ab968009a9d44cc2859e'
- 'c171e2928eff8654b4f6168cc41a098e'
- '334e8509959b6b3ec1f615b1d46f84b1'
- '1b8ece61a1b30135bf1dc8d2ba92a5cb'
- 'd0b82a9eafbf3dd82d95a9db61c26250'
- 'd63b096838109ccda63bb04aa54f3453'
- '485642b0c6822ea882f26693b5def76d'
- 'c1d2dd84c71f502b844c0472a51f5bb3'
- '8f04e32457ec95ac28cc4b095426dea6'
- '04d81982efbbb28b8d709133d0e2b70b'
- '7b432521d6eb189e7329bc4a638887d1'
- '5c8e0da7ac0d5e710c0cd116d5c00016'
- '708fe4cc020e9624d31fe93cd3add0f1'
- 'e3f728a8af6f44af474e67c263e6'
- 'c25c8e8d905e953e4ba15a31859886b1'
- '5b6885132c6f6a79c6ac6f80d07d4c91'
- '37cb4ca6ba94bf4bc3cb314cca3d0bbf'
- '251c09f951531b0f02bd109cb79360c1'
- '3189ee9ef88728f33bd4f80e578c05db'
- '157b6a7d521ba82cc600ea8dcc44142b'
- '25c12c0e5ef806b7f956f2ea0e9c66b7'
- '0097dc365986e97cdeaf8018bcc613b7'
- '81e82f307ba1fa5150b90813b8996474'
- 'b4f4531f08047cb31e05fcb86edbcb9b'
- '7502f6ab3c8188dd1829e434feb6790e'
- '2b56b6ebce2dba3f452ebfe86c6fe025'
- '1b6015c74dbe7d5a07b333023b881cac'
- '2a16a3cff5e6e6e716e063cc46957516'
- '2a51af61e4ee894835c06d4fe3aa4546'
- 'ee00d7347ba470625b0bf8b83039a6e7'
- 'ff0e07748d5f19d6aa2752916f036fd9'
- 'ecdf441444139bd96844e3438151dc78'
- 'c8c4876d663771ffebda6a46f3e10d55'
- '69a2ffb6f455a0c895958a04e613d941'
- 'adf554c00443f8cf924d48f5638aa9cf'
- '45473541b3afee6e4a2c4ddb3cebbebc'
- '6a21fd527b330c85985962469ac9b553'
- 'a75c30999fe1dc33fbbbdea00e8a6e1c'
- '7dd7c34b2f41bd8c4c6967d2b99abfe8'
- '063a54cb49a7d425dd4e3e78b913dfee'
- 'bf6e0e8ced6c36aea07c11d473033703'
- 'e779b36493eb780d601b4aa3a5b1dc35'
- 'd4cbbeaafbdfad9fc8898650528012a5'
- '08865300a08e5e3a5b8d33c586e5e2f1'
- '486da2969ff1c937fa2c75afd303f306'
- '072cd44069ffb1e6f9032d358dd2ddaa'
- '7bbddbee9cd8369d7051019c4f0f4280'
- '528ad441971eb6df2e56a7b7887cec0c'
- '629189e1b78251a8aab262313c06ae42'
- 'f794735dc43dcf6b4b0d49ff2fa24a3c')
+md5sums=('4e5a91af5a38883e2d07c90f647052fe'
+ 'f4493030f6ec0f60180f49e74dc9e117'
+ 'd7349d2cb5a393f72c4b47eaf3cbcd1f'
+ '66e84fb83238b493911bcb7c7db5861a'
+ '87495696b50cee55492851f699001a37'
+ 'dcd08f49a62d2ccf49c766b7df515385'
+ 'f2901ad51c290294315fb038033c558a'
+ 'd8ef71be2cb8733d8a024c2f5dfd0ec9'
+ '8583dd73dc73b1a7c610d5e2f04fde65'
+ '4802bb1c7102a516049fa328442112e2'
+ '7278671

[arch-commits] Commit in mate-file-archiver/repos (12 files)

2014-02-13 Thread Martin Wimpress
Date: Thursday, February 13, 2014 @ 21:42:52
  Author: flexiondotorg
Revision: 105690

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

Added:
  mate-file-archiver/repos/community-i686/PKGBUILD
(from rev 105689, mate-file-archiver/trunk/PKGBUILD)
  mate-file-archiver/repos/community-i686/fr-rpm-bsdtar.patch
(from rev 105689, mate-file-archiver/trunk/fr-rpm-bsdtar.patch)
  mate-file-archiver/repos/community-i686/mate-file-archiver.install
(from rev 105689, mate-file-archiver/trunk/mate-file-archiver.install)
  mate-file-archiver/repos/community-x86_64/PKGBUILD
(from rev 105689, mate-file-archiver/trunk/PKGBUILD)
  mate-file-archiver/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 105689, mate-file-archiver/trunk/fr-rpm-bsdtar.patch)
  mate-file-archiver/repos/community-x86_64/mate-file-archiver.install
(from rev 105689, mate-file-archiver/trunk/mate-file-archiver.install)
Deleted:
  mate-file-archiver/repos/community-i686/PKGBUILD
  mate-file-archiver/repos/community-i686/fr-rpm-bsdtar.patch
  mate-file-archiver/repos/community-i686/mate-file-archiver.install
  mate-file-archiver/repos/community-x86_64/PKGBUILD
  mate-file-archiver/repos/community-x86_64/fr-rpm-bsdtar.patch
  mate-file-archiver/repos/community-x86_64/mate-file-archiver.install

-+
 /PKGBUILD   |   96 
 /fr-rpm-bsdtar.patch|  120 ++
 /mate-file-archiver.install |   26 +
 community-i686/PKGBUILD |   48 --
 community-i686/fr-rpm-bsdtar.patch  |   60 -
 community-i686/mate-file-archiver.install   |   13 --
 community-x86_64/PKGBUILD   |   48 --
 community-x86_64/fr-rpm-bsdtar.patch|   60 -
 community-x86_64/mate-file-archiver.install |   13 --
 9 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-13 20:42:32 UTC (rev 105689)
+++ community-i686/PKGBUILD 2014-02-13 20:42:52 UTC (rev 105690)
@@ -1,48 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-file-archiver
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Archive manipulator for MATE"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive'
- 'mate-file-manager' 'tar')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
-optdepends=('arj: for ARJ support'
-'p7zip: for 7zip support'
-'unrar: for RAR extract support'
-'unace: for ACE extract support'
-'unzip: for ZIP extract support'
-'zip: for ZIP support')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
-fr-rpm-bsdtar.patch)
-sha1sums=('53a28d6fb559151c0b8d6f9a658113c77cdb938a'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-# This patch 'depends' on libarchive
-patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---disable-static \
---disable-scrollkeeper \
---disable-packagekit
-mate-doc-prepare --force
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-file-archiver/repos/community-i686/PKGBUILD (from rev 105689, 
mate-file-archiver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-13 20:42:52 UTC (rev 105690)
@@ -0,0 +1,48 @@
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-file-archiver
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Archive manipulator for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive'
+ 'mate-file-manager' 'tar')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+optdepends=('arj: for ARJ support'
+'p7zip: for 7zip support and Unicode ZIP support'
+'unrar: for RAR extract support'
+'unace: for ACE extract support'
+'unzip: for ZIP extract support'
+'zip: for ZIP support')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
+"fr-rpm-bsdtar.patch")
+sha1sums=('58a0f7d78dabd627a3a2b3352fabcba20d72aa92'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}

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

2014-02-13 Thread Martin Wimpress
Date: Thursday, February 13, 2014 @ 21:42:32
  Author: flexiondotorg
Revision: 105689

upgpkg: mate-file-archiver 1.6.2-1 - Sync with upsteam, fixes zip file 
extraction.

Modified:
  mate-file-archiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 19:13:28 UTC (rev 105688)
+++ PKGBUILD2014-02-13 20:42:32 UTC (rev 105689)
@@ -1,7 +1,7 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=mate-file-archiver
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="Archive manipulator for MATE"
 url="http://mate-desktop.org";
@@ -11,7 +11,7 @@
  'mate-file-manager' 'tar')
 makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
 optdepends=('arj: for ARJ support'
-'p7zip: for 7zip support'
+'p7zip: for 7zip support and Unicode ZIP support'
 'unrar: for RAR extract support'
 'unace: for ACE extract support'
 'unzip: for ZIP extract support'
@@ -19,13 +19,13 @@
 options=('!emptydirs')
 groups=('mate-extra')
 source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";
-fr-rpm-bsdtar.patch)
-sha1sums=('53a28d6fb559151c0b8d6f9a658113c77cdb938a'
+"fr-rpm-bsdtar.patch")
+sha1sums=('58a0f7d78dabd627a3a2b3352fabcba20d72aa92'
   '219b05a979bf6f249aaae27964f02345fd81168d')
 install=${pkgname}.install
 
 prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${pkgname}-${pkgver}"
 # This patch 'depends' on libarchive
 patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
 }



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

2014-02-13 Thread Tobias Powalowski
Date: Thursday, February 13, 2014 @ 20:59:39
  Author: tpowa
Revision: 205908

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

Added:
  linux/repos/testing-i686/0001-quirk-asm_volatile_goto.patch
(from rev 205907, linux/trunk/0001-quirk-asm_volatile_goto.patch)
  
linux/repos/testing-i686/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 205907, 
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 205907, 
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 205907, 
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 205907, 
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 205907, 
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 205907, 
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 205907, 
linux/trunk/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 205907, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 205907, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 205907, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 205907, linux/trunk/config.x86_64)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 205907, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/i8042-fix-aliases.patch
(from rev 205907, linux/trunk/i8042-fix-aliases.patch)
  linux/repos/testing-i686/linux.install
(from rev 205907, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 205907, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/0001-quirk-asm_volatile_goto.patch
(from rev 205907, linux/trunk/0001-quirk-asm_volatile_goto.patch)
  
linux/repos/testing-x86_64/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 205907, 
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 205907, 
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 205907, 
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 205907, 
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 205907, 
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 205907, 
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 205907, 
linux/trunk/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 205907, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 205907, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 205907, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 205907, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 205907, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/i8042-fix-aliases.patch
(from rev 205907, linux/trunk/i8042-fix-aliases.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 205907, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 205907, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/0001-revert-avmfritz-breaker.patch
  
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

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

2014-02-13 Thread Tobias Powalowski
Date: Thursday, February 13, 2014 @ 20:58:32
  Author: tpowa
Revision: 205907

upgpkg: linux 3.13.2-3

add correct patch for asm issues

Added:
  linux/trunk/0001-quirk-asm_volatile_goto.patch
Modified:
  linux/trunk/PKGBUILD
Deleted:
  linux/trunk/0001-revert-avmfritz-breaker.patch

+
 0001-quirk-asm_volatile_goto.patch |   51 
 0001-revert-avmfritz-breaker.patch |  417 ---
 PKGBUILD   |   13 -
 3 files changed, 57 insertions(+), 424 deletions(-)

Added: 0001-quirk-asm_volatile_goto.patch
===
--- 0001-quirk-asm_volatile_goto.patch  (rev 0)
+++ 0001-quirk-asm_volatile_goto.patch  2014-02-13 19:58:32 UTC (rev 205907)
@@ -0,0 +1,51 @@
+From a9f180345f5378ac87d80ed0bea55ba421d83859 Mon Sep 17 00:00:00 2001
+From: Steven Noonan 
+Date: Thu, 13 Feb 2014 07:01:07 +
+Subject: compiler/gcc4: Make quirk for asm_volatile_goto() unconditional
+
+I started noticing problems with KVM guest destruction on Linux
+3.12+, where guest memory wasn't being cleaned up. I bisected it
+down to the commit introducing the new 'asm goto'-based atomics,
+and found this quirk was later applied to those.
+
+Unfortunately, even with GCC 4.8.2 (which ostensibly fixed the
+known 'asm goto' bug) I am still getting some kind of
+miscompilation. If I enable the asm_volatile_goto quirk for my
+compiler, KVM guests are destroyed correctly and the memory is
+cleaned up.
+
+So make the quirk unconditional for now, until bug is found
+and fixed.
+
+Suggested-by: Linus Torvalds 
+Signed-off-by: Steven Noonan 
+Cc: Peter Zijlstra 
+Cc: Steven Rostedt 
+Cc: Jakub Jelinek 
+Cc: Richard Henderson 
+Cc: Andrew Morton 
+Cc: Oleg Nesterov 
+Cc: 
+Link: 
http://lkml.kernel.org/r/1392274867-15236-1-git-send-email-ste...@uplinklabs.net
+Link: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58670
+Signed-off-by: Ingo Molnar 
+---
+diff --git a/include/linux/compiler-gcc4.h b/include/linux/compiler-gcc4.h
+index ded4299..2507fd2 100644
+--- a/include/linux/compiler-gcc4.h
 b/include/linux/compiler-gcc4.h
+@@ -75,11 +75,7 @@
+  *
+  * (asm goto is automatically volatile - the naming reflects this.)
+  */
+-#if GCC_VERSION <= 40801
+-# define asm_volatile_goto(x...)  do { asm goto(x); asm (""); } while (0)
+-#else
+-# define asm_volatile_goto(x...)  do { asm goto(x); } while (0)
+-#endif
++#define asm_volatile_goto(x...)   do { asm goto(x); asm (""); } while (0)
+ 
+ #ifdef CONFIG_ARCH_USE_BUILTIN_BSWAP
+ #if GCC_VERSION >= 40400
+--
+cgit v0.9.2

Deleted: 0001-revert-avmfritz-breaker.patch
===
--- 0001-revert-avmfritz-breaker.patch  2014-02-13 18:15:29 UTC (rev 205906)
+++ 0001-revert-avmfritz-breaker.patch  2014-02-13 19:58:32 UTC (rev 205907)
@@ -1,417 +0,0 @@
-From e0f6dec35f9286e78879fe1ac92803fd69fc4fdc Mon Sep 17 00:00:00 2001
-From: H. Peter Anvin 
-Date: Wed, 04 Dec 2013 22:31:28 +
-Subject: x86, bitops: Correct the assembly constraints to testing bitops
-
-In checkin:
-
-0c44c2d0f459 x86: Use asm goto to implement better modify_and_test() functions
-
-the various functions which do modify and test were unified and
-optimized using "asm goto".  However, this change missed the detail
-that the bitops require an "Ir" constraint rather than an "er"
-constraint ("I" = integer constant from 0-31, "e" = signed 32-bit
-integer constant).  This would cause code to miscompile if these
-functions were used on constant bit positions 32-255 and the build to
-fail if used on constant bit positions above 255.
-
-Add the constraints as a parameter to the GEN_BINARY_RMWcc() macro to
-avoid this problem.
-
-Reported-by: Jesse Brandeburg 
-Signed-off-by: H. Peter Anvin 
-Cc: Peter Zijlstra 
-Link: http://lkml.kernel.org/r/529e8719.4070...@zytor.com

-diff --git a/arch/x86/include/asm/atomic.h b/arch/x86/include/asm/atomic.h
-index da31c8b..b17f4f4 100644
 a/arch/x86/include/asm/atomic.h
-+++ b/arch/x86/include/asm/atomic.h
-@@ -77,7 +77,7 @@ static inline void atomic_sub(int i, atomic_t *v)
-  */
- static inline int atomic_sub_and_test(int i, atomic_t *v)
- {
--  GEN_BINARY_RMWcc(LOCK_PREFIX "subl", v->counter, i, "%0", "e");
-+  GEN_BINARY_RMWcc(LOCK_PREFIX "subl", v->counter, "er", i, "%0", "e");
- }
- 
- /**
-@@ -141,7 +141,7 @@ static inline int atomic_inc_and_test(atomic_t *v)
-  */
- static inline int atomic_add_negative(int i, atomic_t *v)
- {
--  GEN_BINARY_RMWcc(LOCK_PREFIX "addl", v->counter, i, "%0", "s");
-+  GEN_BINARY_RMWcc(LOCK_PREFIX "addl", v->counter, "er", i, "%0", "s");
- }
- 
- /**
-diff --git a/arch/x86/include/asm/atomic64_64.h 
b/arch/x86/include/asm/atomic64_64.h
-index 3f065c9..46e9052 100644
 a/arch/x86/include/asm/atomic64_64.h
-+++ b/arch/x86/include/asm/atomic64_64.h
-@@ -72,7 +72,7 @@ static inline void atomic64_sub(long i, atomic64_t *v)
-  */

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

2014-02-13 Thread Eric Bélanger
Date: Thursday, February 13, 2014 @ 20:13:28
  Author: eric
Revision: 105688

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-13 19:13:11 UTC (rev 105687)
+++ PKGBUILD2014-02-13 19:13:28 UTC (rev 105688)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2014.02.10
-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=('84668a44e9864bdae81ec9020b9b817bc2ffd538'
-  '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 105687, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-13 19:13:28 UTC (rev 105688)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2014.02.13
+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=('774223160452ef2a1a21fd6432872991eac74abc'
+  '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 youtube-dl/trunk (PKGBUILD)

2014-02-13 Thread Eric Bélanger
Date: Thursday, February 13, 2014 @ 20:13:11
  Author: eric
Revision: 105687

upgpkg: youtube-dl 2014.02.13-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 16:52:52 UTC (rev 105686)
+++ PKGBUILD2014-02-13 19:13:11 UTC (rev 105687)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2014.02.10
+pkgver=2014.02.13
 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=('84668a44e9864bdae81ec9020b9b817bc2ffd538'
+sha1sums=('774223160452ef2a1a21fd6432872991eac74abc'
   'SKIP')
 
 prepare() {



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

2014-02-13 Thread Eric Bélanger
Date: Thursday, February 13, 2014 @ 19:14:54
  Author: eric
Revision: 205905

upgpkg: pycups 1.9.66-1

Upstream update

Modified:
  pycups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 16:52:19 UTC (rev 205904)
+++ PKGBUILD2014-02-13 18:14:54 UTC (rev 205905)
@@ -3,7 +3,7 @@
 # Contributor: nesl247 
 
 pkgname=pycups
-pkgver=1.9.63
+pkgver=1.9.66
 pkgrel=1
 pkgdesc="Python CUPS Bindings"
 arch=('i686' 'x86_64')
@@ -11,15 +11,15 @@
 license=('GPL')
 depends=('libcups' 'python2')
 
source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('cdee3ef87ac68d435c8ea04384563d15'
+md5sums=('a6cc4d40ac908dd9182ed93739b4bb79'
  'SKIP')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   python2 setup.py build
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   python2 setup.py install --root="${pkgdir}" --optimize=1
 }



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

2014-02-13 Thread Eric Bélanger
Date: Thursday, February 13, 2014 @ 19:15:29
  Author: eric
Revision: 205906

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-13 18:14:54 UTC (rev 205905)
+++ extra-i686/PKGBUILD 2014-02-13 18:15:29 UTC (rev 205906)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: nesl247 
-
-pkgname=pycups
-pkgver=1.9.63
-pkgrel=1
-pkgdesc="Python CUPS Bindings"
-arch=('i686' 'x86_64')
-url="http://cyberelk.net/tim/software/pycups/";
-license=('GPL')
-depends=('libcups' 'python2')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('cdee3ef87ac68d435c8ea04384563d15'
- 'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: pycups/repos/extra-i686/PKGBUILD (from rev 205905, 
pycups/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-13 18:15:29 UTC (rev 205906)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: nesl247 
+
+pkgname=pycups
+pkgver=1.9.66
+pkgrel=1
+pkgdesc="Python CUPS Bindings"
+arch=('i686' 'x86_64')
+url="http://cyberelk.net/tim/software/pycups/";
+license=('GPL')
+depends=('libcups' 'python2')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('a6cc4d40ac908dd9182ed93739b4bb79'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-13 18:14:54 UTC (rev 205905)
+++ extra-x86_64/PKGBUILD   2014-02-13 18:15:29 UTC (rev 205906)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: nesl247 
-
-pkgname=pycups
-pkgver=1.9.63
-pkgrel=1
-pkgdesc="Python CUPS Bindings"
-arch=('i686' 'x86_64')
-url="http://cyberelk.net/tim/software/pycups/";
-license=('GPL')
-depends=('libcups' 'python2')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('cdee3ef87ac68d435c8ea04384563d15'
- 'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: pycups/repos/extra-x86_64/PKGBUILD (from rev 205905, 
pycups/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-13 18:15:29 UTC (rev 205906)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: nesl247 
+
+pkgname=pycups
+pkgver=1.9.66
+pkgrel=1
+pkgdesc="Python CUPS Bindings"
+arch=('i686' 'x86_64')
+url="http://cyberelk.net/tim/software/pycups/";
+license=('GPL')
+depends=('libcups' 'python2')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('a6cc4d40ac908dd9182ed93739b4bb79'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}



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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 17:52:52
  Author: spupykin
Revision: 105686

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 105685, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis.install
(from rev 105685, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 105685, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 105685, redis/trunk/redis.service)
  redis/repos/community-i686/redis.tmpfiles.d
(from rev 105685, redis/trunk/redis.tmpfiles.d)
  redis/repos/community-x86_64/PKGBUILD
(from rev 105685, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis.install
(from rev 105685, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 105685, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 105685, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.tmpfiles.d
(from rev 105685, redis/trunk/redis.tmpfiles.d)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-i686/redis.tmpfiles.d
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.tmpfiles.d

---+
 /PKGBUILD |  102 
 /redis.install|   28 +
 /redis.logrotate  |   10 +++
 /redis.service|   30 ++
 /redis.tmpfiles.d |2 
 community-i686/PKGBUILD   |   51 --
 community-i686/redis.install  |   14 
 community-i686/redis.logrotate|5 -
 community-i686/redis.service  |   15 -
 community-i686/redis.tmpfiles.d   |1 
 community-x86_64/PKGBUILD |   51 --
 community-x86_64/redis.install|   14 
 community-x86_64/redis.logrotate  |5 -
 community-x86_64/redis.service|   15 -
 community-x86_64/redis.tmpfiles.d |1 
 15 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-13 16:52:33 UTC (rev 105685)
+++ community-i686/PKGBUILD 2014-02-13 16:52:52 UTC (rev 105686)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan-Erik Rediger 
-# Contributor: nofxx .com>
-
-pkgname=redis
-pkgver=2.8.5
-pkgrel=1
-pkgdesc="Advanced key-value store"
-arch=('i686' 'x86_64')
-url="http://redis.io/";
-license=('BSD')
-depends=('bash')
-makedepends=('gcc>=3.1' 'make' 'pkgconfig')
-backup=("etc/redis.conf"
-   "etc/logrotate.d/redis")
-install=redis.install
-source=("http://download.redis.io/releases/redis-$pkgver.tar.gz";
-   "redis.service"
-   "redis.logrotate"
-   "redis.tmpfiles.d")
-md5sums=('a27c23673585ad97ae40ed0214c1480b'
- '5320aa6d0f31aadc1d6202ca40425aea'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 'dd9ab8022b4d963b2e5899170dfff490')
-
-prepare() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  sed -i 's|# bind 127.0.0.1|bind 127.0.0.1|' redis.conf
-  sed -i 's|daemonize no|daemonize yes|' redis.conf
-  sed -i 's|dir \./|dir /var/lib/redis/|' redis.conf
-  sed -i 's|pidfile .*|pidfile /run/redis/redis.pid|' redis.conf
-  sed -i 's|logfile stdout|logfile /var/log/redis.log|' redis.conf
-}
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  mkdir -p $pkgdir/usr/bin
-  make INSTALL_BIN="$pkgdir/usr/bin" PREFIX=/usr install
-
-  install -Dm755 "$srcdir/${pkgname}-${pkgver}/COPYING" 
"$pkgdir/usr/share/licenses/redis/COPYING"
-  install -Dm644 "$srcdir"/redis.service 
"$pkgdir"/usr/lib/systemd/system/redis.service
-  install -Dm644 "$srcdir/redis.logrotate" "$pkgdir/etc/logrotate.d/redis"
-  install -Dm644 "$srcdir/${pkgname}-${pkgver}/redis.conf" 
"$pkgdir/etc/redis.conf"
-  install -Dm644 "$srcdir/redis.tmpfiles.d" 
"$pkgdir/usr/lib/tmpfiles.d/redis.conf"
-}

Copied: redis/repos/community-i686/PKGBUILD (from rev 105685, 
redis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-13 16:52:52 UTC (rev 105686)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan-Erik Rediger 
+# Contributor: nofxx .com>
+
+pkgname=redis
+pkgver=2.8.6
+pkgrel=1
+pkgdesc="Advanced key-value store"
+arch=('i686' 'x86_64')
+url="http://redis.io/";
+license=('BSD')
+depends=('bash')
+makedepends=('gcc>=3.1' 'make' 'pkgconfig')
+backup=("etc/redis.conf"
+   "e

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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 17:52:30
  Author: spupykin
Revision: 105684

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-13 16:52:07 UTC (rev 105683)
+++ PKGBUILD2014-02-13 16:52:30 UTC (rev 105684)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.3.3
-pkgrel=2
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="http://docs.python.org/py3k/";
-license=('GPL')
-depends=()
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('ed20d57923a9f76f62f6122aa12be08f')
-
-package() {
-  mkdir -p $pkgdir/usr/share/doc/python/html
-  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
-  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 $pkgdir/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>$pkgdir/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 105683, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-13 16:52:30 UTC (rev 105684)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="http://docs.python.org/py3k/";
+license=('GPL')
+depends=()
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('81d3756044c4af97b61ebf003a301a07')
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/python/html
+  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
+  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 $pkgdir/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>$pkgdir/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>$pkgdir/etc/profile.d/$pkgname.csh
+}



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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 17:52:07
  Author: spupykin
Revision: 105683

upgpkg: python-docs 3.3.4-1

upd

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 16:42:19 UTC (rev 105682)
+++ PKGBUILD2014-02-13 16:52:07 UTC (rev 105683)
@@ -3,8 +3,8 @@
 # Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.3.3
-pkgrel=2
+pkgver=3.3.4
+pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
 url="http://docs.python.org/py3k/";
@@ -12,7 +12,7 @@
 depends=()
 options=('docs')
 
source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('ed20d57923a9f76f62f6122aa12be08f')
+md5sums=('81d3756044c4af97b61ebf003a301a07')
 
 package() {
   mkdir -p $pkgdir/usr/share/doc/python/html



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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 17:52:33
  Author: spupykin
Revision: 105685

upgpkg: redis 2.8.6-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 16:52:30 UTC (rev 105684)
+++ PKGBUILD2014-02-13 16:52:33 UTC (rev 105685)
@@ -4,7 +4,7 @@
 # Contributor: nofxx .com>
 
 pkgname=redis
-pkgver=2.8.5
+pkgver=2.8.6
 pkgrel=1
 pkgdesc="Advanced key-value store"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
"redis.service"
"redis.logrotate"
"redis.tmpfiles.d")
-md5sums=('a27c23673585ad97ae40ed0214c1480b'
+md5sums=('f0dbfcdea98ed237e7990d1eaff82241'
  '5320aa6d0f31aadc1d6202ca40425aea'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'dd9ab8022b4d963b2e5899170dfff490')



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

2014-02-13 Thread Andreas Radke
Date: Thursday, February 13, 2014 @ 17:51:52
  Author: andyrtr
Revision: 205901

upgpkg: pigeonhole 0.4.2-6

rebuild for new dovecot

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 16:48:46 UTC (rev 205900)
+++ PKGBUILD2014-02-13 16:51:52 UTC (rev 205901)
@@ -7,12 +7,12 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.2.10
+_dcpkgver=2.2.11
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
 pkgver=0.4.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Sieve implementation for Dovecot"
 arch=('i686' 'x86_64')
 url="http://pigeonhole.dovecot.org/";



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

2014-02-13 Thread Andreas Radke
Date: Thursday, February 13, 2014 @ 17:52:02
  Author: andyrtr
Revision: 205902

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

Added:
  pigeonhole/repos/staging-i686/
  pigeonhole/repos/staging-i686/PKGBUILD
(from rev 205901, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/staging-i686/dovecot.conf
(from rev 205901, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/staging-x86_64/
  pigeonhole/repos/staging-x86_64/PKGBUILD
(from rev 205901, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/staging-x86_64/dovecot.conf
(from rev 205901, pigeonhole/trunk/dovecot.conf)

-+
 staging-i686/PKGBUILD   |   43 ++
 staging-i686/dovecot.conf   |1 
 staging-x86_64/PKGBUILD |   43 ++
 staging-x86_64/dovecot.conf |1 
 4 files changed, 88 insertions(+)

Copied: pigeonhole/repos/staging-i686/PKGBUILD (from rev 205901, 
pigeonhole/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-13 16:52:02 UTC (rev 205902)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.11
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.2
+pkgrel=6
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/";
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+sha256sums=('0499f07037b86489fdc1d48fb19e298d5360ec41273bccaec230eb1bcf5a3e13'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Copied: pigeonhole/repos/staging-i686/dovecot.conf (from rev 205901, 
pigeonhole/trunk/dovecot.conf)
===
--- staging-i686/dovecot.conf   (rev 0)
+++ staging-i686/dovecot.conf   2014-02-13 16:52:02 UTC (rev 205902)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Copied: pigeonhole/repos/staging-x86_64/PKGBUILD (from rev 205901, 
pigeonhole/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-02-13 16:52:02 UTC (rev 205902)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.11
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.2
+pkgrel=6
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/";
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+sha256sums=('0499f07037b86489fdc1d48fb19e298d5360ec41273bccaec230eb1bcf5a3e13'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Copied: pigeonhole/repos/staging-x86_64/dovecot.conf (from rev 205901, 
pigeonhole/trunk/dovecot.conf)
===
--- staging-x86_64/dovecot.conf (rev 0)
+++ staging-x86_64/dovecot.conf 2014-02-13 16:52:02 UTC (rev 205902)
@@ -0,0 +1 @@
+/usr/lib/dovecot



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

2014-02-13 Thread Andreas Radke
Date: Thursday, February 13, 2014 @ 17:48:46
  Author: andyrtr
Revision: 205900

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

Added:
  dovecot/repos/staging-i686/
  dovecot/repos/staging-i686/PKGBUILD
(from rev 205899, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-i686/dovecot.install
(from rev 205899, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-i686/dovecot.tmpfilesd
(from rev 205899, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/staging-i686/pop3_Access_sequence_numbers_correctly.diff
(from rev 205899, dovecot/trunk/pop3_Access_sequence_numbers_correctly.diff)
  dovecot/repos/staging-x86_64/
  dovecot/repos/staging-x86_64/PKGBUILD
(from rev 205899, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-x86_64/dovecot.install
(from rev 205899, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-x86_64/dovecot.tmpfilesd
(from rev 205899, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/staging-x86_64/pop3_Access_sequence_numbers_correctly.diff
(from rev 205899, dovecot/trunk/pop3_Access_sequence_numbers_correctly.diff)

+
 staging-i686/PKGBUILD  |   93 +++
 staging-i686/dovecot.install   |   58 ++
 staging-i686/dovecot.tmpfilesd |1 
 staging-i686/pop3_Access_sequence_numbers_correctly.diff   |   36 
 staging-x86_64/PKGBUILD|   93 +++
 staging-x86_64/dovecot.install |   58 ++
 staging-x86_64/dovecot.tmpfilesd   |1 
 staging-x86_64/pop3_Access_sequence_numbers_correctly.diff |   36 
 8 files changed, 376 insertions(+)

Copied: dovecot/repos/staging-i686/PKGBUILD (from rev 205899, 
dovecot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-13 16:48:46 UTC (rev 205900)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Paul Mattal 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: GARETTE Emmanuel 
+
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.2.11
+pkgrel=1
+pkgdesc="An IMAP and POP3 server written with security primarily in mind"
+arch=('i686' 'x86_64')
+url="http://dovecot.org/";
+license=("LGPL")
+depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
+'postgresql-libs' 'bzip2' 'expat' 'curl')
+makedepends=('pam' 'libcap' 'libldap' 'clucene')
+optdepends=('libldap: ldap plugin'
+'xz: imap zlib  plugin'
+'clucene: alternative FTS indexer')
+provides=('imap-server' 'pop3-server')
+install=$pkgname.install
+source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
+dovecot.tmpfilesd
+pop3_Access_sequence_numbers_correctly.diff)
+md5sums=('d53d207727df99e4362a3787223c6fa3'
+ 'SKIP'
+ '342a28251d40f983c98c0d1f1bf3d07d'
+ 'c8096d3966651222accd7f6bc678d08d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # fix path in helper script
+  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
+
+  # post release segfault fix
+  patch -Np1 -i ${srcdir}/pop3_Access_sequence_numbers_correctly.diff
+}
+
+build() {
+  cd $pkgname-$pkgver
+  # configure with openssl, mysql, and postgresql support
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+   --libexecdir=/usr/lib \
+   --with-moduledir=/usr/lib/dovecot/modules \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+   --disable-static \
+   --with-nss \
+   --with-pam \
+   --with-mysql \
+   --with-pgsql \
+   --with-sqlite \
+   --with-ssl=openssl \
+   --with-ssldir=/etc/ssl \
+   --with-gssapi \
+   --with-ldap=plugin \
+   --with-zlib --with-bzlib \
+   --with-libcap \
+   --with-solr \
+   --with-lucene \
+   --with-docs
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # install example conf files and ssl.conf
+  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
+  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
+  install -d -m755 ${pkgdir}/etc/ssl
+  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
+
+  # install mkcert helper script
+  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
+
+  rm ${pkgdir}/etc/dovecot/README
+  
+  # systemd tmpfile
+  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
+  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/t

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

2014-02-13 Thread Andreas Radke
Date: Thursday, February 13, 2014 @ 17:48:28
  Author: andyrtr
Revision: 205899

upgpkg: dovecot 2.2.11-1

upstream update 2.2.11

Added:
  dovecot/trunk/pop3_Access_sequence_numbers_correctly.diff
Modified:
  dovecot/trunk/PKGBUILD

-+
 PKGBUILD|   22 ++-
 pop3_Access_sequence_numbers_correctly.diff |   36 ++
 2 files changed, 51 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 16:32:59 UTC (rev 205898)
+++ PKGBUILD2014-02-13 16:48:28 UTC (rev 205899)
@@ -8,7 +8,7 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.2.10
+pkgver=2.2.11
 pkgrel=1
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
@@ -23,17 +23,25 @@
 provides=('imap-server' 'pop3-server')
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
-dovecot.tmpfilesd)
-md5sums=('037e9c9e07d9dbff54dcff09f280fc8c'
+dovecot.tmpfilesd
+pop3_Access_sequence_numbers_correctly.diff)
+md5sums=('d53d207727df99e4362a3787223c6fa3'
  'SKIP'
- '342a28251d40f983c98c0d1f1bf3d07d')
+ '342a28251d40f983c98c0d1f1bf3d07d'
+ 'c8096d3966651222accd7f6bc678d08d')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
-  
+
   # fix path in helper script
   sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
 
+  # post release segfault fix
+  patch -Np1 -i ${srcdir}/pop3_Access_sequence_numbers_correctly.diff
+}
+
+build() {
+  cd $pkgname-$pkgver
   # configure with openssl, mysql, and postgresql support
   ./configure --prefix=/usr --sysconfdir=/etc \
 --sbindir=/usr/bin \
@@ -61,7 +69,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  make -k check
+  make
 }
 
 package() {

Added: pop3_Access_sequence_numbers_correctly.diff
===
--- pop3_Access_sequence_numbers_correctly.diff (rev 0)
+++ pop3_Access_sequence_numbers_correctly.diff 2014-02-13 16:48:28 UTC (rev 
205899)
@@ -0,0 +1,36 @@
+
+diff -r 59decc957b39 -r d20059f7d3a1 src/pop3/pop3-commands.c
+--- a/src/pop3/pop3-commands.c Fri Feb 07 15:03:33 2014 -0500
 b/src/pop3/pop3-commands.c Thu Feb 13 05:33:13 2014 +0200
+@@ -253,7 +253,7 @@
+   for (msgnum = 0; msgnum < client->messages_count; msgnum++) {
+   bit = 1 << (msgnum % CHAR_BIT);
+   if ((client->deleted_bitmask[msgnum / CHAR_BIT] & bit) 
!= 0)
+-  seq_range_array_add(&deleted_msgs, 
client->msgnum_to_seq_map[msgnum]);
++  seq_range_array_add(&deleted_msgs, 
msgnum_to_seq(client, msgnum));
+   }
+   }
+   t_array_init(&seen_msgs, 8);
+@@ -261,7 +261,7 @@
+   for (msgnum = 0; msgnum < client->messages_count; msgnum++) {
+   bit = 1 << (msgnum % CHAR_BIT);
+   if ((client->seen_bitmask[msgnum / CHAR_BIT] & bit) != 
0)
+-  seq_range_array_add(&seen_msgs, 
client->msgnum_to_seq_map[msgnum]);
++  seq_range_array_add(&seen_msgs, 
msgnum_to_seq(client, msgnum));
+   }
+   }
+ 
+@@ -826,7 +826,7 @@
+ client->messages_count+1);
+   for (msgnum = 0; msgnum < client->messages_count; msgnum++) {
+   client->message_uidls[msgnum] =
+-  seq_uidls[client->msgnum_to_seq_map[msgnum]];
++  seq_uidls[msgnum_to_seq(client, msgnum)];
+   }
+   i_free(seq_uidls);
+ }
+
+
+
+
+



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

2014-02-13 Thread Evangelos Foutras
Date: Thursday, February 13, 2014 @ 17:42:13
  Author: foutrelis
Revision: 105681

upgpkg: python-gtkspellcheck 4.0.2-1

New upstream release.

Modified:
  python-gtkspellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 16:39:04 UTC (rev 105680)
+++ PKGBUILD2014-02-13 16:42:13 UTC (rev 105681)
@@ -3,7 +3,7 @@
 # Contributor: Maximilian Köhl 
 
 pkgname=('python-gtkspellcheck' 'python2-gtkspellcheck')
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="Spell-checking library written in Python for Gtk based on Enchant"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pyenchant' 'python2-pyenchant' 'python-sphinx'
  'python2-sphinx')
 
source=(http://pypi.python.org/packages/source/p/pygtkspellcheck/pygtkspellcheck-$pkgver.tar.gz)
-sha256sums=('a00f562e3d64415627c3b461035f1ecbeb0fcd172914220f295d683990429511')
+sha256sums=('da3762a7c4c23de1762eb697cbc2819441e34fb7f3a9a418f38367e73d9bf850')
 
 package_python-gtkspellcheck() {
   depends=('python-pyenchant')



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

2014-02-13 Thread Evangelos Foutras
Date: Thursday, February 13, 2014 @ 17:42:19
  Author: foutrelis
Revision: 105682

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-13 16:42:13 UTC (rev 105681)
+++ PKGBUILD2014-02-13 16:42:19 UTC (rev 105682)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Maximilian Köhl 
-
-pkgname=('python-gtkspellcheck' 'python2-gtkspellcheck')
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="Spell-checking library written in Python for Gtk based on Enchant"
-arch=('any')
-url="http://koehlma.github.com/projects/pygtkspellcheck.html";
-license=('GPL')
-makedepends=('python-pyenchant' 'python2-pyenchant' 'python-sphinx'
- 'python2-sphinx')
-source=(http://pypi.python.org/packages/source/p/pygtkspellcheck/pygtkspellcheck-$pkgver.tar.gz)
-sha256sums=('a00f562e3d64415627c3b461035f1ecbeb0fcd172914220f295d683990429511')
-
-package_python-gtkspellcheck() {
-  depends=('python-pyenchant')
-
-  cd "$srcdir/pygtkspellcheck-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-gtkspellcheck() {
-  depends=('python2-pyenchant')
-
-  cd "$srcdir/pygtkspellcheck-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-gtkspellcheck/repos/community-any/PKGBUILD (from rev 105681, 
python-gtkspellcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-13 16:42:19 UTC (rev 105682)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Maximilian Köhl 
+
+pkgname=('python-gtkspellcheck' 'python2-gtkspellcheck')
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="Spell-checking library written in Python for Gtk based on Enchant"
+arch=('any')
+url="http://koehlma.github.com/projects/pygtkspellcheck.html";
+license=('GPL')
+makedepends=('python-pyenchant' 'python2-pyenchant' 'python-sphinx'
+ 'python2-sphinx')
+source=(http://pypi.python.org/packages/source/p/pygtkspellcheck/pygtkspellcheck-$pkgver.tar.gz)
+sha256sums=('da3762a7c4c23de1762eb697cbc2819441e34fb7f3a9a418f38367e73d9bf850')
+
+package_python-gtkspellcheck() {
+  depends=('python-pyenchant')
+
+  cd "$srcdir/pygtkspellcheck-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-gtkspellcheck() {
+  depends=('python2-pyenchant')
+
+  cd "$srcdir/pygtkspellcheck-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-02-13 Thread Evangelos Foutras
Date: Thursday, February 13, 2014 @ 17:38:56
  Author: foutrelis
Revision: 105679

upgpkg: gaupol 0.25-1

New upstream release.

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 15:55:44 UTC (rev 105678)
+++ PKGBUILD2014-02-13 16:38:56 UTC (rev 105679)
@@ -6,17 +6,17 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=gaupol
-pkgver=0.24.3
-pkgrel=2
+pkgver=0.25
+pkgrel=1
 pkgdesc="An editor for text-based subtitles"
 arch=('any')
 url="http://home.gna.org/gaupol";
 license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good' 
'iso-codes'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('gettext' 'intltool')
+depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
+ 'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
 optdepends=('python-pyenchant: spell-checking'
-'python-gtkspellcheck: inline spell-checking'
+'gtkspell3: inline spell-checking'
 'python-chardet: character encoding auto-detection'
 'mplayer: subtitle preview'
 'vlc: subtitle preview'
@@ -24,8 +24,8 @@
 'gst-plugins-ugly: extra media codecs'
 'gst-libav: extra media codecs')
 install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.24/$pkgname-$pkgver.tar.xz)
-sha256sums=('e42b35d2027991b192af43f00b2e16b3915f3c4a605d12014ce81f1076f31d86')
+source=(http://download.gna.org/$pkgname/0.25/$pkgname-$pkgver.tar.xz)
+sha256sums=('6398035397355db52f80317fde0bbe81470601c9cf6b8825bd0a84a5115cb053')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



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

2014-02-13 Thread Evangelos Foutras
Date: Thursday, February 13, 2014 @ 17:39:04
  Author: foutrelis
Revision: 105680

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
(from rev 105679, gaupol/trunk/PKGBUILD)
  gaupol/repos/community-any/gaupol.install
(from rev 105679, gaupol/trunk/gaupol.install)
Deleted:
  gaupol/repos/community-any/PKGBUILD
  gaupol/repos/community-any/gaupol.install

+
 PKGBUILD   |   72 +++
 gaupol.install |   28 ++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-13 16:38:56 UTC (rev 105679)
+++ PKGBUILD2014-02-13 16:39:04 UTC (rev 105680)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: FJ 
-# Contributor: Sebastien Piccand 
-
-pkgname=gaupol
-pkgver=0.24.3
-pkgrel=2
-pkgdesc="An editor for text-based subtitles"
-arch=('any')
-url="http://home.gna.org/gaupol";
-license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good' 
'iso-codes'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('gettext' 'intltool')
-optdepends=('python-pyenchant: spell-checking'
-'python-gtkspellcheck: inline spell-checking'
-'python-chardet: character encoding auto-detection'
-'mplayer: subtitle preview'
-'vlc: subtitle preview'
-'gst-plugins-bad: extra media codecs'
-'gst-plugins-ugly: extra media codecs'
-'gst-libav: extra media codecs')
-install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.24/$pkgname-$pkgver.tar.xz)
-sha256sums=('e42b35d2027991b192af43f00b2e16b3915f3c4a605d12014ce81f1076f31d86')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 105679, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-13 16:39:04 UTC (rev 105680)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: FJ 
+# Contributor: Sebastien Piccand 
+
+pkgname=gaupol
+pkgver=0.25
+pkgrel=1
+pkgdesc="An editor for text-based subtitles"
+arch=('any')
+url="http://home.gna.org/gaupol";
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
+ 'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('python-pyenchant: spell-checking'
+'gtkspell3: inline spell-checking'
+'python-chardet: character encoding auto-detection'
+'mplayer: subtitle preview'
+'vlc: subtitle preview'
+'gst-plugins-bad: extra media codecs'
+'gst-plugins-ugly: extra media codecs'
+'gst-libav: extra media codecs')
+install=gaupol.install
+source=(http://download.gna.org/$pkgname/0.25/$pkgname-$pkgver.tar.xz)
+sha256sums=('6398035397355db52f80317fde0bbe81470601c9cf6b8825bd0a84a5115cb053')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gaupol.install
===
--- gaupol.install  2014-02-13 16:38:56 UTC (rev 105679)
+++ gaupol.install  2014-02-13 16:39:04 UTC (rev 105680)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/gaupol.install (from rev 105679, 
gaupol/trunk/gaupol.install)
===
--- gaupol.install  (rev 0)
+++ gaupol.install  2014-02-13 16:39:04 UTC (rev 105680)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-02-13 Thread Andreas Radke
Date: Thursday, February 13, 2014 @ 17:32:59
  Author: andyrtr
Revision: 205898

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

Added:
  sqlite/repos/extra-i686/PKGBUILD
(from rev 205897, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-i686/license.txt
(from rev 205897, sqlite/trunk/license.txt)
  sqlite/repos/extra-x86_64/PKGBUILD
(from rev 205897, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-x86_64/license.txt
(from rev 205897, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/extra-i686/PKGBUILD
  sqlite/repos/extra-i686/license.txt
  sqlite/repos/extra-x86_64/PKGBUILD
  sqlite/repos/extra-x86_64/license.txt

--+
 /PKGBUILD|  192 +
 /license.txt |   66 +++
 extra-i686/PKGBUILD  |   96 --
 extra-i686/license.txt   |   33 ---
 extra-x86_64/PKGBUILD|   96 --
 extra-x86_64/license.txt |   33 ---
 6 files changed, 258 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-13 16:32:37 UTC (rev 205897)
+++ extra-i686/PKGBUILD 2014-02-13 16:32:59 UTC (rev 205898)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite"
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080300
-_docver=${_amalgamationver}
-#_docver=3080001
-pkgver=3.8.3
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom:Public Domain')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/2014/sqlite-autoconf-$_amalgamationver.tar.gz
-   http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!emptydirs')
-sha1sums=('c2a21d71d0c7dc3af71cf90f04dfd22ecfb280c2'
-  '199c977b948d3e6b9b0b165cb661275e0856d38e'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline')
- provides=("sqlite3=$pkgver")
- replaces=("sqlite3")
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license - no linking required because pkgbase=pkgname
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc="sqlite Tcl Extension Architecture (TEA)"
- depends=('sqlite')
- provides=("sqlite3-tcl=$pkgver")
- replaces=("sqlite3-tcl")
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-  
-  # link license
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_sqlite-doc() {
-
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
- provides=("sqlite3-doc=$pkgver")
- replaces=("sqlite3-doc")
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 205897, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-13 16:32:59 UTC (rev 205898)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlit

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

2014-02-13 Thread Andreas Radke
Date: Thursday, February 13, 2014 @ 17:32:37
  Author: andyrtr
Revision: 205897

upgpkg: sqlite 3.8.3.1-1

upstream update 3.8.3.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 16:22:36 UTC (rev 205896)
+++ PKGBUILD2014-02-13 16:32:37 UTC (rev 205897)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080300
+_amalgamationver=3080301
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.3
+pkgver=3.8.3.1
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs')
-sha1sums=('c2a21d71d0c7dc3af71cf90f04dfd22ecfb280c2'
-  '199c977b948d3e6b9b0b165cb661275e0856d38e'
+sha1sums=('a9b0a3d66fb5c2ae51ad2d8a512ca827adc7d59c'
+  '0fe468bbbd4d768b6bfa250739a79badb49f7235'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {



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

2014-02-13 Thread Andreas Radke
Date: Thursday, February 13, 2014 @ 17:22:26
  Author: andyrtr
Revision: 205895

upgpkg: man-pages 3.58-1

upstream update 3.58

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 15:50:46 UTC (rev 205894)
+++ PKGBUILD2014-02-13 16:22:26 UTC (rev 205895)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=3.57
+pkgver=3.58
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('910ba04a792fe5769957d91701066e57ce6e9ff7f2ea6479ff3f2cde147706e5'
+sha256sums=('296ea69a27bd6d35c80f19d5e5f9b85e70dd4839adafa69b4c4ea5fe92a76b17'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-02-13 Thread Andreas Radke
Date: Thursday, February 13, 2014 @ 17:22:36
  Author: andyrtr
Revision: 205896

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 205895, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 205895, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-02-13 16:22:36 UTC (rev 205896)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=3.58
+_posixver=2013-a
+pkgrel=1
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL' 'custom')
+url="http://man7.org/linux/man-pages/index.html";
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
+sha256sums=('296ea69a27bd6d35c80f19d5e5f9b85e70dd4839adafa69b4c4ea5fe92a76b17'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  
+  
+}



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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 16:55:44
  Author: spupykin
Revision: 105678

Modified:
  inn/trunk/inn.install

-+
 inn.install |1 +
 1 file changed, 1 insertion(+)

Modified: inn.install
===
--- inn.install 2014-02-13 14:56:45 UTC (rev 105677)
+++ inn.install 2014-02-13 15:55:44 UTC (rev 105678)
@@ -19,4 +19,5 @@
echo "-> The default user:group for inn is news:news";
echo "->"
echo ""
+   systemd-tmpfiles --create inn.conf
 }



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

2014-02-13 Thread Andreas Radke
Date: Thursday, February 13, 2014 @ 16:50:46
  Author: andyrtr
Revision: 205894

archrelease: copy trunk to testing-any

Added:
  libreoffice-i18n/repos/testing-any/
  libreoffice-i18n/repos/testing-any/PKGBUILD
(from rev 205893, libreoffice-i18n/trunk/PKGBUILD)

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

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


[arch-commits] Commit in libreoffice-i18n/trunk (PKGBUILD PKGBUILD.42)

2014-02-13 Thread Andreas Radke
Date: Thursday, February 13, 2014 @ 16:49:14
  Author: andyrtr
Revision: 205893

upgpkg: libreoffice-i18n 4.2.0-1

upstream update 4.2.0

Modified:
  libreoffice-i18n/trunk/PKGBUILD
Deleted:
  libreoffice-i18n/trunk/PKGBUILD.42

-+
 PKGBUILD|  378 ++---
 PKGBUILD.42 | 1629 --
 2 files changed, 188 insertions(+), 1819 deletions(-)

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


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

2014-02-13 Thread Massimiliano Torromeo
Date: Thursday, February 13, 2014 @ 15:56:45
  Author: mtorromeo
Revision: 105677

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

Added:
  gearmand/repos/community-i686/PKGBUILD
(from rev 105676, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-i686/gearmand.conf
(from rev 105676, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-i686/gearmand.install
(from rev 105676, gearmand/trunk/gearmand.install)
  gearmand/repos/community-i686/gearmand.service
(from rev 105676, gearmand/trunk/gearmand.service)
  gearmand/repos/community-x86_64/PKGBUILD
(from rev 105676, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-x86_64/gearmand.conf
(from rev 105676, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-x86_64/gearmand.install
(from rev 105676, gearmand/trunk/gearmand.install)
  gearmand/repos/community-x86_64/gearmand.service
(from rev 105676, gearmand/trunk/gearmand.service)
Deleted:
  gearmand/repos/community-i686/PKGBUILD
  gearmand/repos/community-i686/gearmand.conf
  gearmand/repos/community-i686/gearmand.install
  gearmand/repos/community-i686/gearmand.service
  gearmand/repos/community-x86_64/PKGBUILD
  gearmand/repos/community-x86_64/gearmand.conf
  gearmand/repos/community-x86_64/gearmand.install
  gearmand/repos/community-x86_64/gearmand.service

---+
 /PKGBUILD |  100 
 /gearmand.conf|2 
 /gearmand.install |   24 
 /gearmand.service |   24 
 community-i686/PKGBUILD   |   50 --
 community-i686/gearmand.conf  |1 
 community-i686/gearmand.install   |   12 
 community-i686/gearmand.service   |   12 
 community-x86_64/PKGBUILD |   50 --
 community-x86_64/gearmand.conf|1 
 community-x86_64/gearmand.install |   12 
 community-x86_64/gearmand.service |   12 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-13 14:52:41 UTC (rev 105676)
+++ community-i686/PKGBUILD 2014-02-13 14:56:45 UTC (rev 105677)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Lev Lybin 
-# Contributor: Vadym Abramchuk 
-# Contributor: John Gerritse 
-
-pkgname=gearmand
-pkgver=1.1.11
-pkgrel=1
-pkgdesc="Distributed job queue server."
-arch=('i686' 'x86_64')
-depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite')
-makedepends=('boost' 'gperf' 'python-sphinx')
-conflicts=('gearman')
-replaces=('gearman')
-provides=("gearman=$pkgver")
-url="http://gearman.org/";
-license=('CUSTOM')
-install=$pkgname.install
-backup=('etc/gearmand.conf')
-source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gearmand.service
-gearmand.conf)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export LDFLAGS="$LDFLAGS -lboost_system"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/run \
---disable-static \
---enable-ssl
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  cd "$srcdir"
-  install -Dm644 gearmand.service 
"$pkgdir/usr/lib/systemd/system/gearmand.service"
-  install -Dm644 gearmand.conf "$pkgdir/etc/gearmand.conf"
-}
-
-sha256sums=('a175cbdeabe8102796418a516532adad58abd5e355365c78b6a234e544655825'
-'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
-'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506')

Copied: gearmand/repos/community-i686/PKGBUILD (from rev 105676, 
gearmand/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-13 14:56:45 UTC (rev 105677)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Lev Lybin 
+# Contributor: Vadym Abramchuk 
+# Contributor: John Gerritse 
+
+pkgname=gearmand
+pkgver=1.1.12
+pkgrel=1
+pkgdesc="Distributed job queue server."
+arch=('i686' 'x86_64')
+depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite')
+makedepends=('boost' 'gperf' 'python-sphinx')
+conflicts=('gearman')
+replaces=('gearman')
+provides=("gearman=$pkgver")
+url="http://gearman.org/";
+license=('CUSTOM')
+install=$pkgname.install
+backup=('etc/gearmand.conf')
+source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+gearmand.service
+gearmand.conf)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export LDFLAGS="$LDFLAGS -lboost_system"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc 

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

2014-02-13 Thread Massimiliano Torromeo
Date: Thursday, February 13, 2014 @ 15:52:41
  Author: mtorromeo
Revision: 105676

upgpkg: gearmand 1.1.12-1

Updated to 1.1.12

Modified:
  gearmand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 14:16:41 UTC (rev 105675)
+++ PKGBUILD2014-02-13 14:52:41 UTC (rev 105676)
@@ -5,7 +5,7 @@
 # Contributor: John Gerritse 
 
 pkgname=gearmand
-pkgver=1.1.11
+pkgver=1.1.12
 pkgrel=1
 pkgdesc="Distributed job queue server."
 arch=('i686' 'x86_64')
@@ -45,6 +45,6 @@
   install -Dm644 gearmand.conf "$pkgdir/etc/gearmand.conf"
 }
 
-sha256sums=('a175cbdeabe8102796418a516532adad58abd5e355365c78b6a234e544655825'
+sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
 'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
 '6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506')



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

2014-02-13 Thread Sergej Pupykin
s
-  for i in mod_xinerama mod_xkbevents mod_xrandr; do
-(cd $i && make -j1 TOPDIR=.. all)
-  done
-
-  (cd notion-doc && make -j1 TOPDIR=.. all)
-}
-
-package() {
-  cd ${srcdir}/notion
-
-  # notion
-  make PREFIX=${pkgdir}/usr ETCDIR=${pkgdir}/etc/notion install
-
-  # modules
-  for i in mod_xinerama mod_xkbevents mod_xrandr notion-doc; do
-(cd $i && make  PREFIX=${pkgdir}/usr ETCDIR=${pkgdir}/etc/notion TOPDIR=.. 
install)
-  done
-  cp ${srcdir}/notion/mod_xinerama/*.lua $pkgdir/etc/notion/
-  cp ${srcdir}/notion/mod_xkbevents/*.lua $pkgdir/etc/notion/
-
-  # contrib
-  mkdir -p $pkgdir/usr/share/notion/contrib
-  cp -a ${srcdir}/$pkgname-contrib/* $pkgdir/usr/share/notion/contrib
-
-  # license
-  install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/notion/LICENSE
-}

Copied: notion/repos/community-i686/PKGBUILD (from rev 105674, 
notion/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-13 14:16:41 UTC (rev 105675)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
+# Contributor: aunoor
+
+pkgname=notion
+pkgver=20140213
+pkgrel=1
+pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
+url="http://sourceforge.net/projects/notion/";
+arch=('i686' 'x86_64')
+license=('custom:LGPL')
+depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm')
+optdepends=('libxinerama' 'libxrandr')
+makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
+'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
+provides=('libtu' 'libextl')
+changelog=ChangleLog
+source=("notion::git://notion.git.sourceforge.net/gitroot/notion/notion"
+   
"notion-doc::git://notion.git.sourceforge.net/gitroot/notion/notion-doc")
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  cd ${srcdir}
+  cat >notion/build/lua-detect.mk <
-
-   * 20110914-1 :
-   Add contrib/ to /usr/share/notion/contrib
-   Add mod_*.lua to /etc/notion/

Copied: notion/repos/community-x86_64/ChangleLog (from rev 105674, 
notion/trunk/ChangleLog)
===
--- community-x86_64/ChangleLog (rev 0)
+++ community-x86_64/ChangleLog 2014-02-13 14:16:41 UTC (rev 105675)
@@ -0,0 +1,5 @@
+2011-09-14 Sergej Pupykin 
+
+   * 20110914-1 :
+   Add contrib/ to /usr/share/notion/contrib
+   Add mod_*.lua to /etc/notion/

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-13 14:16:29 UTC (rev 105674)
+++ community-x86_64/PKGBUILD   2014-02-13 14:16:41 UTC (rev 105675)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
-# Contributor: aunoor
-
-pkgname=notion
-pkgver=20131223
-pkgrel=1
-pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
-url="http://sourceforge.net/projects/notion/";
-arch=('i686' 'x86_64')
-license=('custom:LGPL')
-depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm')
-optdepends=('libxinerama' 'libxrandr')
-makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
-'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
-provides=('libtu' 'libextl')
-changelog=ChangleLog
-source=("notion::git://notion.git.sourceforge.net/gitroot/notion/notion"
-   "$pkgname-libtu::git://notion.git.sourceforge.net/gitroot/notion/libtu"
-   
"$pkgname-libextl::git://notion.git.sourceforge.net/gitroot/notion/libextl"
-   
"$pkgname-notion-doc::git://notion.git.sourceforge.net/gitroot/notion/notion-doc"
-   
"$pkgname-mod_xinerama::git://notion.git.sourceforge.net/gitroot/notion/mod_xinerama"
-   
"$pkgname-mod_xkbevents::git://notion.git.sourceforge.net/gitroot/notion/mod_xkbevents"
-   
"$pkgname-mod_xrandr::git://notion.git.sourceforge.net/gitroot/notion/mod_xrandr"
-   
"$pkgname-mod_notionflux::git://notion.git.sourceforge.net/gitroot/notion/mod_notionflux"
-   
"$pkgname-contrib::git://notion.git.sourceforge.net/gitroot/notion/contrib")
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'

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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 15:16:29
  Author: spupykin
Revision: 105674

upgpkg: notion 20140213-1

upd

Modified:
  notion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 14:09:02 UTC (rev 105673)
+++ PKGBUILD2014-02-13 14:16:29 UTC (rev 105674)
@@ -4,7 +4,7 @@
 # Contributor: aunoor
 
 pkgname=notion
-pkgver=20131223
+pkgver=20140213
 pkgrel=1
 pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
 url="http://sourceforge.net/projects/notion/";
@@ -17,73 +17,43 @@
 provides=('libtu' 'libextl')
 changelog=ChangleLog
 source=("notion::git://notion.git.sourceforge.net/gitroot/notion/notion"
-   "$pkgname-libtu::git://notion.git.sourceforge.net/gitroot/notion/libtu"
-   
"$pkgname-libextl::git://notion.git.sourceforge.net/gitroot/notion/libextl"
-   
"$pkgname-notion-doc::git://notion.git.sourceforge.net/gitroot/notion/notion-doc"
-   
"$pkgname-mod_xinerama::git://notion.git.sourceforge.net/gitroot/notion/mod_xinerama"
-   
"$pkgname-mod_xkbevents::git://notion.git.sourceforge.net/gitroot/notion/mod_xkbevents"
-   
"$pkgname-mod_xrandr::git://notion.git.sourceforge.net/gitroot/notion/mod_xrandr"
-   
"$pkgname-mod_notionflux::git://notion.git.sourceforge.net/gitroot/notion/mod_notionflux"
-   
"$pkgname-contrib::git://notion.git.sourceforge.net/gitroot/notion/contrib")
+   
"notion-doc::git://notion.git.sourceforge.net/gitroot/notion/notion-doc")
 md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
  'SKIP')
 
 prepare() {
   cd ${srcdir}
-  sed -i 's|lua5.2|lua|g' notion/system-autodetect.mk
-  sed -i 's|luac5.2|luac|g' notion{,-libextl}/system-autodetect.mk
-
-  for i in libextl libtu mod_xinerama mod_xkbevents mod_xrandr mod_notionflux 
notion-doc; do
-mkdir -p ${srcdir}/notion/$i
-cp -r ${srcdir}/$pkgname-$i/* ${srcdir}/notion/$i/
-  done
-
-  cd ${srcdir}/notion
-  sed -e 's/^\(PREFIX=\).*$/\1\/usr/' \
-   -e 's/^\(ETCDIR=\).*$/\1\/etc\/notion/' \
-   -e 's/^\(LUA_DIR=\).*$/\1\/usr/' \
-   -e 's/^\(X11_PREFIX=\).*/\1\/usr/' \
-   -e 's|/usr/local|/usr|g' \
-   -i system-autodetect.mk
+  cat >notion/build/lua-detect.mk <

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

2014-02-13 Thread Massimiliano Torromeo
Date: Thursday, February 13, 2014 @ 15:09:02
  Author: mtorromeo
Revision: 105673

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

Added:
  xtrabackup/repos/community-i686/PKGBUILD
(from rev 105672, xtrabackup/trunk/PKGBUILD)
  xtrabackup/repos/community-i686/build.patch
(from rev 105672, xtrabackup/trunk/build.patch)
  xtrabackup/repos/community-x86_64/PKGBUILD
(from rev 105672, xtrabackup/trunk/PKGBUILD)
  xtrabackup/repos/community-x86_64/build.patch
(from rev 105672, xtrabackup/trunk/build.patch)
Deleted:
  xtrabackup/repos/community-i686/PKGBUILD
  xtrabackup/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   86 +
 community-i686/PKGBUILD  |   38 --
 community-i686/build.patch   |   11 +
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/build.patch |   11 +
 5 files changed, 108 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-13 14:06:09 UTC (rev 105672)
+++ community-i686/PKGBUILD 2014-02-13 14:09:02 UTC (rev 105673)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=xtrabackup
-pkgver=2.1.7
-pkgrel=2
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl')
-makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz)
-md5sums=('cce4ad2e6e1481a98cd403563fd989dc')
-
-build() {
-  cd percona-xtrabackup-$pkgver
-  utils/build.sh innodb55
-
-  cd doc
-  make man
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-
-  install -D innobackupex "$pkgdir"/usr/bin/innobackupex
-  install -D src/xtrabackup_innodb55 "$pkgdir"/usr/bin/xtrabackup_55
-  install -D src/xbcrypt "$pkgdir"/usr/bin/xbcrypt
-  install -D src/xbstream "$pkgdir"/usr/bin/xbstream
-
-  ln -s /usr/bin/xtrabackup_55 "$pkgdir"/usr/bin/xtrabackup
-
-  cd doc/build/man
-  for file in *.1; do
-install -Dm0644 $file "$pkgdir"/usr/share/man/man1/$file
-  done
-}

Copied: xtrabackup/repos/community-i686/PKGBUILD (from rev 105672, 
xtrabackup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-13 14:09:02 UTC (rev 105673)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=xtrabackup
+pkgver=2.1.7
+pkgrel=3
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libgcrypt' 'openssl')
+makedepends=('cmake' 'python-sphinx' 'zlib')
+source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz
+build.patch)
+
+build() {
+  cd percona-xtrabackup-$pkgver
+
+  utils/build.sh xtradb55
+  cp src/xtrabackup_55 src/xbstream src/xbcrypt .
+  utils/build.sh xtradb56
+  cp src/xtrabackup_56 .
+
+  cd doc
+  make man
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+
+  for file in innobackupex xtrabackup_55 xtrabackup_56 xbcrypt xbstream; do
+install -Dm0755 $file "$pkgdir"/usr/bin/$file
+  done
+
+  cd doc/build/man
+  for file in *.1; do
+install -Dm0644 $file "$pkgdir"/usr/share/man/man1/$file
+  done
+}
+
+sha256sums=('b0a89dd805fe25d1fd00c3f84b43d59e88173a19e2075d444a116118e2623587'
+'e6f329c061c921be6e44e16fd64d79bcca8c61ea1ce4a1d2f923408d30318b25')

Copied: xtrabackup/repos/community-i686/build.patch (from rev 105672, 
xtrabackup/trunk/build.patch)
===
--- community-i686/build.patch  (rev 0)
+++ community-i686/build.patch  2014-02-13 14:09:02 UTC (rev 105673)
@@ -0,0 +1,11 @@
+--- utils/build.sh.orig 2014-01-24 10:37:41.206535420 +0100
 utils/build.sh  2014-01-24 10:44:00.841407894 +0100
+@@ -167,6 +167,9 @@
+ tar xzf $top_dir/$1
+ cd $dirname
+ patch -p1 < $top_dir/patches/$2
++sed 's|srv_buf_size|srv_sort_buf_size|g' -i \
++sql/sql_planner.cc \
++storage/innobase/row/row0log.cc
+ cd -
+ }

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-13 14:06:09 UTC (rev 105672)
+++ community-x86_64/PKGBUILD   2014-02-13 14:09:02 UTC (rev 105673)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=xtrabackup
-pkgver=2.1.7
-pkgrel=2
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' '

[arch-commits] Commit in xtrabackup/trunk (PKGBUILD build.patch)

2014-02-13 Thread Massimiliano Torromeo
Date: Thursday, February 13, 2014 @ 15:06:09
  Author: mtorromeo
Revision: 105672

upgpkg: xtrabackup 2.1.7-3

Rebuild with xtradb56, removed link from xtrabackup_55 to xtrabackup 
(xtrabackup is for mysql 5.1 and shouldn't be called directly anyway. the 
command to use is innobackupex)

Added:
  xtrabackup/trunk/build.patch
Modified:
  xtrabackup/trunk/PKGBUILD

-+
 PKGBUILD|   25 +++--
 build.patch |   11 +++
 2 files changed, 26 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 11:03:29 UTC (rev 105671)
+++ PKGBUILD2014-02-13 14:06:09 UTC (rev 105672)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Massimiliano Torromeo 
 
 pkgname=xtrabackup
 pkgver=2.1.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -10,13 +11,17 @@
 license=('GPL')
 depends=('libaio' 'libgcrypt' 'openssl')
 makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz)
-md5sums=('cce4ad2e6e1481a98cd403563fd989dc')
+source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz
+build.patch)
 
 build() {
   cd percona-xtrabackup-$pkgver
-  utils/build.sh innodb55
 
+  utils/build.sh xtradb55
+  cp src/xtrabackup_55 src/xbstream src/xbcrypt .
+  utils/build.sh xtradb56
+  cp src/xtrabackup_56 .
+
   cd doc
   make man
 }
@@ -24,15 +29,15 @@
 package() {
   cd percona-xtrabackup-$pkgver
 
-  install -D innobackupex "$pkgdir"/usr/bin/innobackupex
-  install -D src/xtrabackup_innodb55 "$pkgdir"/usr/bin/xtrabackup_55
-  install -D src/xbcrypt "$pkgdir"/usr/bin/xbcrypt
-  install -D src/xbstream "$pkgdir"/usr/bin/xbstream
+  for file in innobackupex xtrabackup_55 xtrabackup_56 xbcrypt xbstream; do
+install -Dm0755 $file "$pkgdir"/usr/bin/$file
+  done
 
-  ln -s /usr/bin/xtrabackup_55 "$pkgdir"/usr/bin/xtrabackup
-
   cd doc/build/man
   for file in *.1; do
 install -Dm0644 $file "$pkgdir"/usr/share/man/man1/$file
   done
 }
+
+sha256sums=('b0a89dd805fe25d1fd00c3f84b43d59e88173a19e2075d444a116118e2623587'
+'e6f329c061c921be6e44e16fd64d79bcca8c61ea1ce4a1d2f923408d30318b25')

Added: build.patch
===
--- build.patch (rev 0)
+++ build.patch 2014-02-13 14:06:09 UTC (rev 105672)
@@ -0,0 +1,11 @@
+--- utils/build.sh.orig 2014-01-24 10:37:41.206535420 +0100
 utils/build.sh  2014-01-24 10:44:00.841407894 +0100
+@@ -167,6 +167,9 @@
+ tar xzf $top_dir/$1
+ cd $dirname
+ patch -p1 < $top_dir/patches/$2
++sed 's|srv_buf_size|srv_sort_buf_size|g' -i \
++sql/sql_planner.cc \
++storage/innobase/row/row0log.cc
+ cd -
+ }



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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 12:03:29
  Author: spupykin
Revision: 105671

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

Added:
  poedit/repos/community-i686/PKGBUILD
(from rev 105670, poedit/trunk/PKGBUILD)
  poedit/repos/community-i686/build-fix.patch
(from rev 105670, poedit/trunk/build-fix.patch)
  poedit/repos/community-i686/poedit.install
(from rev 105670, poedit/trunk/poedit.install)
  poedit/repos/community-x86_64/PKGBUILD
(from rev 105670, poedit/trunk/PKGBUILD)
  poedit/repos/community-x86_64/build-fix.patch
(from rev 105670, poedit/trunk/build-fix.patch)
  poedit/repos/community-x86_64/poedit.install
(from rev 105670, poedit/trunk/poedit.install)
Deleted:
  poedit/repos/community-i686/PKGBUILD
  poedit/repos/community-i686/poedit.install
  poedit/repos/community-x86_64/PKGBUILD
  poedit/repos/community-x86_64/poedit.install

--+
 /PKGBUILD|   76 +++
 /poedit.install  |   24 +++
 community-i686/PKGBUILD  |   36 -
 community-i686/build-fix.patch   |  235 +
 community-i686/poedit.install|   12 -
 community-x86_64/PKGBUILD|   36 -
 community-x86_64/build-fix.patch |  235 +
 community-x86_64/poedit.install  |   12 -
 8 files changed, 570 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-13 11:03:14 UTC (rev 105670)
+++ community-i686/PKGBUILD 2014-02-13 11:03:29 UTC (rev 105671)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=poedit
-pkgver=1.6.3
-pkgrel=2
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('i686' 'x86_64')
-url="http://www.poedit.net/";
-license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++')
-makedepends=('boost' 'libsm')
-install=poedit.install
-source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-md5sums=('f58be3cee666d3c586a85c26abba7816')
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-sed -i 's|Wx/filename.h|wx/filename.h|' src/tm/transmem.cpp
-sed -i 's|libexec/poedit|lib/poedit/poedit|g' src/tm/tm_migrate.cpp
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 105670, 
poedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-13 11:03:29 UTC (rev 105671)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/";
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+   build-fix.patch)
+md5sums=('203e27826c1baa4de403ce6d1cc60444'
+ '724aed37a6760c8ac9405f9ee4b70c05')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 <$srcdir/build-fix.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: poedit/repos/community-i686/build-fix.patch (from rev 105670, 
poedit/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2014-02-13 11:03:29 UTC (rev 105671)
@@ -0,0 +1,235 @@
+diff -wbBur poedit-1.6.4/src/edapp.cpp poedit-1.6.4.my/src/edapp.cpp
+--- poedit-1.6.4/src/edapp.cpp 2014-02-07 22:03:55.0 +0400
 poedit-1.6.4.my/src/edapp.cpp  2014-02-13 14:49:30.231324614 +0400
+@@ -67,7 +67,6 @@
+ 
+ #include "edapp.h"
+ #include "edframe.h"
+-#include "aboutbox.h"
+ #include "manager.h"
+ #include "prefsdlg.h"
+ #include "parser.h"
+@@ -666,7 +665,7 @@
+ about.SetCopyright(L"Copyright \u00a9 1999-2014 Václav Slavík");
+ about.SetWebSite("http://www.poedit.net";);
+ 
+-PoeditAboutBox

[arch-commits] Commit in poedit/trunk (PKGBUILD build-fix.patch)

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 12:03:14
  Author: spupykin
Revision: 105670

upgpkg: poedit 1.6.4-1

upd

Added:
  poedit/trunk/build-fix.patch
Modified:
  poedit/trunk/PKGBUILD

-+
 PKGBUILD|   16 ++-
 build-fix.patch |  235 ++
 2 files changed, 244 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 11:02:33 UTC (rev 105669)
+++ PKGBUILD2014-02-13 11:03:14 UTC (rev 105670)
@@ -5,22 +5,24 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=poedit
-pkgver=1.6.3
-pkgrel=2
+pkgver=1.6.4
+pkgrel=1
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('i686' 'x86_64')
 url="http://www.poedit.net/";
 license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
 makedepends=('boost' 'libsm')
 install=poedit.install
-source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-md5sums=('f58be3cee666d3c586a85c26abba7816')
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+   build-fix.patch)
+md5sums=('203e27826c1baa4de403ce6d1cc60444'
+ '724aed37a6760c8ac9405f9ee4b70c05')
 
 prepare() {
 cd "${srcdir}/${pkgname}-${pkgver}"
-sed -i 's|Wx/filename.h|wx/filename.h|' src/tm/transmem.cpp
-sed -i 's|libexec/poedit|lib/poedit/poedit|g' src/tm/tm_migrate.cpp
+patch -p1 <$srcdir/build-fix.patch
 }
 
 build() {

Added: build-fix.patch
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2014-02-13 11:03:14 UTC (rev 105670)
@@ -0,0 +1,235 @@
+diff -wbBur poedit-1.6.4/src/edapp.cpp poedit-1.6.4.my/src/edapp.cpp
+--- poedit-1.6.4/src/edapp.cpp 2014-02-07 22:03:55.0 +0400
 poedit-1.6.4.my/src/edapp.cpp  2014-02-13 14:49:30.231324614 +0400
+@@ -67,7 +67,6 @@
+ 
+ #include "edapp.h"
+ #include "edframe.h"
+-#include "aboutbox.h"
+ #include "manager.h"
+ #include "prefsdlg.h"
+ #include "parser.h"
+@@ -666,7 +665,7 @@
+ about.SetCopyright(L"Copyright \u00a9 1999-2014 Václav Slavík");
+ about.SetWebSite("http://www.poedit.net";);
+ 
+-PoeditAboutBox(about);
++//PoeditAboutBox(about);
+ }
+ 
+ 
+@@ -792,7 +791,7 @@
+ void PoeditApp::EmailSupport(const wxString& subject, const wxString& body)
+ {
+ wxString body2(body);
+-wxString appname(HasLicense() ? "Poedit Pro" : "Poedit");
++wxString appname("Poedit");
+ 
+ #ifdef __WXOSX__
+ NSString *s = [[NSProcessInfo processInfo] operatingSystemVersionString];
+@@ -927,31 +926,8 @@
+ 
+ void PoeditApp::OnLicense(wxCommandEvent&)
+ {
+-ShowLicenseInformation();
+ }
+ 
+ void PoeditApp::ImportLicenseKey(const wxString& url)
+ {
+-PoeditLicense lic = PoeditLicense::FromURL(url);
+-
+-if (lic.IsValid())
+-{
+-lic.Store(); // save valid license
+-ShowLicenseInformation(nullptr, &lic); // ...and thank the user
+-}
+-else if (!lic.Key().empty())
+-{
+-// if we at least parsed the data, even if invalid, show it and let 
the
+-// user correct them
+-ShowLicenseInformation(nullptr, &lic);
+-}
+-else
+-{
+-wxMessageDialog dlg(nullptr, _("Invalid license data."), _("Poedit"), 
wxOK | wxICON_ERROR);
+-dlg.SetExtendedMessage(wxString::Format(_("The link doesn't contain 
valid Poedit license. Try entering it manually or contact support at 
h...@poedit.net.\n\n(%s)"), url));
+-dlg.ShowModal();
+-}
+-
+-if (wxTopLevelWindows.empty())
+-OpenNewFile();
+ }
+diff -wbBur poedit-1.6.4/src/edapp.h poedit-1.6.4.my/src/edapp.h
+--- poedit-1.6.4/src/edapp.h   2014-02-07 22:03:55.0 +0400
 poedit-1.6.4.my/src/edapp.h2014-02-13 14:49:08.831324860 +0400
+@@ -27,8 +27,6 @@
+ #ifndef _EDAPP_H_
+ #define _EDAPP_H_
+ 
+-#include "licensing.h"
+-
+ #include 
+ #include 
+ #include 
+diff -wbBur poedit-1.6.4/src/edframe.cpp poedit-1.6.4.my/src/edframe.cpp
+--- poedit-1.6.4/src/edframe.cpp   2014-02-07 22:03:55.0 +0400
 poedit-1.6.4.my/src/edframe.cpp2014-02-13 14:49:20.301324729 +0400
+@@ -85,9 +85,7 @@
+ #include "errorbar.h"
+ #include "utility.h"
+ #include "languagectrl.h"
+-#include "statistics.h"
+ #include "welcomescreen.h"
+-#include "wordpress.h"
+ #include "errors.h"
+ 
+ #include 
+@@ -1374,8 +1372,6 @@
+ 
+ void PoeditFrame::OnNewForWordpress(wxCommandEvent&)
+ {
+-CHECK_LICENSE(Wordpress);
+-
+ DoIfCanDiscardCurrentDoc([=]{
+ NewForWordpress();
+ });
+@@ -1466,73 +1462,6 @@
+ void PoeditFrame::NewForWordpress()
+ {
+ // TODO: share code with NewFromPOT()
+-
+-wxDirDialog dirdlg(this,
+-_("Select the folder with the WordPress theme or plugin"),
+-"",
+-

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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 12:02:33
  Author: spupykin
Revision: 105669

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

Added:
  lucene++/repos/community-i686/PKGBUILD
(from rev 105668, lucene++/trunk/PKGBUILD)
  lucene++/repos/community-x86_64/PKGBUILD
(from rev 105668, lucene++/trunk/PKGBUILD)
Deleted:
  lucene++/repos/community-i686/PKGBUILD
  lucene++/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-13 11:02:17 UTC (rev 105668)
+++ community-i686/PKGBUILD 2014-02-13 11:02:33 UTC (rev 105669)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Rafael Ferreira 
-
-pkgname=lucene++
-pkgver=3.0.5
-pkgrel=1
-pkgdesc='C++ port of the popular Java Lucene library'
-arch=(i686 x86_64)
-url='https://github.com/luceneplusplus/LucenePlusPlus'
-license=('GPL' 'Apache')
-depends=('boost-libs')
-makedepends=('boost' 'cmake')
-source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
-md5sums=('da785510716a759d7d37a2ee52cb8140')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../LucenePlusPlus-rel_$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_DESTINATION=/usr/lib \
--DBoost_LIBRARY_DIR=/usr/lib \
--DENABLE_CUSTOM_ALLOCATOR='FALSE'
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: lucene++/repos/community-i686/PKGBUILD (from rev 105668, 
lucene++/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-13 11:02:33 UTC (rev 105669)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Rafael Ferreira 
+
+pkgname=lucene++
+pkgver=3.0.5
+pkgrel=2
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(i686 x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake')
+source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+md5sums=('da785510716a759d7d37a2ee52cb8140')
+
+prepare() {
+  mkdir build
+  sed -i \
+-e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION "5")#' 
\
+-e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH "0")#' \
+$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  cmake ../LucenePlusPlus-rel_$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DBoost_LIBRARY_DIR=/usr/lib \
+-DENABLE_CUSTOM_ALLOCATOR='FALSE'
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-13 11:02:17 UTC (rev 105668)
+++ community-x86_64/PKGBUILD   2014-02-13 11:02:33 UTC (rev 105669)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Rafael Ferreira 
-
-pkgname=lucene++
-pkgver=3.0.5
-pkgrel=1
-pkgdesc='C++ port of the popular Java Lucene library'
-arch=(i686 x86_64)
-url='https://github.com/luceneplusplus/LucenePlusPlus'
-license=('GPL' 'Apache')
-depends=('boost-libs')
-makedepends=('boost' 'cmake')
-source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
-md5sums=('da785510716a759d7d37a2ee52cb8140')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../LucenePlusPlus-rel_$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_DESTINATION=/usr/lib \
--DBoost_LIBRARY_DIR=/usr/lib \
--DENABLE_CUSTOM_ALLOCATOR='FALSE'
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: lucene++/repos/community-x86_64/PKGBUILD (from rev 105668, 
lucene++/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-13 11:02:33 UTC (rev 105669)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Rafael Ferreira 
+
+pkgname=lucene++
+pkgver=3.0.5
+pkgrel=2
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(i686 x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake')
+source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+md5sums=('da785510716a759d7d37a2ee52cb8140')
+
+prepare() {
+  mkdir build
+  sed -i \
+-e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSI

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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 12:02:17
  Author: spupykin
Revision: 105668

upgpkg: lucene++ 3.0.5-2

upd

Modified:
  lucene++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 10:14:53 UTC (rev 105667)
+++ PKGBUILD2014-02-13 11:02:17 UTC (rev 105668)
@@ -4,7 +4,7 @@
 
 pkgname=lucene++
 pkgver=3.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ port of the popular Java Lucene library'
 arch=(i686 x86_64)
 url='https://github.com/luceneplusplus/LucenePlusPlus'
@@ -16,6 +16,10 @@
 
 prepare() {
   mkdir build
+  sed -i \
+-e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION "5")#' 
\
+-e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH "0")#' \
+$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
 }
 
 build() {



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

2014-02-13 Thread Massimiliano Torromeo
Date: Thursday, February 13, 2014 @ 11:14:53
  Author: mtorromeo
Revision: 105667

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

Added:
  elasticsearch/repos/community-i686/PKGBUILD
(from rev 105666, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
(from rev 105666, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
(from rev 105666, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-i686/elasticsearch.install
(from rev 105666, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-i686/elasticsearch.service
(from rev 105666, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-i686/elasticsearch@.service
(from rev 105666, elasticsearch/trunk/elasticsearch@.service)
  elasticsearch/repos/community-x86_64/PKGBUILD
(from rev 105666, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
(from rev 105666, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
(from rev 105666, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-x86_64/elasticsearch.install
(from rev 105666, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-x86_64/elasticsearch.service
(from rev 105666, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-x86_64/elasticsearch@.service
(from rev 105666, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-i686/PKGBUILD
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-i686/elasticsearch.install
  elasticsearch/repos/community-i686/elasticsearch.service
  elasticsearch/repos/community-i686/elasticsearch@.service
  elasticsearch/repos/community-x86_64/PKGBUILD
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-x86_64/elasticsearch.install
  elasticsearch/repos/community-x86_64/elasticsearch.service
  elasticsearch/repos/community-x86_64/elasticsearch@.service

-+
 /PKGBUILD   |  162 ++
 /elasticsearch-tmpfile.conf |2 
 /elasticsearch.install  |   48 +++
 /elasticsearch.service  |   32 +
 /elasticsearch@.service |   32 +
 community-i686/PKGBUILD |   78 
 community-i686/elasticsearch-sysctl.conf|1 
 community-i686/elasticsearch-tmpfile.conf   |1 
 community-i686/elasticsearch.install|   24 ---
 community-i686/elasticsearch.service|   13 --
 community-i686/elasticsearch@.service   |   13 --
 community-x86_64/PKGBUILD   |   78 
 community-x86_64/elasticsearch-sysctl.conf  |1 
 community-x86_64/elasticsearch-tmpfile.conf |1 
 community-x86_64/elasticsearch.install  |   24 ---
 community-x86_64/elasticsearch.service  |   13 --
 community-x86_64/elasticsearch@.service |   13 --
 17 files changed, 278 insertions(+), 258 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-13 10:09:40 UTC (rev 105666)
+++ community-i686/PKGBUILD 2014-02-13 10:14:53 UTC (rev 105667)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=0.90.11
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('i686' 'x86_64')
-url="http://www.elasticsearch.org/";
-license=('APACHE')
-depends=('java-runtime' 'bash')
-install='elasticsearch.install'
-source=(
-  "http://download.elasticsearch.org/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz";
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-tmpfile.conf
-)
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  for script in plugin elasticsearch; do
-sed 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
-  -i bin/$script
-
-for java in jre jdk; do
-  sed "/^CDPATH/i [ -f /etc/profile.d/$java.sh ] && . 
/etc/profile.d/$java.sh" \
--i bin/$script
-done
-  done
-
-  sed 's|$ES_HOME/lib|/usr/lib/elasticsearch|g' -i bin/elasticsearch.in.sh 
bin/plugin
-
-  echo -e '\nJAVA_OPTS="$JAVA_OPTS -Des.path.conf=/etc/elasticsearch"' >> 
bin/elasticsearch.in.sh
-
-  sed -e 's/# \(path\.conf: \).*$/\1\/etc\/elasticsearch/' \
--e '0,/# \(path\.data: \).*$/s//\1\/var\/lib\/elasticsearch/' \
--e 's/# \(path\.work:

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

2014-02-13 Thread Massimiliano Torromeo
Date: Thursday, February 13, 2014 @ 11:09:40
  Author: mtorromeo
Revision: 105666

upgpkg: elasticsearch 1.0.0-1

Updated to 1.0.0

Added:
  elasticsearch/trunk/elasticsearch-sysctl.conf
Modified:
  elasticsearch/trunk/PKGBUILD
  elasticsearch/trunk/elasticsearch.service
  elasticsearch/trunk/elasticsearch@.service

---+
 PKGBUILD  |   13 -
 elasticsearch-sysctl.conf |1 +
 elasticsearch.service |5 -
 elasticsearch@.service|5 -
 4 files changed, 17 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 09:45:47 UTC (rev 105665)
+++ PKGBUILD2014-02-13 10:09:40 UTC (rev 105666)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=0.90.11
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('i686' 'x86_64')
@@ -17,6 +17,7 @@
   elasticsearch.service
   elasticsearch@.service
   elasticsearch-tmpfile.conf
+  elasticsearch-sysctl.conf
 )
 
 backup=('etc/elasticsearch/elasticsearch.yml'
@@ -70,9 +71,11 @@
   install -Dm644 "$srcdir/elasticsearch@.service" 
"$pkgdir/usr/lib/systemd/system/elasticsearch@.service"
 
   install -Dm644 "$srcdir/elasticsearch-tmpfile.conf" 
"$pkgdir/usr/lib/tmpfiles.d/elasticsearch.conf"
+  install -Dm644 "$srcdir/elasticsearch-sysctl.conf" 
"$pkgdir/usr/lib/sysctl.d/elasticsearch.conf"
 }
 
-sha256sums=('cff503078fcb3e1b1d2b966e9173599be38a1a451278f587415c7f2311fd5697'
-'09a4027780d73103c26f311c64774dcbc47b5e1d54789c1f2d9c697f518f2eeb'
-'e3dd705bec204b8572456344b90c4773f867965a1215c22b6e9518f0aa268a2d'
-'48b5a876e14819270c85f8ca626a011e01d10a2728758ced9a4d5bcf5c1fd23f')
+sha256sums=('0150bc7609c885eb2868bd27b817051e08b4bbe50a8aad5a51698c43283cd51b'
+'ab13ccda28bf90a10b570e095afc47ddef68da7e45546b2d45e74722c9095f0a'
+'a04ac09172158611a03dda096b670fe6586ae11b6b3d4de7965ed2b90cb3319f'
+'48b5a876e14819270c85f8ca626a011e01d10a2728758ced9a4d5bcf5c1fd23f'
+'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c')

Added: elasticsearch-sysctl.conf
===
--- elasticsearch-sysctl.conf   (rev 0)
+++ elasticsearch-sysctl.conf   2014-02-13 10:09:40 UTC (rev 105666)
@@ -0,0 +1 @@
+vm.max_map_count=262144
\ No newline at end of file

Modified: elasticsearch.service
===
--- elasticsearch.service   2014-02-13 09:45:47 UTC (rev 105665)
+++ elasticsearch.service   2014-02-13 10:09:40 UTC (rev 105666)
@@ -1,5 +1,6 @@
 [Unit]
 Description=ElasticSearch
+Documentation=http://www.elasticsearch.org
 After=network.target
 
 [Service]
@@ -6,7 +7,9 @@
 User=elasticsearch
 Type=forking
 PIDFile=/run/elasticsearch/elasticsearch.pid
-ExecStart=/usr/bin/elasticsearch -p /run/elasticsearch/elasticsearch.pid
+ExecStart=/usr/bin/elasticsearch -d -p /run/elasticsearch/elasticsearch.pid
+LimitNOFILE=65535
+TimeoutStopSec=20
 Restart=on-failure
 
 [Install]

Modified: elasticsearch@.service
===
--- elasticsearch@.service  2014-02-13 09:45:47 UTC (rev 105665)
+++ elasticsearch@.service  2014-02-13 10:09:40 UTC (rev 105666)
@@ -1,5 +1,6 @@
 [Unit]
 Description=ElasticSearch
+Documentation=http://www.elasticsearch.org
 After=network.target
 
 [Service]
@@ -6,7 +7,9 @@
 User=elasticsearch
 Type=forking
 PIDFile=/run/elasticsearch/%I.pid
-ExecStart=/usr/bin/elasticsearch -p /run/elasticsearch/%I.pid 
-Des.config=/etc/elasticsearch/%I.yml
+ExecStart=/usr/bin/elasticsearch -d -p /run/elasticsearch/%I.pid 
-Des.config=/etc/elasticsearch/%I.yml
+LimitNOFILE=65535
+TimeoutStopSec=20
 Restart=on-failure
 
 [Install]



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

2014-02-13 Thread Andrea Scarpino
Date: Thursday, February 13, 2014 @ 11:02:12
  Author: andrea
Revision: 205892

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

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

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   33 ---
 extra-x86_64/PKGBUILD |   33 ---
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-13 10:02:04 UTC (rev 205891)
+++ extra-i686/PKGBUILD 2014-02-13 10:02:12 UTC (rev 205892)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Mateusz Herych 
-
-pkgname=libgadu
-pkgver=1.11.2
-pkgrel=1
-pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
-arch=('i686' 'x86_64')
-url="http://toxygen.net/libgadu/";
-license=('LGPL2.1')
-depends=('openssl')
-source=("http://toxygen.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('832432fef251f69f31e68574c17f0c51')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static \
---enable-shared \
---with-pthread
-  make
-}
-
-check() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgadu/repos/extra-i686/PKGBUILD (from rev 205891, 
libgadu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-13 10:02:12 UTC (rev 205892)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Mateusz Herych 
+
+pkgname=libgadu
+pkgver=1.11.3
+pkgrel=1
+pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
+arch=('i686' 'x86_64')
+url="http://libgadu.net/";
+license=('LGPL2.1')
+depends=('openssl' 'zlib')
+source=("http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63b0870821bdb7077a952183db31db50')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-shared \
+--with-pthread
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-13 10:02:04 UTC (rev 205891)
+++ extra-x86_64/PKGBUILD   2014-02-13 10:02:12 UTC (rev 205892)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Mateusz Herych 
-
-pkgname=libgadu
-pkgver=1.11.2
-pkgrel=1
-pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
-arch=('i686' 'x86_64')
-url="http://toxygen.net/libgadu/";
-license=('LGPL2.1')
-depends=('openssl')
-source=("http://toxygen.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('832432fef251f69f31e68574c17f0c51')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static \
---enable-shared \
---with-pthread
-  make
-}
-
-check() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgadu/repos/extra-x86_64/PKGBUILD (from rev 205891, 
libgadu/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-13 10:02:12 UTC (rev 205892)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Mateusz Herych 
+
+pkgname=libgadu
+pkgver=1.11.3
+pkgrel=1
+pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
+arch=('i686' 'x86_64')
+url="http://libgadu.net/";
+license=('LGPL2.1')
+depends=('openssl' 'zlib')
+source=("http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63b0870821bdb7077a952183db31db50')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-shared \
+--with-pthread
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2014-02-13 Thread Andrea Scarpino
Date: Thursday, February 13, 2014 @ 11:02:04
  Author: andrea
Revision: 205891

upgpkg: libgadu 1.11.3-1

Upstream release

Modified:
  libgadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 06:42:03 UTC (rev 205890)
+++ PKGBUILD2014-02-13 10:02:04 UTC (rev 205891)
@@ -1,33 +1,34 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer:
+# Contributor: Andrea Scarpino 
 # Contributor: Mateusz Herych 
 
 pkgname=libgadu
-pkgver=1.11.2
+pkgver=1.11.3
 pkgrel=1
 pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
 arch=('i686' 'x86_64')
-url="http://toxygen.net/libgadu/";
+url="http://libgadu.net/";
 license=('LGPL2.1')
-depends=('openssl')
-source=("http://toxygen.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('832432fef251f69f31e68574c17f0c51')
+depends=('openssl' 'zlib')
+source=("http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63b0870821bdb7077a952183db31db50')
 
 build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
---disable-static \
---enable-shared \
---with-pthread
+--disable-static \
+--enable-shared \
+--with-pthread
   make
 }
 
 check() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }



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

2014-02-13 Thread Lukas Fleischer
Date: Thursday, February 13, 2014 @ 10:45:47
  Author: lfleischer
Revision: 105665

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   34 
 community-x86_64/PKGBUILD |   34 
 3 files changed, 74 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-13 09:45:34 UTC (rev 105664)
+++ community-i686/PKGBUILD 2014-02-13 09:45:47 UTC (rev 105665)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Tobias Powalowski 
-
-pkgname=chntpw
-pkgver=110511
-pkgrel=2
-pkgdesc='Offline NT Password Editor - reset passwords in a Windows NT SAM user 
database file.'
-arch=('i686' 'x86_64')
-url='http://pogostick.net/~pnh/ntpasswd/'
-license=('GPL' 'LGPL')
-makedepends=('openssl')
-source=("http://pogostick.net/~pnh/ntpasswd/${pkgname}-source-${pkgver}.zip";)
-md5sums=('a3fb358d1adec589cd6bc8dedf68896c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  [ "$CARCH" = "x86_64" ] && sed -i "s|CFLAGS= -DUSEOPENSSL -g -I. 
-I\$(OSSLINC) -Wall -m32|CFLAGS= -DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall|" 
Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # install binaries, don't install static binaries!
-  install -Dm0755 "${srcdir}/${pkgname}-${pkgver}/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-  install -Dm0755 "${srcdir}/${pkgname}-${pkgver}/reged" 
"${pkgdir}/usr/bin/reged"
-  install -Dm0755 "${srcdir}/${pkgname}-${pkgver}/cpnt" 
"${pkgdir}/usr/bin/cpnt"
-
-  for _f in *.txt; do
-install -Dm0644 "${_f}" "${pkgdir}/usr/share/doc/${pkgname}/${_f}"
-  done
-}

Copied: chntpw/repos/community-i686/PKGBUILD (from rev 105664, 
chntpw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-13 09:45:47 UTC (rev 105665)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Tobias Powalowski 
+
+pkgname=chntpw
+pkgver=140201
+pkgrel=1
+pkgdesc='Offline NT Password Editor - reset passwords in a Windows NT SAM user 
database file'
+arch=('i686' 'x86_64')
+url='http://pogostick.net/~pnh/ntpasswd/'
+license=('GPL' 'LGPL')
+makedepends=('openssl')
+source=("http://pogostick.net/~pnh/ntpasswd/${pkgname}-source-${pkgver}.zip";)
+md5sums=('d60bc657206b07ad84d926649d6417dc')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/^CFLAGS= \(.*\) -m32 $/CFLAGS= \1/' Makefile
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # install binaries, don't install static binaries!
+  install -Dm0755 "${srcdir}/${pkgname}-${pkgver}/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
+  install -Dm0755 "${srcdir}/${pkgname}-${pkgver}/reged" 
"${pkgdir}/usr/bin/reged"
+  install -Dm0755 "${srcdir}/${pkgname}-${pkgver}/cpnt" 
"${pkgdir}/usr/bin/cpnt"
+
+  for _f in *.txt; do
+install -Dm0644 "${_f}" "${pkgdir}/usr/share/doc/${pkgname}/${_f}"
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-13 09:45:34 UTC (rev 105664)
+++ community-x86_64/PKGBUILD   2014-02-13 09:45:47 UTC (rev 105665)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Tobias Powalowski 
-
-pkgname=chntpw
-pkgver=110511
-pkgrel=2
-pkgdesc='Offline NT Password Editor - reset passwords in a Windows NT SAM user 
database file.'
-arch=('i686' 'x86_64')
-url='http://pogostick.net/~pnh/ntpasswd/'
-license=('GPL' 'LGPL')
-makedepends=('openssl')
-source=("http://pogostick.net/~pnh/ntpasswd/${pkgname}-source-${pkgver}.zip";)
-md5sums=('a3fb358d1adec589cd6bc8dedf68896c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  [ "$CARCH" = "x86_64" ] && sed -i "s|CFLAGS= -DUSEOPENSSL -g -I. 
-I\$(OSSLINC) -Wall -m32|CFLAGS= -DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall|" 
Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # install binaries, don't install static binaries!
-  install -Dm0755 "${srcdir}/${pkgname}-${pkgver}/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-  install -Dm0755 "${srcdir}/${pkgname}-${pkgver}/reged" 
"${pkgdir}/usr/bin/reged"
-  install -Dm0755 "${srcdir}/${pkgname}-${pkgver}/cpnt" 
"${pkgdir}/usr/bin/cpnt"
-
-  for _f in *.txt; do
-install -Dm0644 "${_f}" "${pkgdir}/usr/share/doc/${pkgname}/${_f}"
-  done
-}

Copied: chntpw/repos/community-x86_64/PKGBUILD (from rev 1056

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

2014-02-13 Thread Lukas Fleischer
Date: Thursday, February 13, 2014 @ 10:45:34
  Author: lfleischer
Revision: 105664

upgpkg: chntpw 140201-1

Upstream update.

Modified:
  chntpw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 09:36:34 UTC (rev 105663)
+++ PKGBUILD2014-02-13 09:45:34 UTC (rev 105664)
@@ -3,20 +3,23 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=chntpw
-pkgver=110511
-pkgrel=2
-pkgdesc='Offline NT Password Editor - reset passwords in a Windows NT SAM user 
database file.'
+pkgver=140201
+pkgrel=1
+pkgdesc='Offline NT Password Editor - reset passwords in a Windows NT SAM user 
database file'
 arch=('i686' 'x86_64')
 url='http://pogostick.net/~pnh/ntpasswd/'
 license=('GPL' 'LGPL')
 makedepends=('openssl')
 source=("http://pogostick.net/~pnh/ntpasswd/${pkgname}-source-${pkgver}.zip";)
-md5sums=('a3fb358d1adec589cd6bc8dedf68896c')
+md5sums=('d60bc657206b07ad84d926649d6417dc')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/^CFLAGS= \(.*\) -m32 $/CFLAGS= \1/' Makefile
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-
-  [ "$CARCH" = "x86_64" ] && sed -i "s|CFLAGS= -DUSEOPENSSL -g -I. 
-I\$(OSSLINC) -Wall -m32|CFLAGS= -DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall|" 
Makefile
   make
 }
 



[arch-commits] Commit in mingw-w64-crt/trunk (4 files)

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 10:36:24
  Author: spupykin
Revision: 105662

upgpkg: mingw-w64-crt 3.1.0-2

upd

Added:
  
mingw-w64-crt/trunk/0001-Add-_gmtime32-and-_localtime32-to-lib64-msvcrt.def.patch
  mingw-w64-crt/trunk/0001-Add-secapi-wrapper-for-sprintf_s.patch
  mingw-w64-crt/trunk/0002-Remove-rand_s-and-vsprintf_s-from-msvcrt.def.in.patch
Modified:
  mingw-w64-crt/trunk/PKGBUILD

---+
 0001-Add-_gmtime32-and-_localtime32-to-lib64-msvcrt.def.patch |   34 +
 0001-Add-secapi-wrapper-for-sprintf_s.patch   |  208 ++
 0002-Remove-rand_s-and-vsprintf_s-from-msvcrt.def.in.patch|   50 ++
 PKGBUILD  |   19 
 4 files changed, 308 insertions(+), 3 deletions(-)

Added: 0001-Add-_gmtime32-and-_localtime32-to-lib64-msvcrt.def.patch
===
--- 0001-Add-_gmtime32-and-_localtime32-to-lib64-msvcrt.def.patch   
(rev 0)
+++ 0001-Add-_gmtime32-and-_localtime32-to-lib64-msvcrt.def.patch   
2014-02-13 09:36:24 UTC (rev 105662)
@@ -0,0 +1,34 @@
+>From ec2ee6e10e3bcdf00c2e93eed427cc8c2b626cac Mon Sep 17 00:00:00 2001
+From: Erik van Pienbroek 
+Date: Sun, 19 Jan 2014 17:11:40 +0100
+Subject: [PATCH 1/2] Add _gmtime32 and _localtime32 to lib64/msvcrt.def
+
+These symbols are required by the secapi wrappers
+_gmtime32_s and _localtime32_s
+---
+ mingw-w64-crt/lib64/msvcrt.def.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/mingw-w64-crt/lib64/msvcrt.def.in 
b/mingw-w64-crt/lib64/msvcrt.def.in
+index ed81eff..a0d3647 100644
+--- a/mingw-w64-crt/lib64/msvcrt.def.in
 b/mingw-w64-crt/lib64/msvcrt.def.in
+@@ -356,6 +356,7 @@ _getw
+ _getwch
+ _getwche
+ _getws
++_gmtime32
+ ; _gmtime32_s replaced by emu
+ _gmtime64
+ ; _gmtime64_s replaced by emu
+@@ -471,6 +472,7 @@ _lfind
+ _loaddll
+ _lfind_s
+ _local_unwind
++_localtime32
+ ; _localtime32_s replaced by emu
+ _localtime64
+ ; _localtime64_s replaced by emu
+-- 
+1.8.4.2
+

Added: 0001-Add-secapi-wrapper-for-sprintf_s.patch
===
--- 0001-Add-secapi-wrapper-for-sprintf_s.patch (rev 0)
+++ 0001-Add-secapi-wrapper-for-sprintf_s.patch 2014-02-13 09:36:24 UTC (rev 
105662)
@@ -0,0 +1,208 @@
+>From dca6ecb46f9b3f2d5652bf27208ac4ecdae1a652 Mon Sep 17 00:00:00 2001
+From: Erik van Pienbroek 
+Date: Sun, 26 Jan 2014 20:15:44 +0100
+Subject: [PATCH] Add secapi wrapper for sprintf_s
+
+---
+ mingw-w64-crt/Makefile.am |  1 +
+ mingw-w64-crt/Makefile.in | 45 +++
+ mingw-w64-crt/lib32/msvcrt.def.in |  2 +-
+ mingw-w64-crt/lib64/msvcrt.def.in |  2 +-
+ mingw-w64-crt/secapi/sprintf_s.c  | 21 ++
+ 5 files changed, 65 insertions(+), 6 deletions(-)
+ create mode 100644 mingw-w64-crt/secapi/sprintf_s.c
+
+diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am
+index ea384ac..bdca4fa 100644
+--- a/mingw-w64-crt/Makefile.am
 b/mingw-w64-crt/Makefile.am
+@@ -180,6 +180,7 @@ src_msvcrt=\
+   secapi/asctime_s.c \
+   secapi/memcpy_s.c \
+   secapi/rand_s.c \
++  secapi/sprintf_s.c \
+   secapi/vsprintf_s.c \
+   secapi/wmemcpy_s.c
+ 
+diff --git a/mingw-w64-crt/Makefile.in b/mingw-w64-crt/Makefile.in
+index 6669467..4c0c1cb 100644
+--- a/mingw-w64-crt/Makefile.in
 b/mingw-w64-crt/Makefile.in
+@@ -1081,8 +1081,8 @@ am__lib32_libmsvcrt_a_SOURCES_DIST = mis
+   secapi/_waccess_s.c secapi/_wasctime_s.c secapi/_wctime32_s.c \
+   secapi/_wctime64_s.c secapi/_wstrtime_s.c secapi/_wmktemp_s.c \
+   secapi/_wstrdate_s.c secapi/asctime_s.c secapi/memcpy_s.c \
+-  secapi/rand_s.c secapi/vsprintf_s.c secapi/wmemcpy_s.c \
+-  misc/lc_locale_func.c lib32/msvcrt.def.in
++  secapi/rand_s.c secapi/sprintf_s.c secapi/vsprintf_s.c \
++  secapi/wmemcpy_s.c misc/lc_locale_func.c lib32/msvcrt.def.in
+ am__objects_19 =  \
+   misc/lib32_libmsvcrt_a-invalid_parameter_handler.$(OBJEXT) \
+   misc/lib32_libmsvcrt_a-output_format.$(OBJEXT) \
+@@ -1151,6 +1151,7 @@ am__objects_20 =  \
+   secapi/lib32_libmsvcrt_a-asctime_s.$(OBJEXT) \
+   secapi/lib32_libmsvcrt_a-memcpy_s.$(OBJEXT) \
+   secapi/lib32_libmsvcrt_a-rand_s.$(OBJEXT) \
++  secapi/lib32_libmsvcrt_a-sprintf_s.$(OBJEXT) \
+   secapi/lib32_libmsvcrt_a-vsprintf_s.$(OBJEXT) \
+   secapi/lib32_libmsvcrt_a-wmemcpy_s.$(OBJEXT)
+ am__objects_21 = $(am__objects_20) \
+@@ -2182,8 +2182,8 @@ am__lib64_libmsvcrt_a_SOURCES_DIST = mis
+   secapi/_waccess_s.c secapi/_wasctime_s.c secapi/_wctime32_s.c \
+   secapi/_wctime64_s.c secapi/_wstrtime_s.c secapi/_wmktemp_s.c \
+   secapi/_wstrdate_s.c secapi/asctime_s.c secapi/memcpy_s.c \
+-  secapi/rand_s.c secapi/vsprintf_s.c secapi/wmemcpy_s.c \
+-  lib64/msvcrt.def.in
++  secapi/rand_s.c secapi/sprintf_s.c secapi/vsprintf_s.c \

[arch-commits] Commit in mingw-w64-crt/repos/community-any (5 files)

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 10:36:34
  Author: spupykin
Revision: 105663

archrelease: copy trunk to community-any

Added:
  
mingw-w64-crt/repos/community-any/0001-Add-_gmtime32-and-_localtime32-to-lib64-msvcrt.def.patch
(from rev 105662, 
mingw-w64-crt/trunk/0001-Add-_gmtime32-and-_localtime32-to-lib64-msvcrt.def.patch)
  mingw-w64-crt/repos/community-any/0001-Add-secapi-wrapper-for-sprintf_s.patch
(from rev 105662, 
mingw-w64-crt/trunk/0001-Add-secapi-wrapper-for-sprintf_s.patch)
  
mingw-w64-crt/repos/community-any/0002-Remove-rand_s-and-vsprintf_s-from-msvcrt.def.in.patch
(from rev 105662, 
mingw-w64-crt/trunk/0002-Remove-rand_s-and-vsprintf_s-from-msvcrt.def.in.patch)
  mingw-w64-crt/repos/community-any/PKGBUILD
(from rev 105662, mingw-w64-crt/trunk/PKGBUILD)
Deleted:
  mingw-w64-crt/repos/community-any/PKGBUILD

---+
 0001-Add-_gmtime32-and-_localtime32-to-lib64-msvcrt.def.patch |   34 +
 0001-Add-secapi-wrapper-for-sprintf_s.patch   |  208 ++
 0002-Remove-rand_s-and-vsprintf_s-from-msvcrt.def.in.patch|   50 ++
 PKGBUILD  |   99 ++--
 4 files changed, 348 insertions(+), 43 deletions(-)

Copied: 
mingw-w64-crt/repos/community-any/0001-Add-_gmtime32-and-_localtime32-to-lib64-msvcrt.def.patch
 (from rev 105662, 
mingw-w64-crt/trunk/0001-Add-_gmtime32-and-_localtime32-to-lib64-msvcrt.def.patch)
===
--- 0001-Add-_gmtime32-and-_localtime32-to-lib64-msvcrt.def.patch   
(rev 0)
+++ 0001-Add-_gmtime32-and-_localtime32-to-lib64-msvcrt.def.patch   
2014-02-13 09:36:34 UTC (rev 105663)
@@ -0,0 +1,34 @@
+>From ec2ee6e10e3bcdf00c2e93eed427cc8c2b626cac Mon Sep 17 00:00:00 2001
+From: Erik van Pienbroek 
+Date: Sun, 19 Jan 2014 17:11:40 +0100
+Subject: [PATCH 1/2] Add _gmtime32 and _localtime32 to lib64/msvcrt.def
+
+These symbols are required by the secapi wrappers
+_gmtime32_s and _localtime32_s
+---
+ mingw-w64-crt/lib64/msvcrt.def.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/mingw-w64-crt/lib64/msvcrt.def.in 
b/mingw-w64-crt/lib64/msvcrt.def.in
+index ed81eff..a0d3647 100644
+--- a/mingw-w64-crt/lib64/msvcrt.def.in
 b/mingw-w64-crt/lib64/msvcrt.def.in
+@@ -356,6 +356,7 @@ _getw
+ _getwch
+ _getwche
+ _getws
++_gmtime32
+ ; _gmtime32_s replaced by emu
+ _gmtime64
+ ; _gmtime64_s replaced by emu
+@@ -471,6 +472,7 @@ _lfind
+ _loaddll
+ _lfind_s
+ _local_unwind
++_localtime32
+ ; _localtime32_s replaced by emu
+ _localtime64
+ ; _localtime64_s replaced by emu
+-- 
+1.8.4.2
+

Copied: 
mingw-w64-crt/repos/community-any/0001-Add-secapi-wrapper-for-sprintf_s.patch 
(from rev 105662, 
mingw-w64-crt/trunk/0001-Add-secapi-wrapper-for-sprintf_s.patch)
===
--- 0001-Add-secapi-wrapper-for-sprintf_s.patch (rev 0)
+++ 0001-Add-secapi-wrapper-for-sprintf_s.patch 2014-02-13 09:36:34 UTC (rev 
105663)
@@ -0,0 +1,208 @@
+>From dca6ecb46f9b3f2d5652bf27208ac4ecdae1a652 Mon Sep 17 00:00:00 2001
+From: Erik van Pienbroek 
+Date: Sun, 26 Jan 2014 20:15:44 +0100
+Subject: [PATCH] Add secapi wrapper for sprintf_s
+
+---
+ mingw-w64-crt/Makefile.am |  1 +
+ mingw-w64-crt/Makefile.in | 45 +++
+ mingw-w64-crt/lib32/msvcrt.def.in |  2 +-
+ mingw-w64-crt/lib64/msvcrt.def.in |  2 +-
+ mingw-w64-crt/secapi/sprintf_s.c  | 21 ++
+ 5 files changed, 65 insertions(+), 6 deletions(-)
+ create mode 100644 mingw-w64-crt/secapi/sprintf_s.c
+
+diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am
+index ea384ac..bdca4fa 100644
+--- a/mingw-w64-crt/Makefile.am
 b/mingw-w64-crt/Makefile.am
+@@ -180,6 +180,7 @@ src_msvcrt=\
+   secapi/asctime_s.c \
+   secapi/memcpy_s.c \
+   secapi/rand_s.c \
++  secapi/sprintf_s.c \
+   secapi/vsprintf_s.c \
+   secapi/wmemcpy_s.c
+ 
+diff --git a/mingw-w64-crt/Makefile.in b/mingw-w64-crt/Makefile.in
+index 6669467..4c0c1cb 100644
+--- a/mingw-w64-crt/Makefile.in
 b/mingw-w64-crt/Makefile.in
+@@ -1081,8 +1081,8 @@ am__lib32_libmsvcrt_a_SOURCES_DIST = mis
+   secapi/_waccess_s.c secapi/_wasctime_s.c secapi/_wctime32_s.c \
+   secapi/_wctime64_s.c secapi/_wstrtime_s.c secapi/_wmktemp_s.c \
+   secapi/_wstrdate_s.c secapi/asctime_s.c secapi/memcpy_s.c \
+-  secapi/rand_s.c secapi/vsprintf_s.c secapi/wmemcpy_s.c \
+-  misc/lc_locale_func.c lib32/msvcrt.def.in
++  secapi/rand_s.c secapi/sprintf_s.c secapi/vsprintf_s.c \
++  secapi/wmemcpy_s.c misc/lc_locale_func.c lib32/msvcrt.def.in
+ am__objects_19 =  \
+   misc/lib32_libmsvcrt_a-invalid_parameter_handler.$(OBJEXT) \
+   misc/lib32_libmsvcrt_a-output_format.$(OBJEXT) \
+@@ -1151,6 +1151,7 @@ am__objects_20 =  \
+   secapi/lib32_libmsvcrt_a-asctime_s.$(OBJEXT) \
+   secapi/lib32_

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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 10:26:26
  Author: spupykin
Revision: 105658

upgpkg: liblogging 1.0.1-1

upd

Modified:
  liblogging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 09:26:22 UTC (rev 105657)
+++ PKGBUILD2014-02-13 09:26:26 UTC (rev 105658)
@@ -3,7 +3,7 @@
 # Maintainer: Denis Wernert 
 
 pkgname=liblogging
-pkgver=1.0.0pre
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="easy to use, portable, open source library for system logging"
 url="http://www.liblogging.org/";
@@ -11,18 +11,18 @@
 license=('GPL')
 makedepends=('git')
 options=('strip' 'zipman' '!libtool')
-#source=("http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz";)
-source=("git://git.adiscon.com/git/liblogging.git")
-md5sums=('SKIP')
+source=("http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz";)
+#source=("git://git.adiscon.com/git/liblogging.git")
+md5sums=('1db6bef59157a5676f8fad49be6e5d9d')
 
 build() {
-  cd ${srcdir}/${pkgname}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  libtoolize --force --copy
-  aclocal
-  autoheader
-  automake --add-missing --copy
-  autoconf
+#  libtoolize --force --copy
+#  aclocal
+#  autoheader
+#  automake --add-missing --copy
+#  autoconf
 
   ./configure --prefix=/usr
   make
@@ -29,6 +29,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}
+  cd ${srcdir}/${pkgname}-${pkgver}
   make install DESTDIR=${pkgdir}
 }



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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 10:26:22
  Author: spupykin
Revision: 105657

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 105656, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-13 09:26:07 UTC (rev 105656)
+++ PKGBUILD2014-02-13 09:26:22 UTC (rev 105657)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=firefox-noscript
-pkgver=2.6.8.13
-pkgrel=1
-pkgdesc="plugin for firefox which disables script"
-arch=('any')
-url="http://noscript.net/";
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('75ec11cc5f3f039e81113abfb908110e')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=("firefox>=${_ffver}" "firefox<=${_ffver/0/99}")
-  depends=("firefox")
-
-  cd $srcdir
-  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-#  sed -i 
's#.*#7.*#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 105656, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-13 09:26:22 UTC (rev 105657)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=firefox-noscript
+pkgver=2.6.8.14
+pkgrel=1
+pkgdesc="plugin for firefox which disables script"
+arch=('any')
+url="http://noscript.net/";
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('f0ecd6bd7c7331d77c91df55bdb3d7da')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=("firefox>=${_ffver}" "firefox<=${_ffver/0/99}")
+  depends=("firefox")
+
+  cd $srcdir
+  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+#  sed -i 
's#.*#7.*#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 10:27:04
  Author: spupykin
Revision: 105661

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 105660, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 105660, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 105660, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 105660, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 105660, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 105660, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  116 +++
 /rsyslog.conf  |   88 ++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   58 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   58 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-13 09:26:45 UTC (rev 105660)
+++ community-i686/PKGBUILD 2014-02-13 09:27:04 UTC (rev 105661)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=rsyslog
-pkgver=7.4.9
-pkgrel=1
-pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
-url="http://www.rsyslog.com/";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
-makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz";
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('43c91cbc86b51979de61e868ff921f17'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  echo "rsyslogd_LDADD += \$(LIBESTR_LIBS) -lm" >>tools/Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  # Install Daemons and Configuration Files
-  install -D -m644 doc/${pkgname}-example.conf 
${pkgdir}/usr/share/doc/$pkgname/${pkgname}.conf.example
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-
-  # fix location of systemctl and remove start precondition
-  sed -i "$pkgdir/usr/lib/systemd/system/rsyslog.service" \
--e 's@/bin/systemctl@/usr&@' \
--e '/^ExecStartPre/d'
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 105660, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-13 09:27:04 UTC (rev 105661)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=rsyslog
+pkgver=7.6.0
+pkgrel=1
+pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
+url="http://www.rsyslog.com/";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
+makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')
+source=("http://www.rsyslog.com/files/download/

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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 10:26:45
  Author: spupykin
Revision: 105660

upgpkg: rsyslog 7.6.0-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 09:26:42 UTC (rev 105659)
+++ PKGBUILD2014-02-13 09:26:45 UTC (rev 105660)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=rsyslog
-pkgver=7.4.9
+pkgver=7.6.0
 pkgrel=1
 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
 url="http://www.rsyslog.com/";
@@ -21,7 +21,7 @@
 source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz";
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('43c91cbc86b51979de61e868ff921f17'
+md5sums=('26a12cb6d6693839aea07d29f8654bc9'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 



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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 10:26:42
  Author: spupykin
Revision: 105659

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-13 09:26:26 UTC (rev 105658)
+++ community-i686/PKGBUILD 2014-02-13 09:26:42 UTC (rev 105659)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Denis Wernert 
-
-pkgname=liblogging
-pkgver=1.0.0pre
-pkgrel=1
-pkgdesc="easy to use, portable, open source library for system logging"
-url="http://www.liblogging.org/";
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('git')
-options=('strip' 'zipman' '!libtool')
-#source=("http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz";)
-source=("git://git.adiscon.com/git/liblogging.git")
-md5sums=('SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}
-
-  libtoolize --force --copy
-  aclocal
-  autoheader
-  automake --add-missing --copy
-  autoconf
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  make install DESTDIR=${pkgdir}
-}

Copied: liblogging/repos/community-i686/PKGBUILD (from rev 105658, 
liblogging/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-13 09:26:42 UTC (rev 105659)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Denis Wernert 
+
+pkgname=liblogging
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="easy to use, portable, open source library for system logging"
+url="http://www.liblogging.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('git')
+options=('strip' 'zipman' '!libtool')
+source=("http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz";)
+#source=("git://git.adiscon.com/git/liblogging.git")
+md5sums=('1db6bef59157a5676f8fad49be6e5d9d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+#  libtoolize --force --copy
+#  aclocal
+#  autoheader
+#  automake --add-missing --copy
+#  autoconf
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-13 09:26:26 UTC (rev 105658)
+++ community-x86_64/PKGBUILD   2014-02-13 09:26:42 UTC (rev 105659)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Denis Wernert 
-
-pkgname=liblogging
-pkgver=1.0.0pre
-pkgrel=1
-pkgdesc="easy to use, portable, open source library for system logging"
-url="http://www.liblogging.org/";
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('git')
-options=('strip' 'zipman' '!libtool')
-#source=("http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz";)
-source=("git://git.adiscon.com/git/liblogging.git")
-md5sums=('SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}
-
-  libtoolize --force --copy
-  aclocal
-  autoheader
-  automake --add-missing --copy
-  autoconf
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  make install DESTDIR=${pkgdir}
-}

Copied: liblogging/repos/community-x86_64/PKGBUILD (from rev 105658, 
liblogging/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-13 09:26:42 UTC (rev 105659)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Denis Wernert 
+
+pkgname=liblogging
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="easy to use, portable, open source library for system logging"
+url="http://www.liblogging.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('git')
+options=('strip' 'zipman' '!libtool')
+source=("http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz";)
+#source=("git://git.adiscon.com/git/liblogging.git")
+md5sums=('1db6bef59157a5676f8fad49be6e5d9d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+#  libtoolize --force --copy
+#  aclocal
+#  autoheader
+#  automake --add-missing --copy
+#  autoconf
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 10:26:07
  Author: spupykin
Revision: 105656

upgpkg: firefox-noscript 2.6.8.14-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 02:01:09 UTC (rev 105655)
+++ PKGBUILD2014-02-13 09:26:07 UTC (rev 105656)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=firefox-noscript
-pkgver=2.6.8.13
+pkgver=2.6.8.14
 pkgrel=1
 pkgdesc="plugin for firefox which disables script"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('75ec11cc5f3f039e81113abfb908110e')
+md5sums=('f0ecd6bd7c7331d77c91df55bdb3d7da')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`