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

2015-07-20 Thread Massimiliano Torromeo
Date: Monday, July 20, 2015 @ 10:01:33
  Author: mtorromeo
Revision: 137137

upgpkg: nmon 15g-1

Updated to 15g

Modified:
  nmon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 07:45:07 UTC (rev 137136)
+++ PKGBUILD2015-07-20 08:01:33 UTC (rev 137137)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=nmon
-pkgver=15e
+pkgver=15g
 pkgrel=1
 pkgdesc=AIX  Linux Performance Monitoring tool
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 url=http://nmon.sourceforge.net;
 license=('GPL')
 source=(http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
-sha256sums=('166354260d0749acff16a7b21c3518b4c85fa3a35db61c06537988a8069445fa')
+sha256sums=('0f4958c4fecfbaae5794a4cb41393880b25d2530ba7643fade9c344b03454d2c')
 
 build() {
   cd ${srcdir}


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

2015-07-20 Thread Tobias Powalowski
Date: Monday, July 20, 2015 @ 08:08:17
  Author: tpowa
Revision: 242380

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

Added:
  libseccomp/repos/testing-i686/
  libseccomp/repos/testing-i686/PKGBUILD
(from rev 242379, libseccomp/trunk/PKGBUILD)
  libseccomp/repos/testing-x86_64/
  libseccomp/repos/testing-x86_64/PKGBUILD
(from rev 242379, libseccomp/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: libseccomp/repos/testing-i686/PKGBUILD (from rev 242379, 
libseccomp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-20 06:08:17 UTC (rev 242380)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Patryk Kowalczyk  patryk at kowalczyk dot ws
+
+pkgname=libseccomp
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://sourceforge.net/projects/libseccomp/;
+depends=('glibc')
+source=(https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('7db418d35d7a6168400bf6b05502f8bf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libseccomp/repos/testing-x86_64/PKGBUILD (from rev 242379, 
libseccomp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-20 06:08:17 UTC (rev 242380)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Patryk Kowalczyk  patryk at kowalczyk dot ws
+
+pkgname=libseccomp
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://sourceforge.net/projects/libseccomp/;
+depends=('glibc')
+source=(https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('7db418d35d7a6168400bf6b05502f8bf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-07-20 Thread Tobias Powalowski
Date: Monday, July 20, 2015 @ 08:08:09
  Author: tpowa
Revision: 242379

upgpkg: libseccomp 2.2.3-1

bump ton latest version

Modified:
  libseccomp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 03:33:51 UTC (rev 242378)
+++ PKGBUILD2015-07-20 06:08:09 UTC (rev 242379)
@@ -2,7 +2,7 @@
 # Contributor: Patryk Kowalczyk  patryk at kowalczyk dot ws
 
 pkgname=libseccomp
-pkgver=2.2.0
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='Enhanced seccomp library'
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 url=http://sourceforge.net/projects/libseccomp/;
 depends=('glibc')
 
source=(https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('e9509301a1fc024cd10127ac1f31792a')
+md5sums=('7db418d35d7a6168400bf6b05502f8bf')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gcc/trunk (pr65882.patch pr66647.patch)

2015-07-20 Thread Jan Steffens
Date: Monday, July 20, 2015 @ 08:43:30
  Author: heftig
Revision: 242381

remove unused patches

Deleted:
  gcc/trunk/pr65882.patch
  gcc/trunk/pr66647.patch

---+
 pr65882.patch |  106 
 pr66647.patch |   87 -
 2 files changed, 193 deletions(-)

Deleted: pr65882.patch
===
--- pr65882.patch   2015-07-20 06:08:17 UTC (rev 242380)
+++ pr65882.patch   2015-07-20 06:43:30 UTC (rev 242381)
@@ -1,106 +0,0 @@
-Index: gcc/testsuite/g++.dg/diagnostic/inhibit-warn-1.C
-===
 gcc/testsuite/g++.dg/diagnostic/inhibit-warn-1.C   (revision 0)
-+++ gcc/testsuite/g++.dg/diagnostic/inhibit-warn-1.C   (revision 224864)
-@@ -0,0 +1,32 @@
-+// PR c++/65882
-+// { dg-do compile { target c++11 } }
-+// { dg-options -Wbool-compare }
-+
-+// Check that we don't ICE because of reentering error reporting routines 
while
-+// evaluating template parameters
-+
-+templatetypename
-+struct type_function {
-+  static constexpr bool value = false;
-+};
-+
-+templatebool
-+struct dependent_type {
-+  typedef int type;
-+};
-+
-+templatetypename T
-+typename dependent_type(5  type_functionT::value)::type
-+bar();
-+
-+templatetypename T
-+typename dependent_type(5  type_functionT::value)::type
-+foo()
-+{
-+  return barint();
-+}
-+
-+int main()
-+{
-+  fooint();
-+}
-Index: gcc/testsuite/g++.dg/diagnostic/inhibit-warn-2.C
-===
 gcc/testsuite/g++.dg/diagnostic/inhibit-warn-2.C   (revision 0)
-+++ gcc/testsuite/g++.dg/diagnostic/inhibit-warn-2.C   (revision 224864)
-@@ -0,0 +1,36 @@
-+// PR c++/65882
-+// PR c++/66467
-+// { dg-do compile }
-+
-+template bool
-+struct A
-+{
-+  typedef int type;
-+};
-+
-+struct B
-+{
-+  static const int value = 0;
-+};
-+
-+template class
-+struct C
-+{
-+  typedef int type;
-+};
-+
-+template class
-+struct F : B {};
-+
-+class D
-+{
-+  template class Expr
-+  typename AFtypename CExpr::type::value || B::value::type
-+  operator=(Expr); // { dg-message declared }
-+};
-+
-+void fn1()
-+{
-+  D opt;
-+  opt = 0; // { dg-error private }
-+}
-Index: gcc/cp/call.c
-===
 gcc/cp/call.c  (revision 224863)
-+++ gcc/cp/call.c  (revision 224864)
-@@ -5687,8 +5687,9 @@
- case TRUTH_ORIF_EXPR:
- case TRUTH_AND_EXPR:
- case TRUTH_OR_EXPR:
--  warn_logical_operator (loc, code, boolean_type_node,
--   code_orig_arg1, arg1, code_orig_arg2, arg2);
-+  if (complain  tf_warning)
-+  warn_logical_operator (loc, code, boolean_type_node,
-+ code_orig_arg1, arg1, code_orig_arg2, arg2);
-   /* Fall through.  */
- case GT_EXPR:
- case LT_EXPR:
-@@ -5696,8 +5697,9 @@
- case LE_EXPR:
- case EQ_EXPR:
- case NE_EXPR:
--  if ((code_orig_arg1 == BOOLEAN_TYPE)
--^ (code_orig_arg2 == BOOLEAN_TYPE))
-+  if ((complain  tf_warning)
-+ ((code_orig_arg1 == BOOLEAN_TYPE)
-+^ (code_orig_arg2 == BOOLEAN_TYPE)))
-   maybe_warn_bool_compare (loc, code, arg1, arg2);
-   /* Fall through.  */
- case PLUS_EXPR:

Deleted: pr66647.patch
===
--- pr66647.patch   2015-07-20 06:08:17 UTC (rev 242380)
+++ pr66647.patch   2015-07-20 06:43:30 UTC (rev 242381)
@@ -1,87 +0,0 @@
-Index: gcc/testsuite/g++.dg/cpp0x/alias-decl-49.C
-===
 gcc/testsuite/g++.dg/cpp0x/alias-decl-49.C (revision 0)
-+++ gcc/testsuite/g++.dg/cpp0x/alias-decl-49.C (revision 224921)
-@@ -0,0 +1,54 @@
-+// PR c++/66647
-+// { dg-do compile { target c++11 } }
-+
-+template typename _Tp struct A
-+{
-+  static constexpr _Tp value = 1;
-+};
-+template typename class B
-+{
-+public:
-+  template typename struct rebind
-+  {
-+  };
-+};
-+
-+template typename _Alloc, typename _Tp class C
-+{
-+  template typename _Alloc2, typename _Tp2
-+  static Aint _S_chk (typename _Alloc2::template rebind_Tp2 *);
-+
-+public:
-+  using __type = decltype (_S_chk_Alloc, _Tp (0));
-+};
-+
-+template typename _Alloc, typename _Tp, int = C_Alloc, _Tp::__type::value
-+struct D;
-+template typename _Alloc, typename _Tp struct D_Alloc, _Tp, 1
-+{
-+  typedef typename _Alloc::template rebind_Tp __type;
-+};
-+template typename _Alloc struct F
-+{
-+  template typename _Tp using rebind_alloc = typename D_Alloc, 
_Tp::__type;
-+};
-+template typename _Alloc struct __alloc_traits
-+{
-+  template typename struct rebind
-+  {
-+typedef typename F_Alloc::template rebind_allocint other;
-+  };
-+};
-+template typename _Alloc struct G
-+{
-+  typename __alloc_traits_Alloc::template rebindint::other _Tp_alloc_type;
-+};
-+template typename _Tp, 

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

2015-07-20 Thread Massimiliano Torromeo
Date: Monday, July 20, 2015 @ 10:02:23
  Author: mtorromeo
Revision: 137138

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 08:01:33 UTC (rev 137137)
+++ community-i686/PKGBUILD 2015-07-20 08:02:23 UTC (rev 137138)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=nmon
-pkgver=15e
-pkgrel=1
-pkgdesc=AIX  Linux Performance Monitoring tool
-arch=('i686' 'x86_64')
-url=http://nmon.sourceforge.net;
-license=('GPL')
-source=(http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
-sha256sums=('166354260d0749acff16a7b21c3518b4c85fa3a35db61c06537988a8069445fa')
-
-build() {
-  cd ${srcdir}
-  cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM 
-lncurses -lm -g -D X86
-}
-
-package() {
-  cd ${srcdir}
-  install -D -m 0755 nmon ${pkgdir}/usr/bin/nmon
-}

Copied: nmon/repos/community-i686/PKGBUILD (from rev 137137, 
nmon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 08:02:23 UTC (rev 137138)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=nmon
+pkgver=15g
+pkgrel=1
+pkgdesc=AIX  Linux Performance Monitoring tool
+arch=('i686' 'x86_64')
+url=http://nmon.sourceforge.net;
+license=('GPL')
+source=(http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
+sha256sums=('0f4958c4fecfbaae5794a4cb41393880b25d2530ba7643fade9c344b03454d2c')
+
+build() {
+  cd ${srcdir}
+  cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM 
-lncurses -lm -g -D X86
+}
+
+package() {
+  cd ${srcdir}
+  install -D -m 0755 nmon ${pkgdir}/usr/bin/nmon
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-20 08:01:33 UTC (rev 137137)
+++ community-x86_64/PKGBUILD   2015-07-20 08:02:23 UTC (rev 137138)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=nmon
-pkgver=15e
-pkgrel=1
-pkgdesc=AIX  Linux Performance Monitoring tool
-arch=('i686' 'x86_64')
-url=http://nmon.sourceforge.net;
-license=('GPL')
-source=(http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
-sha256sums=('166354260d0749acff16a7b21c3518b4c85fa3a35db61c06537988a8069445fa')
-
-build() {
-  cd ${srcdir}
-  cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM 
-lncurses -lm -g -D X86
-}
-
-package() {
-  cd ${srcdir}
-  install -D -m 0755 nmon ${pkgdir}/usr/bin/nmon
-}

Copied: nmon/repos/community-x86_64/PKGBUILD (from rev 137137, 
nmon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-20 08:02:23 UTC (rev 137138)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=nmon
+pkgver=15g
+pkgrel=1
+pkgdesc=AIX  Linux Performance Monitoring tool
+arch=('i686' 'x86_64')
+url=http://nmon.sourceforge.net;
+license=('GPL')
+source=(http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
+sha256sums=('0f4958c4fecfbaae5794a4cb41393880b25d2530ba7643fade9c344b03454d2c')
+
+build() {
+  cd ${srcdir}
+  cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM 
-lncurses -lm -g -D X86
+}
+
+package() {
+  cd ${srcdir}
+  install -D -m 0755 nmon ${pkgdir}/usr/bin/nmon
+}


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

2015-07-20 Thread Laurent Carlier
Date: Monday, July 20, 2015 @ 12:27:59
  Author: lcarlier
Revision: 242383

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

Added:
  libepoxy/repos/testing-i686/
  libepoxy/repos/testing-i686/PKGBUILD
(from rev 242382, libepoxy/trunk/PKGBUILD)
  libepoxy/repos/testing-x86_64/
  libepoxy/repos/testing-x86_64/PKGBUILD
(from rev 242382, libepoxy/trunk/PKGBUILD)

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

Copied: libepoxy/repos/testing-i686/PKGBUILD (from rev 242382, 
libepoxy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-20 10:27:59 UTC (rev 242383)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+
+pkgname=libepoxy
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=A library for handling OpenGL function pointer management for you
+url=https://github.com/anholt/libepoxy;
+arch=('i686' 'x86_64')
+license=(MIT)
+depends=('glibc')
+makedepends=('xorg-util-macros' 'python' 'mesa-libgl')
+options=('!libtool')
+source=(https://github.com/anholt/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('96f6620a9b005a503e7b44b0b528287d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+

Copied: libepoxy/repos/testing-x86_64/PKGBUILD (from rev 242382, 
libepoxy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-20 10:27:59 UTC (rev 242383)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+
+pkgname=libepoxy
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=A library for handling OpenGL function pointer management for you
+url=https://github.com/anholt/libepoxy;
+arch=('i686' 'x86_64')
+license=(MIT)
+depends=('glibc')
+makedepends=('xorg-util-macros' 'python' 'mesa-libgl')
+options=('!libtool')
+source=(https://github.com/anholt/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('96f6620a9b005a503e7b44b0b528287d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+


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

2015-07-20 Thread Laurent Carlier
Date: Monday, July 20, 2015 @ 12:27:52
  Author: lcarlier
Revision: 242382

upgpkg: libepoxy 1.3.1-1

upstream update 1.3.1

Modified:
  libepoxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 06:43:30 UTC (rev 242381)
+++ PKGBUILD2015-07-20 10:27:52 UTC (rev 242382)
@@ -2,8 +2,8 @@
 # Maintainer: Laurent Carlier lordhea...@gmail.com
 
 pkgname=libepoxy
-pkgver=1.2
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc=A library for handling OpenGL function pointer management for you
 url=https://github.com/anholt/libepoxy;
 arch=('i686' 'x86_64')
@@ -11,13 +11,13 @@
 depends=('glibc')
 makedepends=('xorg-util-macros' 'python' 'mesa-libgl')
 options=('!libtool')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz)
-md5sums=('12d6b7621f086c0c928887c27d90bc30')
+source=(https://github.com/anholt/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('96f6620a9b005a503e7b44b0b528287d')
 
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./autogen.sh --prefix=/usr
+  ./configure --prefix=/usr
 }
 
 check() {


[arch-commits] Commit in angband/repos/community-i686 (PKGBUILD PKGBUILD)

2015-07-20 Thread Jakob Gruber
Date: Monday, July 20, 2015 @ 10:38:27
  Author: schuay
Revision: 137140

archrelease: copy trunk to community-i686

Added:
  angband/repos/community-i686/PKGBUILD
(from rev 137139, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-20 08:37:57 UTC (rev 137139)
+++ PKGBUILD2015-07-20 08:38:27 UTC (rev 137140)
@@ -1,46 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Mike Sampson mike at sambodata dot com
-# Contributor: Adrian Stratulat adrian.stratulat at inboxcom
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: KillaB xgenobl...@gmail.com
-# Contributor: Callan Barrett wizzomafi...@gmail.com
-# Contributor: Christian Schmidt xmuckne...@googlemail.com
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=angband
-pkgver=4.0.0
-pkgrel=1
-pkgdesc=A roguelike dungeon exploration game based on the writings of JRR 
Tolkien
-arch=('i686' 'x86_64')
-url=http://rephial.org/;
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=(http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -f ${pkgdir}/usr/share/angband/*/delete.me
-  install -Dm644 copying.txt ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-
-md5sums=('3813f95f46166ff383923eaba462b194')

Copied: angband/repos/community-i686/PKGBUILD (from rev 137139, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-20 08:38:27 UTC (rev 137140)
@@ -0,0 +1,46 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Mike Sampson mike at sambodata dot com
+# Contributor: Adrian Stratulat adrian.stratulat at inboxcom
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: KillaB xgenobl...@gmail.com
+# Contributor: Callan Barrett wizzomafi...@gmail.com
+# Contributor: Christian Schmidt xmuckne...@googlemail.com
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=angband
+pkgver=4.0.1
+pkgrel=1
+pkgdesc=A roguelike dungeon exploration game based on the writings of JRR 
Tolkien
+arch=('i686' 'x86_64')
+url=http://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
+source=(http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/share/angband/*/delete.me
+  install -Dm644 copying.txt ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+md5sums=('242dca62b4c4cd1749305287b7636691')


[arch-commits] Commit in angband/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-07-20 Thread Jakob Gruber
Date: Monday, July 20, 2015 @ 10:38:35
  Author: schuay
Revision: 137141

archrelease: copy trunk to community-x86_64

Added:
  angband/repos/community-x86_64/PKGBUILD
(from rev 137140, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-20 08:38:27 UTC (rev 137140)
+++ PKGBUILD2015-07-20 08:38:35 UTC (rev 137141)
@@ -1,46 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Mike Sampson mike at sambodata dot com
-# Contributor: Adrian Stratulat adrian.stratulat at inboxcom
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: KillaB xgenobl...@gmail.com
-# Contributor: Callan Barrett wizzomafi...@gmail.com
-# Contributor: Christian Schmidt xmuckne...@googlemail.com
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=angband
-pkgver=4.0.0
-pkgrel=1
-pkgdesc=A roguelike dungeon exploration game based on the writings of JRR 
Tolkien
-arch=('i686' 'x86_64')
-url=http://rephial.org/;
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=(http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -f ${pkgdir}/usr/share/angband/*/delete.me
-  install -Dm644 copying.txt ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-
-md5sums=('3813f95f46166ff383923eaba462b194')

Copied: angband/repos/community-x86_64/PKGBUILD (from rev 137140, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-20 08:38:35 UTC (rev 137141)
@@ -0,0 +1,46 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Mike Sampson mike at sambodata dot com
+# Contributor: Adrian Stratulat adrian.stratulat at inboxcom
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: KillaB xgenobl...@gmail.com
+# Contributor: Callan Barrett wizzomafi...@gmail.com
+# Contributor: Christian Schmidt xmuckne...@googlemail.com
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=angband
+pkgver=4.0.1
+pkgrel=1
+pkgdesc=A roguelike dungeon exploration game based on the writings of JRR 
Tolkien
+arch=('i686' 'x86_64')
+url=http://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
+source=(http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/share/angband/*/delete.me
+  install -Dm644 copying.txt ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+md5sums=('242dca62b4c4cd1749305287b7636691')


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

2015-07-20 Thread Jakob Gruber
Date: Monday, July 20, 2015 @ 10:37:57
  Author: schuay
Revision: 137139

angband-4.0.1-1

Modified:
  angband/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 08:02:23 UTC (rev 137138)
+++ PKGBUILD2015-07-20 08:37:57 UTC (rev 137139)
@@ -8,7 +8,7 @@
 # Contributor: Sebastian Sareyko pub...@nooms.de
 
 pkgname=angband
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc=A roguelike dungeon exploration game based on the writings of JRR 
Tolkien
 arch=('i686' 'x86_64')
@@ -43,4 +43,4 @@
   install -Dm644 copying.txt ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }
 
-md5sums=('3813f95f46166ff383923eaba462b194')
+md5sums=('242dca62b4c4cd1749305287b7636691')


[arch-commits] Commit in gcc-multilib/trunk (PKGBUILD pr65882.patch pr66647.patch)

2015-07-20 Thread Jan Steffens
Date: Monday, July 20, 2015 @ 12:08:29
  Author: heftig
Revision: 137142

5.2.0

Modified:
  gcc-multilib/trunk/PKGBUILD
Deleted:
  gcc-multilib/trunk/pr65882.patch
  gcc-multilib/trunk/pr66647.patch

---+
 PKGBUILD  |   24 +++-
 pr65882.patch |  106 
 pr66647.patch |   87 -
 3 files changed, 7 insertions(+), 210 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 08:38:35 UTC (rev 137141)
+++ PKGBUILD2015-07-20 10:08:29 UTC (rev 137142)
@@ -6,11 +6,11 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
-pkgver=5.1.0
+pkgver=5.2.0
 _pkgver=5
 _islver=0.14.1
-pkgrel=5
-_snapshot=5-20150623
+pkgrel=1
+#_snapshot=5-20150623
 pkgdesc=The GNU Compiler Collection for multilib
 arch=('x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -19,16 +19,12 @@
  'lib32-glibc=2.21')
 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
+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
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
-pr65882.patch
-pr66647.patch
 pr66035.patch)
-md5sums=('69432bf92cb6cdc8399c1bfc28c4f801'
+md5sums=('a51bcfeb3da7dd4c623e27207ed43467'
  '118d1a379abf7606a3334c98a8411c79'
- 'f64c1781d8bcac1ea168c2b7091ca2bd'
- '720df658a726b6e0e541c58296bd5672'
  '5b980076cd5fcbc3aff6014f306282dd')
 
 if [ -n ${_snapshot} ]; then
@@ -56,12 +52,6 @@
   # hack! - some configure tests for header files using $CPP $CPPFLAGS
   sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
 
-  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65882
-  patch -p0 -i ${srcdir}/pr65882.patch
-
-  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66647
-  patch -p0 -i ${srcdir}/pr66647.patch
-
   # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66035
   patch -p1 -i ${srcdir}/pr66035.patch
 
@@ -90,7 +80,7 @@
   --with-linker-hash-style=gnu --enable-gnu-indirect-function \
   --enable-multilib --disable-werror \
   --enable-checking=release \
-  --with-default-libstdcxx-abi=c++98
+  --with-default-libstdcxx-abi=gcc4-compatible
 
   make
   

Deleted: pr65882.patch
===
--- pr65882.patch   2015-07-20 08:38:35 UTC (rev 137141)
+++ pr65882.patch   2015-07-20 10:08:29 UTC (rev 137142)
@@ -1,106 +0,0 @@
-Index: gcc/testsuite/g++.dg/diagnostic/inhibit-warn-1.C
-===
 gcc/testsuite/g++.dg/diagnostic/inhibit-warn-1.C   (revision 0)
-+++ gcc/testsuite/g++.dg/diagnostic/inhibit-warn-1.C   (revision 224864)
-@@ -0,0 +1,32 @@
-+// PR c++/65882
-+// { dg-do compile { target c++11 } }
-+// { dg-options -Wbool-compare }
-+
-+// Check that we don't ICE because of reentering error reporting routines 
while
-+// evaluating template parameters
-+
-+templatetypename
-+struct type_function {
-+  static constexpr bool value = false;
-+};
-+
-+templatebool
-+struct dependent_type {
-+  typedef int type;
-+};
-+
-+templatetypename T
-+typename dependent_type(5  type_functionT::value)::type
-+bar();
-+
-+templatetypename T
-+typename dependent_type(5  type_functionT::value)::type
-+foo()
-+{
-+  return barint();
-+}
-+
-+int main()
-+{
-+  fooint();
-+}
-Index: gcc/testsuite/g++.dg/diagnostic/inhibit-warn-2.C
-===
 gcc/testsuite/g++.dg/diagnostic/inhibit-warn-2.C   (revision 0)
-+++ gcc/testsuite/g++.dg/diagnostic/inhibit-warn-2.C   (revision 224864)
-@@ -0,0 +1,36 @@
-+// PR c++/65882
-+// PR c++/66467
-+// { dg-do compile }
-+
-+template bool
-+struct A
-+{
-+  typedef int type;
-+};
-+
-+struct B
-+{
-+  static const int value = 0;
-+};
-+
-+template class
-+struct C
-+{
-+  typedef int type;
-+};
-+
-+template class
-+struct F : B {};
-+
-+class D
-+{
-+  template class Expr
-+  typename AFtypename CExpr::type::value || B::value::type
-+  operator=(Expr); // { dg-message declared }
-+};
-+
-+void fn1()
-+{
-+  D opt;
-+  opt = 0; // { dg-error private }
-+}
-Index: gcc/cp/call.c
-===
 gcc/cp/call.c  (revision 224863)
-+++ gcc/cp/call.c  (revision 224864)
-@@ -5687,8 +5687,9 @@
- case TRUTH_ORIF_EXPR:
- case TRUTH_AND_EXPR:
- case TRUTH_OR_EXPR:
--  warn_logical_operator (loc, code, boolean_type_node,
--

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

2015-07-20 Thread Sergej Pupykin
Date: Monday, July 20, 2015 @ 13:12:41
  Author: spupykin
Revision: 137145

upgpkg: firefox-adblock-plus 2.6.9-1

upd

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 10:43:36 UTC (rev 137144)
+++ PKGBUILD2015-07-20 11:12:41 UTC (rev 137145)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-adblock-plus
-pkgver=2.6.8
+pkgver=2.6.9
 pkgrel=1
 pkgdesc=Extension for firefox which block ads and banners
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('unzip')
 noextract=(adblockplus-$pkgver.xpi)
 source=(https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('70fbdf0d03bc6c9d90f619810ec96383')
+md5sums=('e53ca224ec1bfad22b97c50ff191c1d9')
 
 package() {
   cd $srcdir


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

2015-07-20 Thread Sergej Pupykin
Date: Monday, July 20, 2015 @ 13:12:53
  Author: spupykin
Revision: 137146

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 137145, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-20 11:12:41 UTC (rev 137145)
+++ PKGBUILD2015-07-20 11:12:53 UTC (rev 137146)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-adblock-plus
-pkgver=2.6.8
-pkgrel=1
-pkgdesc=Extension for firefox which block ads and banners
-arch=('any')
-url=http://adblockplus.org/;
-license=('GPL')
-groups=('firefox-addons')
-depends=(firefox)
-makedepends=('unzip')
-noextract=(adblockplus-$pkgver.xpi)
-source=(https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('70fbdf0d03bc6c9d90f619810ec96383')
-
-package() {
-  cd $srcdir
-  unzip adblockplus-$pkgver.xpi
-  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}
-  [ -n ${emid} ] || return 1
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/*.xpi
-  find $pkgdir -type d -exec chmod 0755 {} \;
-  find $pkgdir -type f -exec chmod 0644 {} \;
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 137145, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-20 11:12:53 UTC (rev 137146)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-adblock-plus
+pkgver=2.6.9
+pkgrel=1
+pkgdesc=Extension for firefox which block ads and banners
+arch=('any')
+url=http://adblockplus.org/;
+license=('GPL')
+groups=('firefox-addons')
+depends=(firefox)
+makedepends=('unzip')
+noextract=(adblockplus-$pkgver.xpi)
+source=(https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
+md5sums=('e53ca224ec1bfad22b97c50ff191c1d9')
+
+package() {
+  cd $srcdir
+  unzip adblockplus-$pkgver.xpi
+  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}
+  [ -n ${emid} ] || return 1
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/*.xpi
+  find $pkgdir -type d -exec chmod 0755 {} \;
+  find $pkgdir -type f -exec chmod 0644 {} \;
+}


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

2015-07-20 Thread Laurent Carlier
Date: Monday, July 20, 2015 @ 12:43:36
  Author: lcarlier
Revision: 137144

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

Added:
  iasl/repos/community-i686/LICENSE
(from rev 137143, iasl/trunk/LICENSE)
  iasl/repos/community-i686/PKGBUILD
(from rev 137143, iasl/trunk/PKGBUILD)
  iasl/repos/community-i686/iasl.install
(from rev 137143, iasl/trunk/iasl.install)
  iasl/repos/community-x86_64/LICENSE
(from rev 137143, iasl/trunk/LICENSE)
  iasl/repos/community-x86_64/PKGBUILD
(from rev 137143, iasl/trunk/PKGBUILD)
  iasl/repos/community-x86_64/iasl.install
(from rev 137143, iasl/trunk/iasl.install)
Deleted:
  iasl/repos/community-i686/LICENSE
  iasl/repos/community-i686/PKGBUILD
  iasl/repos/community-i686/iasl.install
  iasl/repos/community-x86_64/LICENSE
  iasl/repos/community-x86_64/PKGBUILD
  iasl/repos/community-x86_64/iasl.install

---+
 /LICENSE  |   66 +++
 /PKGBUILD |   74 
 /iasl.install |   34 ++
 community-i686/LICENSE|   33 -
 community-i686/PKGBUILD   |   37 
 community-i686/iasl.install   |   17 -
 community-x86_64/LICENSE  |   33 -
 community-x86_64/PKGBUILD |   37 
 community-x86_64/iasl.install |   17 -
 9 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-07-20 10:43:27 UTC (rev 137143)
+++ community-i686/LICENSE  2015-07-20 10:43:36 UTC (rev 137144)
@@ -1,33 +0,0 @@
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-Do not use or load this software and any associated materials (collectively, 
the Software) until you have carefully read the following terms and 
conditions. By loading or using the Software, you agree to the terms of this 
Agreement. If you do not wish to so agree, do not install or use the Software.
-
-1. COPYRIGHT NOTICE
-Some or all of this work - Copyright © 1999-2008, Intel Corp. All rights 
reserved.
-
-2. LICENSE
-
-2.1. This is your license from Intel Corp. under its intellectual property 
rights. You may have additional license terms from the party that provided you 
this software, covering your right to use that party's intellectual property 
rights.
-
-2.2. Intel grants, free of charge, to any person (Licensee) obtaining a copy 
of the source code appearing in this file (Covered Code) an irrevocable, 
perpetual, worldwide license under Intel's copyrights in the base code 
distributed originally by Intel (Original Intel Code) to copy, make 
derivatives, distribute, use and display any portion of the Covered Code in any 
form, with the right to sublicense such rights; and
-
-2.3. Intel grants Licensee a non-exclusive and non-transferable patent license 
(with the right to sublicense), under only those claims of Intel patents that 
are infringed by the Original Intel Code, to make, use, sell, offer to sell, 
and import the Covered Code and derivative works thereof solely to the minimum 
extent necessary to exercise the above copyright license, and in no event shall 
the patent license extend to any additions to or modifications of the Original 
Intel Code. No other license or right is granted directly or by implication, 
estoppel or otherwise; The above copyright and patent license is granted only 
if the following conditions are met:
-
-3. CONDITIONS
-
-3.1. Redistribution of Source with Rights to Further Distribute Source. 
Redistribution of source code of any substantial portion of the Covered Code or 
modification with rights to further distribute source must include the above 
Copyright Notice, the above License, this list of Conditions, and the following 
Disclaimer and Export Compliance provision. In addition, Licensee must cause 
all Covered Code to which Licensee contributes to contain a file documenting 
the changes Licensee made to create that Covered Code and the date of any 
change. Licensee must include in that file the documentation of any changes 
made by any predecessor Licensee. Licensee must include a prominent statement 
that the modification is derived, directly or indirectly, from Original Intel 
Code.
-
-3.2. Redistribution of Source with no Rights to Further Distribute Source. 
Redistribution of source code of any substantial portion of the Covered Code or 
modification without rights to further distribute source must include the 
following Disclaimer and Export Compliance provision in the documentation 
and/or other materials provided with distribution. In addition, Licensee may 
not authorize further sublicense of source of any portion of the Covered Code, 
and must include terms to the effect that the license from Licensee to its 
licensee is limited to the intellectual property 

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

2015-07-20 Thread Laurent Carlier
Date: Monday, July 20, 2015 @ 12:43:27
  Author: lcarlier
Revision: 137143

upgpkg: iasl 20150717-1

upstream update 20150717

Modified:
  iasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 10:08:29 UTC (rev 137142)
+++ PKGBUILD2015-07-20 10:43:27 UTC (rev 137143)
@@ -4,7 +4,7 @@
 # Contributor: Alessio 'mOlOk' Bolognino themo...@gmail.com
 
 pkgname=iasl
-pkgver=20150408
+pkgver=20150717
 pkgrel=1
 pkgdesc=Intel ACPI Source Language compiler
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 #install=iasl.install
 source=(http://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz
LICENSE)
-md5sums=('c86b316b3b3ff51528e7c835dc8d5f94'
+md5sums=('fbd03790bf99b298cac2dff942dd7a85'
  '8615526144f69ea4e870d9bc37df9b29')
 
 build() {


[arch-commits] Commit in java7-openjdk/repos (24 files)

2015-07-20 Thread Guillaume Alaux
Date: Monday, July 20, 2015 @ 14:35:48
  Author: guillaume
Revision: 242385

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

Added:
  java7-openjdk/repos/extra-i686/PKGBUILD
(from rev 242384, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
(from rev 242384, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.install
(from rev 242384, java7-openjdk/trunk/jdk7-openjdk.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
(from rev 242384, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
(from rev 242384, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
(from rev 242384, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 242384, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
(from rev 242384, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.install
(from rev 242384, java7-openjdk/trunk/jdk7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
(from rev 242384, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
(from rev 242384, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 242384, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
Deleted:
  java7-openjdk/repos/extra-i686/PKGBUILD
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
  java7-openjdk/repos/extra-i686/jdk7-openjdk.install
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
  java7-openjdk/repos/extra-x86_64/PKGBUILD
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff

--+
 /PKGBUILD|  624 +
 /fontconfig-paths.diff   |  268 ++
 /jdk7-openjdk.install|  100 
 /jre7-openjdk-headless.install   |   96 +++
 /jre7-openjdk.install|  110 
 /openjdk7_nonreparenting-wm.diff |  116 
 extra-i686/PKGBUILD  |  308 
 extra-i686/fontconfig-paths.diff |  134 -
 extra-i686/jdk7-openjdk.install  |   50 --
 extra-i686/jre7-openjdk-headless.install |   48 -
 extra-i686/jre7-openjdk.install  |   55 --
 extra-i686/openjdk7_nonreparenting-wm.diff   |   58 --
 extra-x86_64/PKGBUILD|  308 
 extra-x86_64/fontconfig-paths.diff   |  134 -
 extra-x86_64/jdk7-openjdk.install|   50 --
 extra-x86_64/jre7-openjdk-headless.install   |   48 -
 extra-x86_64/jre7-openjdk.install|   55 --
 extra-x86_64/openjdk7_nonreparenting-wm.diff |   58 --
 18 files changed, 1314 insertions(+), 1306 deletions(-)

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


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

2015-07-20 Thread Jan Steffens
Date: Monday, July 20, 2015 @ 15:22:35
  Author: heftig
Revision: 137149

archrelease: copy trunk to multilib-testing-x86_64

Added:
  gcc-multilib/repos/multilib-testing-x86_64/
  gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 137148, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-ada.install
(from rev 137148, gcc-multilib/trunk/gcc-ada.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-fortran.install
(from rev 137148, gcc-multilib/trunk/gcc-fortran.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-go.install
(from rev 137148, gcc-multilib/trunk/gcc-go.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-libs.install
(from rev 137148, gcc-multilib/trunk/gcc-libs.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc.install
(from rev 137148, gcc-multilib/trunk/gcc.install)
  gcc-multilib/repos/multilib-testing-x86_64/pr66035.patch
(from rev 137148, gcc-multilib/trunk/pr66035.patch)

-+
 PKGBUILD|  398 ++
 gcc-ada.install |   20 ++
 gcc-fortran.install |   16 ++
 gcc-go.install  |   20 ++
 gcc-libs.install|   16 ++
 gcc.install |   20 ++
 pr66035.patch   |   48 ++
 7 files changed, 538 insertions(+)

Copied: gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 137148, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-07-20 13:22:35 UTC (rev 137149)
@@ -0,0 +1,398 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: 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-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=5.2.0
+_pkgver=5
+_islver=0.14.1
+pkgrel=1
+#_snapshot=5-20150623
+pkgdesc=The GNU Compiler Collection for multilib
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.25' 'libmpc' 'gcc-ada-multilib' 'doxygen'
+ 'lib32-glibc=2.21')
+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
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+pr66035.patch)
+md5sums=('a51bcfeb3da7dd4c623e27207ed43467'
+ '118d1a379abf7606a3334c98a8411c79'
+ '5b980076cd5fcbc3aff6014f306282dd')
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir=usr/lib/gcc/$CHOST/$pkgver
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # 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
+
+  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66035
+  patch -p1 -i ${srcdir}/pr66035.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 --enable-libmpx \
+  --with-system-zlib --with-isl --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
+  --enable-multilib --disable-werror \
+  --enable-checking=release \
+  --with-default-libstdcxx-abi=gcc4-compatible
+
+  make
+  
+  # make documentation
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+}
+
+check() {
+  cd ${srcdir}/gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+
+  # do not abort on error as some are expected
+  make -k check || true
+  

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

2015-07-20 Thread Sergej Pupykin
Date: Monday, July 20, 2015 @ 14:15:44
  Author: spupykin
Revision: 137147

upgpkg: cacti 0.8.8_f-1

upd

Modified:
  cacti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 11:12:53 UTC (rev 137146)
+++ PKGBUILD2015-07-20 12:15:44 UTC (rev 137147)
@@ -3,7 +3,7 @@
 # Contributor: tuxbubling tuxbubl...@jabber.fr
 
 pkgname=cacti
-pkgver=0.8.8_e
+pkgver=0.8.8_f
 pkgrel=1
 pkgdesc=complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality
 arch=(any)
@@ -13,7 +13,7 @@
 backup=('etc/webapps/cacti/.htaccess')
 install=cacti.install
 source=(http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
-md5sums=('1fa14a9b9fda1b40a29698bcbc3ca34e')
+md5sums=('50137167623367c6cc8bc8ceb0812953')
 
 prepare() {
   cd $srcdir/$pkgname-${pkgver/_/}


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

2015-07-20 Thread Sergej Pupykin
Date: Monday, July 20, 2015 @ 14:15:54
  Author: spupykin
Revision: 137148

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   74 
 cacti.install |   14 +-
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-20 12:15:44 UTC (rev 137147)
+++ PKGBUILD2015-07-20 12:15:54 UTC (rev 137148)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tuxbubling tuxbubl...@jabber.fr
-
-pkgname=cacti
-pkgver=0.8.8_e
-pkgrel=1
-pkgdesc=complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality
-arch=(any)
-url=http://www.cacti.net;
-license=('GPL')
-depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
-backup=('etc/webapps/cacti/.htaccess')
-install=cacti.install
-source=(http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
-md5sums=('1fa14a9b9fda1b40a29698bcbc3ca34e')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/}
-}
-
-package() {
-  mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
-  mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
-  echo Require all denied  $pkgdir/etc/webapps/cacti/.htaccess
-  mv $pkgdir/usr/share/webapps/cacti/include/config.php 
$pkgdir/etc/webapps/cacti
-  ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
-  ln -s /etc/webapps/cacti/config.php 
$pkgdir/usr/share/webapps/cacti/include/config.php
-
-  install -dm0755 $pkgdir/var/log/ $pkgdir/var/lib/cacti/
-
-  mv $pkgdir/usr/share/webapps/cacti/rra $pkgdir/var/lib/cacti/rra
-  ln -s /var/lib/cacti/rra $pkgdir/usr/share/webapps/cacti/rra
-
-  mv $pkgdir/usr/share/webapps/cacti/log $pkgdir/var/log/cacti
-  ln -s /var/log/cacti $pkgdir/usr/share/webapps/cacti/log
-}

Copied: cacti/repos/community-any/PKGBUILD (from rev 137147, 
cacti/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-20 12:15:54 UTC (rev 137148)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tuxbubling tuxbubl...@jabber.fr
+
+pkgname=cacti
+pkgver=0.8.8_f
+pkgrel=1
+pkgdesc=complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality
+arch=(any)
+url=http://www.cacti.net;
+license=('GPL')
+depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
+backup=('etc/webapps/cacti/.htaccess')
+install=cacti.install
+source=(http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;)
+md5sums=('50137167623367c6cc8bc8ceb0812953')
+
+prepare() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+}
+
+package() {
+  mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
+  mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
+  echo Require all denied  $pkgdir/etc/webapps/cacti/.htaccess
+  mv $pkgdir/usr/share/webapps/cacti/include/config.php 
$pkgdir/etc/webapps/cacti
+  ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
+  ln -s /etc/webapps/cacti/config.php 
$pkgdir/usr/share/webapps/cacti/include/config.php
+
+  install -dm0755 $pkgdir/var/log/ $pkgdir/var/lib/cacti/
+
+  mv $pkgdir/usr/share/webapps/cacti/rra $pkgdir/var/lib/cacti/rra
+  ln -s /var/lib/cacti/rra $pkgdir/usr/share/webapps/cacti/rra
+
+  mv $pkgdir/usr/share/webapps/cacti/log $pkgdir/var/log/cacti
+  ln -s /var/log/cacti $pkgdir/usr/share/webapps/cacti/log
+}

Deleted: cacti.install
===
--- cacti.install   2015-07-20 12:15:44 UTC (rev 137147)
+++ cacti.install   2015-07-20 12:15:54 UTC (rev 137148)
@@ -1,7 +0,0 @@
-post_upgrade() {
-  post_install
-}
-
-post_install() {
-  chown -R http:http var/log/cacti var/lib/cacti/rra
-}

Copied: cacti/repos/community-any/cacti.install (from rev 137147, 
cacti/trunk/cacti.install)
===
--- cacti.install   (rev 0)
+++ cacti.install   2015-07-20 12:15:54 UTC (rev 137148)
@@ -0,0 +1,7 @@
+post_upgrade() {
+  post_install
+}
+
+post_install() {
+  chown -R http:http var/log/cacti var/lib/cacti/rra
+}


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

2015-07-20 Thread Guillaume Alaux
Date: Monday, July 20, 2015 @ 14:34:57
  Author: guillaume
Revision: 242384

Upstream release 7.u80_2.6.0

Modified:
  java7-openjdk/trunk/PKGBUILD
Deleted:
  java7-openjdk/trunk/hotspot_fix_memory_leak.diff
  java7-openjdk/trunk/icedtea-7.2.5.5-gcc5.diff

--+
 PKGBUILD |   34 --
 hotspot_fix_memory_leak.diff |   46 -
 icedtea-7.2.5.5-gcc5.diff|   41 
 3 files changed, 14 insertions(+), 107 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 10:27:59 UTC (rev 242383)
+++ PKGBUILD2015-07-20 12:34:57 UTC (rev 242384)
@@ -6,13 +6,13 @@
 pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src' 
'openjdk7-doc')
 pkgbase=java7-openjdk
 _java_ver=7
-_icedtea_ver=2.5.5
+_icedtea_ver=2.6.0
 #pkgver() {
 #  _updatever=$(grep -E ^JDK_UPDATE_VERSION = (.)+ 
${srcdir}/icedtea-${_icedtea_ver}/Makefile.am \
 #| sed -r 's/^JDK_UPDATE_VERSION = (.+)$/\1/')
 #  echo ${_java_ver}.u${_updatever}_${_icedtea_ver}
 #}
-_updatever=79
+_updatever=80
 pkgver=${_java_ver}.u${_updatever}_${_icedtea_ver}
 pkgrel=1
 
@@ -25,7 +25,7 @@
 makedepends=('jdk7-openjdk' 'libxp' 'libxslt'
  'alsa-lib' 'apache-ant=1.8.1' 'giflib' 'libpng=1.5.7' 'gtk2'
  'java-rhino' 'libpulse=0.9.11' 'zip' 'unzip' 'cpio' 'fastjar' 
'wget'
- 'eclipse-ecj')
+ 'eclipse-ecj' 'pcsclite' 'lksctp-tools')
 
 _icedtea_url=http://icedtea.classpath.org/download
 _drops_url=${_icedtea_url}/drops/icedtea7/${_icedtea_ver}
@@ -38,24 +38,20 @@
 
icedtea_${_icedtea_ver}_langtools.tar.bz2::${_drops_url}/langtools.tar.bz2
 icedtea_${_icedtea_ver}_hotspot.tar.bz2::${_drops_url}/hotspot.tar.bz2
 fontconfig-paths.diff
-openjdk7_nonreparenting-wm.diff
-icedtea-7.2.5.5-gcc5.diff
-hotspot_fix_memory_leak.diff)
+openjdk7_nonreparenting-wm.diff)
 
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2357
 
-sha256sums=('f05b1db06021f4cd3a39647f358a47130136d189431fb55f79855f627b1d6619'
-'5301baacfb6b4ee28a3469b8429a0017898615532f727bb50d94777682c5fd0d'
-'f0576599b474f56e58068071242cedbbf2f181b58c9010b614c9096be764ac51'
-'293218d595763f7e02a91ea88860e5314e42330cbc21b73dc5de32e7e26fd256'
-'76d6d0670ede806b01d39e07c644e423a50984f1cf0ec560afa23f0fedf575be'
-'c1bc0d25457ccf40fcaeb5311052f6d2fbab8ef316b0381995835827711da483'
-'71b269ea930da36d751c6183816ef53a65c0587b7cf0195f87759b4c02c3b660'
-'d724a9749f51a3c66351ad8a27bc4570640720eace33cd03f1a52e2e45731dfb'
+sha256sums=('b45c829dc937360ed7fbd19505be42007a3abfa8df4afeb77cd9ef70abcdc7a9'
+'20dd3e250ba5ee96546a8a86d5d6c85e6546df97b3a05df7a5a2d99d0e44df6b'
+'5aebaa5d670337a87ecc154372bc9d225a5232599c44f31a1d231bf8c5b89fcb'
+'8de42ee0a7cf50ac5ca9b55a36e3933992b4dc0160a29a380820aea5d8158c07'
+'816a6d7a4bd302871d73f5681f6b35459000d76bfb9fa04b3479ffb630dc39f5'
+'900bba75d68a8d92f58c7b8da1ea141be6d5f01f7cc015f85c2b14573384b62c'
+'63d693b2716302cee97dfb0562710d214cac5e839095235f2b686987cf298661'
+'8e580046488e2fc15fd98892add37fffd4f9f17bf5d62c5db0f5d1832707a31c'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
-'56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b'
-'49f8b65e24f6e6c8afa9e48b11f6e1675ef2c5d3bfe31fd7d73c8de1f4150cf2'
-'0de78abc8ff96e11ba3ad43f1e8194c26c5d06363cb5b7c8aa660e1ea21127a1')
+'56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b')
 
 noextract=(icedtea_${_icedtea_ver}_openjdk.tar.bz2
icedtea_${_icedtea_ver}_corba.tar.bz2
@@ -87,9 +83,7 @@
 
   cp ${srcdir}/*.diff ${srcdir}/icedtea-${_icedtea_ver}/patches
   export DISTRIBUTION_PATCHES=patches/fontconfig-paths.diff \
-   patches/openjdk7_nonreparenting-wm.diff \
-   patches/icedtea-7.2.5.5-gcc5.diff \
-   patches/hotspot_fix_memory_leak.diff
+   patches/openjdk7_nonreparenting-wm.diff
 
   if [ $_bootstrap = 1 ]; then
  BOOTSTRAPOPT=--enable-bootstrap --with-ecj-jar=/usr/share/java/ecj.jar

Deleted: hotspot_fix_memory_leak.diff
===
--- hotspot_fix_memory_leak.diff2015-07-20 10:27:59 UTC (rev 242383)
+++ hotspot_fix_memory_leak.diff2015-07-20 12:34:57 UTC (rev 242384)
@@ -1,46 +0,0 @@
-
-# HG changeset patch
-# User sgehwolf
-# Date 1430335428 25200
-# Node ID 2a55e4998f0d28c7003a8a0f43d2c7602d89f54b
-# Parent  cd8fe1a9205aedb6b5a1fc16e664412e48aee565
-8078666: JVM fastdebug build compiled with GCC 5 asserts with widen increases
-Summary: do 

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

2015-07-20 Thread Sergej Pupykin
Date: Monday, July 20, 2015 @ 18:01:09
  Author: spupykin
Revision: 137152

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 137151, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-20 16:00:54 UTC (rev 137151)
+++ PKGBUILD2015-07-20 16:01:09 UTC (rev 137152)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.4.11
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('d66cba6e3c12bea239cde38b2388f1f1')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
-  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 137151, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-20 16:01:09 UTC (rev 137152)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.4.12
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
+md5sums=('61647a8ab0f47bf99ed3c79103237017')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
+  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+}


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

2015-07-20 Thread Jelle van der Waa
Date: Monday, July 20, 2015 @ 20:35:18
  Author: jelle
Revision: 137160

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

Added:
  s3fs-fuse/repos/community-i686/PKGBUILD
(from rev 137159, s3fs-fuse/trunk/PKGBUILD)
  s3fs-fuse/repos/community-x86_64/PKGBUILD
(from rev 137159, s3fs-fuse/trunk/PKGBUILD)
Deleted:
  s3fs-fuse/repos/community-i686/PKGBUILD
  s3fs-fuse/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 18:35:06 UTC (rev 137159)
+++ community-i686/PKGBUILD 2015-07-20 18:35:18 UTC (rev 137160)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: David Roheim david dot roheim at gmail dot com
-# Contributor: Chris Heien chris.h.he...@gmail.com
-# Contributor: Jonny Gerold jo...@fsk141.com
-
-pkgname=s3fs-fuse
-pkgver=1.78
-pkgrel=1
-pkgdesc=FUSE-based file system backed by Amazon S3
-arch=('i686' 'x86_64')
-url=https://github.com/s3fs-fuse/s3fs-fuse/wiki;
-license=('GPL2')
-depends=('fuse' 'curl' 'libxml2')
-conflicts=('s3fs')
-provides=('s3fs')
-replaces=('s3fs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz;)
-sha256sums=('36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: s3fs-fuse/repos/community-i686/PKGBUILD (from rev 137159, 
s3fs-fuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 18:35:18 UTC (rev 137160)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: David Roheim david dot roheim at gmail dot com
+# Contributor: Chris Heien chris.h.he...@gmail.com
+# Contributor: Jonny Gerold jo...@fsk141.com
+
+pkgname=s3fs-fuse
+pkgver=1.79
+pkgrel=1
+pkgdesc=FUSE-based file system backed by Amazon S3
+arch=('i686' 'x86_64')
+url=https://github.com/s3fs-fuse/s3fs-fuse/wiki;
+license=('GPL2')
+depends=('fuse' 'curl' 'libxml2')
+conflicts=('s3fs')
+provides=('s3fs')
+replaces=('s3fs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz;)
+sha256sums=('61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-20 18:35:06 UTC (rev 137159)
+++ community-x86_64/PKGBUILD   2015-07-20 18:35:18 UTC (rev 137160)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: David Roheim david dot roheim at gmail dot com
-# Contributor: Chris Heien chris.h.he...@gmail.com
-# Contributor: Jonny Gerold jo...@fsk141.com
-
-pkgname=s3fs-fuse
-pkgver=1.78
-pkgrel=1
-pkgdesc=FUSE-based file system backed by Amazon S3
-arch=('i686' 'x86_64')
-url=https://github.com/s3fs-fuse/s3fs-fuse/wiki;
-license=('GPL2')
-depends=('fuse' 'curl' 'libxml2')
-conflicts=('s3fs')
-provides=('s3fs')
-replaces=('s3fs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz;)
-sha256sums=('36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: s3fs-fuse/repos/community-x86_64/PKGBUILD (from rev 137159, 
s3fs-fuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-20 18:35:18 UTC (rev 137160)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: David Roheim david dot roheim at gmail dot com
+# Contributor: Chris Heien chris.h.he...@gmail.com
+# Contributor: Jonny Gerold jo...@fsk141.com
+
+pkgname=s3fs-fuse
+pkgver=1.79
+pkgrel=1
+pkgdesc=FUSE-based file system backed by Amazon S3
+arch=('i686' 'x86_64')
+url=https://github.com/s3fs-fuse/s3fs-fuse/wiki;
+license=('GPL2')
+depends=('fuse' 'curl' 'libxml2')
+conflicts=('s3fs')
+provides=('s3fs')
+replaces=('s3fs')

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

2015-07-20 Thread Jelle van der Waa
Date: Monday, July 20, 2015 @ 20:35:06
  Author: jelle
Revision: 137159

upgpkg: s3fs-fuse 1.79-1

Modified:
  s3fs-fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 17:55:31 UTC (rev 137158)
+++ PKGBUILD2015-07-20 18:35:06 UTC (rev 137159)
@@ -5,7 +5,7 @@
 # Contributor: Jonny Gerold jo...@fsk141.com
 
 pkgname=s3fs-fuse
-pkgver=1.78
+pkgver=1.79
 pkgrel=1
 pkgdesc=FUSE-based file system backed by Amazon S3
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 provides=('s3fs')
 replaces=('s3fs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz;)
-sha256sums=('36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5')
+sha256sums=('61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-07-20 Thread Sergej Pupykin
Date: Monday, July 20, 2015 @ 18:01:40
  Author: spupykin
Revision: 137154

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

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

+
 /PKGBUILD  |  124 +++
 /gnutls.patch  |   72 
 /rsyslog.conf  |   88 
 /rsyslog.logrotate |   14 +++
 community-i686/PKGBUILD|   61 -
 community-i686/gnutls.patch|   36 --
 community-i686/rsyslog.conf|   44 
 community-i686/rsyslog.logrotate   |7 -
 community-x86_64/PKGBUILD  |   61 -
 community-x86_64/gnutls.patch  |   36 --
 community-x86_64/rsyslog.conf  |   44 
 community-x86_64/rsyslog.logrotate |7 -
 12 files changed, 298 insertions(+), 296 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 16:01:14 UTC (rev 137153)
+++ community-i686/PKGBUILD 2015-07-20 16:01:40 UTC (rev 137154)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=rsyslog
-pkgver=8.10.0
-pkgrel=1
-pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
-url=http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging' 'librelp')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf'
-   'gnutls.patch')
-md5sums=('983e17cb10b683e826db395618933d4b'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc'
- 'aafafdf4502f5e4de5fcfebd21499700')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-#  patch -p1 $srcdir/gnutls.patch
-  sed -i rsyslog.service.in \
--e 's|rsyslogd -n|rsyslogd -n -i /run/rsyslogd.pid|' \
--e '/ExecStart=.*$/iPIDFile=/run/rsyslogd.pid'
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --enable-relp \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 137153, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 16:01:40 UTC (rev 137154)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=rsyslog
+pkgver=8.10.0
+pkgrel=2
+pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
+url=http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 

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

2015-07-20 Thread Jaroslav Lichtblau
Date: Monday, July 20, 2015 @ 18:34:42
  Author: jlichtblau
Revision: 137155

upgpkg: ginac 1.6.4-1 - new upstream release

Modified:
  ginac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 16:01:40 UTC (rev 137154)
+++ PKGBUILD2015-07-20 16:34:42 UTC (rev 137155)
@@ -5,7 +5,7 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgname=ginac
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc=C++ library for symbolic calculations
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
 install=${pkgname}.install
 source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6756c7de3485bc5245f8b0e4b3c046ac75406b93e9205b4180b096846932d9bd')
+sha256sums=('6241158216b4f68c625ce7d843d5b6b070304f87e7fc8f4075b76501ca0f3c60')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-07-20 Thread Jaroslav Lichtblau
Date: Monday, July 20, 2015 @ 18:35:00
  Author: jlichtblau
Revision: 137156

archrelease: copy trunk to community-x86_64

Added:
  ginac/repos/community-x86_64/PKGBUILD
(from rev 137155, ginac/trunk/PKGBUILD)
  ginac/repos/community-x86_64/ginac.install
(from rev 137155, ginac/trunk/ginac.install)
Deleted:
  ginac/repos/community-x86_64/PKGBUILD
  ginac/repos/community-x86_64/ginac.install

---+
 PKGBUILD  |   74 
 ginac.install |   40 +++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-20 16:34:42 UTC (rev 137155)
+++ PKGBUILD2015-07-20 16:35:00 UTC (rev 137156)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=ginac
-pkgver=1.6.3
-pkgrel=1
-pkgdesc=C++ library for symbolic calculations
-arch=('i686' 'x86_64')
-url='http://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
-install=${pkgname}.install
-source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6756c7de3485bc5245f8b0e4b3c046ac75406b93e9205b4180b096846932d9bd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: ginac/repos/community-x86_64/PKGBUILD (from rev 137155, 
ginac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-20 16:35:00 UTC (rev 137156)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=ginac
+pkgver=1.6.4
+pkgrel=1
+pkgdesc=C++ library for symbolic calculations
+arch=('i686' 'x86_64')
+url='http://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
+install=${pkgname}.install
+source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6241158216b4f68c625ce7d843d5b6b070304f87e7fc8f4075b76501ca0f3c60')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: ginac.install
===
--- ginac.install   2015-07-20 16:34:42 UTC (rev 137155)
+++ ginac.install   2015-07-20 16:35:00 UTC (rev 137156)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(ginac.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
-usr/bin/install-info $infodir/$file $infodir/dir 2 /dev/null
- done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-usr/bin/install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: ginac/repos/community-x86_64/ginac.install (from rev 137155, 
ginac/trunk/ginac.install)
===
--- ginac.install   (rev 0)
+++ ginac.install   2015-07-20 16:35:00 UTC (rev 137156)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(ginac.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+usr/bin/install-info $infodir/$file $infodir/dir 2 /dev/null
+ done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+usr/bin/install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}


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

2015-07-20 Thread Sergej Pupykin
Date: Monday, July 20, 2015 @ 18:00:54
  Author: spupykin
Revision: 137151

upgpkg: phpmyadmin 4.4.12-1

upd

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 14:18:46 UTC (rev 137150)
+++ PKGBUILD2015-07-20 16:00:54 UTC (rev 137151)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.4.11
+pkgver=4.4.12
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('d66cba6e3c12bea239cde38b2388f1f1')
+md5sums=('61647a8ab0f47bf99ed3c79103237017')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin


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

2015-07-20 Thread Sergej Pupykin
Date: Monday, July 20, 2015 @ 18:01:14
  Author: spupykin
Revision: 137153

upgpkg: rsyslog 8.10.0-2

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 16:01:09 UTC (rev 137152)
+++ PKGBUILD2015-07-20 16:01:14 UTC (rev 137153)
@@ -3,7 +3,7 @@
 
 pkgname=rsyslog
 pkgver=8.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
 arch=('i686' 'x86_64')
@@ -49,6 +49,7 @@
   --enable-imjournal \
   --enable-omjournal \
   --enable-relp \
+  --enable-impstats \
   --with-systemdsystemunitdir=/usr/lib/systemd/system
   make
 }


[arch-commits] Commit in (4 files)

2015-07-20 Thread Levente Polyak
Date: Tuesday, July 21, 2015 @ 00:22:55
  Author: anthraxx
Revision: 137163

addpkg asciiquarium 1.1-4

Added:
  asciiquarium/
  asciiquarium/repos/
  asciiquarium/trunk/
  asciiquarium/trunk/PKGBUILD

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

Added: asciiquarium/trunk/PKGBUILD
===
--- asciiquarium/trunk/PKGBUILD (rev 0)
+++ asciiquarium/trunk/PKGBUILD 2015-07-20 22:22:55 UTC (rev 137163)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartosz Chmura chmu...@gmail.com
+# Contributor: FJ joos...@gmail.com
+
+pkgname=asciiquarium
+pkgver=1.1
+pkgrel=4
+pkgdesc='An aquarium/sea animation in ASCII art'
+url='http://www.robobunny.com/projects/asciiquarium'
+arch=('any')
+license=('GPL2')
+depends=('perl' 'perl-term-animation')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.robobunny.com/projects/${pkgname}/${pkgname}.tar.gz)
+sha512sums=('109da0aaba272465aa2cf5ce010e9ca1ece3be5be996dfe12709b3c10e44572492196b1852e8c103ed89d2c6efd0b05e454a718267cbcc4924806d30a072d926')
+
+
+package() {
+  cd ${pkgname}_${pkgver}
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-20 Thread Levente Polyak
Date: Tuesday, July 21, 2015 @ 00:23:18
  Author: anthraxx
Revision: 137164

archrelease: copy trunk to community-any

Added:
  asciiquarium/repos/community-any/
  asciiquarium/repos/community-any/PKGBUILD
(from rev 137163, asciiquarium/trunk/PKGBUILD)

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

Copied: asciiquarium/repos/community-any/PKGBUILD (from rev 137163, 
asciiquarium/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-07-20 22:23:18 UTC (rev 137164)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartosz Chmura chmu...@gmail.com
+# Contributor: FJ joos...@gmail.com
+
+pkgname=asciiquarium
+pkgver=1.1
+pkgrel=4
+pkgdesc='An aquarium/sea animation in ASCII art'
+url='http://www.robobunny.com/projects/asciiquarium'
+arch=('any')
+license=('GPL2')
+depends=('perl' 'perl-term-animation')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.robobunny.com/projects/${pkgname}/${pkgname}.tar.gz)
+sha512sums=('109da0aaba272465aa2cf5ce010e9ca1ece3be5be996dfe12709b3c10e44572492196b1852e8c103ed89d2c6efd0b05e454a718267cbcc4924806d30a072d926')
+
+
+package() {
+  cd ${pkgname}_${pkgver}
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-20 Thread Lukas Jirkovsky
Date: Monday, July 20, 2015 @ 22:07:02
  Author: stativ
Revision: 137162

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

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

--+
 /PKGBUILD|   74 +
 /rawtherapee.install |   34 +++
 community-i686/PKGBUILD  |   36 
 community-i686/rawtherapee.install   |   17 ---
 community-x86_64/PKGBUILD|   36 
 community-x86_64/rawtherapee.install |   17 ---
 6 files changed, 108 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 20:06:56 UTC (rev 137161)
+++ community-i686/PKGBUILD 2015-07-20 20:07:02 UTC (rev 137162)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkovsky AT gmail.com
-# Contributor: Bogdan Szczurek thebodzio(at)gmail.com
-# Contributor: Vaclav Kramar vaclav.kra...@tiscali.cz
-# Contributor: Archie mym...@gmail.com
-
-pkgname=rawtherapee
-pkgver=4.2
-pkgrel=1
-epoch=1
-pkgdesc=Raw photo editor
-arch=('i686' 'x86_64')
-url=http://www.rawtherapee.com/;
-license=('GPL3')
-depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 
'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('cmake' 'mercurial')
-install=rawtherapee.install
-source=(http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz;)
-md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
-#source=(rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver;)
-#md5sums=('SKIP')
-
-build() {
-  mkdir $srcdir/$pkgname-build
-  cd $srcdir/$pkgname-build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-$srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-build
-  make DESTDIR=$pkgdir/ install
-}

Copied: rawtherapee/repos/community-i686/PKGBUILD (from rev 137161, 
rawtherapee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 20:07:02 UTC (rev 137162)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkovsky AT gmail.com
+# Contributor: Bogdan Szczurek thebodzio(at)gmail.com
+# Contributor: Vaclav Kramar vaclav.kra...@tiscali.cz
+# Contributor: Archie mym...@gmail.com
+
+pkgname=rawtherapee
+pkgver=4.2
+pkgrel=2
+epoch=1
+pkgdesc=Raw photo editor
+arch=('i686' 'x86_64')
+url=http://www.rawtherapee.com/;
+license=('GPL3')
+depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 
'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gtk-engines: workaround theme bug under GNOME')
+makedepends=('cmake' 'mercurial')
+install=rawtherapee.install
+source=(http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz;)
+md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
+#source=(rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver;)
+#md5sums=('SKIP')
+
+build() {
+  mkdir $srcdir/$pkgname-build
+  cd $srcdir/$pkgname-build
+
+  cmake $srcdir/$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-build
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/rawtherapee.install
===
--- community-i686/rawtherapee.install  2015-07-20 20:06:56 UTC (rev 137161)
+++ community-i686/rawtherapee.install  2015-07-20 20:07:02 UTC (rev 137162)
@@ -1,17 +0,0 @@
-post_install() {
-  echo update desktop mime database...
-  update-desktop-database -q
-  update-mime-database usr/share/mime 12  /dev/null
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: rawtherapee/repos/community-i686/rawtherapee.install (from rev 137161, 
rawtherapee/trunk/rawtherapee.install)
===
--- community-i686/rawtherapee.install  (rev 0)
+++ community-i686/rawtherapee.install  2015-07-20 20:07:02 UTC (rev 137162)
@@ -0,0 +1,17 @@
+post_install() {
+  echo update desktop mime database...
+  update-desktop-database -q

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

2015-07-20 Thread Lukas Jirkovsky
Date: Monday, July 20, 2015 @ 22:06:56
  Author: stativ
Revision: 137161

upgpkg: rawtherapee 1:4.2-2

refs FS#45531: add gtk-engines as an optdepend to workaround gnome issue

Modified:
  rawtherapee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 18:35:18 UTC (rev 137160)
+++ PKGBUILD2015-07-20 20:06:56 UTC (rev 137161)
@@ -6,7 +6,7 @@
 
 pkgname=rawtherapee
 pkgver=4.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=Raw photo editor
 arch=('i686' 'x86_64')
@@ -13,6 +13,7 @@
 url=http://www.rawtherapee.com/;
 license=('GPL3')
 depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 
'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gtk-engines: workaround theme bug under GNOME')
 makedepends=('cmake' 'mercurial')
 install=rawtherapee.install
 source=(http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz;)
@@ -24,9 +25,9 @@
   mkdir $srcdir/$pkgname-build
   cd $srcdir/$pkgname-build
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-$srcdir/$pkgname-$pkgver
+  cmake $srcdir/$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
   make
 }
 


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

2015-07-20 Thread Jaroslav Lichtblau
Date: Monday, July 20, 2015 @ 18:54:21
  Author: jlichtblau
Revision: 137157

archrelease: copy trunk to community-i686

Added:
  ginac/repos/community-i686/PKGBUILD
(from rev 137156, ginac/trunk/PKGBUILD)
  ginac/repos/community-i686/ginac.install
(from rev 137156, ginac/trunk/ginac.install)
Deleted:
  ginac/repos/community-i686/PKGBUILD
  ginac/repos/community-i686/ginac.install

---+
 PKGBUILD  |   74 
 ginac.install |   40 +++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-20 16:35:00 UTC (rev 137156)
+++ PKGBUILD2015-07-20 16:54:21 UTC (rev 137157)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=ginac
-pkgver=1.6.3
-pkgrel=1
-pkgdesc=C++ library for symbolic calculations
-arch=('i686' 'x86_64')
-url='http://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
-install=${pkgname}.install
-source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6756c7de3485bc5245f8b0e4b3c046ac75406b93e9205b4180b096846932d9bd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: ginac/repos/community-i686/PKGBUILD (from rev 137156, 
ginac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-20 16:54:21 UTC (rev 137157)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=ginac
+pkgver=1.6.4
+pkgrel=1
+pkgdesc=C++ library for symbolic calculations
+arch=('i686' 'x86_64')
+url='http://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
+install=${pkgname}.install
+source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6241158216b4f68c625ce7d843d5b6b070304f87e7fc8f4075b76501ca0f3c60')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: ginac.install
===
--- ginac.install   2015-07-20 16:35:00 UTC (rev 137156)
+++ ginac.install   2015-07-20 16:54:21 UTC (rev 137157)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(ginac.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
-usr/bin/install-info $infodir/$file $infodir/dir 2 /dev/null
- done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-usr/bin/install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: ginac/repos/community-i686/ginac.install (from rev 137156, 
ginac/trunk/ginac.install)
===
--- ginac.install   (rev 0)
+++ ginac.install   2015-07-20 16:54:21 UTC (rev 137157)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(ginac.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+usr/bin/install-info $infodir/$file $infodir/dir 2 /dev/null
+ done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+usr/bin/install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}


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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 00:49:37
  Author: thestinger
Revision: 137168

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 137167, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 137167, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 137167, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 137167, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   56 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   28 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   28 -
 6 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2015-07-20 22:49:00 UTC (rev 137167)
+++ community-i686/10-enable-pax.conf   2015-07-20 22:49:37 UTC (rev 137168)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 137167, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2015-07-20 22:49:37 UTC (rev 137168)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 22:49:00 UTC (rev 137167)
+++ community-i686/PKGBUILD 2015-07-20 22:49:37 UTC (rev 137168)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=paxd
-pkgver=28
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glib2)
-source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
-   10-enable-pax.conf)
-sha1sums=('44ee369766b5b8496c2fabaaf19177eb0088d9f7'
-  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname-$pkgver
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 ../10-enable-pax.conf 
$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 137167, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 22:49:37 UTC (rev 137168)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=paxd
+pkgver=29
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glib2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
+   10-enable-pax.conf)
+sha1sums=('f4e9740a996d97320585d0223a3d664aa3e7e782'
+  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../10-enable-pax.conf 
$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2015-07-20 22:49:00 UTC (rev 137167)
+++ community-x86_64/10-enable-pax.conf 2015-07-20 22:49:37 UTC (rev 137168)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 137167, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2015-07-20 22:49:37 UTC (rev 137168)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD

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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 00:57:27
  Author: thestinger
Revision: 137169

upgpkg: openvas-libraries 8.0.4-1

Modified:
  openvas-libraries/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 22:49:37 UTC (rev 137168)
+++ PKGBUILD2015-07-20 22:57:27 UTC (rev 137169)
@@ -1,21 +1,21 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-libraries
-pkgver=7.0.9
-pkgrel=2
+pkgver=8.0.4
+pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
 url=http://www.openvas.org/;
 license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
 makedepends=('cmake' 'doxygen')
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1971/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1972/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('dd0c8da845caf5d6f842f61282d71036'
- 'SKIP')
+source=(http://wald.intevation.org/frs/download.php/2125/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2126/$pkgname-${pkgver}.tar.gz.asc;)
+sha256sums=('e8219e358185e60097f12e9a579b5ecfcd8c92f551195839dec85253a2d8e6f5'
+'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
 )


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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:07:06
  Author: thestinger
Revision: 137174

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

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 137173, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 137173, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 137173, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 137173, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   72 +
 /openvas-scanner.service |   18 +++
 community-i686/PKGBUILD  |   36 --
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:06:18 UTC (rev 137173)
+++ community-i686/PKGBUILD 2015-07-20 23:07:06 UTC (rev 137174)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=4.0.6
-pkgrel=2
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1959/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1960/$pkgname-${pkgver}.tar.gz.asc;
-$pkgname.service)
-md5sums=('2f66d96c97a03848490d1371d1c3b1b8'
- 'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 137173, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:07:06 UTC (rev 137174)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=5.0.4
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/2129/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2015-07-20 23:06:18 UTC (rev 
137173)
+++ community-i686/openvas-scanner.service  2015-07-20 23:07:06 UTC (rev 
137174)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
137173, openvas-scanner/trunk/openvas-scanner.service)
===
--- 

[arch-commits] Commit in greenbone-security-assistant/trunk (2 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:22:11
  Author: thestinger
Revision: 137177

upgpkg: greenbone-security-assistant 6.0.4-1

Added:
  greenbone-security-assistant/trunk/glib-include.patch
Modified:
  greenbone-security-assistant/trunk/PKGBUILD

+
 PKGBUILD   |   23 +++
 glib-include.patch |   12 
 2 files changed, 27 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:19:11 UTC (rev 137176)
+++ PKGBUILD2015-07-20 23:22:11 UTC (rev 137177)
@@ -1,22 +1,24 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=greenbone-security-assistant
-pkgver=5.0.6
-pkgrel=2
+pkgver=6.0.4
+pkgrel=1
 pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
 url='http://www.openvas.org/'
 license=(GPL)
 arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries')
-makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
+depends=('libmicrohttpd' 'openvas-libraries' 'libxslt')
+makedepends=('cmake' 'doxygen' 'xmltoman')
 groups=(openvas)
 backup=(etc/openvas/gsad_log.conf)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1967/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1968/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('df21a4ebcd062baeb42c4f112a296fd0'
- 'SKIP')
+source=(http://wald.intevation.org/frs/download.php/2137/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/2138/$pkgname-$pkgver.tar.gz.asc;
+glib-include.patch)
+md5sums=('fb3577daad10abad36c957fcf72ff87d'
+ 'SKIP'
+ '75b6fa16ba92cc92546f1947831a1706')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
 )
@@ -24,6 +26,11 @@
 provides=(gsa)
 replaces=(gsa)
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../glib-include.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \

Added: glib-include.patch
===
--- glib-include.patch  (rev 0)
+++ glib-include.patch  2015-07-20 23:22:11 UTC (rev 137177)
@@ -0,0 +1,12 @@
+diff -aur src/xslt_i18n.h src.new/xslt_i18n.h
+--- src/xslt_i18n.h2015-07-07 05:52:06.0 -0400
 src.new/xslt_i18n.h2015-07-20 19:16:25.106504690 -0400
+@@ -27,7 +27,7 @@
+ #define _XSLT_I18N_H
+ 
+ #include libxslt/extensions.h
+-#include glib/gstring.h
++#include glib.h
+ 
+ /**
+  * @brief Default language code, used when Accept-Language header is missing.


[arch-commits] Commit in greenbone-security-assistant/repos (6 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:22:38
  Author: thestinger
Revision: 137178

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 137177, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-i686/glib-include.patch
(from rev 137177, greenbone-security-assistant/trunk/glib-include.patch)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 137177, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/glib-include.patch
(from rev 137177, greenbone-security-assistant/trunk/glib-include.patch)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   88 ++
 community-i686/PKGBUILD |   37 --
 community-i686/glib-include.patch   |   12 
 community-x86_64/PKGBUILD   |   37 --
 community-x86_64/glib-include.patch |   12 
 5 files changed, 112 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:22:11 UTC (rev 137177)
+++ community-i686/PKGBUILD 2015-07-20 23:22:38 UTC (rev 137178)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.6
-pkgrel=2
-pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
-url='http://www.openvas.org/'
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries')
-makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
-groups=(openvas)
-backup=(etc/openvas/gsad_log.conf)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1967/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1968/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('df21a4ebcd062baeb42c4f112a296fd0'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var . -DSBINDIR=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: greenbone-security-assistant/repos/community-i686/PKGBUILD (from rev 
137177, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:22:38 UTC (rev 137178)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=6.0.4
+pkgrel=1
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 'openvas-libraries' 'libxslt')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+backup=(etc/openvas/gsad_log.conf)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/2137/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/2138/$pkgname-$pkgver.tar.gz.asc;
+glib-include.patch)
+md5sums=('fb3577daad10abad36c957fcf72ff87d'
+ 'SKIP'
+ '75b6fa16ba92cc92546f1947831a1706')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../glib-include.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var . -DSBINDIR=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: greenbone-security-assistant/repos/community-i686/glib-include.patch 
(from rev 137177, greenbone-security-assistant/trunk/glib-include.patch)
===
--- community-i686/glib-include.patch   (rev 0)
+++ community-i686/glib-include.patch   2015-07-20 23:22:38 UTC (rev 137178)
@@ -0,0 +1,12 @@
+diff -aur src/xslt_i18n.h src.new/xslt_i18n.h
+--- src/xslt_i18n.h2015-07-07 05:52:06.0 -0400
 src.new/xslt_i18n.h2015-07-20 19:16:25.106504690 -0400
+@@ -27,7 +27,7 @@
+ #define _XSLT_I18N_H
+ 
+ #include libxslt/extensions.h
+-#include glib/gstring.h

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

2015-07-20 Thread Anatol Pomozov
Date: Tuesday, July 21, 2015 @ 01:52:25
  Author: anatolik
Revision: 242390

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

Added:
  gdk-pixbuf2/repos/testing-i686/
  gdk-pixbuf2/repos/testing-i686/PKGBUILD
(from rev 242389, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install
(from rev 242389, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/testing-x86_64/
  gdk-pixbuf2/repos/testing-x86_64/PKGBUILD
(from rev 242389, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install
(from rev 242389, gdk-pixbuf2/trunk/gdk-pixbuf2.install)

+
 testing-i686/PKGBUILD  |   33 +
 testing-i686/gdk-pixbuf2.install   |   11 +++
 testing-x86_64/PKGBUILD|   33 +
 testing-x86_64/gdk-pixbuf2.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: gdk-pixbuf2/repos/testing-i686/PKGBUILD (from rev 242389, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-20 23:52:25 UTC (rev 242390)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gdk-pixbuf2
+pkgver=2.31.5
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection' 'python2')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('0a76e70497cd25ef2ac0da63a489c158ea3926724eb83d5254f9a0bc985ff7a6')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install (from rev 242389, 
gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- testing-i686/gdk-pixbuf2.install(rev 0)
+++ testing-i686/gdk-pixbuf2.install2015-07-20 23:52:25 UTC (rev 242390)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Copied: gdk-pixbuf2/repos/testing-x86_64/PKGBUILD (from rev 242389, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-20 23:52:25 UTC (rev 242390)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gdk-pixbuf2
+pkgver=2.31.5
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection' 'python2')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('0a76e70497cd25ef2ac0da63a489c158ea3926724eb83d5254f9a0bc985ff7a6')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install (from rev 242389, 
gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- testing-x86_64/gdk-pixbuf2.install  (rev 0)
+++ testing-x86_64/gdk-pixbuf2.install  2015-07-20 23:52:25 UTC (rev 242390)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}


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

2015-07-20 Thread Anatol Pomozov
Date: Tuesday, July 21, 2015 @ 01:51:53
  Author: anatolik
Revision: 242389

upgpkg: gdk-pixbuf2 2.31.5-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 17:56:27 UTC (rev 242388)
+++ PKGBUILD2015-07-20 23:51:53 UTC (rev 242389)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gdk-pixbuf2
-pkgver=2.31.4
+pkgver=2.31.5
 pkgrel=1
 pkgdesc=An image loading library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gtk-doc' 'gobject-introspection' 'python2')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('e5d9977493f8188baa6f432c5015c9937f0f67d29e0b6bccd3fae23126a47a15')
+sha256sums=('0a76e70497cd25ef2ac0da63a489c158ea3926724eb83d5254f9a0bc985ff7a6')
 
 build() {
   cd gdk-pixbuf-$pkgver


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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:57:35
  Author: thestinger
Revision: 137184

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

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 137183, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-i686/openvas-manager.install
(from rev 137183, openvas-manager/trunk/openvas-manager.install)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 137183, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/openvas-manager.install
(from rev 137183, openvas-manager/trunk/openvas-manager.install)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   80 +
 community-i686/PKGBUILD  |   39 --
 community-i686/openvas-manager.install   |5 +
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/openvas-manager.install |5 +
 5 files changed, 90 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:57:06 UTC (rev 137183)
+++ community-i686/PKGBUILD 2015-07-20 23:57:35 UTC (rev 137184)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=6.0.4
-pkgrel=2
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/2133/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 137183, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:57:35 UTC (rev 137184)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=6.0.4
+pkgrel=3
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
+groups=(openvas)
+install=$pkgname.install
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/2133/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: openvas-manager/repos/community-i686/openvas-manager.install (from rev 
137183, openvas-manager/trunk/openvas-manager.install)
===
--- community-i686/openvas-manager.install  (rev 0)
+++ community-i686/openvas-manager.install  2015-07-20 23:57:35 UTC (rev 
137184)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ $(vercmp $2 6.0.4) -lt 0 ]; then
+echo  NOTE: run \`openvasmd --migrate\` to migrate to the new database 
format
+  fi
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-20 23:57:06 UTC (rev 137183)
+++ community-x86_64/PKGBUILD   

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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 02:04:29
  Author: thestinger
Revision: 137186

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

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 137185, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 137185, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 137185, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 137185, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   72 +
 /openvas-scanner.service |   22 
 community-i686/PKGBUILD  |   36 --
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 94 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-21 00:03:57 UTC (rev 137185)
+++ community-i686/PKGBUILD 2015-07-21 00:04:29 UTC (rev 137186)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=5.0.4
-pkgrel=2
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'redis')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/2129/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
-$pkgname.service)
-md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
- 'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 137185, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 00:04:29 UTC (rev 137186)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=5.0.4
+pkgrel=3
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'redis')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/2129/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
+ 'SKIP'
+ '9abf981e0f71754a92a94962a601f759')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2015-07-21 00:03:57 UTC (rev 
137185)
+++ community-i686/openvas-scanner.service  2015-07-21 00:04:29 UTC (rev 
137186)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
137185, openvas-scanner/trunk/openvas-scanner.service)
===
--- 

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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 02:52:15
  Author: thestinger
Revision: 137188

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

Added:
  heimdall/repos/community-i686/
  heimdall/repos/community-i686/PKGBUILD
(from rev 137187, heimdall/trunk/PKGBUILD)
  heimdall/repos/community-i686/heimdall.desktop
(from rev 137187, heimdall/trunk/heimdall.desktop)
  heimdall/repos/community-x86_64/
  heimdall/repos/community-x86_64/PKGBUILD
(from rev 137187, heimdall/trunk/PKGBUILD)
  heimdall/repos/community-x86_64/heimdall.desktop
(from rev 137187, heimdall/trunk/heimdall.desktop)

---+
 community-i686/PKGBUILD   |   60 
 community-i686/heimdall.desktop   |9 +
 community-x86_64/PKGBUILD |   60 
 community-x86_64/heimdall.desktop |9 +
 4 files changed, 138 insertions(+)

Copied: heimdall/repos/community-i686/PKGBUILD (from rev 137187, 
heimdall/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 00:52:15 UTC (rev 137188)
@@ -0,0 +1,60 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Todd Musall
+# Contributor: dront78 (Ivan)
+# Contributor: Victor Noel
+# Contributor: ngoonee
+pkgname=heimdall
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Tool suite used to flash firmware (aka ROMs) onto Samsung mobile 
devices'
+arch=('i686' 'x86_64')
+url='http://www.glassechidna.com.au/products/heimdall/'
+license=('MIT')
+depends=('libusb' 'qt4')
+optdepends=('android-udev: Udev rules to connect Android devices to your linux 
box')
+source=(heimdall-${pkgver}.tar.gz::https://github.com/Benjamin-Dobell/Heimdall/archive/v${pkgver}.tar.gz;
+'heimdall.desktop')
+md5sums=('22c911e9042f5ed8fd90cbeeb9589015'
+ '4ba737aed98dd28c9bceb0723dbd7267')
+
+build() {
+  cd Heimdall-$pkgver
+
+  cd libpit/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall-frontend/
+  env OUTPUTDIR=/usr/bin qmake-qt4 heimdall-frontend.pro
+  make
+}
+
+package() {
+  install -m644 -D heimdall.desktop 
$pkgdir/usr/share/applications/heimdall.desktop
+
+  cd Heimdall-$pkgver
+
+  # Install license file
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Install heimdall command line tool
+  cd heimdall/
+
+  # Prevent make install from trying to reload udev
+  # We'll do this the Arch way at package install time
+  mv Makefile Makefile.orig
+  sed -e 's/sudo service udev restart/echo sudo service udev restart/' 
Makefile.orig Makefile
+
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/lib/
+
+  # Install heimdall GUI front end
+  cd ../heimdall-frontend
+  # hack to place heimdall-frontend in /usr/bin
+  sed -i 's|local\/||g' Makefile
+  make INSTALL_ROOT=$pkgdir/ install
+}

Copied: heimdall/repos/community-i686/heimdall.desktop (from rev 137187, 
heimdall/trunk/heimdall.desktop)
===
--- community-i686/heimdall.desktop (rev 0)
+++ community-i686/heimdall.desktop 2015-07-21 00:52:15 UTC (rev 137188)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=Heimdall
+Type=Application
+Comment=Firmware flasher for Samsung mobile devices
+Terminal=false
+Exec=heimdall-frontend
+Icon=phone
+Categories=Development;

Copied: heimdall/repos/community-x86_64/PKGBUILD (from rev 137187, 
heimdall/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-21 00:52:15 UTC (rev 137188)
@@ -0,0 +1,60 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Todd Musall
+# Contributor: dront78 (Ivan)
+# Contributor: Victor Noel
+# Contributor: ngoonee
+pkgname=heimdall
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Tool suite used to flash firmware (aka ROMs) onto Samsung mobile 
devices'
+arch=('i686' 'x86_64')
+url='http://www.glassechidna.com.au/products/heimdall/'
+license=('MIT')
+depends=('libusb' 'qt4')
+optdepends=('android-udev: Udev rules to connect Android devices to your linux 
box')
+source=(heimdall-${pkgver}.tar.gz::https://github.com/Benjamin-Dobell/Heimdall/archive/v${pkgver}.tar.gz;
+'heimdall.desktop')
+md5sums=('22c911e9042f5ed8fd90cbeeb9589015'
+ '4ba737aed98dd28c9bceb0723dbd7267')
+
+build() {
+  cd Heimdall-$pkgver
+
+  cd libpit/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall-frontend/
+  env OUTPUTDIR=/usr/bin qmake-qt4 heimdall-frontend.pro
+  make
+}
+
+package() {
+  install -m644 -D heimdall.desktop 
$pkgdir/usr/share/applications/heimdall.desktop
+
+  cd Heimdall-$pkgver
+
+  # Install license file
+  install -m644 -D LICENSE 

[arch-commits] Commit in (5 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 02:51:45
  Author: thestinger
Revision: 137187

add heimdall package

Added:
  heimdall/
  heimdall/repos/
  heimdall/trunk/
  heimdall/trunk/PKGBUILD
  heimdall/trunk/heimdall.desktop

--+
 PKGBUILD |   60 +
 heimdall.desktop |9 +++
 2 files changed, 69 insertions(+)

Added: heimdall/trunk/PKGBUILD
===
--- heimdall/trunk/PKGBUILD (rev 0)
+++ heimdall/trunk/PKGBUILD 2015-07-21 00:51:45 UTC (rev 137187)
@@ -0,0 +1,60 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Todd Musall
+# Contributor: dront78 (Ivan)
+# Contributor: Victor Noel
+# Contributor: ngoonee
+pkgname=heimdall
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Tool suite used to flash firmware (aka ROMs) onto Samsung mobile 
devices'
+arch=('i686' 'x86_64')
+url='http://www.glassechidna.com.au/products/heimdall/'
+license=('MIT')
+depends=('libusb' 'qt4')
+optdepends=('android-udev: Udev rules to connect Android devices to your linux 
box')
+source=(heimdall-${pkgver}.tar.gz::https://github.com/Benjamin-Dobell/Heimdall/archive/v${pkgver}.tar.gz;
+'heimdall.desktop')
+md5sums=('22c911e9042f5ed8fd90cbeeb9589015'
+ '4ba737aed98dd28c9bceb0723dbd7267')
+
+build() {
+  cd Heimdall-$pkgver
+
+  cd libpit/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall-frontend/
+  env OUTPUTDIR=/usr/bin qmake-qt4 heimdall-frontend.pro
+  make
+}
+
+package() {
+  install -m644 -D heimdall.desktop 
$pkgdir/usr/share/applications/heimdall.desktop
+
+  cd Heimdall-$pkgver
+
+  # Install license file
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Install heimdall command line tool
+  cd heimdall/
+
+  # Prevent make install from trying to reload udev
+  # We'll do this the Arch way at package install time
+  mv Makefile Makefile.orig
+  sed -e 's/sudo service udev restart/echo sudo service udev restart/' 
Makefile.orig Makefile
+
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/lib/
+
+  # Install heimdall GUI front end
+  cd ../heimdall-frontend
+  # hack to place heimdall-frontend in /usr/bin
+  sed -i 's|local\/||g' Makefile
+  make INSTALL_ROOT=$pkgdir/ install
+}

Added: heimdall/trunk/heimdall.desktop
===
--- heimdall/trunk/heimdall.desktop (rev 0)
+++ heimdall/trunk/heimdall.desktop 2015-07-21 00:51:45 UTC (rev 137187)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=Heimdall
+Type=Application
+Comment=Firmware flasher for Samsung mobile devices
+Terminal=false
+Exec=heimdall-frontend
+Icon=phone
+Categories=Development;


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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 03:12:51
  Author: thestinger
Revision: 137189

grsec-common: stop removing groups

Modified:
  grsec-common/trunk/grsec-common.install

--+
 grsec-common.install |6 --
 1 file changed, 6 deletions(-)

Modified: grsec-common.install
===
--- grsec-common.install2015-07-21 00:52:15 UTC (rev 137188)
+++ grsec-common.install2015-07-21 01:12:51 UTC (rev 137189)
@@ -9,9 +9,3 @@
 post_upgrade() {
   post_install
 }
-
-post_remove() {
-  for group in tpe audit socket-deny-server socket-deny-client 
socket-deny-all; do
-getent group $group /dev/null  groupdel $group
-  done
-}


[arch-commits] Commit in grsec-common/repos/community-any (6 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 03:14:29
  Author: thestinger
Revision: 137191

archrelease: copy trunk to community-any

Added:
  grsec-common/repos/community-any/05-grsecurity.conf
(from rev 137190, grsec-common/trunk/05-grsecurity.conf)
  grsec-common/repos/community-any/PKGBUILD
(from rev 137190, grsec-common/trunk/PKGBUILD)
  grsec-common/repos/community-any/grsec-common.install
(from rev 137190, grsec-common/trunk/grsec-common.install)
Deleted:
  grsec-common/repos/community-any/05-grsecurity.conf
  grsec-common/repos/community-any/PKGBUILD
  grsec-common/repos/community-any/grsec-common.install

--+
 05-grsecurity.conf   |  262 -
 PKGBUILD |   34 +++---
 grsec-common.install |   24 +---
 3 files changed, 155 insertions(+), 165 deletions(-)

Deleted: 05-grsecurity.conf
===
--- 05-grsecurity.conf  2015-07-21 01:13:41 UTC (rev 137190)
+++ 05-grsecurity.conf  2015-07-21 01:14:29 UTC (rev 137191)
@@ -1,131 +0,0 @@
-# All features in the kernel.grsecurity namespace are disabled by default.
-
-#
-# Disable PaX enforcement by default.
-#
-# The `paxd` package sets softmode back to 0 in a configuration file loaded
-# after this one. It automatically handles setting exceptions from the PaX
-# exploit mitigations after Pacman operations. Altering the setting manually
-# rather than using `paxd` is not recommended.
-#
-
-kernel.pax.softmode = 1
-
-#
-# Memory protections
-#
-
-#kernel.grsecurity.disable_priv_io = 1
-kernel.grsecurity.deter_bruteforce = 1
-
-#
-# Race free SymLinksIfOwnerMatch for web servers
-#
-# symlinkown_gid: http group
-#
-
-kernel.grsecurity.enforce_symlinksifowner = 1
-kernel.grsecurity.symlinkown_gid = 33
-
-#
-# FIFO restrictions
-#
-# Prevent writing to a FIFO in a world-writable sticky directory (e.g. /tmp),
-# unless the owner of the FIFO is the same owner of the directory it's held in.
-#
-
-kernel.grsecurity.fifo_restrictions = 1
-
-#
-# Deny any further rw mounts
-#
-
-#kernel.grsecurity.romount_protect = 1
-
-#
-# chroot restrictions (the commented options will break containers)
-#
-
-#kernel.grsecurity.chroot_caps = 1
-kernel.grsecurity.chroot_deny_bad_rename = 1
-#kernel.grsecurity.chroot_deny_chmod = 1
-#kernel.grsecurity.chroot_deny_chroot = 1
-kernel.grsecurity.chroot_deny_fchdir = 1
-#kernel.grsecurity.chroot_deny_mknod = 1
-#kernel.grsecurity.chroot_deny_mount = 1
-#kernel.grsecurity.chroot_deny_pivot = 1
-kernel.grsecurity.chroot_deny_shmat = 1
-kernel.grsecurity.chroot_deny_sysctl = 1
-kernel.grsecurity.chroot_deny_unix = 1
-kernel.grsecurity.chroot_enforce_chdir = 1
-kernel.grsecurity.chroot_findtask = 1
-#kernel.grsecurity.chroot_restrict_nice = 1
-
-#
-# Kernel auditing
-#
-# audit_group: Restrict exec/chdir logging to a group.
-# audit_gid: audit group
-#
-
-#kernel.grsecurity.audit_group = 1
-kernel.grsecurity.audit_gid = 201
-#kernel.grsecurity.exec_logging = 1
-#kernel.grsecurity.resource_logging = 1
-#kernel.grsecurity.chroot_execlog = 1
-#kernel.grsecurity.audit_ptrace = 1
-#kernel.grsecurity.audit_chdir = 1
-#kernel.grsecurity.audit_mount = 1
-#kernel.grsecurity.signal_logging = 1
-#kernel.grsecurity.forkfail_logging = 1
-#kernel.grsecurity.timechange_logging = 1
-kernel.grsecurity.rwxmap_logging = 1
-
-#
-# Executable protections
-#
-
-kernel.grsecurity.harden_ptrace = 1
-kernel.grsecurity.ptrace_readexec = 1
-kernel.grsecurity.consistent_setxid = 1
-kernel.grsecurity.harden_ipc = 1
-
-#
-# Trusted Path Execution
-#
-# tpe_gid: tpe group
-#
-
-#kernel.grsecurity.tpe = 1
-kernel.grsecurity.tpe_gid = 200
-#kernel.grsecurity.tpe_invert = 1
-kernel.grsecurity.tpe_restrict_all = 1
-
-#
-# Network protections
-#
-# socket_all_gid:socket-deny-all group
-# socket_client_gid: socket-deny-client group
-# socket_server_gid: socket-deny-server group
-#
-
-#kernel.grsecurity.ip_blackhole = 1
-kernel.grsecurity.lastack_retries = 4
-kernel.grsecurity.socket_all = 1
-kernel.grsecurity.socket_all_gid = 202
-kernel.grsecurity.socket_client = 1
-kernel.grsecurity.socket_client_gid = 203
-kernel.grsecurity.socket_server = 1
-kernel.grsecurity.socket_server_gid = 204
-
-#
-# Prevent any new USB devices from being recognized by the OS.
-#
-
-#kernel.grsecurity.deny_new_usb = 1
-
-#
-# Restrict grsec sysctl changes after this was set
-#
-
-#kernel.grsecurity.grsec_lock = 1

Copied: grsec-common/repos/community-any/05-grsecurity.conf (from rev 137190, 
grsec-common/trunk/05-grsecurity.conf)
===
--- 05-grsecurity.conf  (rev 0)
+++ 05-grsecurity.conf  2015-07-21 01:14:29 UTC (rev 137191)
@@ -0,0 +1,131 @@
+# All features in the kernel.grsecurity namespace are disabled by default.
+
+#
+# Disable PaX enforcement by default.
+#
+# The `paxd` package sets softmode back to 0 in a configuration file loaded
+# after this one. It automatically 

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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 03:13:41
  Author: thestinger
Revision: 137190

upgpkg: grsec-common 4-1

remove unnecessary post_upgrade function

Modified:
  grsec-common/trunk/PKGBUILD
  grsec-common/trunk/grsec-common.install

--+
 PKGBUILD |2 +-
 grsec-common.install |4 
 2 files changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 01:12:51 UTC (rev 137189)
+++ PKGBUILD2015-07-21 01:13:41 UTC (rev 137190)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=grsec-common
-pkgver=3
+pkgver=4
 pkgrel=1
 pkgdesc='Base package for grsecurity kernels'
 arch=(any)

Modified: grsec-common.install
===
--- grsec-common.install2015-07-21 01:12:51 UTC (rev 137189)
+++ grsec-common.install2015-07-21 01:13:41 UTC (rev 137190)
@@ -5,7 +5,3 @@
   getent group socket-deny-client /dev/null || groupadd -g 203 
socket-deny-client
   getent group socket-deny-server /dev/null || groupadd -g 204 
socket-deny-server
 }
-
-post_upgrade() {
-  post_install
-}


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

2015-07-20 Thread Levente Polyak
Date: Tuesday, July 21, 2015 @ 00:26:54
  Author: anthraxx
Revision: 137166

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

Added:
  cjdns/repos/community-testing-i686/PKGBUILD
(from rev 137165, cjdns/trunk/PKGBUILD)
  cjdns/repos/community-testing-x86_64/PKGBUILD
(from rev 137165, cjdns/trunk/PKGBUILD)
Deleted:
  cjdns/repos/community-testing-i686/PKGBUILD
  cjdns/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-07-20 22:26:44 UTC (rev 137165)
+++ community-testing-i686/PKGBUILD 2015-07-20 22:26:54 UTC (rev 137166)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: openfbt
-# Contributor: Werecat
-# Contributor: Xyne
-
-pkgname=cjdns
-pkgver=16.1
-pkgrel=1
-pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
-url='https://github.com/cjdelisle/cjdns'
-arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
-license=('GPL3')
-depends=('glibc' 'sh')
-makedepends=('nodejs' 'python2')
-optdepends=(
-  'cjdnsify: allows you to run some programs bound to your cjdns address'
-)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
-
-build() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  bash 'do'
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
-  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
-  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
-  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm 644 doc/admin-api.md doc/configure.md doc/djc_layer_model.md 
doc/nat-gateway.md doc/network-services.md \
-doc/non-root-user.md doc/security_specification.md 
doc/shorewall_and_vpn_gateway_howto.md doc/tunnel.md \
--t ${pkgdir}/usr/share/doc/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-testing-i686/PKGBUILD (from rev 137165, 
cjdns/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-20 22:26:54 UTC (rev 137166)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=16.1
+pkgrel=2
+pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('glibc' 'sh')
+makedepends=('nodejs' 'python2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  bash 'do'
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
+  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
+  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm 644 -t ${pkgdir}/usr/share/doc/${pkgname} \
+doc/admin-api.md \
+doc/configure.md \
+doc/djc_layer_model.md \
+doc/nat-gateway.md \
+doc/network-services.md \
+doc/non-root-user.md \
+doc/security_specification.md \
+doc/shorewall_and_vpn_gateway_howto.md \
+doc/tunnel.md
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-07-20 22:26:44 UTC (rev 137165)
+++ community-testing-x86_64/PKGBUILD   2015-07-20 22:26:54 UTC (rev 137166)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: openfbt
-# 

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

2015-07-20 Thread Levente Polyak
Date: Tuesday, July 21, 2015 @ 00:26:44
  Author: anthraxx
Revision: 137165

upgpkg: cjdns 16.1-2

updpkg cjdns 16.1-2

Modified:
  cjdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 22:23:18 UTC (rev 137164)
+++ PKGBUILD2015-07-20 22:26:44 UTC (rev 137165)
@@ -6,16 +6,13 @@
 
 pkgname=cjdns
 pkgver=16.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
 url='https://github.com/cjdelisle/cjdns'
-arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('glibc' 'sh')
 makedepends=('nodejs' 'python2')
-optdepends=(
-  'cjdnsify: allows you to run some programs bound to your cjdns address'
-)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
 
sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
 
@@ -31,9 +28,16 @@
   install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
   install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
   install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm 644 doc/admin-api.md doc/configure.md doc/djc_layer_model.md 
doc/nat-gateway.md doc/network-services.md \
-doc/non-root-user.md doc/security_specification.md 
doc/shorewall_and_vpn_gateway_howto.md doc/tunnel.md \
--t ${pkgdir}/usr/share/doc/${pkgname}
+  install -Dm 644 -t ${pkgdir}/usr/share/doc/${pkgname} \
+doc/admin-api.md \
+doc/configure.md \
+doc/djc_layer_model.md \
+doc/nat-gateway.md \
+doc/network-services.md \
+doc/non-root-user.md \
+doc/security_specification.md \
+doc/shorewall_and_vpn_gateway_howto.md \
+doc/tunnel.md
 }
 
 # vim: ts=2 sw=2 et:


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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 00:49:00
  Author: thestinger
Revision: 137167

upgpkg: paxd 29-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 22:26:54 UTC (rev 137166)
+++ PKGBUILD2015-07-20 22:49:00 UTC (rev 137167)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=paxd
-pkgver=28
+pkgver=29
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)
@@ -10,13 +10,13 @@
 depends=(glib2)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
10-enable-pax.conf)
-sha1sums=('44ee369766b5b8496c2fabaaf19177eb0088d9f7'
+sha1sums=('f4e9740a996d97320585d0223a3d664aa3e7e782'
   '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
 backup=(etc/paxd.conf)
 
 build() {
   cd $pkgname-$pkgver
-  make CC=gcc
+  make
 }
 
 package() {


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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 00:57:59
  Author: thestinger
Revision: 137170

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

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 137169, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 137169, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 22:57:27 UTC (rev 137169)
+++ community-i686/PKGBUILD 2015-07-20 22:57:59 UTC (rev 137170)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.9
-pkgrel=2
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1971/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1972/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('dd0c8da845caf5d6f842f61282d71036'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS+= -Wl,--no-as-needed
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  rmdir $pkgdir/var/run
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 137169, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 22:57:59 UTC (rev 137170)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=8.0.4
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap' 'hiredis')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/2125/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2126/$pkgname-${pkgver}.tar.gz.asc;)
+sha256sums=('e8219e358185e60097f12e9a579b5ecfcd8c92f551195839dec85253a2d8e6f5'
+'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS+= -Wl,--no-as-needed
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  rmdir $pkgdir/var/run
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-20 22:57:27 UTC (rev 137169)
+++ community-x86_64/PKGBUILD   2015-07-20 22:57:59 UTC (rev 137170)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.9
-pkgrel=2
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1971/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1972/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('dd0c8da845caf5d6f842f61282d71036'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS+= -Wl,--no-as-needed
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  rmdir $pkgdir/var/run
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from 

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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:06:18
  Author: thestinger
Revision: 137173

upgpkg: openvas-scanner 5.0.4-1

Modified:
  openvas-scanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:03:47 UTC (rev 137172)
+++ PKGBUILD2015-07-20 23:06:18 UTC (rev 137173)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-scanner
-pkgver=4.0.6
-pkgrel=2
+pkgver=5.0.4
+pkgrel=1
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -12,10 +12,10 @@
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1959/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1960/$pkgname-${pkgver}.tar.gz.asc;
+source=(http://wald.intevation.org/frs/download.php/2129/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
 $pkgname.service)
-md5sums=('2f66d96c97a03848490d1371d1c3b1b8'
+md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
  'SKIP'
  '5cc11ac11a7454aaa9148eab844b81af')
 validpgpkeys=(


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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:18:36
  Author: thestinger
Revision: 137175

upgpkg: openvas-manager 6.0.4-1

Modified:
  openvas-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:07:06 UTC (rev 137174)
+++ PKGBUILD2015-07-20 23:18:36 UTC (rev 137175)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
-pkgver=5.0.9
-pkgrel=2
+pkgver=6.0.4
+pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -12,9 +12,9 @@
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1963/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1964/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('da37223106a4f0b6dbefd090e9703feb'
+source=(http://wald.intevation.org/frs/download.php/2133/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
  'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity


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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:19:11
  Author: thestinger
Revision: 137176

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

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 137175, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 137175, openvas-manager/trunk/PKGBUILD)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:18:36 UTC (rev 137175)
+++ community-i686/PKGBUILD 2015-07-20 23:19:11 UTC (rev 137176)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.9
-pkgrel=2
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1963/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1964/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('da37223106a4f0b6dbefd090e9703feb'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 137175, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:19:11 UTC (rev 137176)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=6.0.4
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/2133/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-20 23:18:36 UTC (rev 137175)
+++ community-x86_64/PKGBUILD   2015-07-20 23:19:11 UTC (rev 137176)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.9
-pkgrel=2
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1963/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1964/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('da37223106a4f0b6dbefd090e9703feb'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-x86_64/PKGBUILD (from rev 137175, 
openvas-manager/trunk/PKGBUILD)
===
--- 

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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:49:27
  Author: thestinger
Revision: 137182

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

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 137181, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 137181, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 137181, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 137181, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   72 +
 /openvas-scanner.service |   18 +++
 community-i686/PKGBUILD  |   36 --
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:48:56 UTC (rev 137181)
+++ community-i686/PKGBUILD 2015-07-20 23:49:27 UTC (rev 137182)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=5.0.4
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/2129/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
-$pkgname.service)
-md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
- 'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 137181, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:49:27 UTC (rev 137182)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=5.0.4
+pkgrel=2
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'redis')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/2129/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2130/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2015-07-20 23:48:56 UTC (rev 
137181)
+++ community-i686/openvas-scanner.service  2015-07-20 23:49:27 UTC (rev 
137182)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
137181, openvas-scanner/trunk/openvas-scanner.service)
===
--- 

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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:48:56
  Author: thestinger
Revision: 137181

upgpkg: openvas-scanner 5.0.4-2

Modified:
  openvas-scanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:43:06 UTC (rev 137180)
+++ PKGBUILD2015-07-20 23:48:56 UTC (rev 137181)
@@ -2,12 +2,12 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-scanner
 pkgver=5.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
 license=('GPL')
-depends=('openvas-libraries')
+depends=('openvas-libraries' 'redis')
 makedepends=('cmake' 'doxygen')
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.


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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 02:03:57
  Author: thestinger
Revision: 137185

upgpkg: openvas-scanner 5.0.4-3

Modified:
  openvas-scanner/trunk/PKGBUILD
  openvas-scanner/trunk/openvas-scanner.service

-+
 PKGBUILD|4 ++--
 openvas-scanner.service |2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:57:35 UTC (rev 137184)
+++ PKGBUILD2015-07-21 00:03:57 UTC (rev 137185)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-scanner
 pkgver=5.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -17,7 +17,7 @@
 $pkgname.service)
 md5sums=('22f9a2fe4e030319ac37b1cee4a5b65e'
  'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
+ '9abf981e0f71754a92a94962a601f759')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
 )

Modified: openvas-scanner.service
===
--- openvas-scanner.service 2015-07-20 23:57:35 UTC (rev 137184)
+++ openvas-scanner.service 2015-07-21 00:03:57 UTC (rev 137185)
@@ -1,6 +1,8 @@
 [Unit]
 Description=Open Vulnerability Assessment System Scanner Daemon
 Documentation=http://www.openvas.org/
+After=redis.service
+Requires=redis.service
 
 [Service]
 ExecStart=/usr/bin/openvassd -f


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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:03:14
  Author: thestinger
Revision: 137171

upgpkg: openvas-cli 1.4.2-1

Modified:
  openvas-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 22:57:59 UTC (rev 137170)
+++ PKGBUILD2015-07-20 23:03:14 UTC (rev 137171)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-cli
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
 pkgdesc='The OpenVAS Command-Line Interface'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -12,9 +12,9 @@
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1803/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('70ac828c04995fdef997ea9e6ba29daf'
+source=(http://wald.intevation.org/frs/download.php/2141/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/2142/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('0ce5efb7826b886a58598b40acca9626'
  'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity


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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:03:47
  Author: thestinger
Revision: 137172

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

Added:
  openvas-cli/repos/community-i686/PKGBUILD
(from rev 137171, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-x86_64/PKGBUILD
(from rev 137171, openvas-cli/trunk/PKGBUILD)
Deleted:
  openvas-cli/repos/community-i686/PKGBUILD
  openvas-cli/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:03:14 UTC (rev 137171)
+++ community-i686/PKGBUILD 2015-07-20 23:03:47 UTC (rev 137172)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-cli
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1803/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('70ac828c04995fdef997ea9e6ba29daf'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-cli/repos/community-i686/PKGBUILD (from rev 137171, 
openvas-cli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:03:47 UTC (rev 137172)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/2141/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/2142/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('0ce5efb7826b886a58598b40acca9626'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-20 23:03:14 UTC (rev 137171)
+++ community-x86_64/PKGBUILD   2015-07-20 23:03:47 UTC (rev 137172)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-cli
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1803/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('70ac828c04995fdef997ea9e6ba29daf'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-cli/repos/community-x86_64/PKGBUILD (from rev 137171, 
openvas-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-20 23:03:47 UTC (rev 137172)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='The OpenVAS 

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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:42:32
  Author: thestinger
Revision: 137179

upgpkg: openvas-manager 6.0.4-2

Modified:
  openvas-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:22:38 UTC (rev 137178)
+++ PKGBUILD2015-07-20 23:42:32 UTC (rev 137179)
@@ -2,13 +2,14 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
 pkgver=6.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
 license=('GPL')
-depends=('openvas-libraries' 'rsync' 'sqlite3')
+depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
 makedepends=('cmake' 'doxygen' 'xmltoman')
+optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
@@ -20,6 +21,11 @@
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
 )
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
+}
+
 build() {
   cd $pkgname-$pkgver
   cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \


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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:43:06
  Author: thestinger
Revision: 137180

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

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 137179, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 137179, openvas-manager/trunk/PKGBUILD)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-20 23:42:32 UTC (rev 137179)
+++ community-i686/PKGBUILD 2015-07-20 23:43:06 UTC (rev 137180)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=6.0.4
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/2133/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 137179, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-20 23:43:06 UTC (rev 137180)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=6.0.4
+pkgrel=2
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/2133/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-20 23:42:32 UTC (rev 137179)
+++ community-x86_64/PKGBUILD   2015-07-20 23:43:06 UTC (rev 137180)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=6.0.4
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/2133/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: 

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

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 01:57:06
  Author: thestinger
Revision: 137183

upgpkg: openvas-manager 6.0.4-3

Added:
  openvas-manager/trunk/openvas-manager.install
Modified:
  openvas-manager/trunk/PKGBUILD

-+
 PKGBUILD|3 ++-
 openvas-manager.install |5 +
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 23:49:27 UTC (rev 137182)
+++ PKGBUILD2015-07-20 23:57:06 UTC (rev 137183)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
 pkgver=6.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -11,6 +11,7 @@
 makedepends=('cmake' 'doxygen' 'xmltoman')
 optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
 groups=(openvas)
+install=$pkgname.install
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
 
source=(http://wald.intevation.org/frs/download.php/2133/$pkgname-${pkgver}.tar.gz;

Added: openvas-manager.install
===
--- openvas-manager.install (rev 0)
+++ openvas-manager.install 2015-07-20 23:57:06 UTC (rev 137183)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ $(vercmp $2 6.0.4) -lt 0 ]; then
+echo  NOTE: run \`openvasmd --migrate\` to migrate to the new database 
format
+  fi
+}


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

2015-07-20 Thread Felix Yan
Date: Tuesday, July 21, 2015 @ 05:57:15
  Author: fyan
Revision: 137192

upgpkg: thefuck 2.1-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 01:14:29 UTC (rev 137191)
+++ PKGBUILD2015-07-21 03:57:15 UTC (rev 137192)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.0
+pkgver=2.1
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-20 Thread Felix Yan
Date: Tuesday, July 21, 2015 @ 05:57:26
  Author: fyan
Revision: 137193

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 137192, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-21 03:57:15 UTC (rev 137192)
+++ PKGBUILD2015-07-21 03:57:26 UTC (rev 137193)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=2.0
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
-makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock')
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck/tests
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 137192, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-21 03:57:26 UTC (rev 137193)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=2.1
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
+makedepends=('git')
+checkdepends=('python-pytest-mock' 'python-mock')
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck/tests
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et: