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

2014-11-24 Thread Sergej Pupykin
Date: Monday, November 24, 2014 @ 19:03:09
  Author: spupykin
Revision: 123079

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 123078, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 123078, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

--+
 PKGBUILD |  144 ++---
 license  |  128 +++---
 2 files changed, 136 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-24 18:03:00 UTC (rev 123078)
+++ PKGBUILD2014-11-24 18:03:09 UTC (rev 123079)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20140115
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="http://www.rfc-editor.org/";
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
-license
-http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7001-latest.tar.gz)
-md5sums=('8039f3c40da14c21136c797de71a7290'
- '06a779406b45edddbd19fda96696ab4a'
- 'b1cb269a6d9c4de094af087a3a6ab980'
- 'fa629f8e31f9a00b67d98319b25e'
- '16efff292a2b12586813e5da121330a3'
- '9789d81a3050fe237698541fbb4e32bb'
- '57abdf5842a944b940ef482506c902ac'
- 'd2eb71d6f61d3caf12acbfb28c3ce1fa'
- 'cecb750d06e770dfd58b7bed5688c40c'
- '351a105d8faf93c1f9b8f8c7d8840673'
- '78af4af7e0d2fed87f3d6563773c3dfd'
- '88208c082a019f8b8234f690f3bd5f50'
- '2b36ce72c41f1d9a162c0f0b6ee1820d'
- '74a4abb2f54849866d2a38613c7daadd'
- '48137dc9d9090589e15a9f997841742f'
- '8f5cc2d6fe24338d922ceda1a13cf902'
- 'f1c2cd5d822e80af12d3e8937612f294')
-
-package() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 $srcdir/license 
$pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 123078, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-24 18:03:09 UTC (rev 123079)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20141124
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="http://www.rfc-editor.org/";
+license=("custom:as-is")
+options=('docs')
+source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
+license
+http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
+http://www.rfc-editor.org/rf

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

2014-01-15 Thread Sergej Pupykin
Date: Wednesday, January 15, 2014 @ 10:49:32
  Author: spupykin
Revision: 104074

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 104073, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 104073, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

--+
 PKGBUILD |  142 ++---
 license  |  128 +++---
 2 files changed, 136 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-15 09:49:24 UTC (rev 104073)
+++ PKGBUILD2014-01-15 09:49:32 UTC (rev 104074)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20121203
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="http://www.rfc-editor.org/";
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
-license
-http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6501-latest.tar.gz)
-md5sums=('d74eff5d6852b195c29ac14a80d71ac2'
- '06a779406b45edddbd19fda96696ab4a'
- 'c33a39f99094a3f708c94c4829dceadc'
- '8ba023695d6f21253a7050ad4d638024'
- '4e3f5d1ec7e207a92c259afe4e68d8f9'
- 'ca77a49134cd2b4a3528da0a01f55500'
- '063af3bde80602264bcffd6ff30b3427'
- '80de1d7fbfec6b992f0a7ca999adb29c'
- 'b40f17e162a8dce51e3643c0b457bc28'
- '907318d7032e6c6e36c4973e9da59a1d'
- 'df056ace2105109c3f9a2f5171cee963'
- 'b7af4fb9a7d6e90434aa990d3458e12e'
- 'cb59086e8d3cd5a2d11ad4a06aa3a44d'
- 'd86c7ad6e3f02626f9e4c48ea73b30f3'
- '4284e20f72c66e04845e8898e87791d3'
- '9ee11e16c557c133bf850b5f472d1e91')
-
-build() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 $srcdir/license 
$pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 104073, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-15 09:49:32 UTC (rev 104074)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20140115
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="http://www.rfc-editor.org/";
+license=("custom:as-is")
+options=('docs')
+source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
+license
+http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
+http://ww

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

2015-10-02 Thread Sergej Pupykin
Date: Friday, October 2, 2015 @ 20:28:10
  Author: spupykin
Revision: 142807

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 142806, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 142806, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

--+
 PKGBUILD |  146 ++---
 license  |  128 ++---
 2 files changed, 138 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-02 18:28:02 UTC (rev 142806)
+++ PKGBUILD2015-10-02 18:28:10 UTC (rev 142807)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20141124
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="http://www.rfc-editor.org/";
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
-license
-http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7001-latest.tar.gz)
-md5sums=('405f83a3d7e53b14a3c3bbebf68c68fc'
- '06a779406b45edddbd19fda96696ab4a'
- '68b0813a70672bc870c6ae6e349c7ef8'
- 'b921083f8ded7ea4a533774edc06bfe8'
- '7166a698861cb03bc56028d4d5f13266'
- 'f1ab1795ed79df3611ab83c78563fe6a'
- '6ad76cfe8b9e1247b4835d135035d774'
- '2eac11a7bd62323618a88be292b9a37e'
- '533cffa05b66bbdf14d044d0b136fe75'
- 'ba56eaa727fc2b8ba579b4c5bdf129df'
- '63cb9a7456752bfc810a30898d750b17'
- '81ca277d458d025ee94e3438eeb8645d'
- '8dcf9f58356e1e3e3c8f5f311f90ea85'
- '7a17b844234176765af9e6d10f95a1bf'
- '5c386133bbf76a1c55825b918f50d2c8'
- 'b7b47166f308d9331e04dfd85c1677a7'
- '92e15c8d61cf4df896582dd89a808965')
-
-package() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 $srcdir/license 
$pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 142806, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-02 18:28:10 UTC (rev 142807)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20152002
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="http://www.rfc-editor.org/";
+license=("custom:as-is")
+options=('docs')
+source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
+license
+http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
+http://www.rfc-editor.org/rfc/t

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

2016-06-15 Thread Sergej Pupykin
Date: Wednesday, June 15, 2016 @ 21:27:03
  Author: spupykin
Revision: 180300

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 180299, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 180299, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

--+
 PKGBUILD |  148 ++---
 license  |  128 ++--
 2 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 21:26:32 UTC (rev 180299)
+++ PKGBUILD2016-06-15 21:27:03 UTC (rev 180300)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20152002
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="http://www.rfc-editor.org/";
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
-license
-http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7501-latest.tar.gz)
-md5sums=('898ec7c0bd48844efdf7af53916715cb'
- '06a779406b45edddbd19fda96696ab4a'
- 'd5e62446ff3db57bbc944c7255a9f41d'
- '35ffa7c53272a850bc35d4bff83d6407'
- '2ccbe4668538c5d49d0301b466cbdf25'
- '49533185c2b96421ec2bf3ac39ad8dde'
- '07e05caabe06cbaae11fc77d821e1ba9'
- 'f6a807f8ee27e45fccdba64bda813bf1'
- '451783845c87af514ca954b8f755f2e1'
- '2a91fcb0200805122e3e9ee28821854f'
- '2a73f4e42589161377145a724349bd3f'
- '4d32ed0d39c5dfcae2d83be786944c85'
- 'd70ed62e883251594132fc0d6b655862'
- 'a5c7928eee531cf26a2f5036cf811a3b'
- 'f31b5f57186925311f1071a295932b68'
- '4c08d7994d9e1a1771fa300ca37611b4'
- '39d3fb97171472f553fbac02990b6b74'
- 'bd2f40beeb664ae9fa5bd061c10df177')
-
-package() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 $srcdir/license 
$pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 180299, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 21:27:03 UTC (rev 180300)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20160616
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="http://www.rfc-editor.org/";
+license=("custom:as-is")
+options=('docs')
+source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
+license
+http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.ta

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

2016-06-15 Thread Sergej Pupykin
Date: Wednesday, June 15, 2016 @ 21:33:06
  Author: spupykin
Revision: 180303

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 180302, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 180302, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

--+
 PKGBUILD |  148 ++---
 license  |  128 ++--
 2 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 21:27:54 UTC (rev 180302)
+++ PKGBUILD2016-06-15 21:33:06 UTC (rev 180303)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20160616
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="http://www.rfc-editor.org/";
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
-license
-http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7501-latest.tar.gz)
-md5sums=('62cef6285bfb93e332659822fbd1c80d'
- '06a779406b45edddbd19fda96696ab4a'
- 'd40628d29784606b34a6d945867a11ca'
- 'a5d15abb0c0a78d865a2b0cd11303eed'
- '1410514ce98023ff10e103c517ad0843'
- '444290d891fb47cb6420508a34ae79db'
- '754ddb53327c72697d916e6b121de811'
- '6b14d0c655a4511f33fb426fa0991566'
- 'd2d608ddd3d435b42f2db78a0d584556'
- '2999c61dc74a21569913e921b5f84296'
- '457b84111de54fe416f6ff4f62043ff0'
- '46cfcfb628d2d410946d4cb91d94a341'
- 'de50a40ef02eb993fa062ce7df4b90a1'
- '01e5ef1defb86ddca74c2bb01219e4ce'
- '42cbba4786377ccec755951785712396'
- 'f16f1ca5cef2cb1756c23d541914efb1'
- '831d8503ed7652e668666bac29d7e929'
- 'e240c32221721145d2cbf3f7d33248db')
-
-package() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 $srcdir/license 
$pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 180302, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 21:33:06 UTC (rev 180303)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20160616
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="http://www.rfc-editor.org/";
+license=("custom:as-is")
+options=('docs')
+source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
+license
+http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.ta

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

2016-06-15 Thread Sergej Pupykin
Date: Wednesday, June 15, 2016 @ 21:34:11
  Author: spupykin
Revision: 180304

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 180303, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 180303, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

--+
 PKGBUILD |  148 ++---
 license  |  128 ++--
 2 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-15 21:33:06 UTC (rev 180303)
+++ PKGBUILD2016-06-15 21:34:11 UTC (rev 180304)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20160616
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="http://www.rfc-editor.org/";
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
-license
-http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7501-latest.tar.gz)
-md5sums=('62cef6285bfb93e332659822fbd1c80d'
- '06a779406b45edddbd19fda96696ab4a'
- 'd40628d29784606b34a6d945867a11ca'
- 'a5d15abb0c0a78d865a2b0cd11303eed'
- '1410514ce98023ff10e103c517ad0843'
- '444290d891fb47cb6420508a34ae79db'
- '754ddb53327c72697d916e6b121de811'
- '6b14d0c655a4511f33fb426fa0991566'
- 'd2d608ddd3d435b42f2db78a0d584556'
- '2999c61dc74a21569913e921b5f84296'
- '457b84111de54fe416f6ff4f62043ff0'
- '46cfcfb628d2d410946d4cb91d94a341'
- 'de50a40ef02eb993fa062ce7df4b90a1'
- '01e5ef1defb86ddca74c2bb01219e4ce'
- '42cbba4786377ccec755951785712396'
- 'f16f1ca5cef2cb1756c23d541914efb1'
- '831d8503ed7652e668666bac29d7e929'
- 'e240c32221721145d2cbf3f7d33248db')
-
-package() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 $srcdir/license 
$pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 180303, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-15 21:34:11 UTC (rev 180304)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20160616
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="http://www.rfc-editor.org/";
+license=("custom:as-is")
+options=('docs')
+source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
+license
+http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
+http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.ta

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

2017-03-13 Thread Sergej Pupykin
Date: Monday, March 13, 2017 @ 15:10:09
  Author: spupykin
Revision: 216093

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 216092, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 216092, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

--+
 PKGBUILD |  150 ++---
 license  |  128 ++--
 2 files changed, 140 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-13 15:09:51 UTC (rev 216092)
+++ PKGBUILD2017-03-13 15:10:09 UTC (rev 216093)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20160616
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="http://www.rfc-editor.org/";
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::http://www.rfc-editor.org/rfc/rfc-index.txt
-license
-http://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
-http://www.rfc-editor.org/rfc/tar/RFCs7501-latest.tar.gz)
-md5sums=('62cef6285bfb93e332659822fbd1c80d'
- '06a779406b45edddbd19fda96696ab4a'
- 'd40628d29784606b34a6d945867a11ca'
- 'a5d15abb0c0a78d865a2b0cd11303eed'
- '1410514ce98023ff10e103c517ad0843'
- '444290d891fb47cb6420508a34ae79db'
- '754ddb53327c72697d916e6b121de811'
- '6b14d0c655a4511f33fb426fa0991566'
- 'd2d608ddd3d435b42f2db78a0d584556'
- '2999c61dc74a21569913e921b5f84296'
- '457b84111de54fe416f6ff4f62043ff0'
- '46cfcfb628d2d410946d4cb91d94a341'
- 'de50a40ef02eb993fa062ce7df4b90a1'
- '01e5ef1defb86ddca74c2bb01219e4ce'
- '42cbba4786377ccec755951785712396'
- 'f16f1ca5cef2cb1756c23d541914efb1'
- '831d8503ed7652e668666bac29d7e929'
- 'e240c32221721145d2cbf3f7d33248db')
-
-package() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 $srcdir/license 
$pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 216092, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-13 15:10:09 UTC (rev 216093)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20170313
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="https://www.rfc-editor.org/";
+license=("custom:as-is")
+options=('docs')
+source=(rfc-index-$pkgver.txt::https://www.rfc-editor.org/rfc/rfc-index.txt
+license
+https://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
+https://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
+https://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
+https://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
+https://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
+https://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
+https://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
+https://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
+https://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
+https://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
+https://www.rfc-editor.org/rfc/tar/RFCs5

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

2017-08-17 Thread Sergej Pupykin
Date: Thursday, August 17, 2017 @ 09:21:34
  Author: spupykin
Revision: 251669

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 251668, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 251668, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

--+
 PKGBUILD |  152 ++---
 license  |  128 +--
 2 files changed, 140 insertions(+), 140 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-17 09:21:15 UTC (rev 251668)
+++ PKGBUILD2017-08-17 09:21:34 UTC (rev 251669)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20170313
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="https://www.rfc-editor.org/";
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::https://www.rfc-editor.org/rfc/rfc-index.txt
-license
-https://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs7501-8000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs8001-latest.tar.gz)
-sha256sums=('efff242bc2f1f4382965fa264871a70d3a0f5d1ad88f40217cae69942aef703c'
-'ac9cd91c2e15b0840b6ecd4f7d30d6d12c49e18b4f9eb383a0ce05a64901624e'
-'f6f58982a2a26624bdbe7e70282b27df2da01aadb00791e1b3593a48c1a68815'
-'823eb07a9dc14806a0ed5de98647c4061452144992cbb77f6d93f59d2e55dc60'
-'601f34ab550004ed34937bb70f4f30081790ae8056c26f721394477aa2e77690'
-'ed6ad65f7f60f159e7d7867323f49e7bd63981968d907e1899c715eeda960fe5'
-'307d8492939a22cee5c988cdbf476575f90b4543994d04f4750ea78edbd2b9ee'
-'47e7d40df6aca27bf89952929bee142febebcf4158ef62b491e6abb9f57b0d11'
-'f58ce955cb0ab113fb2e27debc155dea4ec3c41b3c83dab6f8cd4412f1cf7f05'
-'21cff097338a8a848529b8d1f7961db49ff8f48c72c1482134c44b22e26b8e7c'
-'6e604f4ed7057052ebab0bfbd08958074f827413ccc1862dc8dbeeddec3d47ff'
-'ea3cb8fa0b28eb0540bac589aaacbb4a9c5652861d0cdcb80ebbb53ca3270b33'
-'6b14875f50e94ce6bad31a723e464a2098bc17b01d3d81378f30834e0d132d62'
-'73e0ea55f701abc27f462f075277ccbe6f32672c71c700d97513687c31e14300'
-'ff84bb794a579f234ac5d979d3e23f914a93c162081dcd4069205e20928b13cb'
-'acf1d12cafed071df67ff2857d802a0af3372a262fae72f249475ec3bd8c60dd'
-'2a2541507c9150f5a96744db6388f79f70b48452c227793d13850df41baa52d7'
-'b0bf827182c50211e027b84080ac421cb0d7d9217c918f84b60b17ab2e078013'
-'9fcc3c9fec46a8286ee72f0f521d092aa171cc61b840f025691ea4d8ae7c9634')
-
-package() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 "$srcdir"/license 
"$pkgdir"/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 251668, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-17 09:21:34 UTC (rev 251669)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20170817
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="https://www.rfc-editor.org/";
+license=("custom:as-is")
+options=('d

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

2017-11-23 Thread Jelle van der Waa
Date: Thursday, November 23, 2017 @ 19:44:22
  Author: jelle
Revision: 268231

archrelease: copy trunk to community-any

Added:
  rfc/repos/community-any/PKGBUILD
(from rev 268230, rfc/trunk/PKGBUILD)
  rfc/repos/community-any/license
(from rev 268230, rfc/trunk/license)
Deleted:
  rfc/repos/community-any/PKGBUILD
  rfc/repos/community-any/license

--+
 PKGBUILD |  152 ++---
 license  |  128 +--
 2 files changed, 140 insertions(+), 140 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 19:43:56 UTC (rev 268230)
+++ PKGBUILD2017-11-23 19:44:22 UTC (rev 268231)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Simons 
-# Contributor: Sergej Pupykin 
-
-pkgname=rfc
-pkgver=20170817
-pkgrel=1
-pkgdesc="RFCs from rfc-editor.org"
-arch=('any')
-url="https://www.rfc-editor.org/";
-license=("custom:as-is")
-options=('docs')
-source=(rfc-index-$pkgver.txt::https://www.rfc-editor.org/rfc/rfc-index.txt
-license
-https://www.rfc-editor.org/rfc/tar/RFCs0001-0500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs0501-1000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs1001-1500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs1501-2000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs2001-2500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs2501-3000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs3001-3500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs3501-4000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs4001-4500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs4501-5000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs5001-5500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs5501-6000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs6001-6500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs6501-7000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs7001-7500.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs7501-8000.tar.gz
-https://www.rfc-editor.org/rfc/tar/RFCs8001-latest.tar.gz)
-sha256sums=('0916d82541097be80a8b60a94acd962821eff6f6111e0353151613dbced941d5'
-'ac9cd91c2e15b0840b6ecd4f7d30d6d12c49e18b4f9eb383a0ce05a64901624e'
-'7aba251dc4c08a8a1dded1760741dfa1a5c7a34ce66ad29ed720f48ec4baeebe'
-'a0004b2b6f95ed9d70d00f59eadd9a82f1a4051669a34bd5c05792b2729e3fcc'
-'08d298daadf2eb6e8a8187e6cd8ff35c7be87f94d7063a63d19d4535cadd4def'
-'b768d2c85d9abd95f2663004dff40f9c8662718135c7a1a8a6cfe8a2ce391518'
-'ff9dd9002265a086bf2cc273cf84637d12deaa4aa21c6d4d4eed210b0a236684'
-'9f8b9eb01989b238c11391e0a8716c21345ea14bd4ee94c41db63fdc5d4b1233'
-'cbf2f02582e5d46057ec20537c44a299a892b5cbe0d2a958513a602f870db46c'
-'2bb25fe0a028c23e93f2c76a0af789a27edb19c98c00fb7038cfb523a64c6f45'
-'ef290c50518cbd03940025b68743dce84000404208056b45cfb1e7939ec19380'
-'511c563502c023bbe335bc8c6e570a89fad96e79d18b48bcbc2c8ece41aabb0d'
-'e92fb80378cb8bf9d9079cf9973d8c4b11bdc231cffd234ffcd8336352c68d57'
-'06698e782986b8ee8468cfded41e09e75c96edaa17dbe373d8c37353a21d84af'
-'3b09aac2ef9f9b247249a7b1716a1420fad2e1febc57cdcc452344e80e646848'
-'7bc48265a44b37995642a0e0415de945d59c6a0499dc5d4e9cc99eb670fe69e7'
-'f127da04e81241dbf8fe54061edda97011dff169df78e5afd529bf5d4dd421e2'
-'19eb7778cd6c792f851ebd827ed84ff87117c1bb6a96642dc70bc380378c8c4f'
-'5cdc5c9e66f41a13af8031f72b14fa31536a1432c5282b03591faef4604c95c5')
-
-package() {
-cd "$srcdir"
-
-mkdir -p "$pkgdir/usr/share/doc/rfc"
-cp rfc-index-$pkgver.txt "$pkgdir/usr/share/doc/rfc/rfc-index.txt"
-rm -f rfc-index-$pkgver.txt
-
-tar xf rfc1305.tar
-rm -f rfc1305.tar
-for n in ntpv3*; do
-  mv "$n" "rfc1305-$n"
-done
-
-for fmt in txt ps pdf; do
-  mkdir -p "$pkgdir/usr/share/doc/rfc/${fmt}"
-  mv *.${fmt} "$pkgdir/usr/share/doc/rfc/${fmt}/"
-done
-
-cd "$pkgdir/usr/share/doc/rfc"
-find . -type f -exec chmod 444 {} \;
-find . -type d -exec chmod 555 {} \;
-chown -R root:root .
-install -D -m0644 "$srcdir"/license 
"$pkgdir"/usr/share/licenses/$pkgname/license
-}

Copied: rfc/repos/community-any/PKGBUILD (from rev 268230, rfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 19:44:22 UTC (rev 268231)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Simons 
+# Contributor: Sergej Pupykin 
+
+pkgname=rfc
+pkgver=20171118
+pkgrel=1
+pkgdesc="RFCs from rfc-editor.org"
+arch=('any')
+url="https://www.rfc-editor.org/";
+license=("custom:as-is")
+options=('do