Date: Monday, May 15, 2017 @ 20:44:07
  Author: bisson
Revision: 296142

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
    (from rev 296141, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
    (from rev 296141, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/LICENSE
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

-------------------+
 /LICENSE          |    1 
 /PKGBUILD         |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 core-any/LICENSE  |    1 
 core-any/PKGBUILD |   62 ----------------------------------------------------
 4 files changed, 63 insertions(+), 63 deletions(-)

Deleted: core-any/LICENSE
===================================================================
--- core-any/LICENSE    2017-05-15 20:04:29 UTC (rev 296141)
+++ core-any/LICENSE    2017-05-15 20:44:07 UTC (rev 296142)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 296141, 
iana-etc/repos/testing-any/LICENSE)
===================================================================
--- core-any/LICENSE                            (rev 0)
+++ core-any/LICENSE    2017-05-15 20:44:07 UTC (rev 296142)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD   2017-05-15 20:04:29 UTC (rev 296141)
+++ core-any/PKGBUILD   2017-05-15 20:44:07 UTC (rev 296142)
@@ -1,62 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler <tho...@archlinux.org>
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-
-pkgname=iana-etc
-pkgver=20170426
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='http://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-        
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-        'LICENSE')
-sha256sums=('676a787583663dcc9668e369e96a6bee0611d51125b4e5e5debc289618c85166'
-            'f7a7fd69b66b936cdcba4416066cba8d8e88b6261ba43c2c2fab8cc3c6876825'
-            'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-pkgver() {
-       cd "${srcdir}"
-       awk -F"[<>]" '/updated/{print$3;nextfile}' * |
-       sort -n | tail -n 1 | tr -d -
-}
-
-package() {
-       cd "${srcdir}"
-       install -d "${pkgdir}/etc"
-       install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-       install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-       install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-
-       gawk '
-BEGIN {
-       print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
-       FS="[<>]"
-}
-
-{
-       if (/<record/) { v=n=0 }
-       if (/<value/) v=$3
-       if (/<name/ && !($3~/ /)) n=$3
-       if (/<\/record/ && (v || n=="HOPOPT") && n) printf "%-12s %3i %s\n", 
tolower(n),v,n
-}
-' protocol-numbers.xml > "${pkgdir}/etc/protocols"
-
-       gawk '
-BEGIN {
-       print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-       FS="[<>]"
-}
-
-{
-       if (/<record/) { n=u=p=c=0 }
-       if (/<name/ && !/\(/) n=$3
-       if (/<number/) u=$3
-       if (/<protocol/) p=$3
-       if (/Unassigned/ || /Reserved/ || /historic/) c=1
-       if (/<\/record/ && n && u && p && !c) printf "%-15s %5i/%s\n", n,u,p
-}' service-names-port-numbers.xml > "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 296141, 
iana-etc/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD                           (rev 0)
+++ core-any/PKGBUILD   2017-05-15 20:44:07 UTC (rev 296142)
@@ -0,0 +1,62 @@
+# $Id$
+# Contributor: Thomas Bächler <tho...@archlinux.org>
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=iana-etc
+pkgver=20170512
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+        
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+        'LICENSE')
+sha256sums=('fc4ef2d9dc2616e9981aa7845f33071dc9fd7b4269cc6440e3a52d4149c95d52'
+            'f7a7fd69b66b936cdcba4416066cba8d8e88b6261ba43c2c2fab8cc3c6876825'
+            'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+pkgver() {
+       cd "${srcdir}"
+       awk -F"[<>]" '/updated/{print$3;nextfile}' * |
+       sort -n | tail -n 1 | tr -d -
+}
+
+package() {
+       cd "${srcdir}"
+       install -d "${pkgdir}/etc"
+       install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+       install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+       install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+       gawk '
+BEGIN {
+       print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
+       FS="[<>]"
+}
+
+{
+       if (/<record/) { v=n=0 }
+       if (/<value/) v=$3
+       if (/<name/ && !($3~/ /)) n=$3
+       if (/<\/record/ && (v || n=="HOPOPT") && n) printf "%-12s %3i %s\n", 
tolower(n),v,n
+}
+' protocol-numbers.xml > "${pkgdir}/etc/protocols"
+
+       gawk '
+BEGIN {
+       print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+       FS="[<>]"
+}
+
+{
+       if (/<record/) { n=u=p=c=0 }
+       if (/<name/ && !/\(/) n=$3
+       if (/<number/) u=$3
+       if (/<protocol/) p=$3
+       if (/Unassigned/ || /Reserved/ || /historic/) c=1
+       if (/<\/record/ && n && u && p && !c) printf "%-15s %5i/%s\n", n,u,p
+}' service-names-port-numbers.xml > "${pkgdir}/etc/services"
+
+}

Reply via email to