[arch-commits] Commit in iana-etc/repos (5 files)

2019-10-02 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 2, 2019 @ 21:02:31
  Author: bisson
Revision: 363665

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 363664, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 363664, 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 |   54 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   54 
 4 files changed, 55 insertions(+), 55 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-10-02 20:17:52 UTC (rev 363664)
+++ core-any/LICENSE2019-10-02 21:02:31 UTC (rev 363665)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 363664, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-10-02 21:02:31 UTC (rev 363665)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-10-02 20:17:52 UTC (rev 363664)
+++ core-any/PKGBUILD   2019-10-02 21:02:31 UTC (rev 363665)
@@ -1,54 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20190823
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('b1462ba027f9f7ecce61a4e52ba2420c53ee81aaa4b2ecc0b8469ca13c0f94f1'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Please note that upstream silently updates those files in place every so
-# often, which causes checksum mismatch. Report this by flagging the package as
-# out-of-date. Cheers.
-
-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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 363664, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-10-02 21:02:31 UTC (rev 363665)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190930
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('59507b1a55c1d38a25ccdc9a12da03c6c9ebc188844959e2ca1d4aa17bd8659b'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+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"
+
+ 

[arch-commits] Commit in iana-etc/repos (5 files)

2019-12-12 Thread Gaëtan Bisson via arch-commits
Date: Friday, December 13, 2019 @ 07:30:56
  Author: bisson
Revision: 371342

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 371341, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 371341, 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 |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-12-13 06:12:10 UTC (rev 371341)
+++ core-any/LICENSE2019-12-13 07:30:56 UTC (rev 371342)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 371341, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-12-13 07:30:56 UTC (rev 371342)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-12-13 06:12:10 UTC (rev 371341)
+++ core-any/PKGBUILD   2019-12-13 07:30:56 UTC (rev 371342)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20191123
-_ports=service-names-port-numbers-20191123
-_protocols=protocol-numbers-20171013
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
-'LICENSE')
-sha256sums=('372620ba6bdd72080dcabb315a3d092ea4e080064565b2e3d8549c015a538480'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 371341, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-12-13 07:30:56 UTC (rev 371342)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20191212
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20171013
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
+'LICENSE')
+sha256sums=('f6c2a5823ffe38bffd95459ddea6360012cc6f1e8d4bd30305ac4b6ebe970aee'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/proto

[arch-commits] Commit in iana-etc/repos (5 files)

2020-06-04 Thread Gaëtan Bisson via arch-commits
Date: Thursday, June 4, 2020 @ 18:46:43
  Author: bisson
Revision: 388298

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 388297, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 388297, 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 |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2020-06-04 18:46:41 UTC (rev 388297)
+++ core-any/LICENSE2020-06-04 18:46:43 UTC (rev 388298)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 388297, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2020-06-04 18:46:43 UTC (rev 388298)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2020-06-04 18:46:41 UTC (rev 388297)
+++ core-any/PKGBUILD   2020-06-04 18:46:43 UTC (rev 388298)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20200511
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20200417
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
-'LICENSE')
-sha256sums=('75b1031dc75f3680b880a6db29a11c38fd7cd835f0a95eec758ccec53275a9df'
-'7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 388297, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2020-06-04 18:46:43 UTC (rev 388298)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200601
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200417
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
+'LICENSE')
+sha256sums=('21b3dd5ec7421bf9d68714f6c1c3820b6800010b6e4b1157f18209d2b2f2c52b'
+'7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protoco

[arch-commits] Commit in iana-etc/repos (5 files)

2019-01-28 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 29, 2019 @ 07:55:45
  Author: bisson
Revision: 344907

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 344906, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 344906, 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 |   50 ++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   50 --
 4 files changed, 51 insertions(+), 51 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-01-29 06:58:13 UTC (rev 344906)
+++ core-any/LICENSE2019-01-29 07:55:45 UTC (rev 344907)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 344906, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-01-29 07:55:45 UTC (rev 344907)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-01-29 06:58:13 UTC (rev 344906)
+++ core-any/PKGBUILD   2019-01-29 07:55:45 UTC (rev 344907)
@@ -1,50 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20181219
-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=('c34cd8bec26b942b748f102718b4693af386e96a6d20ffbf0b7bd8946186a10e'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 344906, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-01-29 07:55:45 UTC (rev 344907)
@@ -0,0 +1,50 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190125
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('b4dcb54af98d10af309ea7c4ba13f1416b5597dd81e65d02714404e31508a655'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'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 -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


[arch-commits] Commit in iana-etc/repos (5 files)

2019-07-10 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, July 10, 2019 @ 12:36:09
  Author: bisson
Revision: 357509

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 357508, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 357508, 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 |   54 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   54 
 4 files changed, 55 insertions(+), 55 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-07-10 12:35:37 UTC (rev 357508)
+++ core-any/LICENSE2019-07-10 12:36:09 UTC (rev 357509)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 357508, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-07-10 12:36:09 UTC (rev 357509)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-07-10 12:35:37 UTC (rev 357508)
+++ core-any/PKGBUILD   2019-07-10 12:36:09 UTC (rev 357509)
@@ -1,54 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20190531
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('3860e4c7dab9d43a5c83c07ea187cd0f76f095888b533cbe583869a594436dee'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Please note that upstream silently updates those files in place every so
-# often, which causes checksum mismatch. Report this by flagging the package as
-# out-of-date. Cheers.
-
-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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 357508, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-07-10 12:36:09 UTC (rev 357509)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190702
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('fccba49b0660b5e265a9ed44ff19853d5955d8ec1fc880836e72498ee14898e4'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+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"
+
+   

[arch-commits] Commit in iana-etc/repos (5 files)

2020-02-25 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, February 25, 2020 @ 18:26:37
  Author: bisson
Revision: 376234

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 376233, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 376233, 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 |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2020-02-25 16:37:40 UTC (rev 376233)
+++ core-any/LICENSE2020-02-25 18:26:37 UTC (rev 376234)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 376233, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2020-02-25 18:26:37 UTC (rev 376234)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2020-02-25 16:37:40 UTC (rev 376233)
+++ core-any/PKGBUILD   2020-02-25 18:26:37 UTC (rev 376234)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20200117
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20200131
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
-'LICENSE')
-sha256sums=('6642b9a926822be3253fb4e3561200e7bb4db9d4ca39386122446c1d35b874a7'
-'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 376233, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2020-02-25 18:26:37 UTC (rev 376234)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200224
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200131
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
+'LICENSE')
+sha256sums=('e71dd2cce51d92e2214f4672aaac774c9d1d82f1b0b45776cece473c88d64653'
+'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/pro

[arch-commits] Commit in iana-etc/repos (5 files)

2019-11-24 Thread Gaëtan Bisson via arch-commits
Date: Monday, November 25, 2019 @ 06:30:53
  Author: bisson
Revision: 369738

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 369737, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 369737, 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 |   51 +
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   54 
 4 files changed, 52 insertions(+), 55 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-11-25 04:36:16 UTC (rev 369737)
+++ core-any/LICENSE2019-11-25 06:30:53 UTC (rev 369738)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 369737, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-11-25 06:30:53 UTC (rev 369738)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-11-25 04:36:16 UTC (rev 369737)
+++ core-any/PKGBUILD   2019-11-25 06:30:53 UTC (rev 369738)
@@ -1,54 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20191030
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('ae01c72a93b49308ad528ede262e80d80e5120646793253ce3272434cb21d3f9'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Please note that upstream silently updates those files in place every so
-# often, which causes checksum mismatch. Report this by flagging the package as
-# out-of-date. Cheers.
-
-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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 369737, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-11-25 06:30:53 UTC (rev 369738)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20191123
+_ports=service-names-port-numbers-20191123
+_protocols=protocol-numbers-20171013
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
+'LICENSE')
+sha256sums=('372620ba6bdd72080dcabb315a3d092ea4e080064565b2e3d8549c015a538480'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/ian

[arch-commits] Commit in iana-etc/repos (5 files)

2020-03-12 Thread Gaëtan Bisson via arch-commits
Date: Thursday, March 12, 2020 @ 23:25:43
  Author: bisson
Revision: 377452

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 377451, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 377451, 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 |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2020-03-12 22:14:55 UTC (rev 377451)
+++ core-any/LICENSE2020-03-12 23:25:43 UTC (rev 377452)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 377451, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2020-03-12 23:25:43 UTC (rev 377452)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2020-03-12 22:14:55 UTC (rev 377451)
+++ core-any/PKGBUILD   2020-03-12 23:25:43 UTC (rev 377452)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20200224
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20200131
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
-'LICENSE')
-sha256sums=('e71dd2cce51d92e2214f4672aaac774c9d1d82f1b0b45776cece473c88d64653'
-'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 377451, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2020-03-12 23:25:43 UTC (rev 377452)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200311
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200131
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
+'LICENSE')
+sha256sums=('1ccb9f300942e2a0f6b18171546c14db8ebeb7ccb87af3cf52f15a21e1c2cbee'
+'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/proto

[arch-commits] Commit in iana-etc/repos (5 files)

2020-03-30 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, March 31, 2020 @ 06:49:44
  Author: bisson
Revision: 378798

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 378797, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 378797, 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 |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2020-03-31 06:19:55 UTC (rev 378797)
+++ core-any/LICENSE2020-03-31 06:49:44 UTC (rev 378798)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 378797, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2020-03-31 06:49:44 UTC (rev 378798)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2020-03-31 06:19:55 UTC (rev 378797)
+++ core-any/PKGBUILD   2020-03-31 06:49:44 UTC (rev 378798)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20200311
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20200131
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
-'LICENSE')
-sha256sums=('1ccb9f300942e2a0f6b18171546c14db8ebeb7ccb87af3cf52f15a21e1c2cbee'
-'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 378797, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2020-03-31 06:49:44 UTC (rev 378798)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200327
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200131
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
+'LICENSE')
+sha256sums=('455ece1a770c7d589c117b637c8a7807c449f6226d8476d323c3fde6f12b3cd3'
+'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protoc

[arch-commits] Commit in iana-etc/repos (5 files)

2020-04-21 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, April 21, 2020 @ 11:06:46
  Author: bisson
Revision: 380664

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 380663, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 380663, 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 |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2020-04-21 10:35:54 UTC (rev 380663)
+++ core-any/LICENSE2020-04-21 11:06:46 UTC (rev 380664)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 380663, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2020-04-21 11:06:46 UTC (rev 380664)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2020-04-21 10:35:54 UTC (rev 380663)
+++ core-any/PKGBUILD   2020-04-21 11:06:46 UTC (rev 380664)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20200327
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20200131
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
-'LICENSE')
-sha256sums=('455ece1a770c7d589c117b637c8a7807c449f6226d8476d323c3fde6f12b3cd3'
-'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 380663, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2020-04-21 11:06:46 UTC (rev 380664)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200401
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200131
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
+'LICENSE')
+sha256sums=('455ece1a770c7d589c117b637c8a7807c449f6226d8476d323c3fde6f12b3cd3'
+'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protoc

[arch-commits] Commit in iana-etc/repos (5 files)

2020-04-30 Thread Gaëtan Bisson via arch-commits
Date: Friday, May 1, 2020 @ 01:47:20
  Author: bisson
Revision: 381994

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 381993, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 381993, 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 |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2020-05-01 01:47:15 UTC (rev 381993)
+++ core-any/LICENSE2020-05-01 01:47:20 UTC (rev 381994)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 381993, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2020-05-01 01:47:20 UTC (rev 381994)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2020-05-01 01:47:15 UTC (rev 381993)
+++ core-any/PKGBUILD   2020-05-01 01:47:20 UTC (rev 381994)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20200401
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20200131
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
-'LICENSE')
-sha256sums=('455ece1a770c7d589c117b637c8a7807c449f6226d8476d323c3fde6f12b3cd3'
-'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 381993, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2020-05-01 01:47:20 UTC (rev 381994)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200428
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200417
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
+'LICENSE')
+sha256sums=('88cd2ba9f77b3ea39a75ae7f142bbfa8f20f5e7350d0b54d0e7df7502a4a8637'
+'7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"

[arch-commits] Commit in iana-etc/repos (5 files)

2020-01-04 Thread Gaëtan Bisson via arch-commits
Date: Sunday, January 5, 2020 @ 06:41:36
  Author: bisson
Revision: 372596

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 372595, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 372595, 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 |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2020-01-05 00:30:54 UTC (rev 372595)
+++ core-any/LICENSE2020-01-05 06:41:36 UTC (rev 372596)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 372595, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2020-01-05 06:41:36 UTC (rev 372596)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2020-01-05 00:30:54 UTC (rev 372595)
+++ core-any/PKGBUILD   2020-01-05 06:41:36 UTC (rev 372596)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20191212
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20171013
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
-'LICENSE')
-sha256sums=('f6c2a5823ffe38bffd95459ddea6360012cc6f1e8d4bd30305ac4b6ebe970aee'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 372595, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2020-01-05 06:41:36 UTC (rev 372596)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20191231
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20171013
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
+'LICENSE')
+sha256sums=('d856477401fde77e5e06cc6f2a6d76f7eaa7afba713e42e27d51c498a0a4ea40'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protoc

[arch-commits] Commit in iana-etc/repos (5 files)

2020-05-18 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, May 19, 2020 @ 06:08:39
  Author: bisson
Revision: 386022

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 386021, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 386021, 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 |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2020-05-19 04:40:09 UTC (rev 386021)
+++ core-any/LICENSE2020-05-19 06:08:39 UTC (rev 386022)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 386021, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2020-05-19 06:08:39 UTC (rev 386022)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2020-05-19 04:40:09 UTC (rev 386021)
+++ core-any/PKGBUILD   2020-05-19 06:08:39 UTC (rev 386022)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20200428
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20200417
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
-'LICENSE')
-sha256sums=('88cd2ba9f77b3ea39a75ae7f142bbfa8f20f5e7350d0b54d0e7df7502a4a8637'
-'7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 386021, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2020-05-19 06:08:39 UTC (rev 386022)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200511
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200417
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
+'LICENSE')
+sha256sums=('75b1031dc75f3680b880a6db29a11c38fd7cd835f0a95eec758ccec53275a9df'
+'7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocol

[arch-commits] Commit in iana-etc/repos (5 files)

2019-01-08 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, January 9, 2019 @ 07:41:43
  Author: bisson
Revision: 343184

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 343183, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 343183, 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 |   50 ++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   50 --
 4 files changed, 51 insertions(+), 51 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-01-09 07:41:31 UTC (rev 343183)
+++ core-any/LICENSE2019-01-09 07:41:43 UTC (rev 343184)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 343183, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-01-09 07:41:43 UTC (rev 343184)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-01-09 07:41:31 UTC (rev 343183)
+++ core-any/PKGBUILD   2019-01-09 07:41:43 UTC (rev 343184)
@@ -1,50 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20180913
-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=('f5980a78e74ad4eea95eab8cade52e4a9124735f3d67deee8aa7378fcdc6227a'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 343183, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-01-09 07:41:43 UTC (rev 343184)
@@ -0,0 +1,50 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20181219
+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=('c34cd8bec26b942b748f102718b4693af386e96a6d20ffbf0b7bd8946186a10e'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'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 -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


[arch-commits] Commit in iana-etc/repos (5 files)

2019-05-08 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 8, 2019 @ 09:03:13
  Author: bisson
Revision: 352774

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 352773, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 352773, 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 |   54 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   54 
 4 files changed, 55 insertions(+), 55 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-05-08 09:03:12 UTC (rev 352773)
+++ core-any/LICENSE2019-05-08 09:03:13 UTC (rev 352774)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 352773, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-05-08 09:03:13 UTC (rev 352774)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-05-08 09:03:12 UTC (rev 352773)
+++ core-any/PKGBUILD   2019-05-08 09:03:13 UTC (rev 352774)
@@ -1,54 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20190415
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('73c39d518cf24b2adebeaad5b93102c5778e7d1478eae99f095fc9837f4d3580'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Please note that upstream silently updates those files in place every so
-# often, which causes checksum mismatch. Report this by flagging the package as
-# out-of-date. Cheers.
-
-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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 352773, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-05-08 09:03:13 UTC (rev 352774)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190504
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('d1ce8e3d7402802d4d2ccd38526a6967f481c226bb588529afe7e18be3b1e3d9'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+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"
+
+ 

[arch-commits] Commit in iana-etc/repos (5 files)

2019-02-22 Thread Gaëtan Bisson via arch-commits
Date: Friday, February 22, 2019 @ 22:42:42
  Author: bisson
Revision: 346700

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 346699, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 346699, 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 |   50 ++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   50 --
 4 files changed, 51 insertions(+), 51 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-02-22 22:28:09 UTC (rev 346699)
+++ core-any/LICENSE2019-02-22 22:42:42 UTC (rev 346700)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 346699, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-02-22 22:42:42 UTC (rev 346700)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-02-22 22:28:09 UTC (rev 346699)
+++ core-any/PKGBUILD   2019-02-22 22:42:42 UTC (rev 346700)
@@ -1,50 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20190125
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('b4dcb54af98d10af309ea7c4ba13f1416b5597dd81e65d02714404e31508a655'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 346699, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-02-22 22:42:42 UTC (rev 346700)
@@ -0,0 +1,50 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190219
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('c712f1cba560872513d92803fbd5666d7de6de9e7ee3cfaf5094600e4af6ef27'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'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 -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


[arch-commits] Commit in iana-etc/repos (5 files)

2019-07-31 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, July 31, 2019 @ 21:13:27
  Author: bisson
Revision: 358852

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 358851, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 358851, 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 |   54 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   54 
 4 files changed, 55 insertions(+), 55 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-07-31 19:23:24 UTC (rev 358851)
+++ core-any/LICENSE2019-07-31 21:13:27 UTC (rev 358852)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 358851, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-07-31 21:13:27 UTC (rev 358852)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-07-31 19:23:24 UTC (rev 358851)
+++ core-any/PKGBUILD   2019-07-31 21:13:27 UTC (rev 358852)
@@ -1,54 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20190702
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('fccba49b0660b5e265a9ed44ff19853d5955d8ec1fc880836e72498ee14898e4'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Please note that upstream silently updates those files in place every so
-# often, which causes checksum mismatch. Report this by flagging the package as
-# out-of-date. Cheers.
-
-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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 358851, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-07-31 21:13:27 UTC (rev 358852)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190722
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('1c436876ab1358dd67251718959cadfba5858d596547499a962400ac53a4f3b8'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+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"
+
+   

[arch-commits] Commit in iana-etc/repos (5 files)

2019-08-27 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, August 27, 2019 @ 07:05:16
  Author: bisson
Revision: 361258

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 361257, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 361257, 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 |   54 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   54 
 4 files changed, 55 insertions(+), 55 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-08-27 06:25:42 UTC (rev 361257)
+++ core-any/LICENSE2019-08-27 07:05:16 UTC (rev 361258)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 361257, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-08-27 07:05:16 UTC (rev 361258)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-08-27 06:25:42 UTC (rev 361257)
+++ core-any/PKGBUILD   2019-08-27 07:05:16 UTC (rev 361258)
@@ -1,54 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20190722
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('1c436876ab1358dd67251718959cadfba5858d596547499a962400ac53a4f3b8'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Please note that upstream silently updates those files in place every so
-# often, which causes checksum mismatch. Report this by flagging the package as
-# out-of-date. Cheers.
-
-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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 361257, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-08-27 07:05:16 UTC (rev 361258)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190823
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('b1462ba027f9f7ecce61a4e52ba2420c53ee81aaa4b2ecc0b8469ca13c0f94f1'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+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"
+
+   

[arch-commits] Commit in iana-etc/repos (5 files)

2019-03-29 Thread Gaëtan Bisson via arch-commits
Date: Friday, March 29, 2019 @ 17:08:47
  Author: bisson
Revision: 349412

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 349411, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 349411, 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 |   54 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   54 
 4 files changed, 55 insertions(+), 55 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-03-29 16:54:31 UTC (rev 349411)
+++ core-any/LICENSE2019-03-29 17:08:47 UTC (rev 349412)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 349411, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-03-29 17:08:47 UTC (rev 349412)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-03-29 16:54:31 UTC (rev 349411)
+++ core-any/PKGBUILD   2019-03-29 17:08:47 UTC (rev 349412)
@@ -1,54 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20190228
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('18d7d76c54235f56d242680359624131fd538b3b1d6bc19ff3932e0ed897ed01'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Please note that upstream silently updates those files in place every so
-# often, which causes checksum mismatch. Report this by flagging the package as
-# out-of-date. Cheers.
-
-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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 349411, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-03-29 17:08:47 UTC (rev 349412)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190312
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('50f41c6f1fc66b4cd924b7d82f61155d24d6f5008eeec7964b9d3147647ebcbe'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+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"
+
+ 

[arch-commits] Commit in iana-etc/repos (5 files)

2019-04-01 Thread Gaëtan Bisson via arch-commits
Date: Monday, April 1, 2019 @ 09:49:23
  Author: bisson
Revision: 349517

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 349516, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 349516, 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 |   54 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   54 
 4 files changed, 55 insertions(+), 55 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-04-01 06:49:13 UTC (rev 349516)
+++ core-any/LICENSE2019-04-01 09:49:23 UTC (rev 349517)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 349516, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-04-01 09:49:23 UTC (rev 349517)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-04-01 06:49:13 UTC (rev 349516)
+++ core-any/PKGBUILD   2019-04-01 09:49:23 UTC (rev 349517)
@@ -1,54 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20190312
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('50f41c6f1fc66b4cd924b7d82f61155d24d6f5008eeec7964b9d3147647ebcbe'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Please note that upstream silently updates those files in place every so
-# often, which causes checksum mismatch. Report this by flagging the package as
-# out-of-date. Cheers.
-
-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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 349516, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-04-01 09:49:23 UTC (rev 349517)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190329
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('225069e4d78ede4231819287df4fad03bb9e1df7083608a0f092901d4a2b604b'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+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"
+
+  

[arch-commits] Commit in iana-etc/repos (5 files)

2019-04-18 Thread Gaëtan Bisson via arch-commits
Date: Thursday, April 18, 2019 @ 19:00:14
  Author: bisson
Revision: 350891

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 350890, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 350890, 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 |   54 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   54 
 4 files changed, 55 insertions(+), 55 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-04-18 18:31:54 UTC (rev 350890)
+++ core-any/LICENSE2019-04-18 19:00:14 UTC (rev 350891)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 350890, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-04-18 19:00:14 UTC (rev 350891)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-04-18 18:31:54 UTC (rev 350890)
+++ core-any/PKGBUILD   2019-04-18 19:00:14 UTC (rev 350891)
@@ -1,54 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20190329
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('225069e4d78ede4231819287df4fad03bb9e1df7083608a0f092901d4a2b604b'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Please note that upstream silently updates those files in place every so
-# often, which causes checksum mismatch. Report this by flagging the package as
-# out-of-date. Cheers.
-
-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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 350890, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-04-18 19:00:14 UTC (rev 350891)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190415
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('73c39d518cf24b2adebeaad5b93102c5778e7d1478eae99f095fc9837f4d3580'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+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"
+
+   

[arch-commits] Commit in iana-etc/repos (5 files)

2019-03-09 Thread Gaëtan Bisson via arch-commits
Date: Saturday, March 9, 2019 @ 23:53:53
  Author: bisson
Revision: 347568

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 347567, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 347567, 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 |   54 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   50 
 4 files changed, 55 insertions(+), 51 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-03-09 16:45:43 UTC (rev 347567)
+++ core-any/LICENSE2019-03-09 23:53:53 UTC (rev 347568)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 347567, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-03-09 23:53:53 UTC (rev 347568)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-03-09 16:45:43 UTC (rev 347567)
+++ core-any/PKGBUILD   2019-03-09 23:53:53 UTC (rev 347568)
@@ -1,50 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20190219
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('c712f1cba560872513d92803fbd5666d7de6de9e7ee3cfaf5094600e4af6ef27'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 347567, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-03-09 23:53:53 UTC (rev 347568)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190228
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('18d7d76c54235f56d242680359624131fd538b3b1d6bc19ff3932e0ed897ed01'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+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 -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/sh

[arch-commits] Commit in iana-etc/repos (5 files)

2019-06-03 Thread Gaëtan Bisson via arch-commits
Date: Monday, June 3, 2019 @ 20:18:17
  Author: bisson
Revision: 354757

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 354756, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 354756, 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 |   54 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   54 
 4 files changed, 55 insertions(+), 55 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-06-03 19:36:33 UTC (rev 354756)
+++ core-any/LICENSE2019-06-03 20:18:17 UTC (rev 354757)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 354756, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-06-03 20:18:17 UTC (rev 354757)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-06-03 19:36:33 UTC (rev 354756)
+++ core-any/PKGBUILD   2019-06-03 20:18:17 UTC (rev 354757)
@@ -1,54 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20190504
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('d1ce8e3d7402802d4d2ccd38526a6967f481c226bb588529afe7e18be3b1e3d9'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Please note that upstream silently updates those files in place every so
-# often, which causes checksum mismatch. Report this by flagging the package as
-# out-of-date. Cheers.
-
-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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 354756, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-06-03 20:18:17 UTC (rev 354757)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190531
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('3860e4c7dab9d43a5c83c07ea187cd0f76f095888b533cbe583869a594436dee'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+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"
+
+   

[arch-commits] Commit in iana-etc/repos (5 files)

2020-02-05 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, February 5, 2020 @ 18:15:54
  Author: bisson
Revision: 374685

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 374684, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 374684, 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 |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2020-02-05 16:38:17 UTC (rev 374684)
+++ core-any/LICENSE2020-02-05 18:15:54 UTC (rev 374685)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 374684, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2020-02-05 18:15:54 UTC (rev 374685)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2020-02-05 16:38:17 UTC (rev 374684)
+++ core-any/PKGBUILD   2020-02-05 18:15:54 UTC (rev 374685)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20191231
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20171013
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
-'LICENSE')
-sha256sums=('d856477401fde77e5e06cc6f2a6d76f7eaa7afba713e42e27d51c498a0a4ea40'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 374684, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2020-02-05 18:15:54 UTC (rev 374685)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200117
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200131
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
+'LICENSE')
+sha256sums=('6642b9a926822be3253fb4e3561200e7bb4db9d4ca39386122446c1d35b874a7'
+'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/pr

[arch-commits] Commit in iana-etc/repos (5 files)

2018-02-26 Thread Gaëtan Bisson via arch-commits
Date: Monday, February 26, 2018 @ 20:18:46
  Author: bisson
Revision: 317570

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 317569, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 317569, 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 |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2018-02-26 20:18:42 UTC (rev 317569)
+++ core-any/LICENSE2018-02-26 20:18:46 UTC (rev 317570)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 317569, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2018-02-26 20:18:46 UTC (rev 317570)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2018-02-26 20:18:42 UTC (rev 317569)
+++ core-any/PKGBUILD   2018-02-26 20:18:46 UTC (rev 317570)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20180131
-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=('59285ddb71cd7816184911ac9732956ea320d9a4ab3caf4cdc8d44eae86348f9'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 317569, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2018-02-26 20:18:46 UTC (rev 317570)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20180221
+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=('e0be507688063ececbc13908c7eced6e16c8aca351d8febbeb3dd09f64a82709'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'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 -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


[arch-commits] Commit in iana-etc/repos (5 files)

2018-02-07 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, February 7, 2018 @ 10:12:22
  Author: bisson
Revision: 316147

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 316146, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 316146, 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 |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2018-02-07 08:47:00 UTC (rev 316146)
+++ core-any/LICENSE2018-02-07 10:12:22 UTC (rev 316147)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 316146, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2018-02-07 10:12:22 UTC (rev 316147)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2018-02-07 08:47:00 UTC (rev 316146)
+++ core-any/PKGBUILD   2018-02-07 10:12:22 UTC (rev 316147)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20170824
-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=('222bfbe9b4d7834b387a7cfa7223f717be48dc7f1d5eadc79979ef07a743a69a'
-'5f1868355c828163dbfd61161e4f4050e026a28076fdd9a7c89ac54da7a71abd'
-'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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 316146, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2018-02-07 10:12:22 UTC (rev 316147)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20180131
+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=('59285ddb71cd7816184911ac9732956ea320d9a4ab3caf4cdc8d44eae86348f9'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'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 -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


[arch-commits] Commit in iana-etc/repos (5 files)

2019-11-01 Thread Gaëtan Bisson via arch-commits
Date: Saturday, November 2, 2019 @ 06:40:52
  Author: bisson
Revision: 366431

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 366430, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 366430, 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 |   54 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   54 
 4 files changed, 55 insertions(+), 55 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-11-02 00:18:33 UTC (rev 366430)
+++ core-any/LICENSE2019-11-02 06:40:52 UTC (rev 366431)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 366430, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-11-02 06:40:52 UTC (rev 366431)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-11-02 00:18:33 UTC (rev 366430)
+++ core-any/PKGBUILD   2019-11-02 06:40:52 UTC (rev 366431)
@@ -1,54 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20190930
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://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=('59507b1a55c1d38a25ccdc9a12da03c6c9ebc188844959e2ca1d4aa17bd8659b'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Please note that upstream silently updates those files in place every so
-# often, which causes checksum mismatch. Report this by flagging the package as
-# out-of-date. Cheers.
-
-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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 366430, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-11-02 06:40:52 UTC (rev 366431)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20191030
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://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=('ae01c72a93b49308ad528ede262e80d80e5120646793253ce3272434cb21d3f9'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+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"
+
+ 

[arch-commits] Commit in iana-etc/repos (5 files)

2012-07-26 Thread Gaetan Bisson
Date: Thursday, July 26, 2012 @ 11:21:18
  Author: bisson
Revision: 164065

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

Added:
  iana-etc/repos/core-any/PKGBUILD
(from rev 164064, iana-etc/repos/testing-any/PKGBUILD)
  iana-etc/repos/core-any/newer.patch
(from rev 164064, iana-etc/repos/testing-any/newer.patch)
Deleted:
  iana-etc/repos/core-any/Makefile.patch
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

+
 Makefile.patch |   11 
 PKGBUILD   |   73 ++
 newer.patch|  133 +++
 3 files changed, 169 insertions(+), 48 deletions(-)

Deleted: core-any/Makefile.patch
===
--- core-any/Makefile.patch 2012-07-26 14:02:53 UTC (rev 164064)
+++ core-any/Makefile.patch 2012-07-26 15:21:18 UTC (rev 164065)
@@ -1,11 +0,0 @@
 Makefile.old   2010-07-23 04:16:11.0 -0300
-+++ Makefile   2010-07-23 04:16:11.0 -0300
-@@ -42,7 +42,7 @@
-   protocol-numbers.iana port-numbers.iana
- 
- protocol-numbers.iana:
--  $(AWK) -f get.gawk -v file=protocol-numbers >protocol-numbers.iana
-+  $(AWK) -f get.gawk -v file=protocol-numbers/protocol-numbers.txt 
>protocol-numbers.iana
-   rm -f protocol-numbers
- 
- port-numbers.iana:

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-07-26 14:02:53 UTC (rev 164064)
+++ core-any/PKGBUILD   2012-07-26 15:21:18 UTC (rev 164065)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-pkgname=iana-etc
-pkgver=2.30
-pkgrel=2
-pkgdesc="/etc/protocols and /etc/services provided by IANA"
-arch=('any')
-url="http://sethwklein.net/iana-etc";
-license=('custom')
-makedepends=('awk')
-source=(http://sethwklein.net/iana-etc-2.30.tar.bz2
-Makefile.patch)
-sha256sums=('b9a6874fb20012836efef75452ef2acae624022d680feeb1994d73facba3f20d'
-'3e6db7adb8a67b765b8be65825f2a0e6c525eb42367385193c678af6b75d0321')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -p0 -i "$srcdir/Makefile.patch"
-  make get
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make test
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/iana-etc/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 164064, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-07-26 15:21:18 UTC (rev 164065)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=2.30
+pkgrel=3
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://sethwklein.net/iana-etc.html'
+arch=('any')
+license=('custom')
+backup=('etc/'{protocols,services})
+source=("http://sethwklein.net/${pkgname}-${pkgver}.tar.bz2";
+'newer.patch')
+sha1sums=('218593bcb9264014c4e397d838b2c218eac9df06'
+  '1e306cf77bc4e97cc020d6c53cb9de81c186a483')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../newer.patch
+   make get
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 port-numbers.iana 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 protocol-numbers.iana 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+}

Copied: iana-etc/repos/core-any/newer.patch (from rev 164064, 
iana-etc/repos/testing-any/newer.patch)
===
--- core-any/newer.patch(rev 0)
+++ core-any/newer.patch2012-07-26 15:21:18 UTC (rev 164065)
@@ -0,0 +1,133 @@
+diff -Naur old/Makefile new/Makefile
+--- old/Makefile   2008-03-06 05:02:40.0 +1100
 new/Makefile   2012-07-23 03:20:19.009174483 +1000
+@@ -42,11 +42,11 @@
+   protocol-numbers.iana port-numbers.iana
+ 
+ protocol-numbers.iana:
+-  $(AWK) -f get.gawk -v file=protocol-numbers >protocol-numbers.iana
++  $(AWK) -f get.gawk -v file=protocol-numbers/protocol-numbers.xml 
>protocol-numbers.iana
+   rm -f protocol-numbers
+ 
+ port-numbers.iana:
+-  $(AWK) -f get.gawk -v file=port-numbers >port-numbers.iana
++  $(AWK) -f get.gawk -v 
file=service-names-port-numbers/service-names-port-numbers.xml 
>port-numbers.iana
+   rm -f port-numbers
+ 
+ protocol-numbers:
+diff -Naur old/get.gawk new/get.gawk
+--- old/get.gawk   2008-03-06 05:04:18.0 +1100
 new/get.gawk   2012-07-23 03:20:19.009

[arch-commits] Commit in iana-etc/repos (5 files)

2015-05-12 Thread Gaetan Bisson
Date: Tuesday, May 12, 2015 @ 16:16:01
  Author: bisson
Revision: 239155

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/PKGBUILD
(from rev 239154, iana-etc/trunk/PKGBUILD)
  iana-etc/repos/testing-any/newer.patch
(from rev 239154, iana-etc/trunk/newer.patch)
  iana-etc/repos/testing-any/protocols.gawk
(from rev 239154, iana-etc/trunk/protocols.gawk)
  iana-etc/repos/testing-any/services.gawk
(from rev 239154, iana-etc/trunk/services.gawk)

+
 PKGBUILD   |   45 +
 newer.patch|   29 +
 protocols.gawk |   13 +
 services.gawk  |   15 +++
 4 files changed, 102 insertions(+)

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 239154, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-05-12 14:16:01 UTC (rev 239155)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=2.30
+pkgrel=5
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://sethwklein.net/iana-etc.html'
+arch=('any')
+license=('custom')
+backup=('etc/'{protocols,services})
+source=("http://sethwklein.net/${pkgname}-${pkgver}.tar.bz2";
+'protocols.gawk'
+'services.gawk'
+'newer.patch')
+sha1sums=('218593bcb9264014c4e397d838b2c218eac9df06'
+  '48c1b94d9069f73e8a919301da564f414c4108f8'
+  'c04278a7f11466efc64b80c193ef630857d9698a'
+  '2ff4a7aa0854a2b191b0b1a5c36eff072cd6885e')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cp ../protocols.gawk ../services.gawk .
+   patch -p1 -i ../newer.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make get
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 port-numbers.iana 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 protocol-numbers.iana 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+}

Copied: iana-etc/repos/testing-any/newer.patch (from rev 239154, 
iana-etc/trunk/newer.patch)
===
--- testing-any/newer.patch (rev 0)
+++ testing-any/newer.patch 2015-05-12 14:16:01 UTC (rev 239155)
@@ -0,0 +1,29 @@
+diff -Naur old/Makefile new/Makefile
+--- old/Makefile   2008-03-05 08:02:40.0 -1000
 new/Makefile   2013-11-20 11:30:01.387562517 -1000
+@@ -42,11 +42,11 @@
+   protocol-numbers.iana port-numbers.iana
+ 
+ protocol-numbers.iana:
+-  $(AWK) -f get.gawk -v file=protocol-numbers >protocol-numbers.iana
++  $(AWK) -f get.gawk -v file=protocol-numbers/protocol-numbers.xml 
>protocol-numbers.iana
+   rm -f protocol-numbers
+ 
+ port-numbers.iana:
+-  $(AWK) -f get.gawk -v file=port-numbers >port-numbers.iana
++  $(AWK) -f get.gawk -v 
file=service-names-port-numbers/service-names-port-numbers.xml 
>port-numbers.iana
+   rm -f port-numbers
+ 
+ protocol-numbers:
+diff -Naur old/get.gawk new/get.gawk
+--- old/get.gawk   2008-03-05 08:04:18.0 -1000
 new/get.gawk   2013-11-20 11:30:01.387562517 -1000
+@@ -26,7 +26,7 @@
+   NR++
+ 
+   if (in_content) { print }
+-  if (/^$/)   { in_content=1 }
++  if (/^\r?$/){ in_content=1 }
+ }
+ 
+ printf "\n" >"/dev/stderr"

Copied: iana-etc/repos/testing-any/protocols.gawk (from rev 239154, 
iana-etc/trunk/protocols.gawk)
===
--- testing-any/protocols.gawk  (rev 0)
+++ testing-any/protocols.gawk  2015-05-12 14:16:01 UTC (rev 239155)
@@ -0,0 +1,13 @@
+#!/usr/bin/awk -f
+
+BEGIN {
+   print "# See the full IANA XML file at: 
/usr/share/iana-etc/protocol-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/

[arch-commits] Commit in iana-etc/repos (5 files)

2016-09-24 Thread Gaëtan Bisson
Date: Saturday, September 24, 2016 @ 19:35:59
  Author: bisson
Revision: 276918

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 276917, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 276917, 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 |   56 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   56 
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2016-09-24 19:09:48 UTC (rev 276917)
+++ core-any/LICENSE2016-09-24 19:35:59 UTC (rev 276918)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 276917, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2016-09-24 19:35:59 UTC (rev 276918)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2016-09-24 19:09:48 UTC (rev 276917)
+++ core-any/PKGBUILD   2016-09-24 19:35:59 UTC (rev 276918)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20160513
-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=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-'LICENSE')
-sha1sums=('6009e0863841ad97892829391b7e4f675bffbb80'
-  '922c3ffcc8b21f15ccd83f2466f42ebcd1156772'
-  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
-
-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 (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 276917, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2016-09-24 19:35:59 UTC (rev 276918)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20160921
+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')
+sha1sums=('b3cb2145cfaecc0fb44b686925c940f961481e35'
+  'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a'
+  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+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 (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


[arch-commits] Commit in iana-etc/repos (5 files)

2016-10-02 Thread Gaëtan Bisson
Date: Sunday, October 2, 2016 @ 22:02:24
  Author: bisson
Revision: 277561

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 277560, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 277560, 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 |   56 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   56 
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2016-10-02 22:02:23 UTC (rev 277560)
+++ core-any/LICENSE2016-10-02 22:02:24 UTC (rev 277561)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 277560, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2016-10-02 22:02:24 UTC (rev 277561)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2016-10-02 22:02:23 UTC (rev 277560)
+++ core-any/PKGBUILD   2016-10-02 22:02:24 UTC (rev 277561)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20160921
-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')
-sha1sums=('b3cb2145cfaecc0fb44b686925c940f961481e35'
-  'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a'
-  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
-
-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 (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 277560, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2016-10-02 22:02:24 UTC (rev 277561)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20160927
+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')
+sha1sums=('aa826f2ae53aba9cdefa3869c9a70c625fc295ac'
+  'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a'
+  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+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 (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


[arch-commits] Commit in iana-etc/repos (5 files)

2016-11-13 Thread Gaëtan Bisson
Date: Sunday, November 13, 2016 @ 08:40:45
  Author: bisson
Revision: 280615

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 280614, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 280614, 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 |   56 --
 4 files changed, 63 insertions(+), 57 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2016-11-13 08:36:20 UTC (rev 280614)
+++ core-any/LICENSE2016-11-13 08:40:45 UTC (rev 280615)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 280614, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2016-11-13 08:40:45 UTC (rev 280615)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2016-11-13 08:36:20 UTC (rev 280614)
+++ core-any/PKGBUILD   2016-11-13 08:40:45 UTC (rev 280615)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20160927
-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')
-sha1sums=('aa826f2ae53aba9cdefa3869c9a70c625fc295ac'
-  'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a'
-  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
-
-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 (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 280614, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2016-11-13 08:40:45 UTC (rev 280615)
@@ -0,0 +1,62 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20161101
+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')
+sha1sums=('ce42b8fbf310be48a0fbd94625db8ca1a480'
+  'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a'
+  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+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 (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


[arch-commits] Commit in iana-etc/repos (5 files)

2016-05-20 Thread Gaetan Bisson
Date: Friday, May 20, 2016 @ 19:37:26
  Author: bisson
Revision: 268368

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 268367, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 268367, 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 |   56 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   56 
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2016-05-20 17:37:19 UTC (rev 268367)
+++ core-any/LICENSE2016-05-20 17:37:26 UTC (rev 268368)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 268367, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2016-05-20 17:37:26 UTC (rev 268368)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2016-05-20 17:37:19 UTC (rev 268367)
+++ core-any/PKGBUILD   2016-05-20 17:37:26 UTC (rev 268368)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20160314
-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=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-'LICENSE')
-sha1sums=('231a7a58e650a1bff6a795ee3fa6b400a2144a07'
-  '922c3ffcc8b21f15ccd83f2466f42ebcd1156772'
-  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
-
-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 (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 268367, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2016-05-20 17:37:26 UTC (rev 268368)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20160513
+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=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha1sums=('6009e0863841ad97892829391b7e4f675bffbb80'
+  '922c3ffcc8b21f15ccd83f2466f42ebcd1156772'
+  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+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 (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


[arch-commits] Commit in iana-etc/repos (5 files)

2013-11-20 Thread Gaetan Bisson
Date: Wednesday, November 20, 2013 @ 23:00:20
  Author: bisson
Revision: 14

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/PKGBUILD
(from rev 13, iana-etc/trunk/PKGBUILD)
  iana-etc/repos/testing-any/newer.patch
(from rev 13, iana-etc/trunk/newer.patch)
  iana-etc/repos/testing-any/protocols.gawk
(from rev 13, iana-etc/trunk/protocols.gawk)
  iana-etc/repos/testing-any/services.gawk
(from rev 13, iana-etc/trunk/services.gawk)

+
 PKGBUILD   |   45 +
 newer.patch|   29 +
 protocols.gawk |   13 +
 services.gawk  |   15 +++
 4 files changed, 102 insertions(+)

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 13, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-11-20 22:00:20 UTC (rev 14)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=2.30
+pkgrel=4
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://sethwklein.net/iana-etc.html'
+arch=('any')
+license=('custom')
+backup=('etc/'{protocols,services})
+source=("http://sethwklein.net/${pkgname}-${pkgver}.tar.bz2";
+'protocols.gawk'
+'services.gawk'
+'newer.patch')
+sha1sums=('218593bcb9264014c4e397d838b2c218eac9df06'
+  '48c1b94d9069f73e8a919301da564f414c4108f8'
+  'c04278a7f11466efc64b80c193ef630857d9698a'
+  '2ff4a7aa0854a2b191b0b1a5c36eff072cd6885e')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cp ../protocols.gawk ../services.gawk .
+   patch -p1 -i ../newer.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make get
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 port-numbers.iana 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 protocol-numbers.iana 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+}

Copied: iana-etc/repos/testing-any/newer.patch (from rev 13, 
iana-etc/trunk/newer.patch)
===
--- testing-any/newer.patch (rev 0)
+++ testing-any/newer.patch 2013-11-20 22:00:20 UTC (rev 14)
@@ -0,0 +1,29 @@
+diff -Naur old/Makefile new/Makefile
+--- old/Makefile   2008-03-05 08:02:40.0 -1000
 new/Makefile   2013-11-20 11:30:01.387562517 -1000
+@@ -42,11 +42,11 @@
+   protocol-numbers.iana port-numbers.iana
+ 
+ protocol-numbers.iana:
+-  $(AWK) -f get.gawk -v file=protocol-numbers >protocol-numbers.iana
++  $(AWK) -f get.gawk -v file=protocol-numbers/protocol-numbers.xml 
>protocol-numbers.iana
+   rm -f protocol-numbers
+ 
+ port-numbers.iana:
+-  $(AWK) -f get.gawk -v file=port-numbers >port-numbers.iana
++  $(AWK) -f get.gawk -v 
file=service-names-port-numbers/service-names-port-numbers.xml 
>port-numbers.iana
+   rm -f port-numbers
+ 
+ protocol-numbers:
+diff -Naur old/get.gawk new/get.gawk
+--- old/get.gawk   2008-03-05 08:04:18.0 -1000
 new/get.gawk   2013-11-20 11:30:01.387562517 -1000
+@@ -26,7 +26,7 @@
+   NR++
+ 
+   if (in_content) { print }
+-  if (/^$/)   { in_content=1 }
++  if (/^\r?$/){ in_content=1 }
+ }
+ 
+ printf "\n" >"/dev/stderr"

Copied: iana-etc/repos/testing-any/protocols.gawk (from rev 13, 
iana-etc/trunk/protocols.gawk)
===
--- testing-any/protocols.gawk  (rev 0)
+++ testing-any/protocols.gawk  2013-11-20 22:00:20 UTC (rev 14)
@@ -0,0 +1,13 @@
+#!/usr/bin/awk -f
+
+BEGIN {
+   print "# See the full IANA XML file at: 
/usr/share/iana-etc/protocol-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/

[arch-commits] Commit in iana-etc/repos (5 files)

2016-03-18 Thread Gaetan Bisson
Date: Saturday, March 19, 2016 @ 00:12:56
  Author: bisson
Revision: 262064

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 262063, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 262063, 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 |   56 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   56 
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2016-03-18 23:10:08 UTC (rev 262063)
+++ core-any/LICENSE2016-03-18 23:12:56 UTC (rev 262064)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 262063, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2016-03-18 23:12:56 UTC (rev 262064)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2016-03-18 23:10:08 UTC (rev 262063)
+++ core-any/PKGBUILD   2016-03-18 23:12:56 UTC (rev 262064)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20151016
-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=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-'LICENSE')
-sha1sums=('2d26b6b0033d34b4555a1e1c3d503b266cef1b2f'
-  'c4ebdff6e286aa7c55620076feecd8a9bbeeab65'
-  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
-
-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 (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 262063, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2016-03-18 23:12:56 UTC (rev 262064)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20160314
+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=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha1sums=('231a7a58e650a1bff6a795ee3fa6b400a2144a07'
+  '922c3ffcc8b21f15ccd83f2466f42ebcd1156772'
+  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+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 (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


[arch-commits] Commit in iana-etc/repos (5 files)

2017-09-04 Thread Gaëtan Bisson
Date: Monday, September 4, 2017 @ 17:41:03
  Author: bisson
Revision: 304658

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 304657, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 304657, 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 |   51 ++
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   62 
 4 files changed, 52 insertions(+), 63 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2017-09-04 15:53:21 UTC (rev 304657)
+++ core-any/LICENSE2017-09-04 17:41:03 UTC (rev 304658)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 304657, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2017-09-04 17:41:03 UTC (rev 304658)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2017-09-04 15:53:21 UTC (rev 304657)
+++ core-any/PKGBUILD   2017-09-04 17:41:03 UTC (rev 304658)
@@ -1,62 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-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 (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 304657, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2017-09-04 17:41:03 UTC (rev 304658)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20170824
+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=('222bfbe9b4d7834b387a7cfa7223f717be48dc7f1d5eadc79979ef07a743a69a'
+'5f1868355c828163dbfd61161e4f4050e026a28076fdd9a7c89ac54da7a71abd'
+'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 -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


[arch-commits] Commit in iana-etc/repos (5 files)

2017-05-15 Thread Gaëtan Bisson
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/LICENSE2017-05-15 20:04:29 UTC (rev 296141)
+++ core-any/LICENSE2017-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/LICENSE2017-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 
-# Maintainer: Gaetan Bisson 
-
-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 (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${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 
+# Maintainer: Gaetan Bisson 
+
+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 (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if

[arch-commits] Commit in iana-etc/repos (5 files)

2017-03-07 Thread Gaëtan Bisson
Date: Tuesday, March 7, 2017 @ 17:18:14
  Author: bisson
Revision: 290102

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 290101, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 290101, 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/LICENSE2017-03-07 15:33:56 UTC (rev 290101)
+++ core-any/LICENSE2017-03-07 17:18:14 UTC (rev 290102)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 290101, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2017-03-07 17:18:14 UTC (rev 290102)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2017-03-07 15:33:56 UTC (rev 290101)
+++ core-any/PKGBUILD   2017-03-07 17:18:14 UTC (rev 290102)
@@ -1,62 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20161101
-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')
-sha1sums=('ce42b8fbf310be48a0fbd94625db8ca1a480'
-  'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a'
-  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
-
-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 (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 290101, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2017-03-07 17:18:14 UTC (rev 290102)
@@ -0,0 +1,62 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20170224
+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=('f23c42340b8d0014db1b90d9057694c86f3cc51fff36967511cf35787a872d36'
+'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 (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


[arch-commits] Commit in iana-etc/repos (5 files)

2017-05-07 Thread Gaëtan Bisson
Date: Sunday, May 7, 2017 @ 20:41:43
  Author: bisson
Revision: 295441

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 295440, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 295440, 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/LICENSE2017-05-07 17:12:35 UTC (rev 295440)
+++ core-any/LICENSE2017-05-07 20:41:43 UTC (rev 295441)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 295440, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2017-05-07 20:41:43 UTC (rev 295441)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2017-05-07 17:12:35 UTC (rev 295440)
+++ core-any/PKGBUILD   2017-05-07 20:41:43 UTC (rev 295441)
@@ -1,62 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20170224
-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=('f23c42340b8d0014db1b90d9057694c86f3cc51fff36967511cf35787a872d36'
-'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 (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 295440, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2017-05-07 20:41:43 UTC (rev 295441)
@@ -0,0 +1,62 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+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 (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if 

[arch-commits] Commit in iana-etc/repos (5 files)

2018-10-05 Thread Gaëtan Bisson via arch-commits
Date: Saturday, October 6, 2018 @ 00:13:16
  Author: bisson
Revision: 335868

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

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 335867, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 335867, 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 |   50 ++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 51 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2018-10-06 00:06:14 UTC (rev 335867)
+++ core-any/LICENSE2018-10-06 00:13:16 UTC (rev 335868)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 335867, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2018-10-06 00:13:16 UTC (rev 335868)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2018-10-06 00:06:14 UTC (rev 335867)
+++ core-any/PKGBUILD   2018-10-06 00:13:16 UTC (rev 335868)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20180221
-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=('e0be507688063ececbc13908c7eced6e16c8aca351d8febbeb3dd09f64a82709'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'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 -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 335867, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2018-10-06 00:13:16 UTC (rev 335868)
@@ -0,0 +1,50 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20180913
+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=('f5980a78e74ad4eea95eab8cade52e4a9124735f3d67deee8aa7378fcdc6227a'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'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 -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}