[arch-commits] Commit in openvas-libraries/repos (4 files)
Christian Rebischke
shibumi at archlinux.org
Wed Oct 25 21:37:09 UTC 2017
Date: Wednesday, October 25, 2017 @ 21:37:07
Author: shibumi
Revision: 264298
archrelease: copy trunk to community-i686, community-x86_64
Added:
openvas-libraries/repos/community-i686/PKGBUILD
(from rev 264297, openvas-libraries/trunk/PKGBUILD)
openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 264297, openvas-libraries/trunk/PKGBUILD)
Deleted:
openvas-libraries/repos/community-i686/PKGBUILD
openvas-libraries/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 35 --------------------
community-x86_64/PKGBUILD | 35 --------------------
3 files changed, 74 insertions(+), 70 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-10-25 21:36:53 UTC (rev 264297)
+++ community-i686/PKGBUILD 2017-10-25 21:37:07 UTC (rev 264298)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-pkgname=openvas-libraries
-pkgver=8.0.9
-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/2433/$pkgname-${pkgver}.tar.gz"
- "http://wald.intevation.org/frs/download.php/2434/$pkgname-${pkgver}.tar.gz.asc")
-sha512sums=('6d2a6bf0d5e3d8437bdbaa4c45856a78c1167a8e063e3a5194d5eebfafe170692bdc519a992ed87817ce0d394c0f832bfd267c03b7c1c658508ceac81237aec8'
- '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 264297, openvas-libraries/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-25 21:37:07 UTC (rev 264298)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Christian Rebischke <chris.rebischke at archlinux.org>
+# Maintainer : Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor : Daniel Micay <danielmicay at gmail.com>
+pkgname=openvas-libraries
+pkgver=9.0.1
+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/2420/openvas-libraries-9.0.1.tar.gz"
+ "http://wald.intevation.org/frs/download.php/2421/openvas-libraries-9.0.1.tar.gz.sig")
+sha512sums=('d39694a77c368fdb0b2df5310bf4c7b1bf2cba27d2d9ca16b5291640f82e65eca947e21d3cf10d890d9679f48f7321aef95a7826b5827f8a24f04f9f1a759a90'
+ '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 2017-10-25 21:36:53 UTC (rev 264297)
+++ community-x86_64/PKGBUILD 2017-10-25 21:37:07 UTC (rev 264298)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-pkgname=openvas-libraries
-pkgver=8.0.9
-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/2433/$pkgname-${pkgver}.tar.gz"
- "http://wald.intevation.org/frs/download.php/2434/$pkgname-${pkgver}.tar.gz.asc")
-sha512sums=('6d2a6bf0d5e3d8437bdbaa4c45856a78c1167a8e063e3a5194d5eebfafe170692bdc519a992ed87817ce0d394c0f832bfd267c03b7c1c658508ceac81237aec8'
- '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 rev 264297, openvas-libraries/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-10-25 21:37:07 UTC (rev 264298)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Christian Rebischke <chris.rebischke at archlinux.org>
+# Maintainer : Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor : Daniel Micay <danielmicay at gmail.com>
+pkgname=openvas-libraries
+pkgver=9.0.1
+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/2420/openvas-libraries-9.0.1.tar.gz"
+ "http://wald.intevation.org/frs/download.php/2421/openvas-libraries-9.0.1.tar.gz.sig")
+sha512sums=('d39694a77c368fdb0b2df5310bf4c7b1bf2cba27d2d9ca16b5291640f82e65eca947e21d3cf10d890d9679f48f7321aef95a7826b5827f8a24f04f9f1a759a90'
+ '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"
+}
More information about the arch-commits
mailing list