[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-10-04 Thread Evangelos Foutras via arch-commits
Date: Sunday, October 4, 2020 @ 21:35:14
  Author: foutrelis
Revision: 397267

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 397266, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-04 21:35:10 UTC (rev 397266)
+++ PKGBUILD2020-10-04 21:35:14 UTC (rev 397267)
@@ -1,34 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.6
-pkgrel=3
-pkgdesc="Intelligent WHOIS client"
-arch=('x86_64')
-url="https://github.com/rfc1036/whois;
-license=('GPL')
-depends=('libidn2')
-makedepends=('perl' 'git')
-backup=('etc/whois.conf')
-source=(git+https://github.com/rfc1036/whois.git#tag=v$pkgver?signed)
-sha256sums=('SKIP')
-validpgpkeys=('6791403B68AE2690517C42EAE6FFF1E38DC968B0') # Marco d'Itri 

-
-build() {
-  cd "$srcdir/$pkgname"
-  make \
-CONFIG_FILE=/etc/whois.conf \
-CFLAGS="$CFLAGS $CPPFLAGS" \
-HAVE_ICONV=1
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make prefix=/usr BASEDIR="$pkgdir" install-whois
-  install -Dm644 whois.conf -t "$pkgdir/etc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 397266, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-04 21:35:14 UTC (rev 397267)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.7
+pkgrel=1
+pkgdesc="Intelligent WHOIS client"
+arch=('x86_64')
+url="https://github.com/rfc1036/whois;
+license=('GPL')
+depends=('libidn2')
+makedepends=('perl' 'git')
+backup=('etc/whois.conf')
+source=(git+https://github.com/rfc1036/whois.git#tag=v$pkgver?signed)
+sha256sums=('SKIP')
+validpgpkeys=('6791403B68AE2690517C42EAE6FFF1E38DC968B0') # Marco d'Itri 

+
+build() {
+  cd "$srcdir/$pkgname"
+  make \
+CONFIG_FILE=/etc/whois.conf \
+CFLAGS="$CFLAGS $CPPFLAGS" \
+HAVE_ICONV=1
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make prefix=/usr BASEDIR="$pkgdir" install-whois
+  install -Dm644 whois.conf -t "$pkgdir/etc"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-09-22 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 22, 2020 @ 12:17:49
  Author: foutrelis
Revision: 396421

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 396420, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   67 ++---
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 12:17:45 UTC (rev 396420)
+++ PKGBUILD2020-09-22 12:17:49 UTC (rev 396421)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.6
-pkgrel=2
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("https://deb.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('cba1e9000c60950f46a96ba23e8eea8aee240a2b8560e63a6bfb33f9034af14e')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 396420, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 12:17:49 UTC (rev 396421)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.6
+pkgrel=3
+pkgdesc="Intelligent WHOIS client"
+arch=('x86_64')
+url="https://github.com/rfc1036/whois;
+license=('GPL')
+depends=('libidn2')
+makedepends=('perl' 'git')
+backup=('etc/whois.conf')
+source=(git+https://github.com/rfc1036/whois.git#tag=v$pkgver?signed)
+sha256sums=('SKIP')
+validpgpkeys=('6791403B68AE2690517C42EAE6FFF1E38DC968B0') # Marco d'Itri 

+
+build() {
+  cd "$srcdir/$pkgname"
+  make \
+CONFIG_FILE=/etc/whois.conf \
+CFLAGS="$CFLAGS $CPPFLAGS" \
+HAVE_ICONV=1
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make prefix=/usr BASEDIR="$pkgdir" install-whois
+  install -Dm644 whois.conf -t "$pkgdir/etc"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-08-30 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 30, 2020 @ 10:22:38
  Author: foutrelis
Revision: 394956

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 394955, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-30 10:22:34 UTC (rev 394955)
+++ PKGBUILD2020-08-30 10:22:38 UTC (rev 394956)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.6
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('cba1e9000c60950f46a96ba23e8eea8aee240a2b8560e63a6bfb33f9034af14e')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 394955, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-30 10:22:38 UTC (rev 394956)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.6
+pkgrel=2
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("https://deb.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('cba1e9000c60950f46a96ba23e8eea8aee240a2b8560e63a6bfb33f9034af14e')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-02-18 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, February 18, 2020 @ 23:11:23
  Author: bisson
Revision: 375853

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 375852, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-18 23:10:48 UTC (rev 375852)
+++ PKGBUILD2020-02-18 23:11:23 UTC (rev 375853)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.5
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('c30e8a82eadac157be42649833ef77c5ea9fb5cbcbabb6ee3f2254e5530d')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 375852, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-18 23:11:23 UTC (rev 375853)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.6
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('cba1e9000c60950f46a96ba23e8eea8aee240a2b8560e63a6bfb33f9034af14e')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-23 Thread Gaëtan Bisson via arch-commits
Date: Thursday, January 23, 2020 @ 17:58:24
  Author: bisson
Revision: 373848

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 373847, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-23 17:58:03 UTC (rev 373847)
+++ PKGBUILD2020-01-23 17:58:24 UTC (rev 373848)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.5
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('c30e8a82eadac157be42649833ef77c5ea9fb5cbcbabb6ee3f2254e5530d')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 373847, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-23 17:58:24 UTC (rev 373848)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.5
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('c30e8a82eadac157be42649833ef77c5ea9fb5cbcbabb6ee3f2254e5530d')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-23 Thread Gaëtan Bisson via arch-commits
Date: Thursday, January 23, 2020 @ 17:58:03
  Author: bisson
Revision: 373847

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 373846, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-23 17:57:45 UTC (rev 373846)
+++ PKGBUILD2020-01-23 17:58:03 UTC (rev 373847)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.4
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('d1e1084f73085a4c12036174d7a69e15570bf13c62ee0ff7f8723e7b7e54274d')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 373846, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-23 17:58:03 UTC (rev 373847)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.5
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('c30e8a82eadac157be42649833ef77c5ea9fb5cbcbabb6ee3f2254e5530d')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-04 Thread Gaëtan Bisson via arch-commits
Date: Sunday, January 5, 2020 @ 07:24:40
  Author: bisson
Revision: 372603

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 372602, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-05 07:24:26 UTC (rev 372602)
+++ PKGBUILD2020-01-05 07:24:40 UTC (rev 372603)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.3
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('55c33f9c2a01c0cf1d6449ece63b0c26ef45aab63cf5f01c18459df0e341ab46')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 372602, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-05 07:24:40 UTC (rev 372603)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.4
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('d1e1084f73085a4c12036174d7a69e15570bf13c62ee0ff7f8723e7b7e54274d')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, December 4, 2019 @ 01:20:11
  Author: bisson
Revision: 370328

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 370327, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-04 01:19:51 UTC (rev 370327)
+++ PKGBUILD2019-12-04 01:20:11 UTC (rev 370328)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.2
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('c0594d3bc81c12958118ffa5c1bc04db105b853e7f748021588913c986fea5c0')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 370327, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-04 01:20:11 UTC (rev 370328)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.3
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('55c33f9c2a01c0cf1d6449ece63b0c26ef45aab63cf5f01c18459df0e341ab46')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-04 Thread Gaëtan Bisson via arch-commits
Date: Saturday, October 5, 2019 @ 01:09:44
  Author: bisson
Revision: 363823

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 363822, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-05 01:09:26 UTC (rev 363822)
+++ PKGBUILD2019-10-05 01:09:44 UTC (rev 363823)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.1
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('ee8d802f2e6639d44db3c326f3f5e059a8571a8cd0da87e60c6ddb06713cac82')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 363822, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-05 01:09:44 UTC (rev 363823)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.2
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('c0594d3bc81c12958118ffa5c1bc04db105b853e7f748021588913c986fea5c0')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-08-19 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, August 20, 2019 @ 00:32:47
  Author: bisson
Revision: 359969

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 359968, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 +
 1 file changed, 33 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-20 00:32:28 UTC (rev 359968)
+++ PKGBUILD2019-08-20 00:32:47 UTC (rev 359969)
@@ -1,35 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('64ec63339d7ad559cd6722bd3141a1e5787817bd921841a813ee17a0a34b6f3d')
-
-backup=('etc/whois.conf')
-
-build() {
-   #cd "${srcdir}/${pkgname}-${pkgver}"
-   cd "${srcdir}/${pkgname}-5.4.4"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   #cd "${srcdir}/${pkgname}-${pkgver}"
-   cd "${srcdir}/${pkgname}-5.4.4"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 359968, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-20 00:32:47 UTC (rev 359969)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.1
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('ee8d802f2e6639d44db3c326f3f5e059a8571a8cd0da87e60c6ddb06713cac82')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-23 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 23, 2019 @ 22:10:01
  Author: bisson
Revision: 358537

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 358536, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 +++--
 1 file changed, 35 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 22:09:51 UTC (rev 358536)
+++ PKGBUILD2019-07-23 22:10:01 UTC (rev 358537)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.4.3
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('fefa84029f70985db19743e51c4a8b318a169426babeaa824a27110c26090fc3')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 358536, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 22:10:01 UTC (rev 358537)
@@ -0,0 +1,35 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.0
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('64ec63339d7ad559cd6722bd3141a1e5787817bd921841a813ee17a0a34b6f3d')
+
+backup=('etc/whois.conf')
+
+build() {
+   #cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}-5.4.4"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   #cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}-5.4.4"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-06-15 Thread Gaëtan Bisson via arch-commits
Date: Saturday, June 15, 2019 @ 19:12:47
  Author: bisson
Revision: 356166

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 356165, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-15 19:12:38 UTC (rev 356165)
+++ PKGBUILD2019-06-15 19:12:47 UTC (rev 356166)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.4.2
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('eee33a3b3a56912fbf115a7dd24ed60314e2707a3ad6aa604ca2752c1ed01f57')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 356165, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-15 19:12:47 UTC (rev 356166)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.4.3
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('fefa84029f70985db19743e51c4a8b318a169426babeaa824a27110c26090fc3')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-04-01 Thread Gaëtan Bisson via arch-commits
Date: Monday, April 1, 2019 @ 20:54:53
  Author: bisson
Revision: 349575

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 349574, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-01 20:54:28 UTC (rev 349574)
+++ PKGBUILD2019-04-01 20:54:53 UTC (rev 349575)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.4.1
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('3ee6591fb14c103791430a8e6eb3d4c38a9f52aad799ea58c94250bd6985ec50')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 349574, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-01 20:54:53 UTC (rev 349575)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.4.2
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('eee33a3b3a56912fbf115a7dd24ed60314e2707a3ad6aa604ca2752c1ed01f57')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-14 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 14, 2019 @ 13:25:36
  Author: bisson
Revision: 346266

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 346265, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 13:25:05 UTC (rev 346265)
+++ PKGBUILD2019-02-14 13:25:36 UTC (rev 346266)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.4.0
-pkgrel=3
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('3775ae0cfaa6dd8d886e5233c4826225cddcb88c99c2a08130d14e15fe58e378')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 346265, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 13:25:36 UTC (rev 346266)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('3ee6591fb14c103791430a8e6eb3d4c38a9f52aad799ea58c94250bd6985ec50')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-11-13 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, November 13, 2018 @ 18:14:43
  Author: bisson
Revision: 339635

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 339634, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-13 18:14:04 UTC (rev 339634)
+++ PKGBUILD2018-11-13 18:14:43 UTC (rev 339635)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.3.2
-pkgrel=2
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 339634, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-13 18:14:43 UTC (rev 339635)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('3775ae0cfaa6dd8d886e5233c4826225cddcb88c99c2a08130d14e15fe58e378')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-20 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 20, 2018 @ 19:16:57
  Author: bisson
Revision: 335143

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 335142, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   67 ++---
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-20 19:16:30 UTC (rev 335142)
+++ PKGBUILD2018-09-20 19:16:57 UTC (rev 335143)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.3.2
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 335142, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-20 19:16:57 UTC (rev 335143)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.3.2
+pkgrel=2
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-07-24 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 24, 2018 @ 18:47:41
  Author: bisson
Revision: 329518

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 329517, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 18:45:50 UTC (rev 329517)
+++ PKGBUILD2018-07-24 18:47:41 UTC (rev 329518)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.3.1
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('ef4ead31306a388d9c8c83d67f56c94ed8b4c85e94f60baea2f5b1660445893e')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 329517, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 18:47:41 UTC (rev 329518)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.3.2
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 20, 2018 @ 17:47:20
  Author: bisson
Revision: 327336

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 327335, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 17:46:20 UTC (rev 327335)
+++ PKGBUILD2018-06-20 17:47:20 UTC (rev 327336)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('4d789c403bfb5833c8ae168a5f31be70e34b045bd5d95a54c82a27b0ff135723')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 327335, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 17:47:20 UTC (rev 327336)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('ef4ead31306a388d9c8c83d67f56c94ed8b4c85e94f60baea2f5b1660445893e')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-02-14 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, February 14, 2018 @ 23:09:08
  Author: bisson
Revision: 317056

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 317055, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-14 23:06:45 UTC (rev 317055)
+++ PKGBUILD2018-02-14 23:09:08 UTC (rev 317056)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.2.20
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('6848ab671750ab3782fe4ab2a47910fe4e25aa93894e4d0f3f67b5fcee06c009')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 317055, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-14 23:09:08 UTC (rev 317056)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('4d789c403bfb5833c8ae168a5f31be70e34b045bd5d95a54c82a27b0ff135723')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-01-05 Thread Gaëtan Bisson via arch-commits
Date: Saturday, January 6, 2018 @ 07:17:10
  Author: bisson
Revision: 314125

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 314124, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-06 07:16:37 UTC (rev 314124)
+++ PKGBUILD2018-01-06 07:17:10 UTC (rev 314125)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.2.19
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('6c39a274fd73b87c0ce1e34dfbd1842a0b2ca7a00c97d4202d639ec010e1262c')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 314124, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-06 07:17:10 UTC (rev 314125)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.2.20
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('6848ab671750ab3782fe4ab2a47910fe4e25aa93894e4d0f3f67b5fcee06c009')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-12-16 Thread Gaëtan Bisson via arch-commits
Date: Sunday, December 17, 2017 @ 07:13:48
  Author: bisson
Revision: 312985

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 312984, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   67 ++---
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-17 07:13:08 UTC (rev 312984)
+++ PKGBUILD2017-12-17 07:13:48 UTC (rev 312985)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.2.18
-pkgrel=1
-pkgdesc="The whois client by Marco d'Itri"
-arch=('i686' 'x86_64')
-url="http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-backup=('etc/whois.conf')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('c35d0d26aff37107c244a8ad54fd42e497ec0b90f76309e9beb7078b827c97d5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   CONFIG_FILE=/etc/whois.conf \
-   HAVE_LIBIDN=1 \
-   HAVE_ICONV=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr BASEDIR="${pkgdir}" install-whois
-  install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 312984, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-17 07:13:48 UTC (rev 312985)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.2.19
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('6c39a274fd73b87c0ce1e34dfbd1842a0b2ca7a00c97d4202d639ec010e1262c')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in whois/repos (extra-x86_64)

2011-02-04 Thread Giovanni Scafora
Date: Friday, February 4, 2011 @ 13:32:26
  Author: giovanni
Revision: 108899

archrelease: remove extra-x86_64

Deleted:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2011-02-04 Thread Giovanni Scafora
Date: Friday, February 4, 2011 @ 13:32:40
  Author: giovanni
Revision: 108900

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2011-01-15 Thread Giovanni Scafora
Date: Saturday, January 15, 2011 @ 07:09:18
  Author: giovanni
Revision: 106218

archrelease: remove extra-x86_64

Deleted:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2011-01-15 Thread Giovanni Scafora
Date: Saturday, January 15, 2011 @ 07:09:35
  Author: giovanni
Revision: 106219

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-12-09 Thread Giovanni Scafora
Date: Thursday, December 9, 2010 @ 07:55:52
  Author: giovanni
Revision: 102642

archrelease: remove extra-x86_64

Deleted:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-12-09 Thread Giovanni Scafora
Date: Thursday, December 9, 2010 @ 07:56:11
  Author: giovanni
Revision: 102643

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-11-30 Thread Giovanni Scafora
Date: Tuesday, November 30, 2010 @ 04:09:23
  Author: giovanni
Revision: 101664

archrelease: remove extra-x86_64

Deleted:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-11-30 Thread Giovanni Scafora
Date: Tuesday, November 30, 2010 @ 04:09:41
  Author: giovanni
Revision: 101665

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-11-22 Thread Pierre Schmitz
Date: Monday, November 22, 2010 @ 18:41:33
  Author: pierre
Revision: 100359

archrelease: remove extra-x86_64

Deleted:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-11-22 Thread Pierre Schmitz
Date: Monday, November 22, 2010 @ 18:41:57
  Author: pierre
Revision: 100360

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-08-26 Thread Giovanni Scafora
Date: Thursday, August 26, 2010 @ 02:17:35
  Author: giovanni
Revision: 88901

archrelease: remove extra-x86_64

Deleted:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-08-26 Thread Giovanni Scafora
Date: Thursday, August 26, 2010 @ 02:17:54
  Author: giovanni
Revision: 88902

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-07-14 Thread Giovanni Scafora
Date: Wednesday, July 14, 2010 @ 15:03:15
  Author: giovanni
Revision: 85502

archrelease: remove extra-x86_64

Deleted:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-07-14 Thread Giovanni Scafora
Date: Wednesday, July 14, 2010 @ 15:03:34
  Author: giovanni
Revision: 85503

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-05-29 Thread Giovanni Scafora
Date: Saturday, May 29, 2010 @ 08:13:57
  Author: giovanni
Revision: 81371

archrelease: remove extra-x86_64

Deleted:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-05-29 Thread Giovanni Scafora
Date: Saturday, May 29, 2010 @ 08:14:16
  Author: giovanni
Revision: 81372

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-05-17 Thread Giovanni Scafora
Date: Monday, May 17, 2010 @ 06:50:26
  Author: giovanni
Revision: 80455

archrelease: remove extra-x86_64

Deleted:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-05-17 Thread Giovanni Scafora
Date: Monday, May 17, 2010 @ 06:50:44
  Author: giovanni
Revision: 80456

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-05-17 Thread Giovanni Scafora
Date: Monday, May 17, 2010 @ 07:37:50
  Author: giovanni
Revision: 80474

archrelease: remove extra-x86_64

Deleted:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-05-17 Thread Giovanni Scafora
Date: Monday, May 17, 2010 @ 07:38:11
  Author: giovanni
Revision: 80475

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-05-17 Thread Giovanni Scafora
Date: Monday, May 17, 2010 @ 07:41:42
  Author: giovanni
Revision: 80479

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-04-16 Thread Andrea Scarpino
Date: Friday, April 16, 2010 @ 07:21:17
  Author: andrea
Revision: 77595

archrelease: remove extra-x86_64

Deleted:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64)

2010-04-16 Thread Andrea Scarpino
Date: Friday, April 16, 2010 @ 07:21:33
  Author: andrea
Revision: 77596

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/



[arch-commits] Commit in whois/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-02-10 Thread Giovanni Scafora
Date: Wednesday, February 10, 2010 @ 15:41:54
  Author: giovanni
Revision: 68131

Merged revisions 68128 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/whois/trunk


  r68128 | giovanni | 2010-02-10 21:40:01 +0100 (mer, 10 feb 2010) | 2 lines
  
  upgpkg: whois 5.0.1-1
  upstream release


Modified:
  whois/repos/extra-x86_64/ (properties)
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Property changes on: whois/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /whois/trunk:1-64517
   + /whois/trunk:1-68130

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-02-10 20:40:52 UTC (rev 68130)
+++ extra-x86_64/PKGBUILD   2010-02-10 20:41:54 UTC (rev 68131)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc=The whois client by Marco d'Itri
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 depends=('libidn')
 makedepends=('perl')
 
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz)
-md5sums=('18d74a07d711262b75f04a1c319bc833')
+md5sums=('bf3d9675e754419ed964360397689c83')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   make prefix=/usr HAVE_LIBIDN=1 || return 1
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
+  make prefix=/usr BASEDIR=${pkgdir} install-whois || return 1
 }



[arch-commits] Commit in whois/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-01-20 Thread Giovanni Scafora
Date: Wednesday, January 20, 2010 @ 19:43:40
  Author: giovanni
Revision: 64518

Merged revisions 64516 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/whois/trunk


  r64516 | giovanni | 2010-01-21 01:42:14 +0100 (gio, 21 gen 2010) | 2 lines
  
  upgpkg: whois 5.0.0-1
  upstream release


Modified:
  whois/repos/extra-x86_64/ (properties)
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)


Property changes on: whois/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /whois/trunk:1-52913
   + /whois/trunk:1-64517

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-21 00:42:53 UTC (rev 64517)
+++ extra-x86_64/PKGBUILD   2010-01-21 00:43:40 UTC (rev 64518)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=4.7.36
+pkgver=5.0.0
 pkgrel=1
 pkgdesc=The whois client by Marco d'Itri
 arch=('i686' 'x86_64')
@@ -12,10 +12,11 @@
 depends=('libidn')
 makedepends=('perl')
 
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz)
-md5sums=('27e871eb17f48b786930153039f4edbc')
+md5sums=('18d74a07d711262b75f04a1c319bc833')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   make prefix=/usr HAVE_LIBIDN=1 || return 1
   make prefix=/usr BASEDIR=${pkgdir} install-whois
 }