[arch-commits] Commit in hiera/repos/community-any (PKGBUILD PKGBUILD)
Jonathan Steel
jsteel at archlinux.org
Sun May 22 16:15:32 UTC 2016
Date: Sunday, May 22, 2016 @ 18:15:31
Author: jsteel
Revision: 176099
archrelease: copy trunk to community-any
Added:
hiera/repos/community-any/PKGBUILD
(from rev 176098, hiera/trunk/PKGBUILD)
Deleted:
hiera/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-22 16:13:53 UTC (rev 176098)
+++ PKGBUILD 2016-05-22 16:15:31 UTC (rev 176099)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-
-pkgname=hiera
-pkgver=3.2.0
-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=('164af14bd4955e246329ec126cc96113')
-
-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 176098, hiera/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-05-22 16:15:31 UTC (rev 176099)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+
+pkgname=hiera
+pkgver=3.2.0
+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=('164af14bd4955e246329ec126cc96113')
+
+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