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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:52:49
  Author: arodseth
Revision: 648675

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 648674, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   43 +--
 1 file changed, 21 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:52:44 UTC (rev 648674)
+++ PKGBUILD2020-06-20 21:52:49 UTC (rev 648675)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=22.3
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=(any)
-url='http://erlang.org/doc/'
-license=(custom)
-# HTTPS is not available
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
-sha256sums=('9b01c61f2898235e7f6643c66215d6419f8706c8fdd7c3e0123e68960a388c34')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 648674, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:52:49 UTC (rev 648675)
@@ -0,0 +1,21 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=23.0
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=(any)
+url='http://erlang.org/doc/'
+license=(custom)
+source=("https://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
+sha256sums=('4da19f0de96d1c516d91c621a5ddf20837303cc25695b944e263e3ea46dd31da')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 17:32:41
  Author: arodseth
Revision: 626042

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 626041, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 17:32:35 UTC (rev 626041)
+++ PKGBUILD2020-05-09 17:32:41 UTC (rev 626042)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=22.2
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=(any)
-url='http://erlang.org/doc/'
-license=(custom)
-# HTTPS is not available
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
-sha256sums=('09d41810d79fafde293feb48ebb249940eca6f9f5733abb235e37d06b8f482e3')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 626041, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 17:32:41 UTC (rev 626042)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=22.3
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=(any)
+url='http://erlang.org/doc/'
+license=(custom)
+# HTTPS is not available
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
+sha256sums=('9b01c61f2898235e7f6643c66215d6419f8706c8fdd7c3e0123e68960a388c34')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-12-12 Thread Alexander Rødseth via arch-commits
Date: Thursday, December 12, 2019 @ 18:54:22
  Author: arodseth
Revision: 537429

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 537428, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 18:54:16 UTC (rev 537428)
+++ PKGBUILD2019-12-12 18:54:22 UTC (rev 537429)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=22.1
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=(any)
-url='http://erlang.org/doc/'
-license=(custom)
-# HTTPS is not available
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
-sha256sums=('3864ac1aa30084738d783d12c241c0a4943cf22a6d1d0f6c7bb9ba0a45ecb9eb')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 537428, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 18:54:22 UTC (rev 537429)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=22.2
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=(any)
+url='http://erlang.org/doc/'
+license=(custom)
+# HTTPS is not available
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
+sha256sums=('09d41810d79fafde293feb48ebb249940eca6f9f5733abb235e37d06b8f482e3')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-18 Thread Alexander Rødseth via arch-commits
Date: Wednesday, September 18, 2019 @ 13:33:51
  Author: arodseth
Revision: 511066

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 511065, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 13:33:46 UTC (rev 511065)
+++ PKGBUILD2019-09-18 13:33:51 UTC (rev 511066)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=21.3
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=(any)
-url='http://erlang.org/doc/'
-license=(custom)
-# HTTPS is not available
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
-sha256sums=('258b1e0ed1d07abbf08938f62c845450e90a32ec542e94455e5d5b7c333da362')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 511065, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 13:33:51 UTC (rev 511066)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=22.1
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=(any)
+url='http://erlang.org/doc/'
+license=(custom)
+# HTTPS is not available
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
+sha256sums=('3864ac1aa30084738d783d12c241c0a4943cf22a6d1d0f6c7bb9ba0a45ecb9eb')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 14, 2019 @ 09:10:03
  Author: arodseth
Revision: 440976

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 440975, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   43 ++-
 1 file changed, 22 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 09:09:55 UTC (rev 440975)
+++ PKGBUILD2019-03-14 09:10:03 UTC (rev 440976)
@@ -1,21 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=21.1
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://erlang.org/doc/'
-license=('custom')
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
-sha256sums=('85333f77ad12c2065be4dc40dc7057d1d192f7cf15c416513f0b595583f820ce')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 440975, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 09:10:03 UTC (rev 440976)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=21.3
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=(any)
+url='http://erlang.org/doc/'
+license=(custom)
+# HTTPS is not available
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
+sha256sums=('258b1e0ed1d07abbf08938f62c845450e90a32ec542e94455e5d5b7c333da362')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-28 Thread Alexander Rødseth via arch-commits
Date: Friday, September 28, 2018 @ 12:45:03
  Author: arodseth
Revision: 387202

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 387201, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   43 +--
 1 file changed, 21 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-28 12:44:53 UTC (rev 387201)
+++ PKGBUILD2018-09-28 12:45:03 UTC (rev 387202)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=21.0
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://erlang.org/doc/'
-license=('custom')
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
-sha256sums=('fcc10885e8bf2eef14f7d6e150c34eeccf3fcf29c19e457b4fb8c203e57e153c')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 387201, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-28 12:45:03 UTC (rev 387202)
@@ -0,0 +1,21 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=21.1
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://erlang.org/doc/'
+license=('custom')
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
+sha256sums=('85333f77ad12c2065be4dc40dc7057d1d192f7cf15c416513f0b595583f820ce')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-22 Thread Alexander Rødseth via arch-commits
Date: Friday, June 22, 2018 @ 11:50:49
  Author: arodseth
Revision: 344492

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 344491, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-22 11:50:46 UTC (rev 344491)
+++ PKGBUILD2018-06-22 11:50:49 UTC (rev 344492)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=20.3
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://erlang.org/doc/'
-license=('custom')
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
-sha256sums=('8099b62e9fa24b3f90eaeda151fa23ae729c8297e7d3fd8adaca865b35a3125d')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 344491, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-22 11:50:49 UTC (rev 344492)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=21.0
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://erlang.org/doc/'
+license=('custom')
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
+sha256sums=('fcc10885e8bf2eef14f7d6e150c34eeccf3fcf29c19e457b4fb8c203e57e153c')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-16 Thread Alexander Rødseth via arch-commits
Date: Friday, March 16, 2018 @ 11:25:51
  Author: arodseth
Revision: 308876

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 308875, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 11:25:41 UTC (rev 308875)
+++ PKGBUILD2018-03-16 11:25:51 UTC (rev 308876)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=20.2
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://erlang.org/doc/'
-license=('custom')
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
-sha256sums=('7f5e7d4cd0c58e15d7d29231931c2a710f7f5fdfcb0ff8edb8142969520c4256')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 308875, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 11:25:51 UTC (rev 308876)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=20.3
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://erlang.org/doc/'
+license=('custom')
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
+sha256sums=('8099b62e9fa24b3f90eaeda151fa23ae729c8297e7d3fd8adaca865b35a3125d')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-13 Thread Alexander Rødseth via arch-commits
Date: Tuesday, February 13, 2018 @ 14:42:32
  Author: arodseth
Revision: 293861

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 293860, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-13 14:42:22 UTC (rev 293860)
+++ PKGBUILD2018-02-13 14:42:32 UTC (rev 293861)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=20.0
-pkgrel=2
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://erlang.org/doc/'
-license=('custom')
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
-sha256sums=('1ab25110b148ce263d6e68cd5a3b912299b6066cfcd9d2fce416a4e9b7d2543a')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 293860, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-13 14:42:32 UTC (rev 293861)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=20.2
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://erlang.org/doc/'
+license=('custom')
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
+sha256sums=('7f5e7d4cd0c58e15d7d29231931c2a710f7f5fdfcb0ff8edb8142969520c4256')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-21 Thread Alexander Rødseth
Date: Friday, July 21, 2017 @ 10:37:03
  Author: arodseth
Revision: 245919

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 245918, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-21 10:36:55 UTC (rev 245918)
+++ PKGBUILD2017-07-21 10:37:03 UTC (rev 245919)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=20.0
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('1ab25110b148ce263d6e68cd5a3b912299b6066cfcd9d2fce416a4e9b7d2543a')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 245918, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-21 10:37:03 UTC (rev 245919)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=20.0
+pkgrel=2
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://erlang.org/doc/'
+license=('custom')
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
+sha256sums=('1ab25110b148ce263d6e68cd5a3b912299b6066cfcd9d2fce416a4e9b7d2543a')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-07 Thread Alexander Rødseth
Date: Friday, July 7, 2017 @ 14:41:50
  Author: arodseth
Revision: 242843

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 242842, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-07 14:40:52 UTC (rev 242842)
+++ PKGBUILD2017-07-07 14:41:50 UTC (rev 242843)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=19.1
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 242842, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-07 14:41:50 UTC (rev 242843)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=20.0
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
+sha256sums=('1ab25110b148ce263d6e68cd5a3b912299b6066cfcd9d2fce416a4e9b7d2543a')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-06 Thread Alexander Rødseth
Date: Sunday, November 6, 2016 @ 13:17:54
  Author: arodseth
Revision: 194737

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 194736, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-06 13:16:55 UTC (rev 194736)
+++ PKGBUILD2016-11-06 13:17:54 UTC (rev 194737)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=19.0
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('b6f7c4e96467f6c3eea8530dd988b41339b8912ae293f6f1b429489159ff')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 194736, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-06 13:17:54 UTC (rev 194737)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=19.1
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
+sha256sums=('76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-22 Thread Alexander Rødseth
Date: Friday, July 22, 2016 @ 19:11:46
  Author: arodseth
Revision: 183729

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 183728, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-22 19:11:38 UTC (rev 183728)
+++ PKGBUILD2016-07-22 19:11:46 UTC (rev 183729)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=18.3
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 183728, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-22 19:11:46 UTC (rev 183729)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=19.0
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
+sha256sums=('b6f7c4e96467f6c3eea8530dd988b41339b8912ae293f6f1b429489159ff')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 23:17:03
  Author: arodseth
Revision: 171658

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 171657, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-23 21:16:54 UTC (rev 171657)
+++ PKGBUILD2016-04-23 21:17:03 UTC (rev 171658)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=18.0
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('e5a766f68406f5025f921ec32e8959937189ed1245e24b03a74156a8898b03b2')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 171657, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-23 21:17:03 UTC (rev 171658)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=18.3
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
+sha256sums=('8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-04 Thread Alexander Rødseth
Date: Saturday, July 4, 2015 @ 23:16:58
  Author: arodseth
Revision: 136420

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 136419, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-04 21:16:47 UTC (rev 136419)
+++ PKGBUILD2015-07-04 21:16:58 UTC (rev 136420)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgname=erlang-docs
-pkgver=17.3
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=(http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('bd8278b34f610d6025549640d4e03d79d2a69d7129ea230c0d71d7e6b231f5b3')
-
-package() {
-  install -d $pkgdir/usr/share/doc/erlang
-  cp -rf doc erts-* lib $pkgdir/usr/share/doc/erlang
-  install -Dm0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 136419, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-04 21:16:58 UTC (rev 136420)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
+
+pkgname=erlang-docs
+pkgver=18.0
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=(http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
+sha256sums=('e5a766f68406f5025f921ec32e8959937189ed1245e24b03a74156a8898b03b2')
+
+package() {
+  install -d $pkgdir/usr/share/doc/erlang
+  cp -rf doc erts-* lib $pkgdir/usr/share/doc/erlang
+  install -Dm0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-09-19 Thread Alexander Rødseth
Date: Friday, September 19, 2014 @ 15:53:01
  Author: arodseth
Revision: 119221

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 119220, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-19 13:52:54 UTC (rev 119220)
+++ PKGBUILD2014-09-19 13:53:01 UTC (rev 119221)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgname=erlang-docs
-pkgver=17.1
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=(http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('1f73751e32c63c86d11e0de9f8525b84287284970a73dcb9581f51e8770735be')
-
-package() {
-  install -d $pkgdir/usr/share/doc/erlang
-  cp -rf doc erts-* lib $pkgdir/usr/share/doc/erlang
-  install -Dm0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 119220, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-19 13:53:01 UTC (rev 119221)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
+
+pkgname=erlang-docs
+pkgver=17.3
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=(http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
+sha256sums=('bd8278b34f610d6025549640d4e03d79d2a69d7129ea230c0d71d7e6b231f5b3')
+
+package() {
+  install -d $pkgdir/usr/share/doc/erlang
+  cp -rf doc erts-* lib $pkgdir/usr/share/doc/erlang
+  install -Dm0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-02 Thread Alexander Rødseth
Date: Thursday, July 3, 2014 @ 01:02:38
  Author: arodseth
Revision: 114692

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 114691, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-02 23:01:40 UTC (rev 114691)
+++ PKGBUILD2014-07-02 23:02:38 UTC (rev 114692)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgname=erlang-docs
-pkgver=17.0
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=(http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('4a9edba2e5b8ca2e35e5080c1c30a2674aafa39b51d7268383b6e326d397f8dd')
-
-package() {
-  install -d $pkgdir/usr/share/doc/erlang
-  cp -rf doc erts-* lib $pkgdir/usr/share/doc/erlang
-  install -Dm0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 114691, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-02 23:02:38 UTC (rev 114692)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
+
+pkgname=erlang-docs
+pkgver=17.1
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=(http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
+sha256sums=('1f73751e32c63c86d11e0de9f8525b84287284970a73dcb9581f51e8770735be')
+
+package() {
+  install -d $pkgdir/usr/share/doc/erlang
+  cp -rf doc erts-* lib $pkgdir/usr/share/doc/erlang
+  install -Dm0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-04-18 Thread Felix Yan
Date: Friday, April 18, 2014 @ 14:54:21
  Author: fyan
Revision: 109745

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 109744, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-18 12:53:31 UTC (rev 109744)
+++ PKGBUILD2014-04-18 12:54:21 UTC (rev 109745)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgname=erlang-docs
-pkgver=R16B03
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=(http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('d392dc254fe4dc917e68d1c1217aff70e2c92d88c19362037a18209c4fae23c3')
-
-package() {
-  install -d $pkgdir/usr/share/doc/erlang
-  cp -rf doc erts-* lib $pkgdir/usr/share/doc/erlang
-  install -Dm0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 109744, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-18 12:54:21 UTC (rev 109745)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
+
+pkgname=erlang-docs
+pkgver=17.0
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=(http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
+sha256sums=('4a9edba2e5b8ca2e35e5080c1c30a2674aafa39b51d7268383b6e326d397f8dd')
+
+package() {
+  install -d $pkgdir/usr/share/doc/erlang
+  cp -rf doc erts-* lib $pkgdir/usr/share/doc/erlang
+  install -Dm0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-12-22 Thread Alexander Rødseth
Date: Sunday, December 22, 2013 @ 13:24:47
  Author: arodseth
Revision: 102856

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 102855, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-22 12:24:41 UTC (rev 102855)
+++ PKGBUILD2013-12-22 12:24:47 UTC (rev 102856)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgname=erlang-docs
-pkgver=R16B
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=(http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('c0bbfd483a267440046c77aed8af7d7eafa5d03553324db9bf365a850a6581ee')
-
-package() {
-  install -d $pkgdir/usr/share/doc/erlang
-  cp -rf doc erts-* lib $pkgdir/usr/share/doc/erlang
-  install -Dm0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 102855, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-22 12:24:47 UTC (rev 102856)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
+
+pkgname=erlang-docs
+pkgver=R16B03
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=(http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
+sha256sums=('d392dc254fe4dc917e68d1c1217aff70e2c92d88c19362037a18209c4fae23c3')
+
+package() {
+  install -d $pkgdir/usr/share/doc/erlang
+  cp -rf doc erts-* lib $pkgdir/usr/share/doc/erlang
+  install -Dm0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-02-28 Thread Alexander Rødseth
Date: Thursday, February 28, 2013 @ 12:49:27
  Author: arodseth
Revision: 85276

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 85275, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-28 11:49:19 UTC (rev 85275)
+++ PKGBUILD2013-02-28 11:49:27 UTC (rev 85276)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgname=erlang-docs
-pkgver=R15B03
-pkgrel=1
-pkgdesc='Set of HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=(http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('00595ba3055a1282a18344467c865a416e05ef6e883c2702eded7ac40fc6c50c')
-
-package() {
-  install -d $pkgdir/usr/share/doc/erlang
-  cp -rf doc erts-* lib $pkgdir/usr/share/doc/erlang
-  install -Dm0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 85275, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-28 11:49:27 UTC (rev 85276)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
+
+pkgname=erlang-docs
+pkgver=R16B
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=(http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
+sha256sums=('c0bbfd483a267440046c77aed8af7d7eafa5d03553324db9bf365a850a6581ee')
+
+package() {
+  install -d $pkgdir/usr/share/doc/erlang
+  cp -rf doc erts-* lib $pkgdir/usr/share/doc/erlang
+  install -Dm0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et: