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

Anatol Pomozov anatolik at archlinux.org
Wed Jan 11 08:37:11 UTC 2017


    Date: Wednesday, January 11, 2017 @ 08:37:10
  Author: anatolik
Revision: 206778

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-11 08:36:26 UTC (rev 206777)
+++ PKGBUILD	2017-01-11 08:37:10 UTC (rev 206778)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-
-pkgname=hiera
-pkgver=3.2.2
-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=('6c1e6039ca934af326e5ebe4cb5e49c8')
-
-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 206777, hiera/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-11 08:37:10 UTC (rev 206778)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+
+pkgname=hiera
+pkgver=3.2.2
+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=('6c1e6039ca934af326e5ebe4cb5e49c8')
+
+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