[arch-commits] Commit in hiera/repos/community-testing-any (PKGBUILD PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sun Jan 5 11:19:24 UTC 2020


    Date: Sunday, January 5, 2020 @ 11:19:23
  Author: shibumi
Revision: 549309

archrelease: copy trunk to community-testing-any

Added:
  hiera/repos/community-testing-any/PKGBUILD
    (from rev 549308, hiera/trunk/PKGBUILD)
Deleted:
  hiera/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-05 11:18:51 UTC (rev 549308)
+++ PKGBUILD	2020-01-05 11:19:23 UTC (rev 549309)
@@ -1,21 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-
-pkgname=hiera
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="Lightweight pluggable hierarchical database"
-arch=('any')
-url="https://github.com/puppetlabs/hiera"
-license=('APACHE')
-depends=('ruby')
-backup=('etc/hiera.yaml')
-source=("${pkgname}-${pkgver}.tar.gz::https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e9819d0b166acca73321b6b6c23c404f2b03203d6fa934859918d47ec4ca6d234acff0c9f02012f756f239a719c00be4b48afb5b34b88069be2e67055a8f48e3')
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  ruby install.rb --destdir="${pkgdir}" --sitelibdir="$(ruby -e \
-    'puts RbConfig::CONFIG["vendorlibdir"]')" --mandir=/
-  install -d "${pkgdir}"/var/lib/hiera/
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 549308, hiera/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-05 11:19:23 UTC (rev 549309)
@@ -0,0 +1,21 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+
+pkgname=hiera
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Lightweight pluggable hierarchical database"
+arch=('any')
+url="https://github.com/puppetlabs/hiera"
+license=('APACHE')
+depends=('ruby')
+backup=('etc/hiera.yaml')
+source=("${pkgname}-${pkgver}.tar.gz::https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('e9819d0b166acca73321b6b6c23c404f2b03203d6fa934859918d47ec4ca6d234acff0c9f02012f756f239a719c00be4b48afb5b34b88069be2e67055a8f48e3')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  ruby install.rb --destdir="${pkgdir}" --sitelibdir="$(ruby -e \
+    'puts RbConfig::CONFIG["vendorlibdir"]')" --mandir=/
+  install -d "${pkgdir}"/var/lib/hiera/
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list