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

Daniel Micay thestinger at archlinux.org
Tue Aug 25 19:15:04 UTC 2015


    Date: Tuesday, August 25, 2015 @ 21:15:04
  Author: thestinger
Revision: 138766

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-25 19:14:35 UTC (rev 138765)
+++ community-i686/PKGBUILD	2015-08-25 19:15:04 UTC (rev 138766)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at 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/PKGBUILD (from rev 138765, greenbone-security-assistant/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-25 19:15:04 UTC (rev 138766)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+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
+}

Deleted: community-i686/glib-include.patch
===================================================================
--- community-i686/glib-include.patch	2015-08-25 19:14:35 UTC (rev 138765)
+++ community-i686/glib-include.patch	2015-08-25 19:15:04 UTC (rev 138766)
@@ -1,12 +0,0 @@
-diff -aur src/xslt_i18n.h src.new/xslt_i18n.h
---- src/xslt_i18n.h	2015-07-07 05:52:06.000000000 -0400
-+++ src.new/xslt_i18n.h	2015-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.

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-25 19:14:35 UTC (rev 138765)
+++ community-x86_64/PKGBUILD	2015-08-25 19:15:04 UTC (rev 138766)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at 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-x86_64/PKGBUILD (from rev 138765, greenbone-security-assistant/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-25 19:15:04 UTC (rev 138766)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+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
+}

Deleted: community-x86_64/glib-include.patch
===================================================================
--- community-x86_64/glib-include.patch	2015-08-25 19:14:35 UTC (rev 138765)
+++ community-x86_64/glib-include.patch	2015-08-25 19:15:04 UTC (rev 138766)
@@ -1,12 +0,0 @@
-diff -aur src/xslt_i18n.h src.new/xslt_i18n.h
---- src/xslt_i18n.h	2015-07-07 05:52:06.000000000 -0400
-+++ src.new/xslt_i18n.h	2015-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.



More information about the arch-commits mailing list