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

Jonathan Steel jsteel at archlinux.org
Tue Jan 26 20:37:04 UTC 2016


    Date: Tuesday, January 26, 2016 @ 21:37:04
  Author: jsteel
Revision: 158973

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-26 20:36:44 UTC (rev 158972)
+++ PKGBUILD	2016-01-26 20:37:04 UTC (rev 158973)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-
-pkgname=hiera
-pkgver=3.0.5
-pkgrel=2
-pkgdesc="Lightweight pluggable hierarchical database"
-arch=('any')
-url="http://projects.puppetlabs.com/projects/hiera"
-license=('APACHE')
-depends=('ruby')
-backup=('etc/hiera.yaml')
-source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3f56853806c12d87f9bfbb12fd081030')
-
-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-any/PKGBUILD (from rev 158972, hiera/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-26 20:37:04 UTC (rev 158973)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+
+pkgname=hiera
+pkgver=3.0.6
+pkgrel=1
+pkgdesc="Lightweight pluggable hierarchical database"
+arch=('any')
+url="http://projects.puppetlabs.com/projects/hiera"
+license=('APACHE')
+depends=('ruby')
+backup=('etc/hiera.yaml')
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('596be5ef2521f5a8c98d05760f5c86ad')
+
+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