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

Gaëtan Bisson bisson at archlinux.org
Wed Oct 2 21:02:31 UTC 2019


    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/LICENSE	2019-10-02 20:17:52 UTC (rev 363664)
+++ core-any/LICENSE	2019-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/LICENSE	2019-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 <thomas at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-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" }
-(/<record/) { v=n="" }
-(/<value/) { v=$3 }
-(/<name/ && $3!~/ /) { n=$3 }
-(/<\/record/ && n && v!="") { printf "%-12s %3i %s\n", tolower(n),v,n }
-' protocol-numbers.xml > "${pkgdir}/etc/protocols"
-
-	gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/<record/) { n=u=p=c="" }
-(/<name/ && !/\(/) { n=$3 }
-(/<number/) { u=$3 }
-(/<protocol/) { p=$3 }
-(/Unassigned/ || /Reserved/ || /historic/) { c=1 }
-(/<\/record/ && n && u && p && !c) { printf "%-15s %5i/%s\n", n,u,p }
-' service-names-port-numbers.xml > "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 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 <thomas at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+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" }
+(/<record/) { v=n="" }
+(/<value/) { v=$3 }
+(/<name/ && $3!~/ /) { n=$3 }
+(/<\/record/ && n && v!="") { printf "%-12s %3i %s\n", tolower(n),v,n }
+' protocol-numbers.xml > "${pkgdir}/etc/protocols"
+
+	gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/<record/) { n=u=p=c="" }
+(/<name/ && !/\(/) { n=$3 }
+(/<number/) { u=$3 }
+(/<protocol/) { p=$3 }
+(/Unassigned/ || /Reserved/ || /historic/) { c=1 }
+(/<\/record/ && n && u && p && !c) { printf "%-15s %5i/%s\n", n,u,p }
+' service-names-port-numbers.xml > "${pkgdir}/etc/services"
+
+}



More information about the arch-commits mailing list