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

2020-01-21 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 22, 2020 @ 04:46:14
  Author: eschwartz
Revision: 553355

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 553354, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

--+
 PKGBUILD |   59 +--
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 04:46:00 UTC (rev 553354)
+++ PKGBUILD2020-01-22 04:46:14 UTC (rev 553355)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: AeroNotix 
-# Contributor: AeroNotix 
-
-pkgname=rebar
-epoch=1
-pkgver=2.6.4
-pkgrel=1
-pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
-arch=('any')
-url="https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-sha256sums=('577246bafa2eb2b2c3f1d0c157408650446884555bf87901508ce71d5cc0bd07')
-
-build() {
-  cd "$srcdir/rebar-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/rebar-$pkgver"
-  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
-  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
-  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
-  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/completions/rebar.fish"
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 553354, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 04:46:14 UTC (rev 553355)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: AeroNotix 
+# Contributor: AeroNotix 
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.4
+pkgrel=2
+pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
+arch=('any')
+url="https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+sha256sums=('577246bafa2eb2b2c3f1d0c157408650446884555bf87901508ce71d5cc0bd07')
+
+build() {
+  cd "$srcdir/rebar-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/rebar-$pkgver"
+  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
+  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
+  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/rebar.fish"
+}


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

2018-02-15 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 15, 2018 @ 19:10:17
  Author: spupykin
Revision: 294772

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 294771, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-15 19:10:04 UTC (rev 294771)
+++ PKGBUILD2018-02-15 19:10:17 UTC (rev 294772)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: AeroNotix 
-# Contributor: AeroNotix 
-
-pkgname=rebar
-epoch=1
-pkgver=2.6.1
-pkgrel=3
-pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
-arch=('any')
-url="https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
-
-build() {
-  cd "$srcdir/rebar-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/rebar-$pkgver"
-  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
-  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
-  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
-  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/completions/rebar.fish"
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 294771, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-15 19:10:17 UTC (rev 294772)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: AeroNotix 
+# Contributor: AeroNotix 
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
+arch=('any')
+url="https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+sha256sums=('577246bafa2eb2b2c3f1d0c157408650446884555bf87901508ce71d5cc0bd07')
+
+build() {
+  cd "$srcdir/rebar-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/rebar-$pkgver"
+  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
+  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
+  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/completions/rebar.fish"
+}


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

2017-05-14 Thread Evangelos Foutras
Date: Sunday, May 14, 2017 @ 19:31:24
  Author: foutrelis
Revision: 228052

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 228051, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-14 19:31:06 UTC (rev 228051)
+++ PKGBUILD2017-05-14 19:31:24 UTC (rev 228052)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: AeroNotix 
-# Contributor: AeroNotix 
-
-pkgname=rebar
-epoch=1
-pkgver=2.6.1
-pkgrel=2
-pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
-arch=('any')
-url="https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
-
-build() {
-  cd "$srcdir/rebar-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/rebar-$pkgver"
-  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
-  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
-  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
-  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/completions/rebar.fish"
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 228051, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-14 19:31:24 UTC (rev 228052)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: AeroNotix 
+# Contributor: AeroNotix 
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.1
+pkgrel=3
+pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
+arch=('any')
+url="https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
+
+build() {
+  cd "$srcdir/rebar-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/rebar-$pkgver"
+  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
+  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
+  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/completions/rebar.fish"
+}


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 13:22:04
  Author: spupykin
Revision: 145117

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 145116, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 12:21:52 UTC (rev 145116)
+++ PKGBUILD2015-10-27 12:22:04 UTC (rev 145117)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: AeroNotix 
-# Contributor: AeroNotix 
-
-pkgname=rebar
-epoch=1
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
-arch=('any')
-url="https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-md5sums=('20aea5eafe90f68accfe9487974ed0bf')
-
-build() {
-  cd "$srcdir/rebar-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/rebar-$pkgver"
-  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
-  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 145116, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 12:22:04 UTC (rev 145117)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: AeroNotix 
+# Contributor: AeroNotix 
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
+arch=('any')
+url="https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
+
+build() {
+  cd "$srcdir/rebar-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/rebar-$pkgver"
+  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
+  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
+}


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

2015-10-27 Thread Sergej Pupykin
Date: Tuesday, October 27, 2015 @ 13:28:41
  Author: spupykin
Revision: 145119

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 145118, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 ++
 1 file changed, 30 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 12:28:29 UTC (rev 145118)
+++ PKGBUILD2015-10-27 12:28:41 UTC (rev 145119)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: AeroNotix 
-# Contributor: AeroNotix 
-
-pkgname=rebar
-epoch=1
-pkgver=2.6.1
-pkgrel=1
-pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
-arch=('any')
-url="https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
-
-build() {
-  cd "$srcdir/rebar-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/rebar-$pkgver"
-  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
-  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 145118, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 12:28:41 UTC (rev 145119)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: AeroNotix 
+# Contributor: AeroNotix 
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.1
+pkgrel=2
+pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
+arch=('any')
+url="https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+md5sums=('1ae17dd671c0434012c7a688d4cf60e4')
+
+build() {
+  cd "$srcdir/rebar-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/rebar-$pkgver"
+  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
+  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
+  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/completions/rebar.fish"
+}


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

2015-07-10 Thread Sergej Pupykin
Date: Friday, July 10, 2015 @ 11:20:52
  Author: spupykin
Revision: 136609

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 136608, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-10 09:20:43 UTC (rev 136608)
+++ PKGBUILD2015-07-10 09:20:52 UTC (rev 136609)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: AeroNotix aaron.l.fra...@gmail.com
-# Contributor: AeroNotix aaron.l.fra...@gmail.com
-
-pkgname=rebar
-epoch=1
-pkgver=2.5.1
-pkgrel=1
-pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
-arch=('any')
-url=https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-md5sums=('3a95be5b064845b51cb8a3dba2f780e5')
-
-build() {
-  cd $srcdir/rebar-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/rebar-$pkgver
-  install -Dm0755 rebar $pkgdir/usr/bin/rebar
-  install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 136608, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-10 09:20:52 UTC (rev 136609)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: AeroNotix aaron.l.fra...@gmail.com
+# Contributor: AeroNotix aaron.l.fra...@gmail.com
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
+arch=('any')
+url=https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+md5sums=('20aea5eafe90f68accfe9487974ed0bf')
+
+build() {
+  cd $srcdir/rebar-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/rebar-$pkgver
+  install -Dm0755 rebar $pkgdir/usr/bin/rebar
+  install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
+}


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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:21:34
  Author: spupykin
Revision: 119757

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 119756, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 10:21:26 UTC (rev 119756)
+++ PKGBUILD2014-09-29 10:21:34 UTC (rev 119757)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: AeroNotix aaron.l.fra...@gmail.com
-# Contributor: AeroNotix aaron.l.fra...@gmail.com
-
-pkgname=rebar
-epoch=1
-pkgver=2.5.0
-pkgrel=1
-pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
-arch=('any')
-url=https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-md5sums=('4673d5c251def757b35b3af45ee50883')
-
-build() {
-  cd $srcdir/rebar-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/rebar-$pkgver
-  install -Dm0755 rebar $pkgdir/usr/bin/rebar
-  install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 119756, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 10:21:34 UTC (rev 119757)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: AeroNotix aaron.l.fra...@gmail.com
+# Contributor: AeroNotix aaron.l.fra...@gmail.com
+
+pkgname=rebar
+epoch=1
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
+arch=('any')
+url=https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+md5sums=('3a95be5b064845b51cb8a3dba2f780e5')
+
+build() {
+  cd $srcdir/rebar-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/rebar-$pkgver
+  install -Dm0755 rebar $pkgdir/usr/bin/rebar
+  install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
+}


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

2014-06-24 Thread Sergej Pupykin
Date: Tuesday, June 24, 2014 @ 13:02:22
  Author: spupykin
Revision: 113500

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 113499, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-24 11:02:14 UTC (rev 113499)
+++ PKGBUILD2014-06-24 11:02:22 UTC (rev 113500)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: AeroNotix aaron.l.fra...@gmail.com
-# Contributor: AeroNotix aaron.l.fra...@gmail.com
-
-pkgname=rebar
-epoch=1
-pkgver=2.3.1
-pkgrel=1
-pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
-arch=('any')
-url=https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-md5sums=('15e3f4f153cd21522ed6e1b059fab4e7')
-
-build() {
-  cd $srcdir/rebar-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/rebar-$pkgver
-  install -Dm0755 rebar $pkgdir/usr/bin/rebar
-  install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 113499, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-24 11:02:22 UTC (rev 113500)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: AeroNotix aaron.l.fra...@gmail.com
+# Contributor: AeroNotix aaron.l.fra...@gmail.com
+
+pkgname=rebar
+epoch=1
+pkgver=2.5.0
+pkgrel=1
+pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
+arch=('any')
+url=https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+md5sums=('4673d5c251def757b35b3af45ee50883')
+
+build() {
+  cd $srcdir/rebar-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/rebar-$pkgver
+  install -Dm0755 rebar $pkgdir/usr/bin/rebar
+  install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
+}



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

2014-06-02 Thread Sergej Pupykin
Date: Monday, June 2, 2014 @ 12:46:10
  Author: spupykin
Revision: 112461

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 112460, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

--+
 PKGBUILD |   55 ---
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-02 10:46:02 UTC (rev 112460)
+++ PKGBUILD2014-06-02 10:46:10 UTC (rev 112461)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: AeroNotix aaron.l.fra...@gmail.com
-# Contributor: AeroNotix aaron.l.fra...@gmail.com
-
-pkgname=rebar
-pkgver=20131114
-pkgrel=1
-pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
-arch=('any')
-url=https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=(git://github.com/rebar/rebar.git)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/rebar
-  make
-}
-
-package() {
-  cd $srcdir/rebar
-  install -Dm0755 rebar $pkgdir/usr/bin/rebar
-  install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 112460, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-02 10:46:10 UTC (rev 112461)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: AeroNotix aaron.l.fra...@gmail.com
+# Contributor: AeroNotix aaron.l.fra...@gmail.com
+
+pkgname=rebar
+epoch=1
+pkgver=2.3.1
+pkgrel=1
+pkgdesc=A sophisticated build-tool for Erlang projects that follows OTP 
principles.
+arch=('any')
+url=https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+md5sums=('15e3f4f153cd21522ed6e1b059fab4e7')
+
+build() {
+  cd $srcdir/rebar-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/rebar-$pkgver
+  install -Dm0755 rebar $pkgdir/usr/bin/rebar
+  install -Dm0644 priv/shell-completion/bash/rebar 
$pkgdir/usr/share/bash-completion/completions/rebar
+}