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

Gaëtan Bisson bisson at archlinux.org
Sat Oct 6 00:13:19 UTC 2018


    Date: Saturday, October 6, 2018 @ 00:13:19
  Author: bisson
Revision: 335869

db-move: moved dnssec-anchors from [testing] to [core] (any)

Added:
  dnssec-anchors/repos/core-any/LICENSE
    (from rev 335868, dnssec-anchors/repos/testing-any/LICENSE)
  dnssec-anchors/repos/core-any/PKGBUILD
    (from rev 335868, dnssec-anchors/repos/testing-any/PKGBUILD)
Deleted:
  dnssec-anchors/repos/core-any/PKGBUILD
  dnssec-anchors/repos/testing-any/

-------------------+
 /PKGBUILD         |   33 +++++++++++++++++++++++++++++++++
 core-any/LICENSE  |    1 +
 core-any/PKGBUILD |   34 ----------------------------------
 3 files changed, 34 insertions(+), 34 deletions(-)

Copied: dnssec-anchors/repos/core-any/LICENSE (from rev 335868, dnssec-anchors/repos/testing-any/LICENSE)
===================================================================
--- core-any/LICENSE	                        (rev 0)
+++ core-any/LICENSE	2018-10-06 00:13:19 UTC (rev 335869)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD	2018-10-06 00:13:16 UTC (rev 335868)
+++ core-any/PKGBUILD	2018-10-06 00:13:19 UTC (rev 335869)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Thomas Mudrunka <harvie at email.cz>
-# Contributor: m4xm4n <max at maxfierke.com>
-
-pkgname=dnssec-anchors
-pkgver=20170711
-pkgrel=1
-pkgdesc='DNSSEC trust anchors for the root zone'
-url='https://data.iana.org/root-anchors/'
-license=('custom:NoCopyright')
-arch=('any')
-makedepends=('unbound')
-
-prepare() {
-	cd "${srcdir}"
-
-	unbound-anchor -v -a root.key ||
-	unbound-anchor -v -a root.key
-
-	unbound-host -v -f root.key -t DNSKEY . |
-	sed 's/ (secure)//;t;d' |
-	sed 's/ has / IN /' |
-	sed 's/ record / /' \
-	> trusted-key.key
-
-	echo 'The contents of this package are inelligible for copyright protection.' > LICENSE
-}
-
-package() {
-	cd "${srcdir}"
-	install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
-	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dnssec-anchors/repos/core-any/PKGBUILD (from rev 335868, dnssec-anchors/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD	                        (rev 0)
+++ core-any/PKGBUILD	2018-10-06 00:13:19 UTC (rev 335869)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Thomas Mudrunka <harvie at email.cz>
+# Contributor: m4xm4n <max at maxfierke.com>
+
+pkgname=dnssec-anchors
+pkgver=20181003
+pkgrel=1
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='https://data.iana.org/root-anchors/'
+license=('custom:none')
+arch=('any')
+makedepends=('unbound')
+source=('LICENSE')
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+prepare() {
+	cd "${srcdir}"
+
+	unbound-anchor -v -a root.key ||
+	unbound-anchor -v -a root.key
+
+	unbound-host -v -f root.key -t DNSKEY . |
+	sed 's/ (secure)//;t;d' |
+	sed 's/ has / IN /' |
+	sed 's/ record / /' \
+	> trusted-key.key
+}
+
+package() {
+	cd "${srcdir}"
+	install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
+	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list