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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 13:29:38 UTC 2014


    Date: Tuesday, July 1, 2014 @ 15:29:38
  Author: spupykin
Revision: 114101

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

Added:
  nbtscan/repos/community-i686/PKGBUILD
    (from rev 114100, nbtscan/trunk/PKGBUILD)
  nbtscan/repos/community-i686/nbtscan.1.gz
    (from rev 114100, nbtscan/trunk/nbtscan.1.gz)
  nbtscan/repos/community-x86_64/PKGBUILD
    (from rev 114100, nbtscan/trunk/PKGBUILD)
  nbtscan/repos/community-x86_64/nbtscan.1.gz
    (from rev 114100, nbtscan/trunk/nbtscan.1.gz)
Deleted:
  nbtscan/repos/community-i686/PKGBUILD
  nbtscan/repos/community-i686/nbtscan.1.gz
  nbtscan/repos/community-x86_64/PKGBUILD
  nbtscan/repos/community-x86_64/nbtscan.1.gz

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 13:29:25 UTC (rev 114100)
+++ community-i686/PKGBUILD	2014-07-01 13:29:38 UTC (rev 114101)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergio Rubio <rubiojr at biondofu.net>
-
-pkgname=nbtscan
-pkgver=1.5.1
-pkgrel=5
-pkgdesc="NBTscan is a program for scanning IP networks for NetBIOS name information."
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=(glibc)
-url="http://www.inetcat.net/software/nbtscan.html"
-source=(http://www.sourcefiles.org/Networking/Tools/Miscellanenous/nbtscan-1.5.1.tar.gz
-	nbtscan.1.gz)
-md5sums=('85bb085077c380b82a6ff73e0de0c154'
-         'c9b7f61d2be12af5edc120142341c5f7')
-
-build() {
-    cd $srcdir/$pkgname-${pkgver}a
-    ./configure --prefix=/usr
-    make
-
-    # Copy the binary
-    mkdir -p $pkgdir/usr/bin
-    cp nbtscan $pkgdir/usr/bin
-
-    cd $srcdir
-    # Include the nbtscan debian man page
-    mkdir -p $pkgdir/usr/share/man/man1
-    cp nbtscan.1.gz $pkgdir/usr/share/man/man1
-}

Copied: nbtscan/repos/community-i686/PKGBUILD (from rev 114100, nbtscan/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 13:29:38 UTC (rev 114101)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergio Rubio <rubiojr at biondofu.net>
+
+pkgname=nbtscan
+pkgver=1.5.1
+pkgrel=6
+pkgdesc="NBTscan is a program for scanning IP networks for NetBIOS name information."
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=(glibc)
+url="http://www.inetcat.net/software/nbtscan.html"
+source=(http://www.sourcefiles.org/Networking/Tools/Miscellanenous/nbtscan-1.5.1.tar.gz
+	nbtscan.1.gz)
+md5sums=('85bb085077c380b82a6ff73e0de0c154'
+         'c9b7f61d2be12af5edc120142341c5f7')
+
+build() {
+    cd $srcdir/$pkgname-${pkgver}a
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd $srcdir/$pkgname-${pkgver}a
+
+    # Copy the binary
+    mkdir -p $pkgdir/usr/bin
+    cp nbtscan $pkgdir/usr/bin
+
+    cd $srcdir
+    # Include the nbtscan debian man page
+    mkdir -p $pkgdir/usr/share/man/man1
+    cp nbtscan.1.gz $pkgdir/usr/share/man/man1
+}

Deleted: community-i686/nbtscan.1.gz
===================================================================
(Binary files differ)

Copied: nbtscan/repos/community-i686/nbtscan.1.gz (from rev 114100, nbtscan/trunk/nbtscan.1.gz)
===================================================================
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 13:29:25 UTC (rev 114100)
+++ community-x86_64/PKGBUILD	2014-07-01 13:29:38 UTC (rev 114101)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergio Rubio <rubiojr at biondofu.net>
-
-pkgname=nbtscan
-pkgver=1.5.1
-pkgrel=5
-pkgdesc="NBTscan is a program for scanning IP networks for NetBIOS name information."
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=(glibc)
-url="http://www.inetcat.net/software/nbtscan.html"
-source=(http://www.sourcefiles.org/Networking/Tools/Miscellanenous/nbtscan-1.5.1.tar.gz
-	nbtscan.1.gz)
-md5sums=('85bb085077c380b82a6ff73e0de0c154'
-         'c9b7f61d2be12af5edc120142341c5f7')
-
-build() {
-    cd $srcdir/$pkgname-${pkgver}a
-    ./configure --prefix=/usr
-    make
-
-    # Copy the binary
-    mkdir -p $pkgdir/usr/bin
-    cp nbtscan $pkgdir/usr/bin
-
-    cd $srcdir
-    # Include the nbtscan debian man page
-    mkdir -p $pkgdir/usr/share/man/man1
-    cp nbtscan.1.gz $pkgdir/usr/share/man/man1
-}

Copied: nbtscan/repos/community-x86_64/PKGBUILD (from rev 114100, nbtscan/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 13:29:38 UTC (rev 114101)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergio Rubio <rubiojr at biondofu.net>
+
+pkgname=nbtscan
+pkgver=1.5.1
+pkgrel=6
+pkgdesc="NBTscan is a program for scanning IP networks for NetBIOS name information."
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=(glibc)
+url="http://www.inetcat.net/software/nbtscan.html"
+source=(http://www.sourcefiles.org/Networking/Tools/Miscellanenous/nbtscan-1.5.1.tar.gz
+	nbtscan.1.gz)
+md5sums=('85bb085077c380b82a6ff73e0de0c154'
+         'c9b7f61d2be12af5edc120142341c5f7')
+
+build() {
+    cd $srcdir/$pkgname-${pkgver}a
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd $srcdir/$pkgname-${pkgver}a
+
+    # Copy the binary
+    mkdir -p $pkgdir/usr/bin
+    cp nbtscan $pkgdir/usr/bin
+
+    cd $srcdir
+    # Include the nbtscan debian man page
+    mkdir -p $pkgdir/usr/share/man/man1
+    cp nbtscan.1.gz $pkgdir/usr/share/man/man1
+}

Deleted: community-x86_64/nbtscan.1.gz
===================================================================
(Binary files differ)

Copied: nbtscan/repos/community-x86_64/nbtscan.1.gz (from rev 114100, nbtscan/trunk/nbtscan.1.gz)
===================================================================
(Binary files differ)




More information about the arch-commits mailing list