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

2017-10-25 Thread Christian Rebischke
Date: Wednesday, October 25, 2017 @ 22:23:56
  Author: shibumi
Revision: 264314

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 264313, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 264313, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-25 22:23:45 UTC (rev 264313)
+++ community-i686/PKGBUILD 2017-10-25 22:23:56 UTC (rev 264314)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=greenbone-security-assistant
-pkgver=6.0.12
-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/2442/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2443/$pkgname-$pkgver.tar.gz.asc;)
-sha512sums=('d9d14e2b99577197ac00745693ca2b1205445708efe6170ab23bc52f48eafd7d7584196241129617720983cca8fed78fd4849b4c198a31799361b37c0615dddf'
-'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 
264313, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-25 22:23:56 UTC (rev 264314)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer  : Christian Rebischke 
+# Maintainer  : Levente Polyak 
+# Contributor : Daniel Micay 
+pkgname=greenbone-security-assistant
+pkgver=7.0.2
+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/2429/greenbone-security-assistant-7.0.2.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2430/greenbone-security-assistant-7.0.2.tar.gz.sig;)
+sha512sums=('e3ccc8704845d8271a8628a19f7a79aea6c19f2cd52f4c69ee698b314c3b8de1099831394c8b474fa79fb1bba4dc5c42e88351edeca82e1c1b4f46f625f746ae'
+'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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-25 22:23:45 UTC (rev 264313)
+++ community-x86_64/PKGBUILD   2017-10-25 22:23:56 UTC (rev 264314)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=greenbone-security-assistant
-pkgver=6.0.12
-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

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

2017-06-30 Thread Felix Yan
Date: Friday, June 30, 2017 @ 19:32:23
  Author: felixonmars
Revision: 241729

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 241728, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 241728, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-30 19:31:59 UTC (rev 241728)
+++ community-i686/PKGBUILD 2017-06-30 19:32:23 UTC (rev 241729)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=greenbone-security-assistant
-pkgver=6.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' '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/2200/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2201/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('42410155524762f99cf2c0a391715980'
- '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 
241728, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-30 19:32:23 UTC (rev 241729)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=greenbone-security-assistant
+pkgver=6.0.12
+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/2442/$pkgname-$pkgver.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2443/$pkgname-$pkgver.tar.gz.asc;)
+sha512sums=('d9d14e2b99577197ac00745693ca2b1205445708efe6170ab23bc52f48eafd7d7584196241129617720983cca8fed78fd4849b4c198a31799361b37c0615dddf'
+'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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-30 19:31:59 UTC (rev 241728)
+++ community-x86_64/PKGBUILD   2017-06-30 19:32:23 UTC (rev 241729)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=greenbone-security-assistant
-pkgver=6.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' '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/2200/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2201/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('42410155524762f99cf2c0a391715980'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 

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

2016-02-05 Thread Sergej Pupykin
Date: Friday, February 5, 2016 @ 13:10:43
  Author: spupykin
Revision: 160405

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 160404, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 160404, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-05 12:10:27 UTC (rev 160404)
+++ community-i686/PKGBUILD 2016-02-05 12:10:43 UTC (rev 160405)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=greenbone-security-assistant
-pkgver=6.0.6
-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/2200/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2201/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('42410155524762f99cf2c0a391715980'
- '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 
160404, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 12:10:43 UTC (rev 160405)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=greenbone-security-assistant
+pkgver=6.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' '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/2200/$pkgname-$pkgver.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2201/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('42410155524762f99cf2c0a391715980'
+ '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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-05 12:10:27 UTC (rev 160404)
+++ community-x86_64/PKGBUILD   2016-02-05 12:10:43 UTC (rev 160405)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=greenbone-security-assistant
-pkgver=6.0.6
-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/2200/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2201/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('42410155524762f99cf2c0a391715980'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  

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

2015-11-13 Thread Daniel Micay
Date: Saturday, November 14, 2015 @ 01:05:11
  Author: thestinger
Revision: 146747

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 146746, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 146746, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-14 00:04:41 UTC (rev 146746)
+++ community-i686/PKGBUILD 2015-11-14 00:05:11 UTC (rev 146747)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=greenbone-security-assistant
-pkgver=6.0.5
-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/2173/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2174/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('ee69ddbd449401ca85a25f50f28291ac'
- '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 
146746, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-14 00:05:11 UTC (rev 146747)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=greenbone-security-assistant
+pkgver=6.0.6
+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/2200/$pkgname-$pkgver.tar.gz;
+
"http://wald.intevation.org/frs/download.php/2201/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('42410155524762f99cf2c0a391715980'
+ '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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-14 00:04:41 UTC (rev 146746)
+++ community-x86_64/PKGBUILD   2015-11-14 00:05:11 UTC (rev 146747)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=greenbone-security-assistant
-pkgver=6.0.5
-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/2173/$pkgname-$pkgver.tar.gz;
-
"http://wald.intevation.org/frs/download.php/2174/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('ee69ddbd449401ca85a25f50f28291ac'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver

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

2015-04-12 Thread Daniel Micay
Date: Sunday, April 12, 2015 @ 16:21:26
  Author: thestinger
Revision: 131251

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

Added:
  greenbone-security-assistant/repos/community-staging-i686/
  greenbone-security-assistant/repos/community-staging-i686/PKGBUILD
(from rev 131250, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-staging-x86_64/
  greenbone-security-assistant/repos/community-staging-x86_64/PKGBUILD
(from rev 131250, greenbone-security-assistant/trunk/PKGBUILD)

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

Copied: greenbone-security-assistant/repos/community-staging-i686/PKGBUILD 
(from rev 131250, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-12 14:21:26 UTC (rev 131251)
@@ -0,0 +1,37 @@
+# $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-staging-x86_64/PKGBUILD 
(from rev 131250, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-12 14:21:26 UTC (rev 131251)
@@ -0,0 +1,37 @@
+# $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
+}


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

2015-03-16 Thread Daniel Micay
Date: Monday, March 16, 2015 @ 18:55:20
  Author: thestinger
Revision: 129385

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 129384, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 129384, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-16 17:54:46 UTC (rev 129384)
+++ community-i686/PKGBUILD 2015-03-16 17:55:20 UTC (rev 129385)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.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')
-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/1799/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1800/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('25946ea0d37e12fb06e51e3f1145c026'
- 'SKIP')
-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 
129384, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-16 17:55:20 UTC (rev 129385)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.6
+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')
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-16 17:54:46 UTC (rev 129384)
+++ community-x86_64/PKGBUILD   2015-03-16 17:55:20 UTC (rev 129385)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.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')
-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/1799/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1800/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('25946ea0d37e12fb06e51e3f1145c026'
- 'SKIP')
-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: 

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

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:40:02
  Author: thestinger
Revision: 122927

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 122926, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 122926, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 11:39:29 UTC (rev 122926)
+++ community-i686/PKGBUILD 2014-11-22 11:40:02 UTC (rev 122927)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.3
-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/1734/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('d1148f21265346ee6257895918d8dedb'
- 'SKIP')
-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 
122926, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 11:40:02 UTC (rev 122927)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.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')
+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/1799/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1800/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('25946ea0d37e12fb06e51e3f1145c026'
+ 'SKIP')
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-22 11:39:29 UTC (rev 122926)
+++ community-x86_64/PKGBUILD   2014-11-22 11:40:02 UTC (rev 122927)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.3
-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/1734/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('d1148f21265346ee6257895918d8dedb'
- 'SKIP')
-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-x86_64/PKGBUILD (from rev 
122926, 

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

2014-09-30 Thread Daniel Micay
Date: Wednesday, October 1, 2014 @ 05:17:18
  Author: thestinger
Revision: 119906

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 119905, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 119905, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-01 03:16:41 UTC (rev 119905)
+++ community-i686/PKGBUILD 2014-10-01 03:17:18 UTC (rev 119906)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.3
-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')
-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/1734/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('d1148f21265346ee6257895918d8dedb'
- 'SKIP')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-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: greenbone-security-assistant/repos/community-i686/PKGBUILD (from rev 
119905, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-01 03:17:18 UTC (rev 119906)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.3
+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/1734/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('d1148f21265346ee6257895918d8dedb'
+ 'SKIP')
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-01 03:16:41 UTC (rev 119905)
+++ community-x86_64/PKGBUILD   2014-10-01 03:17:18 UTC (rev 119906)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.3
-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')
-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/1734/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc;)
-md5sums=('d1148f21265346ee6257895918d8dedb'
- 'SKIP')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-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: greenbone-security-assistant/repos/community-x86_64/PKGBUILD (from rev 
119905, greenbone-security-assistant/trunk/PKGBUILD)

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

2014-09-18 Thread Daniel Micay
Date: Thursday, September 18, 2014 @ 08:15:42
  Author: thestinger
Revision: 119171

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 119170, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 119170, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-18 06:15:11 UTC (rev 119170)
+++ community-i686/PKGBUILD 2014-09-18 06:15:42 UTC (rev 119171)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.2
-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)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
-md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: greenbone-security-assistant/repos/community-i686/PKGBUILD (from rev 
119170, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-18 06:15:42 UTC (rev 119171)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.3
+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')
+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/1734/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('d1148f21265346ee6257895918d8dedb'
+ 'SKIP')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+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   2014-09-18 06:15:11 UTC (rev 119170)
+++ community-x86_64/PKGBUILD   2014-09-18 06:15:42 UTC (rev 119171)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.2
-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)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
-md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: greenbone-security-assistant/repos/community-x86_64/PKGBUILD (from rev 
119170, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-18 06:15:42 UTC (rev 119171)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.3

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

2014-09-07 Thread Daniel Micay
Date: Sunday, September 7, 2014 @ 22:47:04
  Author: thestinger
Revision: 118623

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 118622, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 118622, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 20:46:28 UTC (rev 118622)
+++ community-i686/PKGBUILD 2014-09-07 20:47:04 UTC (rev 118623)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.2
-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')
-backup=(etc/openvas/gsad_log.conf)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
-md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: greenbone-security-assistant/repos/community-i686/PKGBUILD (from rev 
118622, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-07 20:47:04 UTC (rev 118623)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.2
+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)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
+md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -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   2014-09-07 20:46:28 UTC (rev 118622)
+++ community-x86_64/PKGBUILD   2014-09-07 20:47:04 UTC (rev 118623)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.2
-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')
-backup=(etc/openvas/gsad_log.conf)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
-md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: greenbone-security-assistant/repos/community-x86_64/PKGBUILD (from rev 
118622, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-07 20:47:04 UTC (rev 118623)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.2
+pkgrel=2
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 

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

2014-09-06 Thread Daniel Micay
Date: Saturday, September 6, 2014 @ 19:27:45
  Author: thestinger
Revision: 118474

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

Added:
  greenbone-security-assistant/repos/community-i686/
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 118473, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 118473, greenbone-security-assistant/trunk/PKGBUILD)

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

Copied: greenbone-security-assistant/repos/community-i686/PKGBUILD (from rev 
118473, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-06 17:27:45 UTC (rev 118474)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.2
+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')
+backup=(etc/openvas/gsad_log.conf)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
+md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: greenbone-security-assistant/repos/community-x86_64/PKGBUILD (from rev 
118473, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-06 17:27:45 UTC (rev 118474)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.2
+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')
+backup=(etc/openvas/gsad_log.conf)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
+md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}