[arch-commits] Commit in whois/repos (4 files)

Gaëtan Bisson bisson at archlinux.org
Sat Jul 29 04:20:28 UTC 2017


    Date: Saturday, July 29, 2017 @ 04:20:26
  Author: bisson
Revision: 301349

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

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

-----------------------+
 /PKGBUILD             |   66 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   33 ------------------------
 extra-x86_64/PKGBUILD |   33 ------------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-07-29 04:19:41 UTC (rev 301348)
+++ extra-i686/PKGBUILD	2017-07-29 04:20:26 UTC (rev 301349)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=whois
-pkgver=5.2.16
-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=('e9d208b61ccea96b611e522d30fb753dbefed0d44cfabe346e1928690453fc3a')
-
-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-i686/PKGBUILD (from rev 301348, whois/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-07-29 04:20:26 UTC (rev 301349)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=whois
+pkgver=5.2.17
+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=('257585678f571e18964667b41dc6543fe9da6123ac95743660c9c3ae1eba9664')
+
+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"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-07-29 04:19:41 UTC (rev 301348)
+++ extra-x86_64/PKGBUILD	2017-07-29 04:20:26 UTC (rev 301349)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=whois
-pkgver=5.2.16
-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=('e9d208b61ccea96b611e522d30fb753dbefed0d44cfabe346e1928690453fc3a')
-
-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 301348, whois/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-07-29 04:20:26 UTC (rev 301349)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=whois
+pkgver=5.2.17
+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=('257585678f571e18964667b41dc6543fe9da6123ac95743660c9c3ae1eba9664')
+
+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"
+}



More information about the arch-commits mailing list