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

Baptiste Jonglez zorun at archlinux.org
Mon May 22 06:57:28 UTC 2017


    Date: Monday, May 22, 2017 @ 06:57:28
  Author: zorun
Revision: 228955

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

Added:
  ipv6calc/repos/community-i686/PKGBUILD
    (from rev 228954, ipv6calc/trunk/PKGBUILD)
  ipv6calc/repos/community-x86_64/
  ipv6calc/repos/community-x86_64/PKGBUILD
    (from rev 228954, ipv6calc/trunk/PKGBUILD)
Deleted:
  ipv6calc/repos/community-i686/PKGBUILD

---------------------------+
 /PKGBUILD                 |   44 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   44 --------------------------------------------
 community-x86_64/PKGBUILD |   44 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 88 insertions(+), 44 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-22 06:56:58 UTC (rev 228954)
+++ community-i686/PKGBUILD	2017-05-22 06:57:28 UTC (rev 228955)
@@ -1,44 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-# Contributor: mortzu
-
-pkgname=ipv6calc
-pkgver=0.99.2
-pkgrel=1
-pkgdesc='Small utility to manipulate, convert and calculate (more than) IPv6 addresses'
-url='https://www.deepspace6.net/projects/ipv6calc.html'
-license=('GPL2')
-arch=('i686' 'x86_64')
-# See https://www.deepspace6.net/projects/ipv6calc.html#idm140634407144416
-makedepends=('geoip')
-optdepends=('geoip: for country GeoIP support'
-            'geoip-database-extra: for city-level GeoIP support')
-source=("https://github.com/pbiering/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f2eeec1b8d8626756f2cb9c461e9d1db20affccf582d43ded439bdb2d12646ef')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  autoconf
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure \
-    --prefix="/usr" \
-    --libdir="/usr/lib" \
-    --datarootdir="/usr/share" \
-    --enable-shared \
-    --enable-bundled-md5 \
-    --enable-geoip \
-    --with-geoip-dynamic=yes
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ipv6calc/repos/community-i686/PKGBUILD (from rev 228954, ipv6calc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-22 06:57:28 UTC (rev 228955)
@@ -0,0 +1,44 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Contributor: mortzu
+
+pkgname=ipv6calc
+pkgver=0.99.2
+pkgrel=1
+pkgdesc='Small utility to manipulate, convert and calculate (more than) IPv6 addresses'
+url='https://www.deepspace6.net/projects/ipv6calc.html'
+license=('GPL2')
+arch=('i686' 'x86_64')
+# See https://www.deepspace6.net/projects/ipv6calc.html#idm140634407144416
+makedepends=('geoip')
+optdepends=('geoip: for country GeoIP support'
+            'geoip-database-extra: for city-level GeoIP support')
+source=("https://github.com/pbiering/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('f2eeec1b8d8626756f2cb9c461e9d1db20affccf582d43ded439bdb2d12646ef')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  autoconf
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure \
+    --prefix="/usr" \
+    --libdir="/usr/lib" \
+    --datarootdir="/usr/share" \
+    --enable-shared \
+    --enable-bundled-md5 \
+    --enable-geoip \
+    --with-geoip-dynamic=yes
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ipv6calc/repos/community-x86_64/PKGBUILD (from rev 228954, ipv6calc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-22 06:57:28 UTC (rev 228955)
@@ -0,0 +1,44 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Contributor: mortzu
+
+pkgname=ipv6calc
+pkgver=0.99.2
+pkgrel=1
+pkgdesc='Small utility to manipulate, convert and calculate (more than) IPv6 addresses'
+url='https://www.deepspace6.net/projects/ipv6calc.html'
+license=('GPL2')
+arch=('i686' 'x86_64')
+# See https://www.deepspace6.net/projects/ipv6calc.html#idm140634407144416
+makedepends=('geoip')
+optdepends=('geoip: for country GeoIP support'
+            'geoip-database-extra: for city-level GeoIP support')
+source=("https://github.com/pbiering/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('f2eeec1b8d8626756f2cb9c461e9d1db20affccf582d43ded439bdb2d12646ef')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  autoconf
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure \
+    --prefix="/usr" \
+    --libdir="/usr/lib" \
+    --datarootdir="/usr/share" \
+    --enable-shared \
+    --enable-bundled-md5 \
+    --enable-geoip \
+    --with-geoip-dynamic=yes
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list