[arch-commits] Commit in hiera/repos (2 files)
Date: Thursday, December 26, 2019 @ 00:18:37 Author: felixonmars Revision: 541555 archrelease: copy trunk to community-staging-any Added: hiera/repos/community-staging-any/ hiera/repos/community-staging-any/PKGBUILD (from rev 541554, hiera/trunk/PKGBUILD) --+ PKGBUILD | 24 1 file changed, 24 insertions(+) Copied: hiera/repos/community-staging-any/PKGBUILD (from rev 541554, hiera/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2019-12-26 00:18:37 UTC (rev 541555) @@ -0,0 +1,24 @@ +# Maintainer: Jonathan Steel + +pkgname=hiera +pkgver=3.4.4 +pkgrel=3 +pkgdesc="Lightweight pluggable hierarchical database" +arch=('any') +url="https://projects.puppetlabs.com/projects/hiera"; +license=('APACHE') +depends=('ruby') +backup=('etc/hiera.yaml') +source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('0df0c943db0cf9c60a482258ca225c0b') + +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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Thursday, December 27, 2018 @ 04:26:23 Author: felixonmars Revision: 418209 archrelease: copy trunk to community-staging-any Added: hiera/repos/community-staging-any/ hiera/repos/community-staging-any/PKGBUILD (from rev 418207, hiera/trunk/PKGBUILD) --+ PKGBUILD | 24 1 file changed, 24 insertions(+) Copied: hiera/repos/community-staging-any/PKGBUILD (from rev 418207, hiera/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2018-12-27 04:26:23 UTC (rev 418209) @@ -0,0 +1,24 @@ +# Maintainer: Jonathan Steel + +pkgname=hiera +pkgver=3.4.4 +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=('0df0c943db0cf9c60a482258ca225c0b') + +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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Wednesday, January 3, 2018 @ 07:38:09 Author: foutrelis Revision: 277949 archrelease: copy trunk to community-staging-any Added: hiera/repos/community-staging-any/ hiera/repos/community-staging-any/PKGBUILD (from rev 277948, hiera/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: hiera/repos/community-staging-any/PKGBUILD (from rev 277948, hiera/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2018-01-03 07:38:09 UTC (rev 277949) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jonathan Steel + +pkgname=hiera +pkgver=3.4.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=('5ba594aaab0976bc3e0e3bd97d6e5825') + +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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Monday, October 30, 2017 @ 11:59:38 Author: jsteel Revision: 264763 archrelease: copy trunk to community-testing-any Added: hiera/repos/community-testing-any/ hiera/repos/community-testing-any/PKGBUILD (from rev 264762, hiera/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 264762, hiera/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2017-10-30 11:59:38 UTC (rev 264763) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jonathan Steel + +pkgname=hiera +pkgver=3.4.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=('5ba594aaab0976bc3e0e3bd97d6e5825') + +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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Monday, July 3, 2017 @ 09:22:20 Author: jsteel Revision: 242135 archrelease: copy trunk to community-testing-any Added: hiera/repos/community-testing-any/ hiera/repos/community-testing-any/PKGBUILD (from rev 242134, hiera/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 242134, hiera/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2017-07-03 09:22:20 UTC (rev 242135) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jonathan Steel + +pkgname=hiera +pkgver=3.4.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=('4c7c2aa65060a341185d0397e6a56c09') + +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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Tuesday, March 14, 2017 @ 14:54:04 Author: jsteel Revision: 216283 archrelease: copy trunk to community-testing-any Added: hiera/repos/community-testing-any/ hiera/repos/community-testing-any/PKGBUILD (from rev 216282, hiera/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 216282, hiera/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2017-03-14 14:54:04 UTC (rev 216283) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jonathan Steel + +pkgname=hiera +pkgver=3.3.1 +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=('7709ff00fa7c6bbda92e2abd42c2618c') + +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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Friday, February 10, 2017 @ 09:23:21 Author: jsteel Revision: 211708 archrelease: copy trunk to community-testing-any Added: hiera/repos/community-testing-any/ hiera/repos/community-testing-any/PKGBUILD (from rev 211707, hiera/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 211707, hiera/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2017-02-10 09:23:21 UTC (rev 211708) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jonathan Steel + +pkgname=hiera +pkgver=3.3.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=('02c42d601828071ce81c6ba2ac21338c') + +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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Monday, November 7, 2016 @ 10:22:34 Author: jsteel Revision: 194869 archrelease: copy trunk to community-testing-any Added: hiera/repos/community-testing-any/ hiera/repos/community-testing-any/PKGBUILD (from rev 194868, hiera/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 194868, hiera/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2016-11-07 10:22:34 UTC (rev 194869) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jonathan Steel + +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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Tuesday, August 30, 2016 @ 08:16:24 Author: jsteel Revision: 188026 archrelease: copy trunk to community-testing-any Added: hiera/repos/community-testing-any/ hiera/repos/community-testing-any/PKGBUILD (from rev 188025, hiera/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 188025, hiera/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2016-08-30 08:16:24 UTC (rev 188026) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jonathan Steel + +pkgname=hiera +pkgver=3.2.1 +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=('5137bd46e03c0289d1e245c2e2324a5c') + +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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Thursday, March 17, 2016 @ 23:31:17 Author: jsteel Revision: 167045 archrelease: copy trunk to community-testing-any Added: hiera/repos/community-testing-any/ hiera/repos/community-testing-any/PKGBUILD (from rev 167044, hiera/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 167044, hiera/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2016-03-17 22:31:17 UTC (rev 167045) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jonathan Steel + +pkgname=hiera +pkgver=3.1.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=('3d2e81aa9a2aed377cc58ec62f202e93') + +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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Monday, December 28, 2015 @ 23:24:17 Author: bpiotrowski Revision: 154741 archrelease: copy trunk to community-staging-any Added: hiera/repos/community-staging-any/ hiera/repos/community-staging-any/PKGBUILD (from rev 154740, hiera/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: hiera/repos/community-staging-any/PKGBUILD (from rev 154740, hiera/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-12-28 22:24:17 UTC (rev 154741) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jonathan Steel + +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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Wednesday, November 18, 2015 @ 18:46:54 Author: jsteel Revision: 147099 archrelease: copy trunk to community-testing-any Added: hiera/repos/community-testing-any/ hiera/repos/community-testing-any/PKGBUILD (from rev 147098, hiera/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 147098, hiera/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2015-11-18 17:46:54 UTC (rev 147099) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jonathan Steel + +pkgname=hiera +pkgver=3.0.5 +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=('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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Monday, March 30, 2015 @ 11:47:59 Author: jsteel Revision: 130232 archrelease: copy trunk to community-testing-any Added: hiera/repos/community-testing-any/ hiera/repos/community-testing-any/PKGBUILD (from rev 130231, hiera/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 130231, hiera/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2015-03-30 09:47:59 UTC (rev 130232) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jonathan Steel + +pkgname=hiera +pkgver=2.0.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=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz) +md5sums=('fa6dbd53553fd6143ab0b8fcb1ce442d') + +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 +}
[arch-commits] Commit in hiera/repos (2 files)
Date: Tuesday, December 30, 2014 @ 17:18:29 Author: anatolik Revision: 124958 archrelease: copy trunk to community-testing-any Added: hiera/repos/community-testing-any/ hiera/repos/community-testing-any/PKGBUILD (from rev 124957, hiera/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 124957, hiera/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2014-12-30 16:18:29 UTC (rev 124958) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jonathan Steel + +pkgname=hiera +pkgver=1.3.4 +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=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz) +md5sums=('db2c60ceefd5817fbc8c7816b524e629') + +package() { + cd "$srcdir"/$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 +}