[arch-commits] Commit in nmap/repos (4 files)
Gaëtan Bisson
bisson at archlinux.org
Fri Oct 21 18:52:18 UTC 2016
Date: Friday, October 21, 2016 @ 18:52:17
Author: bisson
Revision: 279129
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
nmap/repos/extra-i686/PKGBUILD
(from rev 279128, nmap/trunk/PKGBUILD)
nmap/repos/extra-x86_64/PKGBUILD
(from rev 279128, nmap/trunk/PKGBUILD)
Deleted:
nmap/repos/extra-i686/PKGBUILD
nmap/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 82 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 41 ------------------------
extra-x86_64/PKGBUILD | 41 ------------------------
3 files changed, 82 insertions(+), 82 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-21 18:51:28 UTC (rev 279128)
+++ extra-i686/PKGBUILD 2016-10-21 18:52:17 UTC (rev 279129)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-
-pkgname=nmap
-pkgver=7.30
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
- 'sudo: privilege escalation for zenmap'
- 'xterm: privilege escalation for zenmap'
- 'kde-cli-tools: privilege escalation for zenmap'
- 'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('cc5f51059df4c14fb8781987705d6064c7836349')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- export PYTHON=python2
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib \
- --mandir=/usr/share/man \
- --with-libpcap=included \
-
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- rm "${pkgdir}"/usr/bin/uninstall_*
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}
Copied: nmap/repos/extra-i686/PKGBUILD (from rev 279128, nmap/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-21 18:52:17 UTC (rev 279129)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=nmap
+pkgver=7.31
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+ 'sudo: privilege escalation for zenmap'
+ 'xterm: privilege escalation for zenmap'
+ 'kde-cli-tools: privilege escalation for zenmap'
+ 'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('9dcfc5bf599a4fe53ca9bfc53b1b9a2741bf1c6c')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ export PYTHON=python2
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --mandir=/usr/share/man \
+ --with-libpcap=included \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm "${pkgdir}"/usr/bin/uninstall_*
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-21 18:51:28 UTC (rev 279128)
+++ extra-x86_64/PKGBUILD 2016-10-21 18:52:17 UTC (rev 279129)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-
-pkgname=nmap
-pkgver=7.30
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
- 'sudo: privilege escalation for zenmap'
- 'xterm: privilege escalation for zenmap'
- 'kde-cli-tools: privilege escalation for zenmap'
- 'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('cc5f51059df4c14fb8781987705d6064c7836349')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- export PYTHON=python2
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib \
- --mandir=/usr/share/man \
- --with-libpcap=included \
-
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- rm "${pkgdir}"/usr/bin/uninstall_*
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}
Copied: nmap/repos/extra-x86_64/PKGBUILD (from rev 279128, nmap/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-21 18:52:17 UTC (rev 279129)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=nmap
+pkgver=7.31
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+ 'sudo: privilege escalation for zenmap'
+ 'xterm: privilege escalation for zenmap'
+ 'kde-cli-tools: privilege escalation for zenmap'
+ 'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('9dcfc5bf599a4fe53ca9bfc53b1b9a2741bf1c6c')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ export PYTHON=python2
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --mandir=/usr/share/man \
+ --with-libpcap=included \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm "${pkgdir}"/usr/bin/uninstall_*
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}
More information about the arch-commits
mailing list