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

2014-06-05 Thread Gaetan Bisson
Date: Thursday, June 5, 2014 @ 08:07:20
  Author: bisson
Revision: 214290

upstream update

Modified:
  libsidplayfp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 04:03:48 UTC (rev 214289)
+++ PKGBUILD2014-06-05 06:07:20 UTC (rev 214290)
@@ -4,7 +4,7 @@
 # Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
 
 pkgname=libsidplayfp
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
 url='http://sourceforge.net/projects/sidplay-residfp/'
@@ -14,7 +14,7 @@
 makedepends=('vice')
 optdepends=('vice: better SID support')
 
source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('2c3e7a3db73f3d64ce6c5ef07eb61cce22eeddd1')
+sha1sums=('d7b4807c0df20407eff8dda4b17cf24aae6d956c')
 
 build() {
cd ${pkgname}-${pkgver}



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

2014-06-05 Thread Gaetan Bisson
Date: Thursday, June 5, 2014 @ 08:07:30
  Author: bisson
Revision: 214291

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-05 06:07:20 UTC (rev 214290)
+++ extra-i686/PKGBUILD 2014-06-05 06:07:30 UTC (rev 214291)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Simon Perry aur [at] sanxion [dot] net
-# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
-
-pkgname=libsidplayfp
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
-url='http://sourceforge.net/projects/sidplay-residfp/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('vice')
-optdepends=('vice: better SID support')
-source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('2c3e7a3db73f3d64ce6c5ef07eb61cce22eeddd1')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/usr/share/sidplayfp
-   ln -t ${pkgdir}/usr/share/sidplayfp -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
-}

Copied: libsidplayfp/repos/extra-i686/PKGBUILD (from rev 214290, 
libsidplayfp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-05 06:07:30 UTC (rev 214291)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Simon Perry aur [at] sanxion [dot] net
+# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
+
+pkgname=libsidplayfp
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('vice')
+optdepends=('vice: better SID support')
+source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('d7b4807c0df20407eff8dda4b17cf24aae6d956c')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/usr/share/sidplayfp
+   ln -t ${pkgdir}/usr/share/sidplayfp -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-05 06:07:20 UTC (rev 214290)
+++ extra-x86_64/PKGBUILD   2014-06-05 06:07:30 UTC (rev 214291)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Simon Perry aur [at] sanxion [dot] net
-# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
-
-pkgname=libsidplayfp
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
-url='http://sourceforge.net/projects/sidplay-residfp/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('vice')
-optdepends=('vice: better SID support')
-source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('2c3e7a3db73f3d64ce6c5ef07eb61cce22eeddd1')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/usr/share/sidplayfp
-   ln -t ${pkgdir}/usr/share/sidplayfp -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
-}

Copied: libsidplayfp/repos/extra-x86_64/PKGBUILD (from rev 214290, 
libsidplayfp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-05 06:07:30 UTC (rev 214291)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Simon Perry aur [at] sanxion [dot] net
+# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
+
+pkgname=libsidplayfp
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'

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

2014-06-05 Thread Allan McRae
Date: Thursday, June 5, 2014 @ 08:32:26
  Author: allan
Revision: 214292

upgpkg: isl 0.13-1

upstream update

Modified:
  isl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 06:07:30 UTC (rev 214291)
+++ PKGBUILD2014-06-05 06:32:26 UTC (rev 214292)
@@ -2,7 +2,7 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=isl
-pkgver=0.12.2
+pkgver=0.13
 pkgrel=1
 pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('gmp')
 license=('MIT')
 source=(http://isl.gforge.inria.fr/$pkgname-$pkgver.tar.bz2)
-md5sums=('e039bfcfb6c2ab039b8ee69bf883e824')
+md5sums=('e4cf20c4c10d5d613457558b1f46b5e2')
 
 
 build() {
@@ -29,7 +29,7 @@
   make DESTDIR=$pkgdir/ install
 
   install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
-  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.2.2-gdb.py
+  mv $pkgdir/usr/lib/libisl.so.*-gdb.py 
$pkgdir/usr/share/gdb/auto-load/usr/lib/
   
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
 }



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

2014-06-05 Thread Allan McRae
Date: Thursday, June 5, 2014 @ 08:33:26
  Author: allan
Revision: 214293

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

Added:
  isl/repos/staging-i686/
  isl/repos/staging-i686/PKGBUILD
(from rev 214292, isl/trunk/PKGBUILD)
  isl/repos/staging-x86_64/
  isl/repos/staging-x86_64/PKGBUILD
(from rev 214292, isl/trunk/PKGBUILD)

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

Copied: isl/repos/staging-i686/PKGBUILD (from rev 214292, isl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-06-05 06:33:26 UTC (rev 214293)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.13
+pkgrel=1
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://freecode.com/projects/isl;
+depends=('gmp')
+license=('MIT')
+source=(http://isl.gforge.inria.fr/$pkgname-$pkgver.tar.bz2)
+md5sums=('e4cf20c4c10d5d613457558b1f46b5e2')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
+  mv $pkgdir/usr/lib/libisl.so.*-gdb.py 
$pkgdir/usr/share/gdb/auto-load/usr/lib/
+  
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
+}

Copied: isl/repos/staging-x86_64/PKGBUILD (from rev 214292, isl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-06-05 06:33:26 UTC (rev 214293)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.13
+pkgrel=1
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://freecode.com/projects/isl;
+depends=('gmp')
+license=('MIT')
+source=(http://isl.gforge.inria.fr/$pkgname-$pkgver.tar.bz2)
+md5sums=('e4cf20c4c10d5d613457558b1f46b5e2')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
+  mv $pkgdir/usr/lib/libisl.so.*-gdb.py 
$pkgdir/usr/share/gdb/auto-load/usr/lib/
+  
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
+}



[arch-commits] Commit in cloog/trunk (PKGBUILD cloog-0.18.1-isl-compat.patch)

2014-06-05 Thread Allan McRae
Date: Thursday, June 5, 2014 @ 08:51:32
  Author: allan
Revision: 214294

upgpkg: cloog 0.18.1-3

isl rebuild, big compatibility patch

Added:
  cloog/trunk/cloog-0.18.1-isl-compat.patch
Modified:
  cloog/trunk/PKGBUILD

---+
 PKGBUILD  |   15 
 cloog-0.18.1-isl-compat.patch | 1159 
 2 files changed, 1171 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 06:33:26 UTC (rev 214293)
+++ PKGBUILD2014-06-05 06:51:32 UTC (rev 214294)
@@ -3,15 +3,24 @@
 
 pkgname=cloog
 pkgver=0.18.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Library that generates loops for scanning polyhedra
 arch=('i686' 'x86_64')
 url=http://www.bastoul.net/cloog/;
 license=('GPL')
 depends=('isl')
-source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
-md5sums=('e34fca0540d840e5d0f6427e98c92252')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz
+cloog-0.18.1-isl-compat.patch)
+md5sums=('e34fca0540d840e5d0f6427e98c92252'
+ '976c999b44c6e364455a670d12523242')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  # combination of upstream commits b561f860, 2d8b7c6b and 22643c94
+  patch -p1 -i $srcdir/cloog-0.18.1-isl-compat.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --with-isl=system

Added: cloog-0.18.1-isl-compat.patch
===
--- cloog-0.18.1-isl-compat.patch   (rev 0)
+++ cloog-0.18.1-isl-compat.patch   2014-06-05 06:51:32 UTC (rev 214294)
@@ -0,0 +1,1159 @@
+
+diff --git a/source/isl/domain.c b/source/isl/domain.c
+index d11da7b..620584d 100644
+--- a/source/isl/domain.c
 b/source/isl/domain.c
+@@ -1389,20 +1389,20 @@ CloogDomain *cloog_domain_cube(CloogState *state,
+   int dim, cloog_int_t min, cloog_int_t max)
+ {
+   int i;
+-  struct isl_basic_set *cube;
+-  struct isl_basic_set *interval;
+-  struct isl_basic_set_list *list;
++  isl_space *space;
++  isl_set *cube;
+ 
+   if (dim == 0)
+   return cloog_domain_universe(state, dim);
+ 
+-  interval = isl_basic_set_interval(state-backend-ctx, min, max);
+-  list = isl_basic_set_list_alloc(state-backend-ctx, dim);
+-  for (i = 0; i  dim; ++i)
+-  list = isl_basic_set_list_add(list, 
isl_basic_set_copy(interval));
+-  isl_basic_set_free(interval);
+-  cube = isl_basic_set_list_product(list);
+-  return cloog_domain_from_isl_set(isl_set_from_basic_set(cube));
++  space = isl_space_set_alloc(state-backend-ctx, 0, dim);
++  cube = isl_set_universe(space);
++  for (i = 0; i  dim; ++i) {
++  cube = isl_set_lower_bound(cube, isl_dim_set, i, min);
++  cube = isl_set_upper_bound(cube, isl_dim_set, i, max);
++  }
++
++  return cloog_domain_from_isl_set(cube);
+ }
+ 
+ 
+diff --git a/include/cloog/isl/constraintset.h 
b/include/cloog/isl/constraintset.h
+index c3c2eed..5d48cdb 100644
+--- a/include/cloog/isl/constraintset.h
 b/include/cloog/isl/constraintset.h
+@@ -27,6 +27,12 @@ CloogConstraintSet 
*cloog_constraint_set_from_isl_basic_set(struct isl_basic_set
+ CloogConstraint *cloog_constraint_from_isl_constraint(struct isl_constraint 
*constraint);
+ isl_constraint *cloog_constraint_to_isl(CloogConstraint *constraint);
+ 
++__isl_give isl_val *cloog_int_to_isl_val(isl_ctx* ctx, cloog_int_t c);
++void isl_val_to_cloog_int(__isl_keep isl_val *val, cloog_int_t *cint);
++
++__isl_give isl_val *cloog_constraint_coefficient_get_val(CloogConstraint 
*constraint,
++  int var);
++
+ #if defined(__cplusplus)
+   }
+ #endif 
+diff --git a/source/isl/constraints.c b/source/isl/constraints.c
+index e86..73d72df 100644
+--- a/source/isl/constraints.c
 b/source/isl/constraints.c
+@@ -5,11 +5,51 @@
+ #include cloog/isl/backend.h
+ #include isl/aff.h
+ #include isl/set.h
++#include isl/val.h
++#include isl/val_gmp.h
+ 
+ 
+ #define ALLOC(type) (type*)malloc(sizeof(type))
+ #define ALLOCN(type,n) (type*)malloc((n)*sizeof(type))
+ 
++__isl_give isl_val *cloog_int_to_isl_val(isl_ctx* ctx, cloog_int_t c)
++{
++  isl_val *v;
++#if defined(CLOOG_INT_INT)
++  v = isl_val_int_from_si(ctx, c);
++#elif defined(CLOOG_INT_LONG)
++  v = isl_val_int_from_si(ctx, c);
++#elif defined(CLOOG_INT_LONG_LONG)
++  v = isl_val_int_from_si(ctx, c);
++#elif defined(CLOOG_INT_GMP)
++  v = isl_val_int_from_gmp(ctx, c);
++#else
++#error No integer type defined
++#endif
++  return v;
++}
++
++/*
++ * CLooG'll be dealing in integers so we expect numerator/1 form
++ * from isl_val. Thus get numerator to assign to cloog_int
++ */
++void isl_val_to_cloog_int(__isl_keep isl_val *val, cloog_int_t *cint)
++{
++  assert(isl_val_is_int(val));
++#if defined(CLOOG_INT_INT)

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

2014-06-05 Thread Allan McRae
Date: Thursday, June 5, 2014 @ 08:52:31
  Author: allan
Revision: 214295

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

Added:
  cloog/repos/staging-i686/
  cloog/repos/staging-i686/PKGBUILD
(from rev 214294, cloog/trunk/PKGBUILD)
  cloog/repos/staging-i686/cloog-0.18.1-isl-compat.patch
(from rev 214294, cloog/trunk/cloog-0.18.1-isl-compat.patch)
  cloog/repos/staging-x86_64/
  cloog/repos/staging-x86_64/PKGBUILD
(from rev 214294, cloog/trunk/PKGBUILD)
  cloog/repos/staging-x86_64/cloog-0.18.1-isl-compat.patch
(from rev 214294, cloog/trunk/cloog-0.18.1-isl-compat.patch)

--+
 staging-i686/PKGBUILD|   38 
 staging-i686/cloog-0.18.1-isl-compat.patch   | 1159 +
 staging-x86_64/PKGBUILD  |   38 
 staging-x86_64/cloog-0.18.1-isl-compat.patch | 1159 +
 4 files changed, 2394 insertions(+)

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


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

2014-06-05 Thread Maxime Gauduin
Date: Thursday, June 5, 2014 @ 09:22:23
  Author: alucryd
Revision: 112693

upgpkg: ffms2 2.19.1-1

Modified:
  ffms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 03:36:41 UTC (rev 112692)
+++ PKGBUILD2014-06-05 07:22:23 UTC (rev 112693)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin aluc...@gmail.com
 
 pkgname=ffms2
-pkgver=2.19.r81.047b479
+pkgver=2.19.1
 pkgrel=1
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
 arch=('i686' 'x86_64')
@@ -11,24 +11,18 @@
 depends=('ffmpeg')
 makedepends=('git')
 provides=('vapoursynth-plugin-ffms2')
-source=(git+https://github.com/FFMS/ffms2.git;)
-sha256sums=('SKIP')
+source=(https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
 
-pkgver() {
-  cd ${pkgname}
-
-  printf %s $(git describe --tags | sed 's/-/.r/; s/-g/./')
-}
-
 build() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
 
-  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
   make
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
 



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

2014-06-05 Thread Maxime Gauduin
Date: Thursday, June 5, 2014 @ 09:22:40
  Author: alucryd
Revision: 112694

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 07:22:23 UTC (rev 112693)
+++ community-i686/PKGBUILD 2014-06-05 07:22:40 UTC (rev 112694)
@@ -1,39 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19.r81.047b479
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(git+https://github.com/FFMS/ffms2.git;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-
-  printf %s $(git describe --tags | sed 's/-/.r/; s/-g/./')
-}
-
-build() {
-  cd ${pkgname}
-
-  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 112693, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 07:22:40 UTC (rev 112694)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.19.1
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
+  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-05 07:22:23 UTC (rev 112693)
+++ community-x86_64/PKGBUILD   2014-06-05 07:22:40 UTC (rev 112694)
@@ -1,39 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19.r81.047b479
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(git+https://github.com/FFMS/ffms2.git;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-
-  printf %s $(git describe --tags | sed 's/-/.r/; s/-g/./')
-}
-
-build() {
-  cd ${pkgname}
-
-  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 112693, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-05 07:22:40 UTC (rev 112694)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.19.1
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-shared 

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

2014-06-05 Thread Maxime Gauduin
Date: Thursday, June 5, 2014 @ 11:20:43
  Author: alucryd
Revision: 112695

FS#40693: hexchat 2.10.0-2

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 07:22:40 UTC (rev 112694)
+++ PKGBUILD2014-06-05 09:20:43 UTC (rev 112695)
@@ -4,7 +4,7 @@
 
 pkgname=hexchat
 pkgver=2.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('i686' 'x86_64')
 url='http://hexchat.github.io/'
@@ -18,10 +18,16 @@
 source=(http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 sha256sums=('a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed 's/CFLAGS=$PERL_CFLAGS/CFLAGS=$PERL_CFLAGS -fuse-ld=gold/' -i 
configure
+}
+
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix='/usr' --enable-{python='python3.4',textfe}
+  ./configure --prefix='/usr' --enable-{perl,python='python3.4',textfe}
   make
 }
 



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

2014-06-05 Thread Maxime Gauduin
Date: Thursday, June 5, 2014 @ 11:20:57
  Author: alucryd
Revision: 112696

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 09:20:43 UTC (rev 112695)
+++ community-i686/PKGBUILD 2014-06-05 09:20:57 UTC (rev 112696)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: TingPing tingp...@tingping.se
-
-pkgname=hexchat
-pkgver=2.10.0
-pkgrel=1
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('i686' 'x86_64')
-url='http://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify' 
'libproxy' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'perl: Perl plugin'
-'python: Python plugin')
-install=${pkgname}.install
-source=(http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-{python='python3.4',textfe}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/PKGBUILD (from rev 112695, 
hexchat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 09:20:57 UTC (rev 112696)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: TingPing tingp...@tingping.se
+
+pkgname=hexchat
+pkgver=2.10.0
+pkgrel=2
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('i686' 'x86_64')
+url='http://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify' 
'libproxy' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'perl' 'python')
+optdepends=('enchant: Spell check'
+'perl: Perl plugin'
+'python: Python plugin')
+install=${pkgname}.install
+source=(http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed 's/CFLAGS=$PERL_CFLAGS/CFLAGS=$PERL_CFLAGS -fuse-ld=gold/' -i 
configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-{perl,python='python3.4',textfe}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/hexchat.install
===
--- community-i686/hexchat.install  2014-06-05 09:20:43 UTC (rev 112695)
+++ community-i686/hexchat.install  2014-06-05 09:20:57 UTC (rev 112696)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/hexchat.install (from rev 112695, 
hexchat/trunk/hexchat.install)
===
--- community-i686/hexchat.install  (rev 0)
+++ community-i686/hexchat.install  2014-06-05 09:20:57 UTC (rev 112696)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-05 09:20:43 UTC (rev 112695)
+++ community-x86_64/PKGBUILD   2014-06-05 

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

2014-06-05 Thread Sergej Pupykin
Date: Thursday, June 5, 2014 @ 11:34:02
  Author: spupykin
Revision: 112699

upgpkg: xmms2 0.8DrO_o-28

upd

Modified:
  xmms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 09:33:58 UTC (rev 112698)
+++ PKGBUILD2014-06-05 09:34:02 UTC (rev 112699)
@@ -3,7 +3,7 @@
 
 pkgname=xmms2
 pkgver=0.8DrO_o
-pkgrel=27
+pkgrel=28
 pkgdesc=complete rewrite of the popular music player
 arch=('i686' 'x86_64')
 url=http://xmms2.org/;



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

2014-06-05 Thread Sergej Pupykin
Date: Thursday, June 5, 2014 @ 11:33:58
  Author: spupykin
Revision: 112698

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-05 09:33:46 UTC (rev 112697)
+++ PKGBUILD2014-06-05 09:33:58 UTC (rev 112698)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.8.26
-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=('1387ffd54db89afa748754b310da7db5')
-
-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#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 112697, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-05 09:33:58 UTC (rev 112698)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.8.28
+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=('b42e3b9f92aab0f716bcd03b621aa72e')
+
+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#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



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

2014-06-05 Thread Sergej Pupykin
Date: Thursday, June 5, 2014 @ 11:33:46
  Author: spupykin
Revision: 112697

upgpkg: firefox-noscript 2.6.8.28-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 09:20:57 UTC (rev 112696)
+++ PKGBUILD2014-06-05 09:33:46 UTC (rev 112697)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.26
+pkgver=2.6.8.28
 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=('1387ffd54db89afa748754b310da7db5')
+md5sums=('b42e3b9f92aab0f716bcd03b621aa72e')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



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

2014-06-05 Thread Sergej Pupykin
Date: Thursday, June 5, 2014 @ 11:34:30
  Author: spupykin
Revision: 112700

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

Added:
  xmms2/repos/community-i686/PKGBUILD
(from rev 112699, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-i686/ffmpeg2.0.patch
(from rev 112699, xmms2/trunk/ffmpeg2.0.patch)
  xmms2/repos/community-i686/vorbis-albumart.patch
(from rev 112699, xmms2/trunk/vorbis-albumart.patch)
  xmms2/repos/community-i686/xmms2-helpers.patch
(from rev 112699, xmms2/trunk/xmms2-helpers.patch)
  xmms2/repos/community-i686/xmms2-ruby-1.9.patch
(from rev 112699, xmms2/trunk/xmms2-ruby-1.9.patch)
  xmms2/repos/community-i686/xmms2.install
(from rev 112699, xmms2/trunk/xmms2.install)
  xmms2/repos/community-i686/xmms2d.conf
(from rev 112699, xmms2/trunk/xmms2d.conf)
  xmms2/repos/community-i686/xmms2d.service
(from rev 112699, xmms2/trunk/xmms2d.service)
  xmms2/repos/community-x86_64/PKGBUILD
(from rev 112699, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-x86_64/ffmpeg2.0.patch
(from rev 112699, xmms2/trunk/ffmpeg2.0.patch)
  xmms2/repos/community-x86_64/vorbis-albumart.patch
(from rev 112699, xmms2/trunk/vorbis-albumart.patch)
  xmms2/repos/community-x86_64/xmms2-helpers.patch
(from rev 112699, xmms2/trunk/xmms2-helpers.patch)
  xmms2/repos/community-x86_64/xmms2-ruby-1.9.patch
(from rev 112699, xmms2/trunk/xmms2-ruby-1.9.patch)
  xmms2/repos/community-x86_64/xmms2.install
(from rev 112699, xmms2/trunk/xmms2.install)
  xmms2/repos/community-x86_64/xmms2d.conf
(from rev 112699, xmms2/trunk/xmms2d.conf)
  xmms2/repos/community-x86_64/xmms2d.service
(from rev 112699, xmms2/trunk/xmms2d.service)
Deleted:
  xmms2/repos/community-i686/PKGBUILD
  xmms2/repos/community-i686/ffmpeg2.0.patch
  xmms2/repos/community-i686/vorbis-albumart.patch
  xmms2/repos/community-i686/xmms2-helpers.patch
  xmms2/repos/community-i686/xmms2-ruby-1.9.patch
  xmms2/repos/community-i686/xmms2.install
  xmms2/repos/community-i686/xmms2d.conf
  xmms2/repos/community-i686/xmms2d.service
  xmms2/repos/community-x86_64/PKGBUILD
  xmms2/repos/community-x86_64/ffmpeg2.0.patch
  xmms2/repos/community-x86_64/vorbis-albumart.patch
  xmms2/repos/community-x86_64/xmms2-helpers.patch
  xmms2/repos/community-x86_64/xmms2-ruby-1.9.patch
  xmms2/repos/community-x86_64/xmms2.install
  xmms2/repos/community-x86_64/xmms2d.conf
  xmms2/repos/community-x86_64/xmms2d.service

+
 /PKGBUILD  |  184 ++
 /ffmpeg2.0.patch   |   74 +
 /vorbis-albumart.patch |  400 +++
 /xmms2-helpers.patch   |   26 ++
 /xmms2-ruby-1.9.patch  |  118 +
 /xmms2.install |6 
 /xmms2d.conf   |   62 
 /xmms2d.service|   24 +
 community-i686/PKGBUILD|   92 ---
 community-i686/ffmpeg2.0.patch |   37 --
 community-i686/vorbis-albumart.patch   |  200 ---
 community-i686/xmms2-helpers.patch |   13 -
 community-i686/xmms2-ruby-1.9.patch|   59 
 community-i686/xmms2.install   |3 
 community-i686/xmms2d.conf |   31 --
 community-i686/xmms2d.service  |   12 
 community-x86_64/PKGBUILD  |   92 ---
 community-x86_64/ffmpeg2.0.patch   |   37 --
 community-x86_64/vorbis-albumart.patch |  200 ---
 community-x86_64/xmms2-helpers.patch   |   13 -
 community-x86_64/xmms2-ruby-1.9.patch  |   59 
 community-x86_64/xmms2.install |3 
 community-x86_64/xmms2d.conf   |   31 --
 community-x86_64/xmms2d.service|   12 
 24 files changed, 894 insertions(+), 894 deletions(-)

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


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

2014-06-05 Thread Felix Yan
Date: Thursday, June 5, 2014 @ 13:03:46
  Author: fyan
Revision: 214296

upgpkg: swig 3.0.2-1

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 06:52:31 UTC (rev 214295)
+++ PKGBUILD2014-06-05 11:03:46 UTC (rev 214296)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=swig
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc=Generate scripting interfaces to C/C++ code
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('pcre' 'gcc-libs')
 checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('68a70cc80a75bc8e08a5d7a9ec22cb6d7b034c2c')
+sha1sums=('e695a14acf39b25f3ea2d7303e23e39dfe284e31')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 13:48:41
  Author: arodseth
Revision: 112701

upgpkg: dart 1.4.2-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 09:34:30 UTC (rev 112700)
+++ PKGBUILD2014-06-05 11:48:41 UTC (rev 112701)
@@ -6,22 +6,21 @@
 # Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
 
 pkgname=dart
-pkgver=1.4.0
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
 url='http://www.dartlang.org/'
 license=('BSD')
-optdepends=('java-runtime: for dartanalyzer')
 makedepends=('setconf')
 options=('!strip')
 
 if [[ $CARCH == x86_64 ]]; then
   
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-  
sha256sums=('3c9c8afef58b49e0d03add60ee54e5c4d77c95990fadb16bc0c9045cc3ed34de')
+  
sha256sums=('0ac41df11bdcbdcffe6b852116da338990224747c510875b5974cb579602a85a')
 else
   
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-  
sha256sums=('107a67bc5a133551ba7c4ebc266fd521bae8133f79509c57bbe4d07b607926f9')
+  
sha256sums=('bc7af36e4c88ca14a6e9ac3453157d3bcac9d3cdd069845a118013e87e980059')
 fi
 
 prepare() {
@@ -30,8 +29,9 @@
 -or -type f -exec chmod 0644 '{}' +
   chmod +x $pkgname-sdk/bin/*
 
-  # Fix paths
   cd $pkgname-sdk/bin
+
+  # Configure paths
   setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
   setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
   setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin
@@ -41,9 +41,6 @@
   setconf dartfmt BIN_DIR /opt/$pkgname-sdk/bin
   setconf dartfmt SDK_DIR /opt/$pkgname-sdk/
 
-  # Fix missing fi and missing newline
-  echo -e fi\n  pub
-
   # Extract license (AUTHORS and LICENSE files are missing)
   head -n5 ../include/dart_api.h  ../../LICENSE
 }



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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 13:48:54
  Author: arodseth
Revision: 112702

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

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

---+
 /PKGBUILD |  140 
 community-i686/PKGBUILD   |   73 --
 community-x86_64/PKGBUILD |   73 --
 3 files changed, 140 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 11:48:41 UTC (rev 112701)
+++ community-i686/PKGBUILD 2014-06-05 11:48:54 UTC (rev 112702)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: T. Jameson Little t.jameson.little at gmail dot com
-# Contributor: Usagi Ito us...@wonderrabbitproject.net
-# Contributor: siasia http://pastebin.com/qsBEmNCw
-# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
-
-pkgname=dart
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-optdepends=('java-runtime: for dartanalyzer')
-makedepends=('setconf')
-options=('!strip')
-
-if [[ $CARCH == x86_64 ]]; then
-  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-  
sha256sums=('3c9c8afef58b49e0d03add60ee54e5c4d77c95990fadb16bc0c9045cc3ed34de')
-else
-  
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-  
sha256sums=('107a67bc5a133551ba7c4ebc266fd521bae8133f79509c57bbe4d07b607926f9')
-fi
-
-prepare() {
-  # Fix permissions
-  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x $pkgname-sdk/bin/*
-
-  # Fix paths
-  cd $pkgname-sdk/bin
-  setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
-  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin
-  setconf docgen BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub SDK_DIR /opt/$pkgname-sdk/
-  setconf dartfmt BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dartfmt SDK_DIR /opt/$pkgname-sdk/
-
-  # Fix missing fi and missing newline
-  echo -e fi\n  pub
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 ../include/dart_api.h  ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d $pkgdir{/opt/$pkgname-sdk,/usr/{bin,share/doc/$pkgname-sdk}}
-
-  # Package the files
-  cp -a $pkgname-sdk/* $pkgdir/opt/$pkgname-sdk/
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
-ln -s /opt/$pkgname-sdk/bin/$f $pkgdir/usr/bin/$f
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv $pkgdir/opt/$pkgname-sdk/$f $pkgdir/usr/share/doc/$pkgname/
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 112701, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 11:48:54 UTC (rev 112702)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: T. Jameson Little t.jameson.little at gmail dot com
+# Contributor: Usagi Ito us...@wonderrabbitproject.net
+# Contributor: siasia http://pastebin.com/qsBEmNCw
+# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
+
+pkgname=dart
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+
+if [[ $CARCH == x86_64 ]]; then
+  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+  
sha256sums=('0ac41df11bdcbdcffe6b852116da338990224747c510875b5974cb579602a85a')
+else
+  
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+  
sha256sums=('bc7af36e4c88ca14a6e9ac3453157d3bcac9d3cdd069845a118013e87e980059')
+fi
+
+prepare() {
+  # Fix permissions
+  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x $pkgname-sdk/bin/*
+
+  cd $pkgname-sdk/bin
+
+  # Configure paths
+  setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
+  setconf 

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

2014-06-05 Thread Martin Wimpress
Date: Thursday, June 5, 2014 @ 14:10:05
  Author: flexiondotorg
Revision: 112703

Initial import.

Added:
  memconf/
  memconf/repos/
  memconf/trunk/
  memconf/trunk/PKGBUILD

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

Added: memconf/trunk/PKGBUILD
===
--- memconf/trunk/PKGBUILD  (rev 0)
+++ memconf/trunk/PKGBUILD  2014-06-05 12:10:05 UTC (rev 112703)
@@ -0,0 +1,23 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=memconf
+pkgver=3.04
+pkgrel=2
+pkgdesc=Identify sizes of installed memory modules.
+arch=('any')
+url=http://www.4schmidts.com/memconf.html;
+license=('GPL')
+depends=('dmidecode' 'perl')
+source=(http://www.4schmidts.com/unix/${pkgname}.gz;)
+sha1sums=('7aead92123da4a9a8baf17f73cda657551c396fd')
+
+build() {
+cd ${srcdir}
+zcat ${pkgname}.gz  ${pkgname}
+}
+
+package() {
+cd ${srcdir}
+install -D -m 0755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+}


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


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

2014-06-05 Thread Martin Wimpress
Date: Thursday, June 5, 2014 @ 14:16:01
  Author: flexiondotorg
Revision: 112704

archrelease: copy trunk to community-any

Added:
  memconf/repos/community-any/
  memconf/repos/community-any/PKGBUILD
(from rev 112703, memconf/trunk/PKGBUILD)

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

Copied: memconf/repos/community-any/PKGBUILD (from rev 112703, 
memconf/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-06-05 12:16:01 UTC (rev 112704)
@@ -0,0 +1,23 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=memconf
+pkgver=3.04
+pkgrel=2
+pkgdesc=Identify sizes of installed memory modules.
+arch=('any')
+url=http://www.4schmidts.com/memconf.html;
+license=('GPL')
+depends=('dmidecode' 'perl')
+source=(http://www.4schmidts.com/unix/${pkgname}.gz;)
+sha1sums=('7aead92123da4a9a8baf17f73cda657551c396fd')
+
+build() {
+cd ${srcdir}
+zcat ${pkgname}.gz  ${pkgname}
+}
+
+package() {
+cd ${srcdir}
+install -D -m 0755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+}



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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 14:18:12
  Author: arodseth
Revision: 112706

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

Added:
  hwinfo/repos/community-i686/PKGBUILD
(from rev 112705, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-i686/custom_ioctl.patch
(from rev 112705, hwinfo/trunk/custom_ioctl.patch)
  hwinfo/repos/community-x86_64/PKGBUILD
(from rev 112705, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 112705, hwinfo/trunk/custom_ioctl.patch)
Deleted:
  hwinfo/repos/community-i686/PKGBUILD
  hwinfo/repos/community-i686/custom_ioctl.patch
  hwinfo/repos/community-x86_64/PKGBUILD
  hwinfo/repos/community-x86_64/custom_ioctl.patch

-+
 /PKGBUILD   |   90 ++
 /custom_ioctl.patch |   32 
 community-i686/PKGBUILD |   46 -
 community-i686/custom_ioctl.patch   |   16 --
 community-x86_64/PKGBUILD   |   46 -
 community-x86_64/custom_ioctl.patch |   16 --
 6 files changed, 122 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 12:18:01 UTC (rev 112705)
+++ community-i686/PKGBUILD 2014-06-05 12:18:12 UTC (rev 112706)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Gergely Imreh imrehgATgmailDOTcom
-# Contributor: champus, madeye, ranguvar and ninja_pt
-
-pkgname=hwinfo
-pkgver=21.4.1.1
-pkgrel=2
-pkgdesc='Hardware detection tool from openSUSE'
-arch=('x86_64' 'i686')
-url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
-license=('GPL2')
-depends=('libx86emu' 'bash' 'perl')
-makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
-options=('!emptydirs')
-source=($pkgname.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
-'custom_ioctl.patch')
-sha256sums=('SKIP'
-'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
-
-prepare() {
-  # Downloading the source rpm file, using meta4
-  aria2c -M $pkgname.meta4 -V -c --allow-overwrite=true --no-conf=true
-
-  # Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
-  rpmextract.sh $pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm
-  tar jxf $pkgname-${pkgver%.*.*}.tar.bz2
-
-  # Patching
-  cd $pkgname-${pkgver%.*.*}
-  patch -p0 -i ../custom_ioctl.patch
-}
-
-build() {
-  make -C $pkgname-${pkgver%.*.*} -j1 \
-CFLAGS+=-fPIC -I$srcdir/$pkgname-${pkgver%.*.*}/src/hd \
-LIBDIR=/usr/lib
-}
-
-package() {
-  make -C $pkgname-${pkgver%.*.*} LIBDIR=/usr/lib DESTDIR=$pkgdir install
-  mv $pkgdir/usr/sbin $pkgdir/usr/bin
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hwinfo/repos/community-i686/PKGBUILD (from rev 112705, 
hwinfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 12:18:12 UTC (rev 112706)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Gergely Imreh imrehgATgmailDOTcom
+# Contributor: champus, madeye, ranguvar and ninja_pt
+
+pkgname=hwinfo
+pkgver=21.5.1.1
+pkgrel=1
+pkgdesc='Hardware detection tool from openSUSE'
+arch=('x86_64' 'i686')
+url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
+license=('GPL2')
+depends=('libx86emu' 'bash' 'perl')
+makedepends=('sysfsutils' 'rpmextract' 'flex')
+options=('!emptydirs')
+source=(http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
+'custom_ioctl.patch')
+sha256sums=('d9c0705c5c70bf09b63a304133596264ea4978da72c93b6e85e86753a4072187'
+'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
+
+prepare() {
+  #aria2c -M $pkgname.meta4 -V -c --allow-overwrite=true --no-conf=true
+
+  # Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
+  rpmextract.sh $pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm
+  tar Jxf $pkgname-${pkgver%.*.*}.tar.xz
+
+  # Patching
+  cd $pkgname-${pkgver%.*.*}
+  patch -p0 -i ../custom_ioctl.patch
+}
+
+build() {
+  make -C $pkgname-${pkgver%.*.*} -j1 \
+CFLAGS+=-fPIC -I$srcdir/$pkgname-${pkgver%.*.*}/src/hd \
+LIBDIR=/usr/lib
+}
+
+package() {
+  make -C $pkgname-${pkgver%.*.*} LIBDIR=/usr/lib DESTDIR=$pkgdir install
+  mv $pkgdir/usr/sbin $pkgdir/usr/bin
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/custom_ioctl.patch
===
--- community-i686/custom_ioctl.patch   2014-06-05 12:18:01 UTC (rev 112705)
+++ community-i686/custom_ioctl.patch   2014-06-05 12:18:12 UTC 

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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 14:18:01
  Author: arodseth
Revision: 112705

upgpkg: hwinfo 21.5.1.1-1

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 12:16:01 UTC (rev 112704)
+++ PKGBUILD2014-06-05 12:18:01 UTC (rev 112705)
@@ -5,27 +5,26 @@
 # Contributor: champus, madeye, ranguvar and ninja_pt
 
 pkgname=hwinfo
-pkgver=21.4.1.1
-pkgrel=2
+pkgver=21.5.1.1
+pkgrel=1
 pkgdesc='Hardware detection tool from openSUSE'
 arch=('x86_64' 'i686')
 url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
 license=('GPL2')
 depends=('libx86emu' 'bash' 'perl')
-makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
+makedepends=('sysfsutils' 'rpmextract' 'flex')
 options=('!emptydirs')
-source=($pkgname.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
+source=(http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
 'custom_ioctl.patch')
-sha256sums=('SKIP'
+sha256sums=('d9c0705c5c70bf09b63a304133596264ea4978da72c93b6e85e86753a4072187'
 '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
 
 prepare() {
-  # Downloading the source rpm file, using meta4
-  aria2c -M $pkgname.meta4 -V -c --allow-overwrite=true --no-conf=true
+  #aria2c -M $pkgname.meta4 -V -c --allow-overwrite=true --no-conf=true
 
   # Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
   rpmextract.sh $pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm
-  tar jxf $pkgname-${pkgver%.*.*}.tar.bz2
+  tar Jxf $pkgname-${pkgver%.*.*}.tar.xz
 
   # Patching
   cd $pkgname-${pkgver%.*.*}



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

2014-06-05 Thread Bartłomiej Piotrowski
Date: Thursday, June 5, 2014 @ 14:34:34
  Author: bpiotrowski
Revision: 214297

upgpkg: x264 1:142.20140311-4

Some applications (i.e. handbrake) in order to use 10bit depth, rely on
x264-10bit binary. Let's install it with its 8bit counterpart via x264 
package, but
split libx264 to separated subpackages. This way user can easily encode 10bit 
videos
without losing ability to play 8bit ones.

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 11:03:46 UTC (rev 214296)
+++ PKGBUILD2014-06-05 12:34:34 UTC (rev 214297)
@@ -4,9 +4,9 @@
 # Contributor: damir da...@archlinux.org
 # Contributor: Paul Mattal p...@archlinux.org
 
-pkgname=('x264' 'x264-10bit' 'x264-dev')
+pkgname=('x264' 'libx264' 'libx264-10bit')
 pkgver=142.20140311
-pkgrel=3
+pkgrel=4
 epoch=1
 arch=('i686' 'x86_64')
 url='http://www.videolan.org/developers/x264.html'
@@ -43,26 +43,30 @@
 }
 
 package_x264() {
-  pkgdesc='Library for encoding H264/AVC video streams'
+  pkgdesc='CLI tools for encoding H264/AVC video streams.'
+  depends=('glibc' 'libx264')
+  provides=('x264-dev' 'x264-10bit')
+  conflicts=('x264-dev' 'x264-10bit')
+  replaces=('x264-dev' 'x264-10bit')
+
+  make -C $pkgbase DESTDIR=$pkgdir install-cli install-lib-dev
+  install -Dm755 $pkgbase-10bit/x264 $pkgdir/usr/bin/x264-10bit
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams.'
   depends=('glibc')
 
   install -d $pkgdir/usr/lib
-  make -C $pkgname DESTDIR=$pkgdir install-cli install-lib-shared
+  make -C $pkgbase DESTDIR=$pkgdir install-lib-shared
 }
 
-package_x264-10bit() {
+package_libx264-10bit() {
   pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
   depends=('glibc')
-  provides=('x264')
-  conflicts=('x264')
+  provides=('libx264')
+  conflicts=('libx264')
 
   install -d $pkgdir/usr/lib
-  make -C $pkgname DESTDIR=$pkgdir install-cli install-lib-shared
+  make -C $pkgbase-10bit DESTDIR=$pkgdir install-lib-shared
 }
-
-package_x264-dev() {
-  pkgdesc='Development files for library for encoding H264/AVC video streams'
-  depends=('x264')
-
-  make -C $pkgbase DESTDIR=$pkgdir install-lib-dev
-}



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

2014-06-05 Thread Bartłomiej Piotrowski
Date: Thursday, June 5, 2014 @ 14:34:40
  Author: bpiotrowski
Revision: 214298

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-05 12:34:34 UTC (rev 214297)
+++ extra-i686/PKGBUILD 2014-06-05 12:34:40 UTC (rev 214298)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=('x264' 'x264-10bit' 'x264-dev')
-pkgver=142.20140311
-pkgrel=3
-epoch=1
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/x264.html'
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm' 'git')
-source=(git://git.videolan.org/x264.git#commit=b7a50c16)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's/install-lib-dev$//g' $pkgname/Makefile
-  cp -r $pkgname $pkgname-10bit
-}
-
-pkgver() {
-  cd $pkgname
-  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
-  local _date=$(git log -1 --format=%cd --date=short | tr -d -)
-
-  echo ${_ver}.${_date}
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---enable-shared --enable-pic
-  make
-
-  cd ../$pkgname-10bit
-  ./configure --prefix=/usr \
---enable-shared --enable-pic \
---bit-depth=10
-  make
-}
-
-package_x264() {
-  pkgdesc='Library for encoding H264/AVC video streams'
-  depends=('glibc')
-
-  install -d $pkgdir/usr/lib
-  make -C $pkgname DESTDIR=$pkgdir install-cli install-lib-shared
-}
-
-package_x264-10bit() {
-  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
-  depends=('glibc')
-  provides=('x264')
-  conflicts=('x264')
-
-  install -d $pkgdir/usr/lib
-  make -C $pkgname DESTDIR=$pkgdir install-cli install-lib-shared
-}
-
-package_x264-dev() {
-  pkgdesc='Development files for library for encoding H264/AVC video streams'
-  depends=('x264')
-
-  make -C $pkgbase DESTDIR=$pkgdir install-lib-dev
-}

Copied: x264/repos/extra-i686/PKGBUILD (from rev 214297, x264/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-05 12:34:40 UTC (rev 214298)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=('x264' 'libx264' 'libx264-10bit')
+pkgver=142.20140311
+pkgrel=4
+epoch=1
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git')
+source=(git://git.videolan.org/x264.git#commit=b7a50c16)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's/install-lib-dev$//g' $pkgname/Makefile
+  cp -r $pkgname $pkgname-10bit
+}
+
+pkgver() {
+  cd $pkgname
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format=%cd --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic
+  make
+
+  cd ../$pkgname-10bit
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic \
+--bit-depth=10
+  make
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams.'
+  depends=('glibc' 'libx264')
+  provides=('x264-dev' 'x264-10bit')
+  conflicts=('x264-dev' 'x264-10bit')
+  replaces=('x264-dev' 'x264-10bit')
+
+  make -C $pkgbase DESTDIR=$pkgdir install-cli install-lib-dev
+  install -Dm755 $pkgbase-10bit/x264 $pkgdir/usr/bin/x264-10bit
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams.'
+  depends=('glibc')
+
+  install -d $pkgdir/usr/lib
+  make -C $pkgbase DESTDIR=$pkgdir install-lib-shared
+}
+
+package_libx264-10bit() {
+  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
+  depends=('glibc')
+  provides=('libx264')
+  conflicts=('libx264')
+
+  install -d $pkgdir/usr/lib
+  make -C $pkgbase-10bit DESTDIR=$pkgdir install-lib-shared
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-05 12:34:34 UTC (rev 214297)
+++ extra-x86_64/PKGBUILD   2014-06-05 12:34:40 UTC (rev 214298)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  

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

2014-06-05 Thread Sébastien Luttringer
Date: Thursday, June 5, 2014 @ 14:38:55
  Author: seblu
Revision: 112707

upgpkg: radvd 1.12-1

Modified:
  radvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 12:18:12 UTC (rev 112706)
+++ PKGBUILD2014-06-05 12:38:55 UTC (rev 112707)
@@ -4,7 +4,7 @@
 # Contributor: Mark Smith markzzzsm...@yahoo.com.au
 
 pkgname=radvd
-pkgver=1.11
+pkgver=1.12
 pkgrel=1
 pkgdesc='IPv6 Router Advertisement Daemon'
 url='http://www.litech.org/radvd/'
@@ -14,7 +14,7 @@
 backup=('etc/radvd.conf')
 source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
 $pkgname.service)
-sha1sums=('010c6f83d32f831616f79fbd7ffdb67eb6743dcd'
+sha1sums=('bf5a65112b242382225ec1909e33b452ce073259'
   'SKIP'
   '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
 build() {



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

2014-06-05 Thread Sébastien Luttringer
Date: Thursday, June 5, 2014 @ 14:39:14
  Author: seblu
Revision: 112708

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

Added:
  radvd/repos/community-i686/PKGBUILD
(from rev 112707, radvd/trunk/PKGBUILD)
  radvd/repos/community-i686/radvd.service
(from rev 112707, radvd/trunk/radvd.service)
  radvd/repos/community-x86_64/PKGBUILD
(from rev 112707, radvd/trunk/PKGBUILD)
  radvd/repos/community-x86_64/radvd.service
(from rev 112707, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/community-i686/PKGBUILD
  radvd/repos/community-i686/radvd.service
  radvd/repos/community-x86_64/PKGBUILD
  radvd/repos/community-x86_64/radvd.service

+
 /PKGBUILD  |   86 +++
 /radvd.service |   18 
 community-i686/PKGBUILD|   43 ---
 community-i686/radvd.service   |9 
 community-x86_64/PKGBUILD  |   43 ---
 community-x86_64/radvd.service |9 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 12:38:55 UTC (rev 112707)
+++ community-i686/PKGBUILD 2014-06-05 12:39:14 UTC (rev 112708)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Mark Smith markzzzsm...@yahoo.com.au
-
-pkgname=radvd
-pkgver=1.11
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc' 'libdaemon')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
-$pkgname.service)
-sha1sums=('010c6f83d32f831616f79fbd7ffdb67eb6743dcd'
-  'SKIP'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-  # default config
-  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
-  # license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/community-i686/PKGBUILD (from rev 112707, 
radvd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 12:39:14 UTC (rev 112708)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
+pkgname=radvd
+pkgver=1.12
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc' 'libdaemon')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
+$pkgname.service)
+sha1sums=('bf5a65112b242382225ec1909e33b452ce073259'
+  'SKIP'
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+  # default config
+  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
+  # license
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/radvd.service
===
--- community-i686/radvd.service2014-06-05 12:38:55 UTC (rev 112707)
+++ community-i686/radvd.service2014-06-05 12:39:14 UTC (rev 112708)
@@ -1,9 +0,0 @@
-[Unit]
-Description=IPv6 Router Advertisement Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
-
-[Install]
-WantedBy=multi-user.target

Copied: radvd/repos/community-i686/radvd.service (from rev 112707, 
radvd/trunk/radvd.service)
===
--- community-i686/radvd.service(rev 0)
+++ community-i686/radvd.service2014-06-05 12:39:14 UTC (rev 112708)
@@ -0,0 +1,9 @@
+[Unit]
+Description=IPv6 Router Advertisement Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
+
+[Install]

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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 14:40:32
  Author: arodseth
Revision: 112709

upgpkg: chicken 4.9.0-1

Modified:
  chicken/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 12:39:14 UTC (rev 112708)
+++ PKGBUILD2014-06-05 12:40:32 UTC (rev 112709)
@@ -5,17 +5,17 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=chicken
-pkgver=4.8.0.6
+pkgver=4.9.0
 pkgrel=1
 pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
 arch=('x86_64' 'i686')
 url='http://call-cc.org/'
 license=('BSD')
-depends=('gcc')
 makedepends=('inetutils' 'chicken')
 options=('staticlibs')
-source=(http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz;)
-sha256sums=('74bc45a09b8f1fc41942e6aabf55ac75a5a9b2b2a9756eed2aca82fabe86f7f9')
+source=(http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz;)
+#source=(http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz;)
+sha256sums=('2f2abe1829971c83a6b7e8f58f8aaeb76b3728e2679d99b0f840433af2564a22')
 
 build() {
   make -C $pkgname-$pkgver -j1 PLATFORM=linux PREFIX=/usr



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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 14:40:44
  Author: arodseth
Revision: 112710

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 12:40:32 UTC (rev 112709)
+++ community-i686/PKGBUILD 2014-06-05 12:40:44 UTC (rev 112710)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: da...@pako.st
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=chicken
-pkgver=4.8.0.6
-pkgrel=1
-pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
-arch=('x86_64' 'i686')
-url='http://call-cc.org/'
-license=('BSD')
-depends=('gcc')
-makedepends=('inetutils' 'chicken')
-options=('staticlibs')
-source=(http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz;)
-sha256sums=('74bc45a09b8f1fc41942e6aabf55ac75a5a9b2b2a9756eed2aca82fabe86f7f9')
-
-build() {
-  make -C $pkgname-$pkgver -j1 PLATFORM=linux PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chicken/repos/community-i686/PKGBUILD (from rev 112709, 
chicken/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 12:40:44 UTC (rev 112710)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: da...@pako.st
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=chicken
+pkgver=4.9.0
+pkgrel=1
+pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
+arch=('x86_64' 'i686')
+url='http://call-cc.org/'
+license=('BSD')
+makedepends=('inetutils' 'chicken')
+options=('staticlibs')
+source=(http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz;)
+#source=(http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz;)
+sha256sums=('2f2abe1829971c83a6b7e8f58f8aaeb76b3728e2679d99b0f840433af2564a22')
+
+build() {
+  make -C $pkgname-$pkgver -j1 PLATFORM=linux PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-05 12:40:32 UTC (rev 112709)
+++ community-x86_64/PKGBUILD   2014-06-05 12:40:44 UTC (rev 112710)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: da...@pako.st
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=chicken
-pkgver=4.8.0.6
-pkgrel=1
-pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
-arch=('x86_64' 'i686')
-url='http://call-cc.org/'
-license=('BSD')
-depends=('gcc')
-makedepends=('inetutils' 'chicken')
-options=('staticlibs')
-source=(http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz;)
-sha256sums=('74bc45a09b8f1fc41942e6aabf55ac75a5a9b2b2a9756eed2aca82fabe86f7f9')
-
-build() {
-  make -C $pkgname-$pkgver -j1 PLATFORM=linux PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chicken/repos/community-x86_64/PKGBUILD (from rev 112709, 
chicken/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-05 12:40:44 UTC (rev 112710)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: da...@pako.st
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=chicken
+pkgver=4.9.0
+pkgrel=1
+pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
+arch=('x86_64' 'i686')
+url='http://call-cc.org/'
+license=('BSD')
+makedepends=('inetutils' 'chicken')
+options=('staticlibs')

[arch-commits] Commit in openssl/trunk (PKGBUILD openssl-1.0.1f-perl-5.18.patch)

2014-06-05 Thread Sébastien Luttringer
Date: Thursday, June 5, 2014 @ 14:46:09
  Author: seblu
Revision: 214299

upgpkg: openssl 1.0.1.h-1

Modified:
  openssl/trunk/PKGBUILD
Deleted:
  openssl/trunk/openssl-1.0.1f-perl-5.18.patch

+
 PKGBUILD   |9 
 openssl-1.0.1f-perl-5.18.patch |  356 ---
 2 files changed, 3 insertions(+), 362 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 12:34:40 UTC (rev 214298)
+++ PKGBUILD2014-06-05 12:46:09 UTC (rev 214299)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=openssl
-_ver=1.0.1g
+_ver=1.0.1h
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
@@ -18,9 +18,8 @@
 source=(https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz;
 https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
 'no-rpath.patch'
-'ca-dir.patch'
-'openssl-1.0.1f-perl-5.18.patch')
-md5sums=('de62b43dfcd858e66a74bee1c834e959'
+'ca-dir.patch')
+md5sums=('8d6d684a9430d5cc98a62a5d8fbda8cf'
  'SKIP'
  'dc78d3d06baffc16217519242ce92478'
  '3bf51be3a1bbd262be46dc619f92aa90'
@@ -33,8 +32,6 @@
patch -p0 -i $srcdir/no-rpath.patch
# set ca dir to /etc/ssl by default
patch -p0 -i $srcdir/ca-dir.patch
-
-   patch -p1 -i $srcdir/openssl-1.0.1f-perl-5.18.patch
 }
 
 build() {

Deleted: openssl-1.0.1f-perl-5.18.patch
===
--- openssl-1.0.1f-perl-5.18.patch  2014-06-05 12:34:40 UTC (rev 214298)
+++ openssl-1.0.1f-perl-5.18.patch  2014-06-05 12:46:09 UTC (rev 214299)
@@ -1,356 +0,0 @@
-Forward-ported from openssl-1.0.1e-perl-5.18.patch
-Fixes install with perl-5.18.
-
-https://bugs.gentoo.org/show_bug.cgi?id=497286
-
-Signed-off-by: Lars Wendler polynomia...@gentoo.org
-
 openssl-1.0.1f/doc/apps/cms.pod
-+++ openssl-1.0.1f/doc/apps/cms.pod
-@@ -450,28 +450,28 @@
- 
- =over 4
- 
--=item 0
-+=item C0
- 
- the operation was completely successfully.
- 
--=item 1 
-+=item C1
- 
- an error occurred parsing the command options.
- 
--=item 2
-+=item C2
- 
- one of the input files could not be read.
- 
--=item 3
-+=item C3
- 
- an error occurred creating the CMS file or when reading the MIME
- message.
- 
--=item 4
-+=item C4
- 
- an error occurred decrypting or verifying the message.
- 
--=item 5
-+=item C5
- 
- the message was verified correctly but an error occurred writing out
- the signers certificates.
 openssl-1.0.1f/doc/apps/smime.pod
-+++ openssl-1.0.1f/doc/apps/smime.pod
-@@ -308,28 +308,28 @@
- 
- =over 4
- 
--=item 0
-+=item C0
- 
- the operation was completely successfully.
- 
--=item 1 
-+=item C1
- 
- an error occurred parsing the command options.
- 
--=item 2
-+=item C2
- 
- one of the input files could not be read.
- 
--=item 3
-+=item C3
- 
- an error occurred creating the PKCS#7 file or when reading the MIME
- message.
- 
--=item 4
-+=item C4
- 
- an error occurred decrypting or verifying the message.
- 
--=item 5
-+=item C5
- 
- the message was verified correctly but an error occurred writing out
- the signers certificates.
 openssl-1.0.1f/doc/ssl/SSL_accept.pod
-+++ openssl-1.0.1f/doc/ssl/SSL_accept.pod
-@@ -44,13 +44,13 @@
- 
- =over 4
- 
--=item 0
-+=item C0
- 
- The TLS/SSL handshake was not successful but was shut down controlled and
- by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
- return value Bret to find out the reason.
- 
--=item 1
-+=item C1
- 
- The TLS/SSL handshake was successfully completed, a TLS/SSL connection has 
been
- established.
 openssl-1.0.1f/doc/ssl/SSL_clear.pod
-+++ openssl-1.0.1f/doc/ssl/SSL_clear.pod
-@@ -56,12 +56,12 @@
- 
- =over 4
- 
--=item 0
-+=item C0
- 
- The SSL_clear() operation could not be performed. Check the error stack to
- find out the reason.
- 
--=item 1
-+=item C1
- 
- The SSL_clear() operation was successful.
- 
 openssl-1.0.1f/doc/ssl/SSL_COMP_add_compression_method.pod
-+++ openssl-1.0.1f/doc/ssl/SSL_COMP_add_compression_method.pod
-@@ -53,11 +53,11 @@
- 
- =over 4
- 
--=item 0
-+=item C0
- 
- The operation succeeded.
- 
--=item 1
-+=item C1
- 
- The operation failed. Check the error queue to find out the reason.
- 
 openssl-1.0.1f/doc/ssl/SSL_connect.pod
-+++ openssl-1.0.1f/doc/ssl/SSL_connect.pod
-@@ -41,13 +41,13 @@
- 
- =over 4
- 
--=item 0
-+=item C0
- 
- The TLS/SSL handshake was not successful but was shut down controlled and
- by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
- return value Bret to find out the reason.
- 
--=item 1
-+=item C1
- 
- The TLS/SSL handshake was successfully completed, a TLS/SSL connection has 
been
- established.
 openssl-1.0.1f/doc/ssl/SSL_CTX_add_session.pod
-+++ openssl-1.0.1f/doc/ssl/SSL_CTX_add_session.pod
-@@ -52,13 +52,13 @@
- 
- =over 4
- 
--=item 0

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

2014-06-05 Thread Sébastien Luttringer
Date: Thursday, June 5, 2014 @ 14:46:27
  Author: seblu
Revision: 214300

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

Added:
  openssl/repos/testing-i686/
  openssl/repos/testing-i686/PKGBUILD
(from rev 214299, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 214299, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-i686/no-rpath.patch
(from rev 214299, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 214299, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 214299, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/no-rpath.patch
(from rev 214299, openssl/trunk/no-rpath.patch)

---+
 testing-i686/PKGBUILD |   71 
 testing-i686/ca-dir.patch |   33 ++
 testing-i686/no-rpath.patch   |   11 ++
 testing-x86_64/PKGBUILD   |   71 
 testing-x86_64/ca-dir.patch   |   33 ++
 testing-x86_64/no-rpath.patch |   11 ++
 6 files changed, 230 insertions(+)

Copied: openssl/repos/testing-i686/PKGBUILD (from rev 214299, 
openssl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-05 12:46:27 UTC (rev 214300)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openssl
+_ver=1.0.1h
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('zlib' 'perl')
+optdepends=('ca-certificates')
+options=('!makeflags')
+backup=('etc/ssl/openssl.cnf')
+source=(https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz;
+https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ca-dir.patch')
+md5sums=('8d6d684a9430d5cc98a62a5d8fbda8cf'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+ '3bf51be3a1bbd262be46dc619f92aa90'
+ 'ea2a61c8bd43788d81d98f1ac36c98ac')
+
+prepare() {
+   cd $srcdir/$pkgname-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+build() {
+   cd $srcdir/$pkgname-$_ver
+
+   if [ ${CARCH} == 'x86_64' ]; then
+   openssltarget='linux-x86_64'
+   optflags='enable-ec_nistp_64_gcc_128'
+   elif [ ${CARCH} == 'i686' ]; then
+   openssltarget='linux-elf'
+   optflags=''
+   fi
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   shared zlib ${optflags} \
+   ${openssltarget} \
+   -Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
+
+   make depend
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i $srcdir/ca-dir.patch
+   make test
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+package() {
+   cd $srcdir/$pkgname-$_ver
+   make INSTALL_PREFIX=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openssl/repos/testing-i686/ca-dir.patch (from rev 214299, 
openssl/trunk/ca-dir.patch)
===
--- testing-i686/ca-dir.patch   (rev 0)
+++ testing-i686/ca-dir.patch   2014-06-05 12:46:27 UTC (rev 214300)
@@ -0,0 +1,33 @@
+--- apps/CA.pl.in  2006-04-28 02:30:49.0 +0200
 apps/CA.pl.in  2010-04-01 00:35:02.600553509 +0200
+@@ -53,7 +53,7 @@
+ $X509=$openssl x509;
+ $PKCS12=$openssl pkcs12;
+ 
+-$CATOP=./demoCA;
++$CATOP=/etc/ssl;
+ $CAKEY=cakey.pem;
+ $CAREQ=careq.pem;
+ $CACERT=cacert.pem;
+--- apps/CA.sh 2009-10-15 19:27:47.0 +0200
 apps/CA.sh 2010-04-01 00:35:02.600553509 +0200
+@@ -68,7 +68,7 @@
+ X509=$OPENSSL x509
+ PKCS12=openssl pkcs12
+ 
+-if [ -z $CATOP ] ; then CATOP=./demoCA ; fi
++if [ -z $CATOP ] ; then CATOP=/etc/ssl ; fi
+ CAKEY=./cakey.pem
+ CAREQ=./careq.pem
+ CACERT=./cacert.pem
+--- apps/openssl.cnf   2009-04-04 20:09:43.0 +0200
 apps/openssl.cnf   2010-04-01 00:35:02.607220681 +0200
+@@ -39,7 +39,7 @@
+ 
+ [ CA_default ]
+ 
+-dir   = ./demoCA  # Where everything is kept
++dir   = /etc/ssl  # 

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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 14:50:49
  Author: arodseth
Revision: 112711

upgpkg: unetbootin 608-1

Modified:
  unetbootin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 12:40:44 UTC (rev 112710)
+++ PKGBUILD2014-06-05 12:50:49 UTC (rev 112711)
@@ -5,20 +5,20 @@
 # Contributor: Michai Coman mi...@m1x.ro
 
 pkgname=unetbootin
-pkgver=603
-pkgrel=2
+pkgver=608
+pkgrel=1
 arch=('x86_64' 'i686')
 license=('GPL')
 pkgdesc='Create bootable Live USB drives'
 url='http://unetbootin.sourceforge.net/'
 depends=('syslinux' 'p7zip' 'qt4' 'mtools')
-optdepends=('polkit: to run unetbootin directly from menu')
+optdepends=('polkit: run unetbootin directly from menu')
 makedepends=('setconf')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
 'org.archlinux.pkexec.unetbootin.policy'
 'unetbootin_polkit')
-sha256sums=('9daf468b069f80f8a9852be45db74d05455983bec170132dbbcc039c78f0d00e'
+sha256sums=('ce99c5f60b1f66da0ceb41859ce9198d96b3061b949b167fc952d3951b632080'
 'd7cc55f8d7340be08c33d40443d413f8c15d8d012c29cab98ac5ab5a0fc57fb3'
 'b662e7082873602e9c224a291752e3c2274fb751018bfa23a7560f79c6ecb88f')
 



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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 14:51:05
  Author: arodseth
Revision: 112712

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

Added:
  unetbootin/repos/community-i686/PKGBUILD
(from rev 112711, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
(from rev 112711, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-i686/unetbootin.install
(from rev 112711, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-i686/unetbootin_polkit
(from rev 112711, unetbootin/trunk/unetbootin_polkit)
  unetbootin/repos/community-x86_64/PKGBUILD
(from rev 112711, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
(from rev 112711, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-x86_64/unetbootin.install
(from rev 112711, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-x86_64/unetbootin_polkit
(from rev 112711, unetbootin/trunk/unetbootin_polkit)
Deleted:
  unetbootin/repos/community-i686/PKGBUILD
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-i686/unetbootin.install
  unetbootin/repos/community-i686/unetbootin_polkit
  unetbootin/repos/community-x86_64/PKGBUILD
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-x86_64/unetbootin.install
  unetbootin/repos/community-x86_64/unetbootin_polkit

-+
 /PKGBUILD   |   96 ++
 /unetbootin.install |   26 +
 /unetbootin_polkit  |   12 
 community-i686/PKGBUILD |   48 -
 community-i686/unetbootin.install   |   13 
 community-i686/unetbootin_polkit|6 --
 community-x86_64/PKGBUILD   |   48 -
 community-x86_64/unetbootin.install |   13 
 community-x86_64/unetbootin_polkit  |6 --
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 12:50:49 UTC (rev 112711)
+++ community-i686/PKGBUILD 2014-06-05 12:51:05 UTC (rev 112712)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Det nimetonmaili at gmail a-dot com
-# Contributor: Godane aka Christopher Rogers slaxemula...@gmail.com
-# Contributor: Michai Coman mi...@m1x.ro
-
-pkgname=unetbootin
-pkgver=603
-pkgrel=1
-arch=('x86_64' 'i686')
-license=('GPL')
-pkgdesc='Create bootable Live USB drives'
-url='http://unetbootin.sourceforge.net/'
-depends=('syslinux' 'p7zip' 'qt4' 'mtools')
-optdepends=('polkit: to run unetbootin directly from menu')
-makedepends=('setconf')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
-'org.archlinux.pkexec.unetbootin.policy'
-'unetbootin_polkit')
-sha256sums=('9daf468b069f80f8a9852be45db74d05455983bec170132dbbcc039c78f0d00e'
-'d7cc55f8d7340be08c33d40443d413f8c15d8d012c29cab98ac5ab5a0fc57fb3'
-'b662e7082873602e9c224a291752e3c2274fb751018bfa23a7560f79c6ecb88f')
-
-prepare() {
-  setconf unetbootin.desktop Exec /usr/bin/unetbootin_polkit
-}
-
-build() {
-  ./build-nostatic 1 output.log 2 error.log
-}
-
-package() {
-  install -d $pkgdir/usr/share/$pkgname
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -m755 ${pkgname}_polkit $pkgdir/usr/bin/${pkgname}_polkit
-  install -m644 $pkgname_*.qm $pkgdir/usr/share/$pkgname/
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  for i in 16 22 24 32 48 256; do
-install -D ${pkgname}_${i}.png \
-  $pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png
-  done
-  install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
-$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy
-}
-
-# vim:set ts=2 sw=2 et:

Copied: unetbootin/repos/community-i686/PKGBUILD (from rev 112711, 
unetbootin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 12:51:05 UTC (rev 112712)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Det nimetonmaili at gmail a-dot com
+# Contributor: Godane aka Christopher Rogers slaxemula...@gmail.com
+# Contributor: Michai Coman mi...@m1x.ro
+
+pkgname=unetbootin
+pkgver=608
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL')
+pkgdesc='Create bootable Live USB drives'
+url='http://unetbootin.sourceforge.net/'
+depends=('syslinux' 'p7zip' 'qt4' 'mtools')
+optdepends=('polkit: run unetbootin directly from menu')
+makedepends=('setconf')

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

2014-06-05 Thread Sébastien Luttringer
Date: Thursday, June 5, 2014 @ 14:52:24
  Author: seblu
Revision: 214301

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

Added:
  btrfs-progs/repos/core-i686/01-fix-manpages.patch
(from rev 214300, btrfs-progs/repos/testing-i686/01-fix-manpages.patch)
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 214300, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 214300, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 214300, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 214300, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/01-fix-manpages.patch
(from rev 214300, btrfs-progs/repos/testing-x86_64/01-fix-manpages.patch)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 214300, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 214300, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 214300, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 214300, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |  102 +++
 /btrfs-progs.install   |   18 ++
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +++
 core-i686/01-fix-manpages.patch|   13 
 core-i686/PKGBUILD |   49 
 core-i686/btrfs-progs.install  |9 ---
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 -
 core-x86_64/01-fix-manpages.patch  |   13 
 core-x86_64/PKGBUILD   |   49 
 core-x86_64/btrfs-progs.install|9 ---
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 -
 14 files changed, 194 insertions(+), 164 deletions(-)

Copied: btrfs-progs/repos/core-i686/01-fix-manpages.patch (from rev 214300, 
btrfs-progs/repos/testing-i686/01-fix-manpages.patch)
===
--- core-i686/01-fix-manpages.patch (rev 0)
+++ core-i686/01-fix-manpages.patch 2014-06-05 12:52:24 UTC (rev 214301)
@@ -0,0 +1,13 @@
+diff --git a/Documentation/Makefile b/Documentation/Makefile
+index e22f5bca0ff2..e3ad34133832 100644
+--- a/Documentation/Makefile
 b/Documentation/Makefile
+@@ -74,7 +74,7 @@ install: install-man
+ install-man: man
+   $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
+   $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
+-  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)
++  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
+ 
+ clean:
+   $(RM) *.xml *.xml+ *.8 *.8.gz

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-06-05 12:46:27 UTC (rev 214300)
+++ core-i686/PKGBUILD  2014-06-05 12:52:24 UTC (rev 214301)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=btrfs-progs
-pkgver=3.14.1
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'e2fsprogs' 'lzo2' 'zlib')
-makedepends=('git')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=(git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#tag=v${pkgver}
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad')
-
-build() {
-   cd $pkgname
-   make CFLAGS=$CFLAGS
-   make CFLAGS=$CFLAGS btrfs-select-super
-}
-
-package() {
-   cd $pkgname
-
-   make prefix=$pkgdir/usr install
-   install -Dm755 btrfs-select-super $pkgdir/usr/bin
-
-   # fix manpage
-   install -d $pkgdir/usr/share/
-   mv $pkgdir/usr/man $pkgdir/usr/share/man
-
-   # install mkinitcpio hooks
-   cd $srcdir
-   install -Dm644 initcpio-install-btrfs 

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

2014-06-05 Thread Sébastien Luttringer
Date: Thursday, June 5, 2014 @ 14:54:53
  Author: seblu
Revision: 214302

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

Added:
  openssl/repos/core-i686/PKGBUILD
(from rev 214301, openssl/repos/testing-i686/PKGBUILD)
  openssl/repos/core-i686/ca-dir.patch
(from rev 214301, openssl/repos/testing-i686/ca-dir.patch)
  openssl/repos/core-i686/no-rpath.patch
(from rev 214301, openssl/repos/testing-i686/no-rpath.patch)
  openssl/repos/core-x86_64/PKGBUILD
(from rev 214301, openssl/repos/testing-x86_64/PKGBUILD)
  openssl/repos/core-x86_64/ca-dir.patch
(from rev 214301, openssl/repos/testing-x86_64/ca-dir.patch)
  openssl/repos/core-x86_64/no-rpath.patch
(from rev 214301, openssl/repos/testing-x86_64/no-rpath.patch)
Deleted:
  openssl/repos/core-i686/PKGBUILD
  openssl/repos/core-i686/ca-dir.patch
  openssl/repos/core-i686/no-rpath.patch
  openssl/repos/core-i686/openssl-1.0.1f-perl-5.18.patch
  openssl/repos/core-x86_64/PKGBUILD
  openssl/repos/core-x86_64/ca-dir.patch
  openssl/repos/core-x86_64/no-rpath.patch
  openssl/repos/core-x86_64/openssl-1.0.1f-perl-5.18.patch
  openssl/repos/testing-i686/
  openssl/repos/testing-x86_64/

+
 /PKGBUILD  |  142 ++
 /ca-dir.patch  |   66 +
 /no-rpath.patch|   22 +
 core-i686/PKGBUILD |   74 -
 core-i686/ca-dir.patch |   33 --
 core-i686/no-rpath.patch   |   11 
 core-i686/openssl-1.0.1f-perl-5.18.patch   |  356 ---
 core-x86_64/PKGBUILD   |   74 -
 core-x86_64/ca-dir.patch   |   33 --
 core-x86_64/no-rpath.patch |   11 
 core-x86_64/openssl-1.0.1f-perl-5.18.patch |  356 ---
 11 files changed, 230 insertions(+), 948 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-06-05 12:52:24 UTC (rev 214301)
+++ core-i686/PKGBUILD  2014-06-05 12:54:53 UTC (rev 214302)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=openssl
-_ver=1.0.1g
-# use a pacman compatible version scheme
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-#pkgver=$_ver
-pkgrel=1
-pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
-arch=('i686' 'x86_64')
-url='https://www.openssl.org'
-license=('custom:BSD')
-depends=('zlib' 'perl')
-optdepends=('ca-certificates')
-options=('!makeflags')
-backup=('etc/ssl/openssl.cnf')
-source=(https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz;
-https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
-'no-rpath.patch'
-'ca-dir.patch'
-'openssl-1.0.1f-perl-5.18.patch')
-md5sums=('de62b43dfcd858e66a74bee1c834e959'
- 'SKIP'
- 'dc78d3d06baffc16217519242ce92478'
- '3bf51be3a1bbd262be46dc619f92aa90'
- 'ea2a61c8bd43788d81d98f1ac36c98ac')
-
-prepare() {
-   cd $srcdir/$pkgname-$_ver
-
-   # remove rpath: http://bugs.archlinux.org/task/14367
-   patch -p0 -i $srcdir/no-rpath.patch
-   # set ca dir to /etc/ssl by default
-   patch -p0 -i $srcdir/ca-dir.patch
-
-   patch -p1 -i $srcdir/openssl-1.0.1f-perl-5.18.patch
-}
-
-build() {
-   cd $srcdir/$pkgname-$_ver
-
-   if [ ${CARCH} == 'x86_64' ]; then
-   openssltarget='linux-x86_64'
-   optflags='enable-ec_nistp_64_gcc_128'
-   elif [ ${CARCH} == 'i686' ]; then
-   openssltarget='linux-elf'
-   optflags=''
-   fi
-
-   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
-   shared zlib ${optflags} \
-   ${openssltarget} \
-   -Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
-
-   make depend
-   make
-}
-
-check() {
-   cd $srcdir/$pkgname-$_ver
-   # the test fails due to missing write permissions in /etc/ssl
-   # revert this patch for make test
-   patch -p0 -R -i $srcdir/ca-dir.patch
-   make test
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-package() {
-   cd $srcdir/$pkgname-$_ver
-   make INSTALL_PREFIX=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install
-   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openssl/repos/core-i686/PKGBUILD (from rev 214301, 
openssl/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-06-05 12:54:53 UTC (rev 214302)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openssl
+_ver=1.0.1h
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}

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

2014-06-05 Thread Martin Wimpress
Date: Thursday, June 5, 2014 @ 15:12:01
  Author: flexiondotorg
Revision: 112713

Initial import.

Added:
  ps_mem/
  ps_mem/repos/
  ps_mem/trunk/
  ps_mem/trunk/PKGBUILD

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

Added: ps_mem/trunk/PKGBUILD
===
--- ps_mem/trunk/PKGBUILD   (rev 0)
+++ ps_mem/trunk/PKGBUILD   2014-06-05 13:12:01 UTC (rev 112713)
@@ -0,0 +1,25 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Kyle Keen keen...@gmail.com
+# Contributor: Ali Gündüz gndz@gmail.com
+
+pkgname=ps_mem
+pkgver=3.2
+pkgrel=3
+pkgdesc=List processes by memory usage
+arch=('any')
+url=http://www.pixelbeat.org/scripts/;
+license=('GPL')
+# Compatible with both Python 2.x and 3.x
+depends=('python')
+makedepends=('git')
+source=(${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=8c5aa73e7998c35cdd7aeebda3cd40110951f746;)
+md5sums=('SKIP')
+
+package() {
+  cd ${srcdir}/${pkgname}
+  install -D -m 755 ps_mem.py ${pkgdir}/usr/bin/${pkgname}
+  install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -D -m 644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+


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


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

2014-06-05 Thread Martin Wimpress
Date: Thursday, June 5, 2014 @ 15:12:34
  Author: flexiondotorg
Revision: 112714

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/
  ps_mem/repos/community-any/PKGBUILD
(from rev 112713, ps_mem/trunk/PKGBUILD)

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

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 112713, 
ps_mem/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-06-05 13:12:34 UTC (rev 112714)
@@ -0,0 +1,25 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Kyle Keen keen...@gmail.com
+# Contributor: Ali Gündüz gndz@gmail.com
+
+pkgname=ps_mem
+pkgver=3.2
+pkgrel=3
+pkgdesc=List processes by memory usage
+arch=('any')
+url=http://www.pixelbeat.org/scripts/;
+license=('GPL')
+# Compatible with both Python 2.x and 3.x
+depends=('python')
+makedepends=('git')
+source=(${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=8c5aa73e7998c35cdd7aeebda3cd40110951f746;)
+md5sums=('SKIP')
+
+package() {
+  cd ${srcdir}/${pkgname}
+  install -D -m 755 ps_mem.py ${pkgdir}/usr/bin/${pkgname}
+  install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -D -m 644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+



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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 15:22:16
  Author: arodseth
Revision: 112715

upgpkg: prelink 20130503-2

Added:
  prelink/trunk/prelink.conf
Modified:
  prelink/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 prelink.conf |   40 
 2 files changed, 46 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 13:12:34 UTC (rev 112714)
+++ PKGBUILD2014-06-05 13:22:16 UTC (rev 112715)
@@ -13,8 +13,11 @@
 license=('GPL')
 depends=('elfutils')
 makedepends=('elfutils' 'libtool')
-source=(http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0')
+backup=('etc/prelink.conf')
+source=(http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2;
+'prelink.conf')
+sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0'
+'01969f714d5bccc2ce52062f3b4dadcee93b955ce6cf99325c76f6eea721ec7c')
 
 build() {
   cd $pkgname
@@ -29,6 +32,7 @@
 
 package() {
   make -C $pkgname DESTDIR=$pkgdir install
+  install -Dm644 prelink.conf $pkgdir/etc/prelink.conf
 }
 
 # vim:set ts=2 sw=2 et:

Added: prelink.conf
===
--- prelink.conf(rev 0)
+++ prelink.conf2014-06-05 13:22:16 UTC (rev 112715)
@@ -0,0 +1,40 @@
+# From: https://wiki.archlinux.org/index.php/Talk:Prelink
+# and FS#40579 (thanks ValdikSS).
+
+# System
+/usr/lib
+/usr/bin
+
+# Skype
+-b /usr/lib32/skype/skype
+-b /usr/lib/skype/skype
+
+# Ruby
+-b /usr/bin/ruby
+
+# Flash Player Plugin
+-b /usr/lib/mozilla/plugins/libflashplayer.so
+
+# NVIDIA
+-b /usr/lib/libGL.so*
+-b /usr/lib32/libGL.so*
+-b //usr/lib/libOpenCL.so*
+-b //usr/lib32/libOpenCL.so*
+-b /usr/lib32/vdpau/
+-b /usr/lib/vdpau/
+-b /usr/lib/xorg/modules/drivers/nvidia_drv.so
+-b /usr/lib/xorg/modules/extensions/libglx.so*
+-b /usr/lib/libnvidia-*
+-b /usr/lib32/libnvidia-*
+
+# Catalyst
+-b /usr/lib/libati*
+-b /usr/lib/fglrx*
+-b /usr/lib/libAMDXvBA*
+-b /usr/lib/libGL.so*
+-b /usr/lib/libfglrx*
+-b /usr/lib/xorg/modules/dri/fglrx_dri.so
+-b /usr/lib/xorg/modules/drivers/fglrx_drv.so
+-b /usr/lib/xorg/modules/extensions/fglrx/
+-b /usr/lib/xorg/modules/linux/libfglrxdrm.so
+-b /usr/lib/xorg/modules/extensions/libglx.so



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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 15:22:28
  Author: arodseth
Revision: 112716

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

Added:
  prelink/repos/community-i686/PKGBUILD
(from rev 112715, prelink/trunk/PKGBUILD)
  prelink/repos/community-i686/prelink.conf
(from rev 112715, prelink/trunk/prelink.conf)
  prelink/repos/community-x86_64/PKGBUILD
(from rev 112715, prelink/trunk/PKGBUILD)
  prelink/repos/community-x86_64/prelink.conf
(from rev 112715, prelink/trunk/prelink.conf)
Deleted:
  prelink/repos/community-i686/PKGBUILD
  prelink/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   34 -
 community-i686/prelink.conf   |   40 +
 community-x86_64/PKGBUILD |   34 -
 community-x86_64/prelink.conf |   40 +
 5 files changed, 156 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 13:22:16 UTC (rev 112715)
+++ community-i686/PKGBUILD 2014-06-05 13:22:28 UTC (rev 112716)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Rouslan Solomakhin rous...@localnet.com
-
-pkgname=prelink
-pkgver=20130503
-pkgrel=2
-pkgdesc='ELF prelinking utility to speed up dynamic linking'
-arch=('x86_64' 'i686')
-url='http://people.redhat.com/jakub/prelink/'
-license=('GPL')
-depends=('elfutils')
-makedepends=('elfutils' 'libtool')
-source=(http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin 
--disable-static --with-gnu-ld
-  make
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: prelink/repos/community-i686/PKGBUILD (from rev 112715, 
prelink/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 13:22:28 UTC (rev 112716)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Rouslan Solomakhin rous...@localnet.com
+
+pkgname=prelink
+pkgver=20130503
+pkgrel=2
+pkgdesc='ELF prelinking utility to speed up dynamic linking'
+arch=('x86_64' 'i686')
+url='http://people.redhat.com/jakub/prelink/'
+license=('GPL')
+depends=('elfutils')
+makedepends=('elfutils' 'libtool')
+backup=('etc/prelink.conf')
+source=(http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2;
+'prelink.conf')
+sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0'
+'01969f714d5bccc2ce52062f3b4dadcee93b955ce6cf99325c76f6eea721ec7c')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin 
--disable-static --with-gnu-ld
+  make
+}
+
+check() {
+  make -C $pkgname check
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+  install -Dm644 prelink.conf $pkgdir/etc/prelink.conf
+}
+
+# vim:set ts=2 sw=2 et:

Copied: prelink/repos/community-i686/prelink.conf (from rev 112715, 
prelink/trunk/prelink.conf)
===
--- community-i686/prelink.conf (rev 0)
+++ community-i686/prelink.conf 2014-06-05 13:22:28 UTC (rev 112716)
@@ -0,0 +1,40 @@
+# From: https://wiki.archlinux.org/index.php/Talk:Prelink
+# and FS#40579 (thanks ValdikSS).
+
+# System
+/usr/lib
+/usr/bin
+
+# Skype
+-b /usr/lib32/skype/skype
+-b /usr/lib/skype/skype
+
+# Ruby
+-b /usr/bin/ruby
+
+# Flash Player Plugin
+-b /usr/lib/mozilla/plugins/libflashplayer.so
+
+# NVIDIA
+-b /usr/lib/libGL.so*
+-b /usr/lib32/libGL.so*
+-b //usr/lib/libOpenCL.so*
+-b //usr/lib32/libOpenCL.so*
+-b /usr/lib32/vdpau/
+-b /usr/lib/vdpau/
+-b /usr/lib/xorg/modules/drivers/nvidia_drv.so
+-b /usr/lib/xorg/modules/extensions/libglx.so*
+-b /usr/lib/libnvidia-*
+-b /usr/lib32/libnvidia-*
+
+# Catalyst
+-b /usr/lib/libati*
+-b /usr/lib/fglrx*
+-b /usr/lib/libAMDXvBA*
+-b /usr/lib/libGL.so*
+-b /usr/lib/libfglrx*
+-b /usr/lib/xorg/modules/dri/fglrx_dri.so
+-b /usr/lib/xorg/modules/drivers/fglrx_drv.so
+-b /usr/lib/xorg/modules/extensions/fglrx/
+-b /usr/lib/xorg/modules/linux/libfglrxdrm.so
+-b /usr/lib/xorg/modules/extensions/libglx.so

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   

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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 15:25:11
  Author: arodseth
Revision: 112717

upgpkg: prelink 20130503-3

Modified:
  prelink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 13:22:28 UTC (rev 112716)
+++ PKGBUILD2014-06-05 13:25:11 UTC (rev 112717)
@@ -6,7 +6,7 @@
 
 pkgname=prelink
 pkgver=20130503
-pkgrel=2
+pkgrel=3
 pkgdesc='ELF prelinking utility to speed up dynamic linking'
 arch=('x86_64' 'i686')
 url='http://people.redhat.com/jakub/prelink/'



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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 15:25:22
  Author: arodseth
Revision: 112718

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

Deleted:
  prelink/repos/community-i686/PKGBUILD
  prelink/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 13:25:11 UTC (rev 112717)
+++ community-i686/PKGBUILD 2014-06-05 13:25:22 UTC (rev 112718)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Rouslan Solomakhin rous...@localnet.com
-
-pkgname=prelink
-pkgver=20130503
-pkgrel=2
-pkgdesc='ELF prelinking utility to speed up dynamic linking'
-arch=('x86_64' 'i686')
-url='http://people.redhat.com/jakub/prelink/'
-license=('GPL')
-depends=('elfutils')
-makedepends=('elfutils' 'libtool')
-backup=('etc/prelink.conf')
-source=(http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2;
-'prelink.conf')
-sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0'
-'01969f714d5bccc2ce52062f3b4dadcee93b955ce6cf99325c76f6eea721ec7c')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin 
--disable-static --with-gnu-ld
-  make
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-  install -Dm644 prelink.conf $pkgdir/etc/prelink.conf
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-05 13:25:11 UTC (rev 112717)
+++ community-x86_64/PKGBUILD   2014-06-05 13:25:22 UTC (rev 112718)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Rouslan Solomakhin rous...@localnet.com
-
-pkgname=prelink
-pkgver=20130503
-pkgrel=2
-pkgdesc='ELF prelinking utility to speed up dynamic linking'
-arch=('x86_64' 'i686')
-url='http://people.redhat.com/jakub/prelink/'
-license=('GPL')
-depends=('elfutils')
-makedepends=('elfutils' 'libtool')
-backup=('etc/prelink.conf')
-source=(http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2;
-'prelink.conf')
-sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0'
-'01969f714d5bccc2ce52062f3b4dadcee93b955ce6cf99325c76f6eea721ec7c')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin 
--disable-static --with-gnu-ld
-  make
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-  install -Dm644 prelink.conf $pkgdir/etc/prelink.conf
-}
-
-# vim:set ts=2 sw=2 et:



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

2014-06-05 Thread Alexander Rødseth
Date: Thursday, June 5, 2014 @ 15:28:56
  Author: arodseth
Revision: 112719

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

Added:
  prelink/repos/community-i686/PKGBUILD
(from rev 112718, prelink/trunk/PKGBUILD)
  prelink/repos/community-i686/prelink.conf
(from rev 112718, prelink/trunk/prelink.conf)
  prelink/repos/community-x86_64/PKGBUILD
(from rev 112718, prelink/trunk/PKGBUILD)
  prelink/repos/community-x86_64/prelink.conf
(from rev 112718, prelink/trunk/prelink.conf)
Deleted:
  prelink/repos/community-i686/prelink.conf
  prelink/repos/community-x86_64/prelink.conf

---+
 /prelink.conf |   80 
 community-i686/PKGBUILD   |   38 +++
 community-i686/prelink.conf   |   40 
 community-x86_64/PKGBUILD |   38 +++
 community-x86_64/prelink.conf |   40 
 5 files changed, 156 insertions(+), 80 deletions(-)

Copied: prelink/repos/community-i686/PKGBUILD (from rev 112718, 
prelink/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 13:28:56 UTC (rev 112719)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Rouslan Solomakhin rous...@localnet.com
+
+pkgname=prelink
+pkgver=20130503
+pkgrel=3
+pkgdesc='ELF prelinking utility to speed up dynamic linking'
+arch=('x86_64' 'i686')
+url='http://people.redhat.com/jakub/prelink/'
+license=('GPL')
+depends=('elfutils')
+makedepends=('elfutils' 'libtool')
+backup=('etc/prelink.conf')
+source=(http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2;
+'prelink.conf')
+sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0'
+'01969f714d5bccc2ce52062f3b4dadcee93b955ce6cf99325c76f6eea721ec7c')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin 
--disable-static --with-gnu-ld
+  make
+}
+
+check() {
+  make -C $pkgname check
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+  install -Dm644 prelink.conf $pkgdir/etc/prelink.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/prelink.conf
===
--- community-i686/prelink.conf 2014-06-05 13:25:22 UTC (rev 112718)
+++ community-i686/prelink.conf 2014-06-05 13:28:56 UTC (rev 112719)
@@ -1,40 +0,0 @@
-# From: https://wiki.archlinux.org/index.php/Talk:Prelink
-# and FS#40579 (thanks ValdikSS).
-
-# System
-/usr/lib
-/usr/bin
-
-# Skype
--b /usr/lib32/skype/skype
--b /usr/lib/skype/skype
-
-# Ruby
--b /usr/bin/ruby
-
-# Flash Player Plugin
--b /usr/lib/mozilla/plugins/libflashplayer.so
-
-# NVIDIA
--b /usr/lib/libGL.so*
--b /usr/lib32/libGL.so*
--b //usr/lib/libOpenCL.so*
--b //usr/lib32/libOpenCL.so*
--b /usr/lib32/vdpau/
--b /usr/lib/vdpau/
--b /usr/lib/xorg/modules/drivers/nvidia_drv.so
--b /usr/lib/xorg/modules/extensions/libglx.so*
--b /usr/lib/libnvidia-*
--b /usr/lib32/libnvidia-*
-
-# Catalyst
--b /usr/lib/libati*
--b /usr/lib/fglrx*
--b /usr/lib/libAMDXvBA*
--b /usr/lib/libGL.so*
--b /usr/lib/libfglrx*
--b /usr/lib/xorg/modules/dri/fglrx_dri.so
--b /usr/lib/xorg/modules/drivers/fglrx_drv.so
--b /usr/lib/xorg/modules/extensions/fglrx/
--b /usr/lib/xorg/modules/linux/libfglrxdrm.so
--b /usr/lib/xorg/modules/extensions/libglx.so

Copied: prelink/repos/community-i686/prelink.conf (from rev 112718, 
prelink/trunk/prelink.conf)
===
--- community-i686/prelink.conf (rev 0)
+++ community-i686/prelink.conf 2014-06-05 13:28:56 UTC (rev 112719)
@@ -0,0 +1,40 @@
+# From: https://wiki.archlinux.org/index.php/Talk:Prelink
+# and FS#40579 (thanks ValdikSS).
+
+# System
+/usr/lib
+/usr/bin
+
+# Skype
+-b /usr/lib32/skype/skype
+-b /usr/lib/skype/skype
+
+# Ruby
+-b /usr/bin/ruby
+
+# Flash Player Plugin
+-b /usr/lib/mozilla/plugins/libflashplayer.so
+
+# NVIDIA
+-b /usr/lib/libGL.so*
+-b /usr/lib32/libGL.so*
+-b //usr/lib/libOpenCL.so*
+-b //usr/lib32/libOpenCL.so*
+-b /usr/lib32/vdpau/
+-b /usr/lib/vdpau/
+-b /usr/lib/xorg/modules/drivers/nvidia_drv.so
+-b /usr/lib/xorg/modules/extensions/libglx.so*
+-b /usr/lib/libnvidia-*
+-b /usr/lib32/libnvidia-*
+
+# Catalyst
+-b /usr/lib/libati*
+-b /usr/lib/fglrx*
+-b /usr/lib/libAMDXvBA*
+-b /usr/lib/libGL.so*
+-b /usr/lib/libfglrx*
+-b /usr/lib/xorg/modules/dri/fglrx_dri.so
+-b /usr/lib/xorg/modules/drivers/fglrx_drv.so
+-b /usr/lib/xorg/modules/extensions/fglrx/
+-b /usr/lib/xorg/modules/linux/libfglrxdrm.so
+-b /usr/lib/xorg/modules/extensions/libglx.so

Copied: prelink/repos/community-x86_64/PKGBUILD (from rev 112718, 
prelink/trunk/PKGBUILD)

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

2014-06-05 Thread Sergej Pupykin
Date: Thursday, June 5, 2014 @ 16:18:05
  Author: spupykin
Revision: 112720

upgpkg: gmic 1.5.9.1-1

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 13:28:56 UTC (rev 112719)
+++ PKGBUILD2014-06-05 14:18:05 UTC (rev 112720)
@@ -6,14 +6,14 @@
 
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.9.0
-pkgrel=3
+pkgver=1.5.9.1
+pkgrel=1
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
 license=(custom:CeCILL)
 makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
 
source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('b5b64887b48843e47641ebcf146f5ec7')
+md5sums=('1bf0cb013b6d363d413e70649515')
 
 prepare() {
   cd ${srcdir}/gmic-${pkgver}



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

2014-06-05 Thread Sergej Pupykin
Date: Thursday, June 5, 2014 @ 16:18:22
  Author: spupykin
Revision: 112721

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 14:18:05 UTC (rev 112720)
+++ community-i686/PKGBUILD 2014-06-05 14:18:22 UTC (rev 112721)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: farid farid at archlinuc-br.org
-# Contributor: Archie mym...@gmail.com
-
-pkgbase=gmic
-pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.9.0
-pkgrel=3
-arch=(i686 x86_64)
-url=http://gmic.sourceforge.net;
-license=(custom:CeCILL)
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('b5b64887b48843e47641ebcf146f5ec7')
-
-prepare() {
-  cd ${srcdir}/gmic-${pkgver}
-  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
--e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
-src/Makefile
-}
-
-build() {
-  cd ${srcdir}/gmic-${pkgver}
-  (cd zart  qmake-qt4 -o Makefile zart.pro)
-  make -C src all
-  make -C zart all
-}
-
-package_gmic() {
-  pkgdesc=GREYC's Magic Image Converter: image processing framework
-  depends=(fftw libtiff libjpeg libpng openexr libx11)
-  replaces=(greycstoration)
-
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src install DESTDIR=$pkgdir USR=/usr
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
-  depends=(opencv fftw qt4)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc=Gimp plugin for the G'MIC image processing framework
-  depends=(gimp fftw)
-  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 112720, 
gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 14:18:22 UTC (rev 112721)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.5.9.1
+pkgrel=1
+arch=(i686 x86_64)
+url=http://gmic.sourceforge.net;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
+md5sums=('1bf0cb013b6d363d413e70649515')
+
+prepare() {
+  cd ${srcdir}/gmic-${pkgver}
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+}
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  (cd zart  qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing framework
+  depends=(fftw libtiff libjpeg libpng openexr libx11)
+  replaces=(greycstoration)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
+  depends=(opencv fftw qt4)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc=Gimp plugin for the G'MIC image processing framework
+  depends=(gimp fftw)
+  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 src/gmic_gimp 

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

2014-06-05 Thread Felix Yan
Date: Thursday, June 5, 2014 @ 16:53:57
  Author: fyan
Revision: 214303

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-05 12:54:53 UTC (rev 214302)
+++ extra-i686/PKGBUILD 2014-06-05 14:53:57 UTC (rev 214303)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=3.0.1
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('68a70cc80a75bc8e08a5d7a9ec22cb6d7b034c2c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning Tests failed
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-i686/PKGBUILD (from rev 214302, swig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-05 14:53:57 UTC (rev 214303)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=3.0.2
+pkgrel=1
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('e695a14acf39b25f3ea2d7303e23e39dfe284e31')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning Tests failed
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-05 12:54:53 UTC (rev 214302)
+++ extra-x86_64/PKGBUILD   2014-06-05 14:53:57 UTC (rev 214303)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=3.0.1
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('68a70cc80a75bc8e08a5d7a9ec22cb6d7b034c2c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning Tests failed
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-x86_64/PKGBUILD (from rev 214302, swig/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-05 14:53:57 UTC (rev 214303)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=3.0.2
+pkgrel=1
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')

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

2014-06-05 Thread Tobias Powalowski
Date: Thursday, June 5, 2014 @ 17:30:25
  Author: tpowa
Revision: 214305

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  144 ++---
 archboot.install |   48 -
 2 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-05 15:30:16 UTC (rev 214304)
+++ PKGBUILD2014-06-05 15:30:25 UTC (rev 214305)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=archboot
-pkgver=2013.10
-pkgrel=1
-pkgdesc=Advanced, modular arch boot/install image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio=0.8.5-1' 'mksyslinux=2010.08-2' 'mkpxelinux=2010.08-2' 
'mkisolinux=2010.08-2'
- 'subversion=1.7.4-1' 'wget=1.13.4-1' 'bash=4.2.024-2' 
'coreutils=8.15-1'
- 'cryptsetup=1.4.1-1' 'dialog=1.1_20120215-1' 'e2fsprogs=1.42.1-1' 
'findutils=4.4.2-4' 'gawk=4.0.0-2'
- 'grep=2.11-2' 'iputils=20101006-2' 'jfsutils=1.1.15-3' 
'less=444-3' 'lvm2=2.02.95-1' 'mdadm=3.2.3-1'
- 'kmod=7-1' 'nano=2.2.6-2' 'ncurses=5.9-3' 
'net-tools=1.60.20110819cvs-3' 'gnu-netcat=0.7.1-4'
- 'pcmciautils=018-2' 'procps-ng=3.3.2-1' 'psmisc=22.16-1' 
'reiserfsprogs=3.6.21-4'
- 'sed=4.2.1-4' 'snarf=7.0-5' 'tar=1.26-2' 'util-linux=2.21-6' 
'dnsutils=9.9.2.P1-1'
- 'which=2.20-5' 'kbd=1.15.3-2' 'wireless_tools=29-6' 
'xfsprogs=3.1.7-1' 'hdparm=9.39-1'
- 'memtest86+=4.20-2' 'inetutils=1.9.1-1' 'openssh=5.9p1-8' 
'hwdetect=2012.01-1' 'shadow=4.1.5-4' 
-'bridge-utils=1.5-1' 'ifenslave=1.1.0-7' 'links=2.5-1' 
'dosfstools=3.0.12-1'
- 'glibc=2.15-7' 'linux-api-headers=3.1.6-1' 'linux=3.2.13-1'
- 'kexec-tools=2.0.2-4' 'ppp=2.4.5-3' 'rp-pppoe=3.10-7' 
'iptables=1.4.12.2-1' 'isdn4k-utils=3.20-1'
- 'ntfs-3g=2012.1.15-1' 'pciutils=3.1.9-1' 'usbutils=005-1' 
'vpnc=0.5.3.svn516-1' 'openvpn=2.2.2-1'
-'b43-fwcutter=015-1' 'wpa_supplicant=0.7.3-5' 'rsync=3.0.9-2' 
'gzip=1.4-4' 'libarchive=3.0.3-5'
-'device-mapper=2.02.95-1' 'screen=4.0.3-13' 'elfutils=0.152-2' 
'pam=1.1.5-2' 'cracklib=2.8.18-2'
-'nfs-utils=1.2.5-2' 'nfsidmap=0.24-3' 'readline=6.2.002-1' 
'acl=2.2.51-1' 'attr=2.4.46-1' 'pcre=8.30-1'
-'cpio=2.11-3' 'fuse=2.8.7-1' 'libusbx=1.0.8-2' 'vim=7.4.0-1' 
'lzo2=2.06-1' 'libsasl=2.1.23-9' 'libldap=2.4.30-1'
-'gpm=1.20.6-7' 'libevent=2.0.17-1' 'gcc-libs=4.6.3-1' 
'sdparm=1.07-1' 'licenses=2.9-1' 'pptpclient=1.7.2-4'
-'zd1211-firmware=1.4-5' 'ipw2100-fw=1.3-6' 'ipw2200-fw=3.1-4' 
'smbclient=3.6.3-4'  'dhcpcd=5.5.4-1' 'openssl=1.0.1-1'
-'git=1.7.9.5-1' 'dmraid=1.0.0.rc16.3-2' 'linux-atm=2.5.2-1' 
'netctl=0.6-1' 'parted=3.1-1' 'tzdata=2012b-1'
-'ntp=4.2.6.p5-6' 'libgcrypt=1.5.0-1' 'iw=3.3-2' 'crda=1.1.2-2' 
'libnl=3.2.7-1' 'iproute2=3.2.0-3'
-'wireless-regdb=2011.04.28-1' 'dhclient=4.2.3.2-2' 
'syslinux=4.05-3' 'mtools=4.0.17-2'
-'fsarchiver=0.6.13-1' 'xz=5.0.3-1' 'libtirpc=0.2.2-2' 
'librpcsecgss=0.19-7' 'rpcbind=0.2.0-6' 'testdisk=6.13-2'
-'wipe=2.3.1-2' 'ddrescue=1.15-1' 'ifplugd=0.28-8' 
'wpa_actiond=1.1-3' 'rfkill=0.4-3'
-'libgssglue=0.3-1' 'mkinitcpio-nfs-utils=0.2-2' 'gptfdisk=0.8.4-1' 
'nilfs-utils=2.1.1-1' 'btrfs-progs=0.19.20120110-2'
-'linux-firmware=20120227-1' 'iana-etc=2.30-2' 
'libusb-compat=0.1.3-2' 'keyutils=1.5.5-1'
-'libisoburn=1.2.0-1' 'squashfs-tools=4.2-2' 'file=5.11-1' 
'yp-tools=2.12-2' 'curl=7.25.0-1'  'smartmontools=5.42-3'
-'dnsmasq=2.60-2' 'lftp=4.3.5-1' 'openconnect=1:3.15-1' 
'libxml2=2.7.8-2' 'libproxy=0.4.7-1' 'speedtouch=1.3.1-4'
-'tcpdump=4.2.1-2' 'nmap=5.51-3' 'lua=5.1.5-1' 'weechat=0.3.7-1' 
'gnutls=3.0.17-1' 'nettle=2.4-1' 'libtasn1=2.12-1'
-'expat=2.0.1-7' 'progsreiserfs=0.3.0.5-7' 'glib2=2.30.2-2' 
'freetype2=2.4.9-1'
-'libssh2=1.4.0-1' 'libedit=20120311_3.0-1' 'talloc=2.0.7-1' 
'eventlog=0.2.12-3' 'idnkit=1.0-2' 'libjpeg-turbo=1.2.0-1'
-'dmidecode=2.11-2' 'pth=2.0.7-4' 'gnupg=2.0.19-1' 
'libksba=1.2.0-1' 'libassuan=2.0.3-1' 'pinentry=0.8.1-3'
-'dirmngr=1.1.0-3'  'gpgme=1.3.1-4' 'ldns=1.6.12-2' 
'dnssec-anchors=20120422-1' 'hwids=20120512-1'
-'systemd=185' 'archlinux-keyring=20120529-1' 'haveged=1.4-3' 
-'pambase=20120602-1' 'chntpw=110511-2' 'traceroute=2.0.18' 
'arch-wiki-lite=20120619-1' 'grub=2.00-1' 
-'systemd-sysvcompat=188-2' 'arch-wiki-lite=20120619-1'
- 'intel-ucode=20120606-1' 'arch-install-scripts=5-1' 'zsh=5.0.0-2' 
'gdbm=1.10-1'
- 'grml-zsh-config=0.6.2-1' 'cpupower=3.5-4' 

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

2014-06-05 Thread Tobias Powalowski
Date: Thursday, June 5, 2014 @ 17:30:16
  Author: tpowa
Revision: 214304

upgpkg: archboot 2014.06-1

bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 14:53:57 UTC (rev 214303)
+++ PKGBUILD2014-06-05 15:30:16 UTC (rev 214304)
@@ -2,7 +2,7 @@
 # Maintainer : Tobias Powalowski tp...@archlinux.org
 
 pkgname=archboot
-pkgver=2013.10
+pkgver=2014.06
 pkgrel=1
 pkgdesc=Advanced, modular arch boot/install image creation utility
 arch=(any)
@@ -24,7 +24,7 @@
 'b43-fwcutter=015-1' 'wpa_supplicant=0.7.3-5' 'rsync=3.0.9-2' 
'gzip=1.4-4' 'libarchive=3.0.3-5'
 'device-mapper=2.02.95-1' 'screen=4.0.3-13' 'elfutils=0.152-2' 
'pam=1.1.5-2' 'cracklib=2.8.18-2'
 'nfs-utils=1.2.5-2' 'nfsidmap=0.24-3' 'readline=6.2.002-1' 
'acl=2.2.51-1' 'attr=2.4.46-1' 'pcre=8.30-1'
-'cpio=2.11-3' 'fuse=2.8.7-1' 'libusbx=1.0.8-2' 'vim=7.4.0-1' 
'lzo2=2.06-1' 'libsasl=2.1.23-9' 'libldap=2.4.30-1'
+'cpio=2.11-3' 'fuse=2.8.7-1' 'libusb=1.0.18-1' 'vim=7.4.0-1' 
'lzo2=2.06-1' 'libsasl=2.1.23-9' 'libldap=2.4.30-1'
 'gpm=1.20.6-7' 'libevent=2.0.17-1' 'gcc-libs=4.6.3-1' 
'sdparm=1.07-1' 'licenses=2.9-1' 'pptpclient=1.7.2-4'
 'zd1211-firmware=1.4-5' 'ipw2100-fw=1.3-6' 'ipw2200-fw=3.1-4' 
'smbclient=3.6.3-4'  'dhcpcd=5.5.4-1' 'openssl=1.0.1-1'
 'git=1.7.9.5-1' 'dmraid=1.0.0.rc16.3-2' 'linux-atm=2.5.2-1' 
'netctl=0.6-1' 'parted=3.1-1' 'tzdata=2012b-1'
@@ -69,4 +69,4 @@
   cd $srcdir/$pkgname-$pkgver-1
   mv * $pkgdir/
 }
-md5sums=('403c47b1d0e80c56c345a745e385d6ec')
+md5sums=('8b7d9ccf68005add222118f1d0b5725f')



[arch-commits] Commit in lib32-openssl/repos/multilib-x86_64 (6 files)

2014-06-05 Thread Pierre Schmitz
Date: Thursday, June 5, 2014 @ 17:38:27
  Author: pierre
Revision: 112723

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
(from rev 112722, lib32-openssl/trunk/PKGBUILD)
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch
(from rev 112722, lib32-openssl/trunk/ca-dir.patch)
  lib32-openssl/repos/multilib-x86_64/no-rpath.patch
(from rev 112722, lib32-openssl/trunk/no-rpath.patch)
Deleted:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch
  lib32-openssl/repos/multilib-x86_64/no-rpath.patch

+
 PKGBUILD   |  140 +++
 ca-dir.patch   |   66 -
 no-rpath.patch |   22 
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-05 15:38:12 UTC (rev 112722)
+++ PKGBUILD2014-06-05 15:38:27 UTC (rev 112723)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-_pkgbasename=openssl
-pkgname=lib32-$_pkgbasename
-_ver=1.0.1g
-# use a pacman compatible version scheme
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-#pkgver=$_ver
-pkgrel=1
-pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
-arch=('x86_64')
-url='https://www.openssl.org'
-license=('custom:BSD')
-depends=('lib32-zlib' ${_pkgbasename})
-optdepends=('ca-certificates')
-makedepends=('gcc-multilib')
-options=('!makeflags')
-source=(https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz;
-https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc;
-'no-rpath.patch'
-'ca-dir.patch')
-md5sums=('de62b43dfcd858e66a74bee1c834e959'
- 'SKIP'
- 'dc78d3d06baffc16217519242ce92478'
- '3bf51be3a1bbd262be46dc619f92aa90')
-
-prepare() {
-   cd $srcdir/$_pkgbasename-$_ver
-
-   # remove rpath: http://bugs.archlinux.org/task/14367
-   patch -p0 -i $srcdir/no-rpath.patch
-   # set ca dir to /etc/ssl by default
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-build() {
-   export CC=gcc -m32
-   export CXX=g++ -m32
-   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-   cd $srcdir/$_pkgbasename-$_ver
-
-   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
-   shared zlib \
-   linux-elf \
-   -Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
-
-   make MAKEDEPPROG=${CC} depend
-   make
-}
-
-check() {
-   cd $srcdir/$_pkgbasename-$_ver
-   # the test fails due to missing write permissions in /etc/ssl
-   # revert this patch for make test
-   patch -p0 -R -i $srcdir/ca-dir.patch
-   make test
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-package() {
-   cd $srcdir/$_pkgbasename-$_ver
-   make INSTALL_PREFIX=$pkgdir install_sw
-
-   rm -rf ${pkgdir}/{usr/{include,bin},etc}
-   mkdir -p $pkgdir/usr/share/licenses
-   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-openssl/repos/multilib-x86_64/PKGBUILD (from rev 112722, 
lib32-openssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-05 15:38:27 UTC (rev 112723)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+_pkgbasename=openssl
+pkgname=lib32-$_pkgbasename
+_ver=1.0.1h
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
+arch=('x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('lib32-zlib' ${_pkgbasename})
+optdepends=('ca-certificates')
+makedepends=('gcc-multilib')
+options=('!makeflags')
+source=(https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz;
+https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ca-dir.patch')
+md5sums=('8d6d684a9430d5cc98a62a5d8fbda8cf'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+ '3bf51be3a1bbd262be46dc619f92aa90')
+
+prepare() {
+   cd $srcdir/$_pkgbasename-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+build() {
+   export CC=gcc -m32
+   export CXX=g++ -m32
+   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+   cd $srcdir/$_pkgbasename-$_ver
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
+   shared zlib \
+   linux-elf \

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

2014-06-05 Thread Pierre Schmitz
Date: Thursday, June 5, 2014 @ 17:38:12
  Author: pierre
Revision: 112722

upgpkg: lib32-openssl 1.0.1.h-1

Modified:
  lib32-openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 14:18:22 UTC (rev 112721)
+++ PKGBUILD2014-06-05 15:38:12 UTC (rev 112722)
@@ -3,7 +3,7 @@
 
 _pkgbasename=openssl
 pkgname=lib32-$_pkgbasename
-_ver=1.0.1g
+_ver=1.0.1h
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
@@ -20,7 +20,7 @@
 https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc;
 'no-rpath.patch'
 'ca-dir.patch')
-md5sums=('de62b43dfcd858e66a74bee1c834e959'
+md5sums=('8d6d684a9430d5cc98a62a5d8fbda8cf'
  'SKIP'
  'dc78d3d06baffc16217519242ce92478'
  '3bf51be3a1bbd262be46dc619f92aa90')



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

2014-06-05 Thread Sergej Pupykin
Date: Thursday, June 5, 2014 @ 18:37:09
  Author: spupykin
Revision: 112724

upgpkg: redis 2.8.10-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 15:38:27 UTC (rev 112723)
+++ PKGBUILD2014-06-05 16:37:09 UTC (rev 112724)
@@ -4,7 +4,7 @@
 # Contributor: nofxx x@nick.com
 
 pkgname=redis
-pkgver=2.8.9
+pkgver=2.8.10
 pkgrel=1
 pkgdesc=Advanced key-value store
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
redis.service
redis.logrotate
redis.tmpfiles.d)
-md5sums=('3c106b0f1128dc930684e2da88b2a03d'
+md5sums=('54a984a5c61fd1d815625fb1ea9ff5ad'
  '5320aa6d0f31aadc1d6202ca40425aea'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'dd9ab8022b4d963b2e5899170dfff490')



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

2014-06-05 Thread Sergej Pupykin
Date: Thursday, June 5, 2014 @ 18:37:30
  Author: spupykin
Revision: 112725

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 112724, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis.install
(from rev 112724, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 112724, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 112724, redis/trunk/redis.service)
  redis/repos/community-i686/redis.tmpfiles.d
(from rev 112724, redis/trunk/redis.tmpfiles.d)
  redis/repos/community-x86_64/PKGBUILD
(from rev 112724, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis.install
(from rev 112724, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 112724, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 112724, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.tmpfiles.d
(from rev 112724, 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-06-05 16:37:09 UTC (rev 112724)
+++ community-i686/PKGBUILD 2014-06-05 16:37:30 UTC (rev 112725)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan-Erik Rediger badboy at archlinux dot us
-# Contributor: nofxx x@nick.com
-
-pkgname=redis
-pkgver=2.8.9
-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=('3c106b0f1128dc930684e2da88b2a03d'
- '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 112724, 
redis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 16:37:30 UTC (rev 112725)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan-Erik Rediger badboy at archlinux dot us
+# Contributor: nofxx x@nick.com
+
+pkgname=redis
+pkgver=2.8.10
+pkgrel=1
+pkgdesc=Advanced key-value store
+arch=('i686' 'x86_64')
+url=http://redis.io/;
+license=('BSD')
+depends=('bash')
+makedepends=('gcc=3.1' 

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

2014-06-05 Thread Massimiliano Torromeo
Date: Thursday, June 5, 2014 @ 18:39:40
  Author: mtorromeo
Revision: 112726

upgpkg: snapper 0.2.2-3

Re-enabled rollback support after fix for link errors landed in btrfs-tools

Modified:
  snapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 16:37:30 UTC (rev 112725)
+++ PKGBUILD2014-06-05 16:39:40 UTC (rev 112726)
@@ -3,7 +3,7 @@
 
 pkgname=snapper
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
 arch=('i686' 'x86_64')
 url=http://snapper.io;
@@ -53,10 +53,7 @@
   --sbindir=/usr/bin \
   --with-conf=/etc/conf.d \
   --disable-zypp \
-  --disable-silent-rules \
-  --disable-rollback
-  # rollback disabled until patch applied in next btrfs-progs release
-  # http://www.spinics.net/lists/linux-btrfs/msg33434.html
+  --disable-silent-rules
   make
 }
 



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

2014-06-05 Thread Massimiliano Torromeo
Date: Thursday, June 5, 2014 @ 18:43:08
  Author: mtorromeo
Revision: 112727

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

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

---+
 /PKGBUILD |  140 
 community-i686/PKGBUILD   |   73 --
 community-x86_64/PKGBUILD |   73 --
 3 files changed, 140 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 16:39:40 UTC (rev 112726)
+++ community-i686/PKGBUILD 2014-06-05 16:43:08 UTC (rev 112727)
@@ -1,73 +0,0 @@
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Tom Kuther gim...@sonnenkinder.org
-
-pkgname=snapper
-pkgver=0.2.2
-pkgrel=2
-pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
-arch=('i686' 'x86_64')
-url=http://snapper.io;
-license=('GPL2')
-depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
-makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
-optdepends=('pam: pam_snapper')
-backup=('etc/conf.d/snapper')
-source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # boost fixlets - Arch doesn't use -mt suffix
-  sed -e 's@lboost_thread-mt@lboost_thread@g' \
-  -e 's@lboost_system-mt@lboost_system@g' \
-  -i snapper/Makefile.am
-
-  # cron names
-  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
-
-  # fix sysconf dir
-  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
-
-  # fix pam plugin install location
-  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
-
-  # all in /usr/bin
-  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
-
-# NTP drift file location
-  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
-
-  # man pages sysconfig location
-  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  aclocal
-  libtoolize --force --automake --copy
-  autoheader
-  automake --add-missing --copy
-  autoconf
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-conf=/etc/conf.d \
-  --disable-zypp \
-  --disable-silent-rules \
-  --disable-rollback
-  # rollback disabled until patch applied in next btrfs-progs release
-  # http://www.spinics.net/lists/linux-btrfs/msg33434.html
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 data/sysconfig.snapper $pkgdir/etc/conf.d/snapper
-
-  rm -f $pkgdir/etc/snapper/zypp-plugin.conf
-  rm -f $pkgdir/usr/share/man/man*/snapper-zypp-plugin.*.gz
-}
-
-sha256sums=('0fbe2b5520d7a22e6212ef41304b5ec43006ab47cf99800d3266a00bc53e56b9')

Copied: snapper/repos/community-i686/PKGBUILD (from rev 112726, 
snapper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 16:43:08 UTC (rev 112727)
@@ -0,0 +1,70 @@
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Tom Kuther gim...@sonnenkinder.org
+
+pkgname=snapper
+pkgver=0.2.2
+pkgrel=3
+pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
+arch=('i686' 'x86_64')
+url=http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # boost fixlets - Arch doesn't use -mt suffix
+  sed -e 's@lboost_thread-mt@lboost_thread@g' \
+  -e 's@lboost_system-mt@lboost_system@g' \
+  -i snapper/Makefile.am
+
+  # cron names
+  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
+
+  # fix sysconf dir
+  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+}
+
+build() {
+ 

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

2014-06-05 Thread Felix Yan
Date: Thursday, June 5, 2014 @ 19:00:23
  Author: fyan
Revision: 112728

upgpkg: shadowsocks 2.0-1

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 16:43:08 UTC (rev 112727)
+++ PKGBUILD2014-06-05 17:00:23 UTC (rev 112728)
@@ -2,14 +2,15 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=shadowsocks
-pkgver=1.4.5
+pkgver=2.0
 pkgrel=1
 pkgdesc=A lightweight tunnel proxy
 license=(MIT)
 url=http://pypi.python.org/pypi/shadowsocks;
 depends=('python2' 'python2-setuptools')
-optdepends=('python2-gevent: Recommended for much better performance'
-'python2-m2crypto: For any encryption method other than table')
+optdepends=('python2-m2crypto: For any encryption method other than table'
+'python2-numpy: For salsa20 support'
+'python2-salsa20: For salsa20 support')
 
source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
 https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
 shadowsocks@.service
@@ -35,7 +36,7 @@
   install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-sha512sums=('87f23c57781e4855a77aa88be70468ab11a01dd99c368c57abc9dd39f14ef84c101bd4bd2bd2c2d7027730c46e67c76e287a243e5d41c39e6abc6448ba37'
+sha512sums=('37a6274c72173370fa8bfaf30fd9adbcf9a166399ef05239a0a8a815be7313dee8b0694ea0caeef99ef9e4d42fee062126ea91cfd23d4a04e55ae84e0dbc1a1d'
 
'36c025d78d9d2b355516360c8d4642290dc4102543eb4b1473a6f3201785ef28727ff9cb662757f013a62fa4a73f62a2655508a5ae554e124404fc3077aef8cb'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')



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

2014-06-05 Thread Felix Yan
Date: Thursday, June 5, 2014 @ 19:01:07
  Author: fyan
Revision: 112729

archrelease: copy trunk to community-testing-any

Added:
  shadowsocks/repos/community-testing-any/
  shadowsocks/repos/community-testing-any/PKGBUILD
(from rev 112728, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-testing-any/shadowsocks-server@.service
(from rev 112728, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-testing-any/shadowsocks.install
(from rev 112728, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-testing-any/shadowsocks@.service
(from rev 112728, shadowsocks/trunk/shadowsocks@.service)

-+
 PKGBUILD|   42 ++
 shadowsocks-server@.service |   12 
 shadowsocks.install |5 +
 shadowsocks@.service|   12 
 4 files changed, 71 insertions(+)

Copied: shadowsocks/repos/community-testing-any/PKGBUILD (from rev 112728, 
shadowsocks/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-06-05 17:01:07 UTC (rev 112729)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=shadowsocks
+pkgver=2.0
+pkgrel=1
+pkgdesc=A lightweight tunnel proxy
+license=(MIT)
+url=http://pypi.python.org/pypi/shadowsocks;
+depends=('python2' 'python2-setuptools')
+optdepends=('python2-m2crypto: For any encryption method other than table'
+'python2-numpy: For salsa20 support'
+'python2-salsa20: For salsa20 support')
+source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
+https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
+shadowsocks@.service
+shadowsocks-server@.service)
+arch=('any')
+install=${pkgname}.install
+
+prepare() {
+  cd shadowsocks-$pkgver/shadowsocks
+  # python2 fix
+  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
+  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
+  -i local.py server.py encrypt.py __init__.py utils.py
+}
+
+package() {
+  cd $srcdir/shadowsocks-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  
+  install -d $pkgdir/etc/shadowsocks
+  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
+  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
+  install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+sha512sums=('37a6274c72173370fa8bfaf30fd9adbcf9a166399ef05239a0a8a815be7313dee8b0694ea0caeef99ef9e4d42fee062126ea91cfd23d4a04e55ae84e0dbc1a1d'
+
'36c025d78d9d2b355516360c8d4642290dc4102543eb4b1473a6f3201785ef28727ff9cb662757f013a62fa4a73f62a2655508a5ae554e124404fc3077aef8cb'
+
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
+
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')

Copied: shadowsocks/repos/community-testing-any/shadowsocks-server@.service 
(from rev 112728, shadowsocks/trunk/shadowsocks-server@.service)
===
--- community-testing-any/shadowsocks-server@.service   
(rev 0)
+++ community-testing-any/shadowsocks-server@.service   2014-06-05 17:01:07 UTC 
(rev 112729)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks Server Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/bin/ssserver -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Copied: shadowsocks/repos/community-testing-any/shadowsocks.install (from rev 
112728, shadowsocks/trunk/shadowsocks.install)
===
--- community-testing-any/shadowsocks.install   (rev 0)
+++ community-testing-any/shadowsocks.install   2014-06-05 17:01:07 UTC (rev 
112729)
@@ -0,0 +1,5 @@
+post_install() {
+echo You can use profiled systemd units to start/stop shadowsocks: 
(Profiles are placed under /etc/shadowsocks/*.json)
+echo # systemctl start/stop shadowsocks[-server]@conf-name
+}
+

Copied: shadowsocks/repos/community-testing-any/shadowsocks@.service (from rev 
112728, shadowsocks/trunk/shadowsocks@.service)
===
--- community-testing-any/shadowsocks@.service  (rev 0)
+++ community-testing-any/shadowsocks@.service  2014-06-05 17:01:07 UTC (rev 
112729)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks Client Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/bin/sslocal -c 

[arch-commits] Commit in (4 files)

2014-06-05 Thread Felix Yan
Date: Thursday, June 5, 2014 @ 19:07:00
  Author: fyan
Revision: 112730

addpkg: python-salsa20 0.3.0-1

Added:
  python-salsa20/
  python-salsa20/repos/
  python-salsa20/trunk/
  python-salsa20/trunk/PKGBUILD

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

Added: python-salsa20/trunk/PKGBUILD
===
--- python-salsa20/trunk/PKGBUILD   (rev 0)
+++ python-salsa20/trunk/PKGBUILD   2014-06-05 17:07:00 UTC (rev 112730)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-salsa20
+pkgname=(python-salsa20 python2-salsa20)
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Bindings for the NaCL implementation of Salsa20 and XSalsa20 by D. J. 
Bernstein'
+arch=('i686' 'x86_64')
+url=http://github.com/keybase/python-salsa20;
+license=('BSD')
+makedepends=('python' 'python2')
+source=(https://pypi.python.org/packages/source/s/salsa20/salsa20-$pkgver.tar.gz;)
+md5sums=('5f199f3d6c643f05904b9d4a0b5d7e00')
+
+prepare() {
+  cp -r salsa20-$pkgver{,-py2}
+}
+
+check() {
+  # Tests has to be ran after installation
+
+  cd salsa20-$pkgver
+  #python -m doctest -v README.rst
+
+  cd ../salsa20-$pkgver-py2
+  #python2 -m doctest -v README.rst
+}
+
+package_python-salsa20() {
+  depends=('python')
+
+  cd salsa20-$pkgver
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-salsa20() {
+  depends=('python2')
+
+  cd salsa20-$pkgver-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


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


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

2014-06-05 Thread Felix Yan
Date: Thursday, June 5, 2014 @ 19:07:56
  Author: fyan
Revision: 112731

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

Added:
  python-salsa20/repos/community-i686/
  python-salsa20/repos/community-i686/PKGBUILD
(from rev 112730, python-salsa20/trunk/PKGBUILD)
  python-salsa20/repos/community-x86_64/
  python-salsa20/repos/community-x86_64/PKGBUILD
(from rev 112730, python-salsa20/trunk/PKGBUILD)

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

Copied: python-salsa20/repos/community-i686/PKGBUILD (from rev 112730, 
python-salsa20/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 17:07:56 UTC (rev 112731)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-salsa20
+pkgname=(python-salsa20 python2-salsa20)
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Bindings for the NaCL implementation of Salsa20 and XSalsa20 by D. J. 
Bernstein'
+arch=('i686' 'x86_64')
+url=http://github.com/keybase/python-salsa20;
+license=('BSD')
+makedepends=('python' 'python2')
+source=(https://pypi.python.org/packages/source/s/salsa20/salsa20-$pkgver.tar.gz;)
+md5sums=('5f199f3d6c643f05904b9d4a0b5d7e00')
+
+prepare() {
+  cp -r salsa20-$pkgver{,-py2}
+}
+
+check() {
+  # Tests has to be ran after installation
+
+  cd salsa20-$pkgver
+  #python -m doctest -v README.rst
+
+  cd ../salsa20-$pkgver-py2
+  #python2 -m doctest -v README.rst
+}
+
+package_python-salsa20() {
+  depends=('python')
+
+  cd salsa20-$pkgver
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-salsa20() {
+  depends=('python2')
+
+  cd salsa20-$pkgver-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: python-salsa20/repos/community-x86_64/PKGBUILD (from rev 112730, 
python-salsa20/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-05 17:07:56 UTC (rev 112731)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-salsa20
+pkgname=(python-salsa20 python2-salsa20)
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Bindings for the NaCL implementation of Salsa20 and XSalsa20 by D. J. 
Bernstein'
+arch=('i686' 'x86_64')
+url=http://github.com/keybase/python-salsa20;
+license=('BSD')
+makedepends=('python' 'python2')
+source=(https://pypi.python.org/packages/source/s/salsa20/salsa20-$pkgver.tar.gz;)
+md5sums=('5f199f3d6c643f05904b9d4a0b5d7e00')
+
+prepare() {
+  cp -r salsa20-$pkgver{,-py2}
+}
+
+check() {
+  # Tests has to be ran after installation
+
+  cd salsa20-$pkgver
+  #python -m doctest -v README.rst
+
+  cd ../salsa20-$pkgver-py2
+  #python2 -m doctest -v README.rst
+}
+
+package_python-salsa20() {
+  depends=('python')
+
+  cd salsa20-$pkgver
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-salsa20() {
+  depends=('python2')
+
+  cd salsa20-$pkgver-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2014-06-05 Thread Gaetan Bisson
Date: Thursday, June 5, 2014 @ 19:24:35
  Author: bisson
Revision: 214306

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

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 214305, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 214305, gnupg/repos/testing-i686/install)
  gnupg/repos/core-i686/protect-tool-env.patch
(from rev 214305, gnupg/repos/testing-i686/protect-tool-env.patch)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 214305, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 214305, gnupg/repos/testing-x86_64/install)
  gnupg/repos/core-x86_64/protect-tool-env.patch
(from rev 214305, gnupg/repos/testing-x86_64/protect-tool-env.patch)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-i686/protect-tool-env.patch
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/core-x86_64/protect-tool-env.patch
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

+
 /PKGBUILD  |  122 +++
 /install   |   40 +++
 /protect-tool-env.patch|   56 
 core-i686/PKGBUILD |   61 -
 core-i686/install  |   20 -
 core-i686/protect-tool-env.patch   |   28 
 core-x86_64/PKGBUILD   |   61 -
 core-x86_64/install|   20 -
 core-x86_64/protect-tool-env.patch |   28 
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-06-05 15:30:25 UTC (rev 214305)
+++ core-i686/PKGBUILD  2014-06-05 17:24:35 UTC (rev 214306)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=gnupg
-pkgver=2.0.22
-pkgrel=2
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('curl: gpg2keys_curl'
-'libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('curl' 'libldap' 'libusb-compat')
-depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-'protect-tool-env.patch')
-sha1sums=('9ba9ee288e9bf813e0f1e25cbe06b58d3072d8b8' 'SKIP'
-  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
-
-install=install
-
-conflicts=('gnupg2')
-provides=(gnupg2=${pkgver})
-replaces=('gnupg2')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../protect-tool-env.patch # FS#31900
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-   --enable-gpgtar \
-
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   ln -s gpg2 ${pkgdir}/usr/bin/gpg
-   ln -s gpgv2 ${pkgdir}/usr/bin/gpgv
-   ln -s gpg2.1.gz ${pkgdir}/usr/share/man/man1/gpg.1.gz
-   rm ${pkgdir}/usr/share/gnupg/com-certs.pem # FS#33059
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 214305, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-06-05 17:24:35 UTC (rev 214306)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.0.23
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+'protect-tool-env.patch')
+sha1sums=('c90e47ab95a40dd070fd75faef0a05c7b679553b' 'SKIP'
+  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
+
+install=install
+
+conflicts=('gnupg2')
+provides=(gnupg2=${pkgver})
+replaces=('gnupg2')

[arch-commits] Commit in spamassassin/trunk (PKGBUILD net-dns.patch)

2014-06-05 Thread Florian Pritz
Date: Thursday, June 5, 2014 @ 20:50:35
  Author: bluewind
Revision: 214307

upgpkg: spamassassin 3.4.0-2

fix FS#40707; Net::DNS dev version causes errors

Added:
  spamassassin/trunk/net-dns.patch
Modified:
  spamassassin/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 net-dns.patch |   27 +++
 2 files changed, 33 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 17:24:35 UTC (rev 214306)
+++ PKGBUILD2014-06-05 18:50:35 UTC (rev 214307)
@@ -4,7 +4,7 @@
 # Contributor: Manolis Tzanidakis
 pkgname=spamassassin
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A mail filter to identify spam.
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -22,10 +22,11 @@
 'etc/mail/spamassassin/v330.pre')
 install=${pkgname}.install
 
source=(http://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz{,.asc}
-'spamassassin.service')
+'spamassassin.service' net-dns.patch)
 md5sums=('5d0b50cee3bfa905cca35c33296c8c2a'
  'SKIP'
- 'd0ce5f8a02fd74dbc83632f4aaec6185')
+ 'd0ce5f8a02fd74dbc83632f4aaec6185'
+ 'bd27e3a54784a0a519d3abff3fa82392')
 
 prepare() {
   cd ${srcdir}/Mail-SpamAssassin-${pkgver}
@@ -33,6 +34,8 @@
   sed -i t/sa_compile.t \
  -e 's#/foo/bin/spamassassin#/foo/bin/site_perl/spamassassin#' \
  -e 's#/foo/bin/sa-compile#/foo/bin/site_perl/sa-compile#'
+
+  patch -p1 -i $srcdir/net-dns.patch
 }
 
 build() {

Added: net-dns.patch
===
--- net-dns.patch   (rev 0)
+++ net-dns.patch   2014-06-05 18:50:35 UTC (rev 214307)
@@ -0,0 +1,27 @@
+Fix FS#40707 by disabling the failing version check. We don't ship versions 
that old anyway.
+
+---
+diff -Nur a/lib/Mail/SpamAssassin/Dns.pm b/lib/Mail/SpamAssassin/Dns.pm
+--- a/lib/Mail/SpamAssassin/Dns.pm 2014-06-05 19:34:56.299391918 +0200
 b/lib/Mail/SpamAssassin/Dns.pm 2014-06-05 19:35:56.816256160 +0200
+@@ -518,7 +518,7 @@
+   }
+ }
+ else {
+-  if ($Net::DNS::VERSION  0.34) {
++  if (0) {
+   warn(dns: Net::DNS version is $Net::DNS::VERSION, but need 0.34);
+   return $IS_DNS_AVAILABLE;
+   }
+diff -Nur a/lib/Mail/SpamAssassin/Plugin/AskDNS.pm 
Mail-SpamAssassin-3.4.0/lib/Mail/SpamAssassin/Plugin/AskDNS.pm
+--- a/lib/Mail/SpamAssassin/Plugin/AskDNS.pm   2014-06-05 19:34:56.302725263 
+0200
 b/lib/Mail/SpamAssassin/Plugin/AskDNS.pm   2014-06-05 19:35:30.086168916 
+0200
+@@ -211,7 +211,7 @@
+ 
+   $self-set_config($sa_main-{conf});
+ 
+-  $txtdata_can_provide_a_list = Net::DNS-VERSION = 0.69;
++  $txtdata_can_provide_a_list = 1;
+ 
+   return $self;
+ }



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

2014-06-05 Thread Florian Pritz
Date: Thursday, June 5, 2014 @ 20:50:41
  Author: bluewind
Revision: 214308

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

Added:
  spamassassin/repos/extra-i686/PKGBUILD
(from rev 214307, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/extra-i686/net-dns.patch
(from rev 214307, spamassassin/trunk/net-dns.patch)
  spamassassin/repos/extra-i686/spamassassin.install
(from rev 214307, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/extra-i686/spamassassin.service
(from rev 214307, spamassassin/trunk/spamassassin.service)
  spamassassin/repos/extra-x86_64/PKGBUILD
(from rev 214307, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/extra-x86_64/net-dns.patch
(from rev 214307, spamassassin/trunk/net-dns.patch)
  spamassassin/repos/extra-x86_64/spamassassin.install
(from rev 214307, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/extra-x86_64/spamassassin.service
(from rev 214307, spamassassin/trunk/spamassassin.service)
Deleted:
  spamassassin/repos/extra-i686/PKGBUILD
  spamassassin/repos/extra-i686/spamassassin.install
  spamassassin/repos/extra-i686/spamassassin.service
  spamassassin/repos/extra-x86_64/PKGBUILD
  spamassassin/repos/extra-x86_64/spamassassin.install
  spamassassin/repos/extra-x86_64/spamassassin.service

---+
 /PKGBUILD |  130 
 /spamassassin.install |   76 +
 /spamassassin.service |   28 +++
 extra-i686/PKGBUILD   |   62 -
 extra-i686/net-dns.patch  |   27 +++
 extra-i686/spamassassin.install   |   38 --
 extra-i686/spamassassin.service   |   14 ---
 extra-x86_64/PKGBUILD |   62 -
 extra-x86_64/net-dns.patch|   27 +++
 extra-x86_64/spamassassin.install |   38 --
 extra-x86_64/spamassassin.service |   14 ---
 11 files changed, 288 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-05 18:50:35 UTC (rev 214307)
+++ extra-i686/PKGBUILD 2014-06-05 18:50:41 UTC (rev 214308)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Manolis Tzanidakis
-pkgname=spamassassin
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=A mail filter to identify spam.
-arch=('i686' 'x86_64')
-license=('APACHE')
-url=http://spamassassin.apache.org;
-depends=('openssl' 'zlib' 're2c' 'perl-net-dns' 'perl-io-socket-ssl'
- 'perl-libwww' 'perl-mail-spf' 'perl-http-message' 'perl-net-http'
- 'perl-io-socket-inet6' 'perl-mail-dkim' 'perl-crypt-ssleay')
-makedepends=('razor' 'perl-dbi')
-optdepends=('razor: to identify collaborately-flagged spam')
-backup=('etc/mail/spamassassin/local.cf'
-'etc/mail/spamassassin/init.pre'
-'etc/mail/spamassassin/v310.pre'
-'etc/mail/spamassassin/v312.pre'
-'etc/mail/spamassassin/v320.pre'
-'etc/mail/spamassassin/v330.pre')
-install=${pkgname}.install
-source=(http://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz{,.asc}
-'spamassassin.service')
-md5sums=('5d0b50cee3bfa905cca35c33296c8c2a'
- 'SKIP'
- 'd0ce5f8a02fd74dbc83632f4aaec6185')
-
-prepare() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-
-  sed -i t/sa_compile.t \
- -e 's#/foo/bin/spamassassin#/foo/bin/site_perl/spamassassin#' \
- -e 's#/foo/bin/sa-compile#/foo/bin/site_perl/sa-compile#'
-}
-
-build() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor \
-  CONTACT_ADDRESS=root@localhost ENABLE_SSL=yes PERL_TAINT=no
-  make 
-}
-
-check() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-
-  # parallel tests cause lots of failures; disable for now
-  #export HARNESS_OPTIONS=j$(echo $MAKEFLAGS | sed 
's/.*-j\([0-9][0-9]*\).*/\1/')
-
-  make test
-}
-
-package() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/spamassassin.service 
${pkgdir}/usr/lib/systemd/system/spamassassin.service
-  install -d -o 182 -g 182 -m 755 $pkgdir/var/lib/spamassassin
-}

Copied: spamassassin/repos/extra-i686/PKGBUILD (from rev 214307, 
spamassassin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-05 18:50:41 UTC (rev 214308)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Manolis Tzanidakis
+pkgname=spamassassin
+pkgver=3.4.0
+pkgrel=2
+pkgdesc=A mail filter to identify spam.
+arch=('i686' 'x86_64')
+license=('APACHE')
+url=http://spamassassin.apache.org;
+depends=('openssl' 'zlib' 're2c' 

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

2014-06-05 Thread Jaroslav Lichtblau
Date: Thursday, June 5, 2014 @ 21:10:13
  Author: jlichtblau
Revision: 112732

upgpkg: tilda 1.1.12-1

Modified:
  tilda/trunk/PKGBUILD
  tilda/trunk/tilda.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 17:07:56 UTC (rev 112731)
+++ PKGBUILD2014-06-05 19:10:13 UTC (rev 112732)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=tilda
-pkgver=1.1.10
+pkgver=1.1.12
 pkgrel=1
 pkgdesc=A Gtk based drop down terminal for Linux and Unix
 arch=('i686' 'x86_64')
@@ -11,8 +11,9 @@
 url=https://github.com/lanoxx/tilda;
 license=('GPL')
 depends=('vte3' 'confuse')
+changelog=$pkgname.changelog
 source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('292f98d344c88998a0f7d67372020f1c3c7192de94fabf14a0d4eae18726b267')
+sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282')
 
 build() {
   cd $pkgname-$pkgname-$pkgver

Modified: tilda.changelog
===
--- tilda.changelog 2014-06-05 17:07:56 UTC (rev 112731)
+++ tilda.changelog 2014-06-05 19:10:13 UTC (rev 112732)
@@ -1,3 +1,6 @@
+2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.12-1
+
 2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
   * tilda 1.1.10-1
 



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

2014-06-05 Thread Jaroslav Lichtblau
Date: Thursday, June 5, 2014 @ 21:11:34
  Author: jlichtblau
Revision: 112733

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   63 +++---
 tilda.changelog |   59 ++
 2 files changed, 63 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-05 19:10:13 UTC (rev 112732)
+++ PKGBUILD2014-06-05 19:11:34 UTC (rev 112733)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=tilda
-pkgver=1.1.10
-pkgrel=1
-pkgdesc=A Gtk based drop down terminal for Linux and Unix
-arch=('i686' 'x86_64')
-url=https://github.com/lanoxx/tilda;
-license=('GPL')
-depends=('vte3' 'confuse')
-source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('292f98d344c88998a0f7d67372020f1c3c7192de94fabf14a0d4eae18726b267')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tilda/repos/community-x86_64/PKGBUILD (from rev 112732, 
tilda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-05 19:11:34 UTC (rev 112733)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=tilda
+pkgver=1.1.12
+pkgrel=1
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
+arch=('i686' 'x86_64')
+url=https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte3' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: tilda.changelog
===
--- tilda.changelog 2014-06-05 19:10:13 UTC (rev 112732)
+++ tilda.changelog 2014-06-05 19:11:34 UTC (rev 112733)
@@ -1,28 +0,0 @@
-2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.10-1
-
-2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.8-1
-
-2013-08-22 Maxime Gauduin aluc...@gmail.com
-  * tilda 1.1.7-3
-  * Fixes FS#36542, FS#36516 and FS#36543
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * FS#25762 fixed
-
-2008-04-29 Mateusz Herych heni...@gmail.com
-  * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade d...@aur.archlinux.org
-  * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade d...@aur.archlinux.org
-  * Updated to newer version - 0.9.5
-

Copied: tilda/repos/community-x86_64/tilda.changelog (from rev 112732, 
tilda/trunk/tilda.changelog)
===
--- tilda.changelog (rev 0)
+++ tilda.changelog 2014-06-05 19:11:34 UTC (rev 112733)
@@ -0,0 +1,31 @@
+2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.12-1
+
+2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.10-1
+
+2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.8-1
+
+2013-08-22 Maxime Gauduin aluc...@gmail.com
+  * tilda 1.1.7-3
+  * Fixes FS#36542, FS#36516 and FS#36543
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.7-1
+
+2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#29754 fixed
+
+2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#25762 fixed
+
+2008-04-29 Mateusz Herych heni...@gmail.com
+  * Updated for x86_64 - 0.9.6
+
+2008-04-28 Douglas Soares de Andrade d...@aur.archlinux.org
+  * Updated for i686 - 0.9.6
+
+2007-12-30 Douglas Soares de Andrade d...@aur.archlinux.org
+  * Updated to newer version - 0.9.5
+



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

2014-06-05 Thread Ike Devolder
Date: Thursday, June 5, 2014 @ 21:14:15
  Author: idevolder
Revision: 112734

php-mongo :: 1.5.3

Modified:
  php-mongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 19:11:34 UTC (rev 112733)
+++ PKGBUILD2014-06-05 19:14:15 UTC (rev 112734)
@@ -2,7 +2,7 @@
 # Contributor: Jarek Sedlacek jareksedla...@gmail.com
 
 pkgname=php-mongo
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc=Officially supported PHP driver for MongoDB
 arch=(i686 x86_64)
@@ -26,5 +26,5 @@
make INSTALL_ROOT=$pkgdir install
install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
 }
-sha256sums=('98ae2994445763d7bac19c418d9f1773592fd3a4a10ff1e36498383a52fb54e7'
+sha256sums=('18e488300b7a5a85d8740a8d837ca7de4c79835bcd3081fbc9e15f7c2c720f59'
 'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')



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

2014-06-05 Thread Ike Devolder
Date: Thursday, June 5, 2014 @ 21:14:29
  Author: idevolder
Revision: 112735

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

Added:
  php-mongo/repos/community-i686/PKGBUILD
(from rev 112734, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-i686/mongo.ini
(from rev 112734, php-mongo/trunk/mongo.ini)
  php-mongo/repos/community-x86_64/PKGBUILD
(from rev 112734, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-x86_64/mongo.ini
(from rev 112734, php-mongo/trunk/mongo.ini)
Deleted:
  php-mongo/repos/community-i686/PKGBUILD
  php-mongo/repos/community-i686/mongo.ini
  php-mongo/repos/community-x86_64/PKGBUILD
  php-mongo/repos/community-x86_64/mongo.ini

+
 /PKGBUILD  |   60 +++
 /mongo.ini |   56 
 community-i686/PKGBUILD|   30 -
 community-i686/mongo.ini   |   28 
 community-x86_64/PKGBUILD  |   30 -
 community-x86_64/mongo.ini |   28 
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 19:14:15 UTC (rev 112734)
+++ community-i686/PKGBUILD 2014-06-05 19:14:29 UTC (rev 112735)
@@ -1,30 +0,0 @@
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Jarek Sedlacek jareksedla...@gmail.com
-
-pkgname=php-mongo
-pkgver=1.5.2
-pkgrel=1
-pkgdesc=Officially supported PHP driver for MongoDB
-arch=(i686 x86_64)
-url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
-license=(APACHE)
-depends=(php)
-backup=(etc/php/conf.d/mongo.ini)
-source=(
-   http://pecl.php.net/get/mongo-$pkgver.tgz;
-   mongo.ini
-)
-
-build() {
-   cd mongo-$pkgver
-   phpize
-   ./configure --prefix=/usr --enable-mongo
-}
-
-package() {
-   cd mongo-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
-}
-sha256sums=('98ae2994445763d7bac19c418d9f1773592fd3a4a10ff1e36498383a52fb54e7'
-'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Copied: php-mongo/repos/community-i686/PKGBUILD (from rev 112734, 
php-mongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 19:14:29 UTC (rev 112735)
@@ -0,0 +1,30 @@
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Jarek Sedlacek jareksedla...@gmail.com
+
+pkgname=php-mongo
+pkgver=1.5.3
+pkgrel=1
+pkgdesc=Officially supported PHP driver for MongoDB
+arch=(i686 x86_64)
+url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
+license=(APACHE)
+depends=(php)
+backup=(etc/php/conf.d/mongo.ini)
+source=(
+   http://pecl.php.net/get/mongo-$pkgver.tgz;
+   mongo.ini
+)
+
+build() {
+   cd mongo-$pkgver
+   phpize
+   ./configure --prefix=/usr --enable-mongo
+}
+
+package() {
+   cd mongo-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
+}
+sha256sums=('18e488300b7a5a85d8740a8d837ca7de4c79835bcd3081fbc9e15f7c2c720f59'
+'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Deleted: community-i686/mongo.ini
===
--- community-i686/mongo.ini2014-06-05 19:14:15 UTC (rev 112734)
+++ community-i686/mongo.ini2014-06-05 19:14:29 UTC (rev 112735)
@@ -1,28 +0,0 @@
-; Tell PHP to load the Mongo Extension on startup
-extension=mongo.so
-
-[mongo]
-; If the driver should reconnect to mongo
-mongo.auto_reconnect = False
-
-; Whether to allow persistent connections
-mongo.allow_persistent = On
-
-; Maximum number of persistent connections (-1 means unlimited)
-mongo.max_persistent = -1
-
-; Maximum number of links (persistent and non-persistent, -1 means unlimited)
-mongo.max_connections = -1
-
-; Default host for mongo connection
-mongo.default_host = localhost
-
-; Default port for mongo database
-mongo.default_port = 27017
-
-; When saving files to the database, size of chunks to split them into
-mongo.chunk_size = 262400
-
-; Specify an alternate character to $ to use for special db functions ($set, 
$push, $exists, etc.)
-mongo.cmd = $
-

Copied: php-mongo/repos/community-i686/mongo.ini (from rev 112734, 
php-mongo/trunk/mongo.ini)
===
--- community-i686/mongo.ini(rev 0)
+++ community-i686/mongo.ini2014-06-05 19:14:29 UTC (rev 112735)
@@ -0,0 +1,28 @@
+; Tell PHP to load the Mongo Extension on startup
+extension=mongo.so
+
+[mongo]
+; If the driver should reconnect to mongo
+mongo.auto_reconnect = False
+

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

2014-06-05 Thread Jaroslav Lichtblau
Date: Thursday, June 5, 2014 @ 21:18:51
  Author: jlichtblau
Revision: 112736

archrelease: copy trunk to community-i686

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

-+
 PKGBUILD|   63 +++---
 tilda.changelog |   59 ++
 2 files changed, 63 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-05 19:14:29 UTC (rev 112735)
+++ PKGBUILD2014-06-05 19:18:51 UTC (rev 112736)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=tilda
-pkgver=1.1.10
-pkgrel=1
-pkgdesc=A Gtk based drop down terminal for Linux and Unix
-arch=('i686' 'x86_64')
-url=https://github.com/lanoxx/tilda;
-license=('GPL')
-depends=('vte3' 'confuse')
-source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('292f98d344c88998a0f7d67372020f1c3c7192de94fabf14a0d4eae18726b267')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tilda/repos/community-i686/PKGBUILD (from rev 112735, 
tilda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-05 19:18:51 UTC (rev 112736)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=tilda
+pkgver=1.1.12
+pkgrel=1
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
+arch=('i686' 'x86_64')
+url=https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte3' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: tilda.changelog
===
--- tilda.changelog 2014-06-05 19:14:29 UTC (rev 112735)
+++ tilda.changelog 2014-06-05 19:18:51 UTC (rev 112736)
@@ -1,28 +0,0 @@
-2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.10-1
-
-2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.8-1
-
-2013-08-22 Maxime Gauduin aluc...@gmail.com
-  * tilda 1.1.7-3
-  * Fixes FS#36542, FS#36516 and FS#36543
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * FS#25762 fixed
-
-2008-04-29 Mateusz Herych heni...@gmail.com
-  * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade d...@aur.archlinux.org
-  * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade d...@aur.archlinux.org
-  * Updated to newer version - 0.9.5
-

Copied: tilda/repos/community-i686/tilda.changelog (from rev 112735, 
tilda/trunk/tilda.changelog)
===
--- tilda.changelog (rev 0)
+++ tilda.changelog 2014-06-05 19:18:51 UTC (rev 112736)
@@ -0,0 +1,31 @@
+2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.12-1
+
+2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.10-1
+
+2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.8-1
+
+2013-08-22 Maxime Gauduin aluc...@gmail.com
+  * tilda 1.1.7-3
+  * Fixes FS#36542, FS#36516 and FS#36543
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.7-1
+
+2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#29754 fixed
+
+2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#25762 fixed
+
+2008-04-29 Mateusz Herych heni...@gmail.com
+  * Updated for x86_64 - 0.9.6
+
+2008-04-28 Douglas Soares de Andrade d...@aur.archlinux.org
+  * Updated for i686 - 0.9.6
+
+2007-12-30 Douglas Soares de Andrade d...@aur.archlinux.org
+  * Updated to newer version - 0.9.5
+



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

2014-06-05 Thread Daniel Micay
Date: Thursday, June 5, 2014 @ 21:26:08
  Author: thestinger
Revision: 112737

upgpkg: linux-grsec 3.14.5.201406051310-1

This fixes CVE-2014-3153.

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 19:18:51 UTC (rev 112736)
+++ PKGBUILD2014-06-05 19:26:08 UTC (rev 112737)
@@ -8,7 +8,7 @@
 _srcname=linux-3.14
 _pkgver=3.14.5
 _grsecver=3.0
-_timestamp=201406021708
+_timestamp=201406051310
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -39,7 +39,7 @@
 )
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'ecc00856830c05736b3f99609bc6d80353c29d2db9b0dffb91eb2d169808cac4'
-'8695054d1a1bd02acd2a08b1268eb65349f6877b1be1a00251dcbc5dd95a5a00'
+'4011302ac77541893ff1350f02255b45aa6b3ee5c4cb38581d063152dabb5e5a'
 'SKIP'
 '17ad207347950b50ccf63e405167984d1786a3e6e43660dec3829a9f288cf72c'
 '453f99c711ca5bc6e565c10d50caebc992dfd8e4c4afbd2974a7e47b9465b0e8'



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

2014-06-05 Thread Daniel Micay
Date: Thursday, June 5, 2014 @ 21:42:00
  Author: thestinger
Revision: 112738

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

Added:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 112737, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 112737, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-grsec/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 112737, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux-grsec/repos/community-i686/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 112737, 
linux-grsec/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux-grsec/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 112737, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux-grsec/repos/community-i686/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 112737, 
linux-grsec/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux-grsec/repos/community-i686/0011-kernfs-fix-removed-error-check.patch
(from rev 112737, 
linux-grsec/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
(from rev 112737, linux-grsec/trunk/0012-fix-saa7134.patch)
  linux-grsec/repos/community-i686/0015-fix-xsdt-validation.patch
(from rev 112737, linux-grsec/trunk/0015-fix-xsdt-validation.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 112737, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 112737, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 112737, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 112737, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 112737, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 112737, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 112737, linux-grsec/trunk/sysctl.conf)
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 112737, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 112737, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  
linux-grsec/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 112737, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux-grsec/repos/community-x86_64/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 112737, 
linux-grsec/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux-grsec/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 112737, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux-grsec/repos/community-x86_64/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 112737, 
linux-grsec/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux-grsec/repos/community-x86_64/0011-kernfs-fix-removed-error-check.patch
(from rev 112737, 
linux-grsec/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux-grsec/repos/community-x86_64/0012-fix-saa7134.patch
(from rev 112737, linux-grsec/trunk/0012-fix-saa7134.patch)
  linux-grsec/repos/community-x86_64/0015-fix-xsdt-validation.patch
(from rev 112737, linux-grsec/trunk/0015-fix-xsdt-validation.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 112737, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 112737, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 112737, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 112737, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 112737, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 112737, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 112737, linux-grsec/trunk/sysctl.conf)
Deleted:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  

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

2014-06-05 Thread Florian Pritz
Date: Thursday, June 5, 2014 @ 21:47:45
  Author: bluewind
Revision: 112739

upgpkg: filezilla 3.8.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 19:42:00 UTC (rev 112738)
+++ PKGBUILD2014-06-05 19:47:45 UTC (rev 112739)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('63e584aa478e358105e45972ee718a19')
+md5sums=('b4bce64b8db97419cfefa04468afc9fb')



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

2014-06-05 Thread Florian Pritz
Date: Thursday, June 5, 2014 @ 21:47:51
  Author: bluewind
Revision: 112740

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

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

+
 /PKGBUILD  |   72 +++
 /filezilla.install |   22 ++
 community-i686/PKGBUILD|   36 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 19:47:45 UTC (rev 112739)
+++ community-i686/PKGBUILD 2014-06-05 19:47:51 UTC (rev 112740)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite' 'gnutls')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
-  export WXRC='/usr/bin/wxrc-2.8'
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('63e584aa478e358105e45972ee718a19')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 112739, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 19:47:51 UTC (rev 112740)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite' 'gnutls')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('b4bce64b8db97419cfefa04468afc9fb')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2014-06-05 19:47:45 UTC (rev 112739)
+++ community-i686/filezilla.install2014-06-05 19:47:51 UTC (rev 112740)
@@ -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: filezilla/repos/community-i686/filezilla.install (from rev 112739, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2014-06-05 19:47:51 UTC (rev 112740)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-05 19:47:45 UTC (rev 112739)
+++ community-x86_64/PKGBUILD   2014-06-05 19:47:51 UTC (rev 112740)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths 

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

2014-06-05 Thread Ray Rashif
Date: Thursday, June 5, 2014 @ 22:22:48
  Author: schiv
Revision: 214310

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

Added:
  libffado/repos/extra-i686/PKGBUILD
(from rev 214309, libffado/trunk/PKGBUILD)
  libffado/repos/extra-i686/python2-qt.patch
(from rev 214309, libffado/trunk/python2-qt.patch)
  libffado/repos/extra-x86_64/PKGBUILD
(from rev 214309, libffado/trunk/PKGBUILD)
  libffado/repos/extra-x86_64/python2-qt.patch
(from rev 214309, libffado/trunk/python2-qt.patch)
Deleted:
  libffado/repos/extra-i686/PKGBUILD
  libffado/repos/extra-i686/python2-qt.patch
  libffado/repos/extra-i686/rules.patch
  libffado/repos/extra-x86_64/PKGBUILD
  libffado/repos/extra-x86_64/python2-qt.patch
  libffado/repos/extra-x86_64/rules.patch

---+
 /PKGBUILD |  122 ++
 /python2-qt.patch |  480 
 extra-i686/PKGBUILD   |   69 -
 extra-i686/python2-qt.patch   |  246 
 extra-i686/rules.patch|   84 ---
 extra-x86_64/PKGBUILD |   69 -
 extra-x86_64/python2-qt.patch |  246 
 extra-x86_64/rules.patch  |   84 ---
 8 files changed, 602 insertions(+), 798 deletions(-)

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


[arch-commits] Commit in libffado/trunk (PKGBUILD python2-qt.patch rules.patch)

2014-06-05 Thread Ray Rashif
Date: Thursday, June 5, 2014 @ 22:22:32
  Author: schiv
Revision: 214309

upgpkg: libffado 2.2.1-1

upstream release

Modified:
  libffado/trunk/PKGBUILD
  libffado/trunk/python2-qt.patch
Deleted:
  libffado/trunk/rules.patch

--+
 PKGBUILD |   24 +--
 python2-qt.patch |   36 +-
 rules.patch  |   84 -
 3 files changed, 23 insertions(+), 121 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 18:50:41 UTC (rev 214308)
+++ PKGBUILD2014-06-05 20:22:32 UTC (rev 214309)
@@ -4,24 +4,22 @@
 # Contributor: Jon Kristian Nilsen jokr.nil...@gmail.com
 
 pkgname=libffado
-pkgver=2.1.0
-pkgrel=4
+pkgver=2.2.1
+pkgrel=1
 pkgdesc=Driver for FireWire audio devices
 arch=('i686' 'x86_64')
 url=http://www.ffado.org/;
 license=('GPL')
 depends=('libiec61883' 'libavc1394' 'dbus-c++'
- 'libxml++' 'alsa-lib' 'libsigc++' 'libconfig')
+ 'libxml++' 'jack' 'libsigc++' 'libconfig')
 makedepends=('scons' 'subversion' 'python2-pyqt')
 optdepends=('python2: ffado-diag'
 'python2-pyqt: mixer applet')
 provides=('ffado')
 source=(http://www.ffado.org/files/$pkgname-$pkgver.tgz;
-'python2-qt.patch'
-'rules.patch')
-md5sums=('26bce2be0b9c1fa4e614f2f494edf388'
- '10aa837f5521da213caa93e1ddc58c0e'
- 'da1102bfb02e67b3dfcb3947435a81e9')
+'python2-qt.patch')
+md5sums=('e113d828835051f835fb4a329cb0cbd4'
+ 'acb6e0dca1239850c7862bf2e1443fd7')
 
 _scons-conf() {
   scons DEBUG=False \
@@ -34,13 +32,8 @@
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
-  # python2 fix
+  msg2 Applying Python 2 compatibility patch (downstream)
   patch -Np1 -i $srcdir/python2-qt.patch
-
-  # rule comments must be on their own line
-  # see https://bugs.archlinux.org/task/36949
-  # and http://subversion.ffado.org/ticket/373
-  patch -Np0 -i $srcdir/rules.patch
 }
 
 build() {
@@ -47,7 +40,7 @@
   cd $srcdir/$pkgname-$pkgver
 
   if [ $CARCH = 'x86_64' ]; then
-_scons-conf ENABLE_OPTIMIZATIONS=True
+_scons-conf ENABLE_OPTIMIZATIONS=True # SSE et al. not suitable for i686
   else
 _scons-conf
   fi
@@ -58,7 +51,6 @@
 
   scons DESTDIR=$pkgdir WILL_DEAL_WITH_XDG_MYSELF=True install
 
-  # desktop files  icons
   install -Dm644 support/xdg/ffado.org-ffadomixer.desktop \
 $pkgdir/usr/share/applications/ffadomixer.desktop
 

Modified: python2-qt.patch
===
--- python2-qt.patch2014-06-05 18:50:41 UTC (rev 214308)
+++ python2-qt.patch2014-06-05 20:22:32 UTC (rev 214309)
@@ -1,14 +1,8 @@
 diff -baur libffado-2.1.0.orig/SConstruct libffado-2.1.0/SConstruct
 --- libffado-2.1.0.orig/SConstruct 2012-09-19 14:18:53.827448582 +0800
 +++ libffado-2.1.0/SConstruct  2012-09-19 14:20:01.670414379 +0800
-@@ -1,4 +1,4 @@
--#! /usr/bin/python
-+#!/usr/bin/python2
- # -*- coding: utf-8 -*-
- #
- # Copyright (C) 2007, 2008, 2010 Arnold Krille
 @@ -134,7 +134,7 @@
- 
+
  def CheckForPyModule( context, module ):
  context.Message( Checking for the python module ' + module + '  )
 -ret = context.TryAction( python $SOURCE, import %s % module, .py )
@@ -15,9 +9,9 @@
 +ret = context.TryAction( python2 $SOURCE, import %s % module, .py )
  context.Result( ret[0] )
  return ret[0]
- 
+
 @@ -351,7 +351,7 @@
- 
+
  # PyQT checks
  build_mixer = False
 -if conf.CheckForApp( 'which pyuic4' ) and conf.CheckForPyModule( 'dbus' ) and 
conf.CheckForPyModule( 'PyQt4' ) and conf.CheckForPyModule( 'dbus.mainloop.qt' 
):
@@ -24,7 +18,7 @@
 +if conf.CheckForApp( 'which python2-pyuic4' ) and conf.CheckForPyModule( 
'dbus' ) and conf.CheckForPyModule( 'PyQt4' ) and conf.CheckForPyModule( 
'dbus.mainloop.qt' ):
  env['PYUIC4'] = True
  build_mixer = True
- 
+
 diff -baur libffado-2.1.0.orig/admin/dbus.py libffado-2.1.0/admin/dbus.py
 --- libffado-2.1.0.orig/admin/dbus.py  2012-09-19 14:18:53.857448419 +0800
 +++ libffado-2.1.0/admin/dbus.py   2012-09-19 14:19:02.957399122 +0800
@@ -73,7 +67,7 @@
 @@ -21,10 +21,8 @@
  # along with this program.  If not, see http://www.gnu.org/licenses/.
  #
- 
+
 -import imp
 -
  def pyuic4_action( target, source, env ):
@@ -80,7 +74,7 @@
 -  env.Execute( pyuic4  + str( source[0] ) ++ str( target[0] ) )
 +  env.Execute( python2-pyuic4  + str( source[0] ) ++ str( 
target[0] ) )
return 0
- 
+
  def pyuic4_string( target, source, env ):
 @@ -34,7 +32,7 @@
context.Message( Checking for pyuic4 (by checking for the python 
module pyqtconfig)  )
@@ -106,9 +100,9 @@
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +#!/usr/bin/python2
- 
+
  Import( 'env' )
- 
+
 diff -baur libffado-2.1.0.orig/support/dbus/SConscript 
libffado-2.1.0/support/dbus/SConscript
 --- libffado-2.1.0.orig/support/dbus/SConscript2012-09-19 
14:18:53.827448582 +0800
 +++ 

[arch-commits] Commit in (4 files)

2014-06-05 Thread Andrea Scarpino
Date: Thursday, June 5, 2014 @ 22:59:02
  Author: andrea
Revision: 214311

KFileMetaData has been renamed

Added:
  kfilemetadata5/
  kfilemetadata5/repos/
  kfilemetadata5/trunk/
  kfilemetadata5/trunk/PKGBUILD

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

Added: kfilemetadata5/trunk/PKGBUILD
===
--- kfilemetadata5/trunk/PKGBUILD   (rev 0)
+++ kfilemetadata5/trunk/PKGBUILD   2014-06-05 20:59:02 UTC (rev 214311)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata5
+pkgver=4.96.0
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kservice' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+makedepends=('extra-cmake-modules')
+conflicts=('kfilemetadata-frameworks')
+replaces=('kfilemetadata-frameworks')
+source=(http://download.kde.org/unstable/plasma/$pkgver/src/kfilemetadata-$pkgver.tar.xz;)
+md5sums=('1b6c9973e439a6b78cf9827d03a0c889')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export XDG_DATA_DIRS=/opt/kf5/share:$XDG_DATA_DIRS
+
+  cd build
+  cmake ../kfilemetadata-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_PREFIX_PATH=/usr/lib/cmake \
+-DCMAKE_INSTALL_PREFIX=/opt/kf5 \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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


[arch-commits] Commit in (kfilemetadata-frameworks)

2014-06-05 Thread Andrea Scarpino
Date: Thursday, June 5, 2014 @ 23:00:10
  Author: andrea
Revision: 214314

cleanup

Deleted:
  kfilemetadata-frameworks/



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

2014-06-05 Thread Andrea Scarpino
Date: Thursday, June 5, 2014 @ 23:01:46
  Author: andrea
Revision: 214315

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kfilemetadata5/repos/kde-unstable-i686/
  kfilemetadata5/repos/kde-unstable-i686/PKGBUILD
(from rev 214314, kfilemetadata5/trunk/PKGBUILD)
  kfilemetadata5/repos/kde-unstable-x86_64/
  kfilemetadata5/repos/kde-unstable-x86_64/PKGBUILD
(from rev 214314, kfilemetadata5/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   37 +
 kde-unstable-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kfilemetadata5/repos/kde-unstable-i686/PKGBUILD (from rev 214314, 
kfilemetadata5/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-06-05 21:01:46 UTC (rev 214315)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata5
+pkgver=4.96.0
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kservice' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+makedepends=('extra-cmake-modules')
+conflicts=('kfilemetadata-frameworks')
+replaces=('kfilemetadata-frameworks')
+source=(http://download.kde.org/unstable/plasma/$pkgver/src/kfilemetadata-$pkgver.tar.xz;)
+md5sums=('1b6c9973e439a6b78cf9827d03a0c889')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export XDG_DATA_DIRS=/opt/kf5/share:$XDG_DATA_DIRS
+
+  cd build
+  cmake ../kfilemetadata-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_PREFIX_PATH=/usr/lib/cmake \
+-DCMAKE_INSTALL_PREFIX=/opt/kf5 \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kfilemetadata5/repos/kde-unstable-x86_64/PKGBUILD (from rev 214314, 
kfilemetadata5/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-06-05 21:01:46 UTC (rev 214315)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata5
+pkgver=4.96.0
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kservice' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+makedepends=('extra-cmake-modules')
+conflicts=('kfilemetadata-frameworks')
+replaces=('kfilemetadata-frameworks')
+source=(http://download.kde.org/unstable/plasma/$pkgver/src/kfilemetadata-$pkgver.tar.xz;)
+md5sums=('1b6c9973e439a6b78cf9827d03a0c889')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export XDG_DATA_DIRS=/opt/kf5/share:$XDG_DATA_DIRS
+
+  cd build
+  cmake ../kfilemetadata-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_PREFIX_PATH=/usr/lib/cmake \
+-DCMAKE_INSTALL_PREFIX=/opt/kf5 \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-06-05 Thread Allan McRae
Date: Thursday, June 5, 2014 @ 23:36:51
  Author: allan
Revision: 214316

upgpkg: gcc 4.9.0-4

isl rebuild, new snapshot

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 21:01:46 UTC (rev 214315)
+++ PKGBUILD2014-06-05 21:36:51 UTC (rev 214316)
@@ -7,8 +7,8 @@
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.9.0
 _pkgver=4.9
-pkgrel=3
-_snapshot=4.9-20140521
+pkgrel=4
+_snapshot=4.9-20140604
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -19,7 +19,7 @@
 source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
 
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
 gcc-4.8-filename-output.patch)
-md5sums=('cd3cbe93ebc7207bf65d30e3c9a74a26'
+md5sums=('57aa4ff81c56262dc89994853c4d0149'
  '40cb437805e2f7a006aa0d0c3098ab0f')
 
 if [ -n ${_snapshot} ]; then



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

2014-06-05 Thread Allan McRae
Date: Thursday, June 5, 2014 @ 23:39:20
  Author: allan
Revision: 214317

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

Added:
  gcc/repos/staging-i686/
  gcc/repos/staging-i686/PKGBUILD
(from rev 214316, gcc/trunk/PKGBUILD)
  gcc/repos/staging-i686/gcc-4.8-filename-output.patch
(from rev 214316, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/staging-i686/gcc-ada.install
(from rev 214316, gcc/trunk/gcc-ada.install)
  gcc/repos/staging-i686/gcc-fortran.install
(from rev 214316, gcc/trunk/gcc-fortran.install)
  gcc/repos/staging-i686/gcc-go.install
(from rev 214316, gcc/trunk/gcc-go.install)
  gcc/repos/staging-i686/gcc-libs.install
(from rev 214316, gcc/trunk/gcc-libs.install)
  gcc/repos/staging-i686/gcc.install
(from rev 214316, gcc/trunk/gcc.install)
  gcc/repos/staging-x86_64/
  gcc/repos/staging-x86_64/PKGBUILD
(from rev 214316, gcc/trunk/PKGBUILD)
  gcc/repos/staging-x86_64/gcc-4.8-filename-output.patch
(from rev 214316, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/staging-x86_64/gcc-ada.install
(from rev 214316, gcc/trunk/gcc-ada.install)
  gcc/repos/staging-x86_64/gcc-fortran.install
(from rev 214316, gcc/trunk/gcc-fortran.install)
  gcc/repos/staging-x86_64/gcc-go.install
(from rev 214316, gcc/trunk/gcc-go.install)
  gcc/repos/staging-x86_64/gcc-libs.install
(from rev 214316, gcc/trunk/gcc-libs.install)
  gcc/repos/staging-x86_64/gcc.install
(from rev 214316, gcc/trunk/gcc.install)

--+
 staging-i686/PKGBUILD|  306 +
 staging-i686/gcc-4.8-filename-output.patch   |   17 +
 staging-i686/gcc-ada.install |   20 +
 staging-i686/gcc-fortran.install |   16 +
 staging-i686/gcc-go.install  |   20 +
 staging-i686/gcc-libs.install|   16 +
 staging-i686/gcc.install |   20 +
 staging-x86_64/PKGBUILD  |  306 +
 staging-x86_64/gcc-4.8-filename-output.patch |   17 +
 staging-x86_64/gcc-ada.install   |   20 +
 staging-x86_64/gcc-fortran.install   |   16 +
 staging-x86_64/gcc-go.install|   20 +
 staging-x86_64/gcc-libs.install  |   16 +
 staging-x86_64/gcc.install   |   20 +
 14 files changed, 830 insertions(+)

Copied: gcc/repos/staging-i686/PKGBUILD (from rev 214316, gcc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-06-05 21:39:20 UTC (rev 214317)
@@ -0,0 +1,306 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.9.0
+_pkgver=4.9
+pkgrel=4
+_snapshot=4.9-20140604
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.24' 'libmpc' 'cloog' 'gcc-ada' 'doxygen')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+gcc-4.8-filename-output.patch)
+md5sums=('57aa4ff81c56262dc89994853c4d0149'
+ '40cb437805e2f7a006aa0d0c3098ab0f')
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir=usr/lib/gcc/$CHOST/$pkgver
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+ 

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

2014-06-05 Thread Alexander Rødseth
Date: Friday, June 6, 2014 @ 00:09:00
  Author: arodseth
Revision: 112741

Added mercurial as make dependency

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 19:47:51 UTC (rev 112740)
+++ PKGBUILD2014-06-05 22:09:00 UTC (rev 112741)
@@ -6,7 +6,7 @@
 
 pkgname=liteide
 pkgver=22
-pkgrel=1
+pkgrel=2
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=('LGPL')
 arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@
 depends=('go' 'qt5-webkit')
 replaces=('golangide')
 conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
 options=('!strip' '!emptydirs')
 source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
 'liteide.png')



[arch-commits] Commit in (4 files)

2014-06-05 Thread Andrzej Giniewicz
Date: Friday, June 6, 2014 @ 00:26:43
  Author: aginiewicz
Revision: 112742

Moving python-bottleneck from AUR

Added:
  python-bottleneck/
  python-bottleneck/repos/
  python-bottleneck/trunk/
  python-bottleneck/trunk/PKGBUILD

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

Added: python-bottleneck/trunk/PKGBUILD
===
--- python-bottleneck/trunk/PKGBUILD(rev 0)
+++ python-bottleneck/trunk/PKGBUILD2014-06-05 22:26:43 UTC (rev 112742)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Michael Schubert mschu.dev at gmail
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgbase=python-bottleneck
+pkgname=('python2-bottleneck' 'python-bottleneck')
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=Fast NumPy array functions written in Cython
+arch=('i686' 'x86_64')
+url=http://berkeleyanalytics.com/bottleneck/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
+source=(https://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-${pkgver}.tar.gz;)
+md5sums=('1a363fa35ce521eebb838e1bd6520e24')
+
+build() {
+  cd $srcdir
+  cp -a Bottleneck-${pkgver} Bottleneck-py2-${pkgver}
+
+  msg Building Python2
+  cd $srcdir/Bottleneck-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/Bottleneck-${pkgver}
+  python setup.py build
+}
+
+package_python2-bottleneck() {
+  depends=('python2-numpy')
+  optdepends=('python2-nose: needed for integrated test suite'
+  'python2-scipy: needed for integrated benchmarks')
+
+  cd $srcdir/Bottleneck-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-bottleneck() {
+  depends=('python-numpy')
+  optdepends=('python-nose: needed for integrated test suite'
+  'python-scipy: needed for integrated benchmarks')
+
+  cd $srcdir/Bottleneck-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+


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


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

2014-06-05 Thread Andrzej Giniewicz
Date: Friday, June 6, 2014 @ 00:38:15
  Author: aginiewicz
Revision: 112743

upgpkg: python-bottleneck 0.8.0-1

python-bottleneck: cleanup and release

Modified:
  python-bottleneck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 22:26:43 UTC (rev 112742)
+++ PKGBUILD2014-06-05 22:38:15 UTC (rev 112743)
@@ -52,4 +52,3 @@
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-



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

2014-06-05 Thread Andrzej Giniewicz
Date: Friday, June 6, 2014 @ 00:38:40
  Author: aginiewicz
Revision: 112744

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

Added:
  python-bottleneck/repos/community-i686/
  python-bottleneck/repos/community-i686/PKGBUILD
(from rev 112743, python-bottleneck/trunk/PKGBUILD)
  python-bottleneck/repos/community-x86_64/
  python-bottleneck/repos/community-x86_64/PKGBUILD
(from rev 112743, python-bottleneck/trunk/PKGBUILD)

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

Copied: python-bottleneck/repos/community-i686/PKGBUILD (from rev 112743, 
python-bottleneck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 22:38:40 UTC (rev 112744)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Michael Schubert mschu.dev at gmail
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgbase=python-bottleneck
+pkgname=('python2-bottleneck' 'python-bottleneck')
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=Fast NumPy array functions written in Cython
+arch=('i686' 'x86_64')
+url=http://berkeleyanalytics.com/bottleneck/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
+source=(https://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-${pkgver}.tar.gz;)
+md5sums=('1a363fa35ce521eebb838e1bd6520e24')
+
+build() {
+  cd $srcdir
+  cp -a Bottleneck-${pkgver} Bottleneck-py2-${pkgver}
+
+  msg Building Python2
+  cd $srcdir/Bottleneck-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/Bottleneck-${pkgver}
+  python setup.py build
+}
+
+package_python2-bottleneck() {
+  depends=('python2-numpy')
+  optdepends=('python2-nose: needed for integrated test suite'
+  'python2-scipy: needed for integrated benchmarks')
+
+  cd $srcdir/Bottleneck-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-bottleneck() {
+  depends=('python-numpy')
+  optdepends=('python-nose: needed for integrated test suite'
+  'python-scipy: needed for integrated benchmarks')
+
+  cd $srcdir/Bottleneck-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: python-bottleneck/repos/community-x86_64/PKGBUILD (from rev 112743, 
python-bottleneck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-05 22:38:40 UTC (rev 112744)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Michael Schubert mschu.dev at gmail
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgbase=python-bottleneck
+pkgname=('python2-bottleneck' 'python-bottleneck')
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=Fast NumPy array functions written in Cython
+arch=('i686' 'x86_64')
+url=http://berkeleyanalytics.com/bottleneck/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
+source=(https://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-${pkgver}.tar.gz;)
+md5sums=('1a363fa35ce521eebb838e1bd6520e24')
+
+build() {
+  cd $srcdir
+  cp -a Bottleneck-${pkgver} Bottleneck-py2-${pkgver}
+
+  msg Building Python2
+  cd $srcdir/Bottleneck-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/Bottleneck-${pkgver}
+  python setup.py build
+}
+
+package_python2-bottleneck() {
+  depends=('python2-numpy')
+  optdepends=('python2-nose: needed for integrated test suite'
+  'python2-scipy: needed for integrated benchmarks')
+
+  cd $srcdir/Bottleneck-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-bottleneck() {
+  depends=('python-numpy')
+  optdepends=('python-nose: needed for integrated test suite'
+  'python-scipy: needed for integrated benchmarks')
+
+  cd $srcdir/Bottleneck-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2014-06-05 Thread Allan McRae
Date: Friday, June 6, 2014 @ 01:52:51
  Author: allan
Revision: 214318

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

Added:
  gcc/repos/staging-i686/PKGBUILD
(from rev 214317, gcc/trunk/PKGBUILD)
  gcc/repos/staging-i686/gcc-4.8-filename-output.patch
(from rev 214317, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/staging-i686/gcc-ada.install
(from rev 214317, gcc/trunk/gcc-ada.install)
  gcc/repos/staging-i686/gcc-fortran.install
(from rev 214317, gcc/trunk/gcc-fortran.install)
  gcc/repos/staging-i686/gcc-go.install
(from rev 214317, gcc/trunk/gcc-go.install)
  gcc/repos/staging-i686/gcc-libs.install
(from rev 214317, gcc/trunk/gcc-libs.install)
  gcc/repos/staging-i686/gcc.install
(from rev 214317, gcc/trunk/gcc.install)
  gcc/repos/staging-x86_64/PKGBUILD
(from rev 214317, gcc/trunk/PKGBUILD)
  gcc/repos/staging-x86_64/gcc-4.8-filename-output.patch
(from rev 214317, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/staging-x86_64/gcc-ada.install
(from rev 214317, gcc/trunk/gcc-ada.install)
  gcc/repos/staging-x86_64/gcc-fortran.install
(from rev 214317, gcc/trunk/gcc-fortran.install)
  gcc/repos/staging-x86_64/gcc-go.install
(from rev 214317, gcc/trunk/gcc-go.install)
  gcc/repos/staging-x86_64/gcc-libs.install
(from rev 214317, gcc/trunk/gcc-libs.install)
  gcc/repos/staging-x86_64/gcc.install
(from rev 214317, gcc/trunk/gcc.install)
Deleted:
  gcc/repos/staging-i686/PKGBUILD
  gcc/repos/staging-i686/gcc-4.8-filename-output.patch
  gcc/repos/staging-i686/gcc-ada.install
  gcc/repos/staging-i686/gcc-fortran.install
  gcc/repos/staging-i686/gcc-go.install
  gcc/repos/staging-i686/gcc-libs.install
  gcc/repos/staging-i686/gcc.install
  gcc/repos/staging-x86_64/PKGBUILD
  gcc/repos/staging-x86_64/gcc-4.8-filename-output.patch
  gcc/repos/staging-x86_64/gcc-ada.install
  gcc/repos/staging-x86_64/gcc-fortran.install
  gcc/repos/staging-x86_64/gcc-go.install
  gcc/repos/staging-x86_64/gcc-libs.install
  gcc/repos/staging-x86_64/gcc.install

--+
 /PKGBUILD|  612 +
 /gcc-4.8-filename-output.patch   |   34 +
 /gcc-ada.install |   40 +
 /gcc-fortran.install |   32 +
 /gcc-go.install  |   40 +
 /gcc-libs.install|   32 +
 /gcc.install |   40 +
 staging-i686/PKGBUILD|  306 
 staging-i686/gcc-4.8-filename-output.patch   |   17 
 staging-i686/gcc-ada.install |   20 
 staging-i686/gcc-fortran.install |   16 
 staging-i686/gcc-go.install  |   20 
 staging-i686/gcc-libs.install|   16 
 staging-i686/gcc.install |   20 
 staging-x86_64/PKGBUILD  |  306 
 staging-x86_64/gcc-4.8-filename-output.patch |   17 
 staging-x86_64/gcc-ada.install   |   20 
 staging-x86_64/gcc-fortran.install   |   16 
 staging-x86_64/gcc-go.install|   20 
 staging-x86_64/gcc-libs.install  |   16 
 staging-x86_64/gcc.install   |   20 
 21 files changed, 830 insertions(+), 830 deletions(-)

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