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

2020-01-05 Thread Christian Rebischke via arch-commits
Date: Sunday, January 5, 2020 @ 11:16:48
  Author: shibumi
Revision: 549307

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-05 11:16:38 UTC (rev 549306)
+++ PKGBUILD2020-01-05 11:16:48 UTC (rev 549307)
@@ -1,24 +0,0 @@
-# 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
-}

Copied: hiera/repos/community-any/PKGBUILD (from rev 549306, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-05 11:16:48 UTC (rev 549307)
@@ -0,0 +1,21 @@
+# Maintainer: Jonathan Steel 
+
+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
+}


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

2018-10-23 Thread Christian Rebischke via arch-commits
Date: Wednesday, October 24, 2018 @ 00:35:17
  Author: shibumi
Revision: 398747

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-24 00:35:09 UTC (rev 398746)
+++ PKGBUILD2018-10-24 00:35:17 UTC (rev 398747)
@@ -1,25 +0,0 @@
-# $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
-}

Copied: hiera/repos/community-any/PKGBUILD (from rev 398746, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-24 00:35:17 UTC (rev 398747)
@@ -0,0 +1,24 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=hiera
+pkgver=3.4.4
+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=('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/community-any (PKGBUILD PKGBUILD)

2017-01-11 Thread Anatol Pomozov
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
===
--- PKGBUILD2017-01-11 08:36:26 UTC (rev 206777)
+++ PKGBUILD2017-01-11 08:37:10 UTC (rev 206778)
@@ -1,25 +0,0 @@
-# $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
-}

Copied: hiera/repos/community-any/PKGBUILD (from rev 206777, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-11 08:37:10 UTC (rev 206778)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+
+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
+}


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

2016-05-22 Thread Jonathan Steel
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
===
--- PKGBUILD2016-05-22 16:13:53 UTC (rev 176098)
+++ PKGBUILD2016-05-22 16:15:31 UTC (rev 176099)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-
-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)
+++ PKGBUILD2016-05-22 16:15:31 UTC (rev 176099)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+
+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
+}


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

2016-05-22 Thread Jonathan Steel
Date: Sunday, May 22, 2016 @ 18:13:53
  Author: jsteel
Revision: 176098

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-22 16:13:43 UTC (rev 176097)
+++ PKGBUILD2016-05-22 16:13:53 UTC (rev 176098)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-
-pkgname=hiera
-pkgver=3.1.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=('c843e4b797a75a054d0b90f78c468822')
-
-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 176097, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-22 16:13:53 UTC (rev 176098)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+
+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
+}


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

2016-04-27 Thread Jonathan Steel
Date: Wednesday, April 27, 2016 @ 19:21:34
  Author: jsteel
Revision: 172118

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-27 17:21:01 UTC (rev 172117)
+++ PKGBUILD2016-04-27 17:21:34 UTC (rev 172118)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-
-pkgname=hiera
-pkgver=3.1.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=('d178f2e7d57807a5275cbbd3b8cad268')
-
-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 172117, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-27 17:21:34 UTC (rev 172118)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+
+pkgname=hiera
+pkgver=3.1.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=('c843e4b797a75a054d0b90f78c468822')
+
+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/community-any (PKGBUILD PKGBUILD)

2016-03-24 Thread Jonathan Steel
Date: Thursday, March 24, 2016 @ 12:19:39
  Author: jsteel
Revision: 168230

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-24 11:19:29 UTC (rev 168229)
+++ PKGBUILD2016-03-24 11:19:39 UTC (rev 168230)
@@ -1,25 +0,0 @@
-# $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
-}

Copied: hiera/repos/community-any/PKGBUILD (from rev 168229, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-24 11:19:39 UTC (rev 168230)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+
+pkgname=hiera
+pkgver=3.1.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=('d178f2e7d57807a5275cbbd3b8cad268')
+
+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/community-any (PKGBUILD PKGBUILD)

2016-01-26 Thread Jonathan Steel
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
===
--- PKGBUILD2016-01-26 20:36:44 UTC (rev 158972)
+++ PKGBUILD2016-01-26 20:37:04 UTC (rev 158973)
@@ -1,25 +0,0 @@
-# $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
-}

Copied: hiera/repos/community-any/PKGBUILD (from rev 158972, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-26 20:37:04 UTC (rev 158973)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+
+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
+}


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

2015-06-25 Thread Jonathan Steel
Date: Thursday, June 25, 2015 @ 19:32:27
  Author: jsteel
Revision: 135871

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-25 17:32:18 UTC (rev 135870)
+++ PKGBUILD2015-06-25 17:32:27 UTC (rev 135871)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-
-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
-}

Copied: hiera/repos/community-any/PKGBUILD (from rev 135870, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-25 17:32:27 UTC (rev 135871)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+
+pkgname=hiera
+pkgver=3.0.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=('a9c8884705d7f32e51ce357553487b93')
+
+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/community-any (PKGBUILD PKGBUILD)

2014-06-12 Thread Jonathan Steel
Date: Thursday, June 12, 2014 @ 18:35:43
  Author: jsteel
Revision: 113072

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-12 16:35:29 UTC (rev 113071)
+++ PKGBUILD2014-06-12 16:35:43 UTC (rev 113072)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-
-pkgname=hiera
-pkgver=1.3.3
-pkgrel=1
-pkgdesc=Lightweight pluggable hierarchical database
-arch=('any')
-url=http://projects.puppetlabs.com/projects/hiera;
-license=('APACHE')
-depends=('ruby')
-source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-backup=('etc/hiera.yaml')
-md5sums=('1286bd7e1d8d161146430367b105319a')
-
-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
-}

Copied: hiera/repos/community-any/PKGBUILD (from rev 113071, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 16:35:43 UTC (rev 113072)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+
+pkgname=hiera
+pkgver=1.3.4
+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=('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
+}



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

2014-05-27 Thread Jonathan Steel
Date: Tuesday, May 27, 2014 @ 23:57:38
  Author: jsteel
Revision: 111998

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 21:56:51 UTC (rev 111997)
+++ PKGBUILD2014-05-27 21:57:38 UTC (rev 111998)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-
-pkgname=hiera
-pkgver=1.3.2
-pkgrel=2
-pkgdesc=Lightweight pluggable hierarchical database
-arch=('any')
-url=http://projects.puppetlabs.com/projects/hiera;
-license=('APACHE')
-depends=('ruby')
-source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-backup=('etc/hiera.yaml')
-md5sums=('239f70397f81a8c023e297ea15e6faea')
-
-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
-}

Copied: hiera/repos/community-any/PKGBUILD (from rev 111997, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 21:57:38 UTC (rev 111998)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+
+pkgname=hiera
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=Lightweight pluggable hierarchical database
+arch=('any')
+url=http://projects.puppetlabs.com/projects/hiera;
+license=('APACHE')
+depends=('ruby')
+source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+backup=('etc/hiera.yaml')
+md5sums=('1286bd7e1d8d161146430367b105319a')
+
+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
+}