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

Sergej Pupykin spupykin at archlinux.org
Fri Oct 2 18:28:11 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-10-02 18:28:02 UTC (rev 142806)
+++ PKGBUILD	2015-10-02 18:28:10 UTC (rev 142807)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Peter Simons <simons at cryp.to>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-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)
+++ PKGBUILD	2015-10-02 18:28:10 UTC (rev 142807)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Peter Simons <simons at cryp.to>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+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
+}

Deleted: license
===================================================================
--- license	2015-10-02 18:28:02 UTC (rev 142806)
+++ license	2015-10-02 18:28:10 UTC (rev 142807)
@@ -1,64 +0,0 @@
-The Request For Comments (RFC) documents are intended to have wide
-distribution.
-
-1.  Copying and distributing the whole RFC without any changes:
-
-1a.  The copying and free redistribution are generally encouraged.
-
-1b.  The inclusion of RFCs in other documents and collections that are
-distributed for a fee is also encouraged, though in this case it is a
-courtesy (i) to ask the RFC author and (ii) provide the RFC author
-with a copy of the final document or collection.  Anyone can takes
-some RFCs, put them in a book, copyright the book, and sell it.  This
-in no way inhibits anyone else from doing the same thing, or inhibits
-any other distribution of the RFCs.
-
-2.  Copying and distributing the whole RFC with changes in format,
-font, etcetera:
-
-2a.  The same as case 1 with the addition that a note should be made
-of the reformatting.
-
-3.  Copying and distributing portions of an RFC:
-
-3a.  As with any material excerpted from another source, proper credit
-and citations must be provided.
-
-4.  Translating RFCs into other languages:
-
-4a.  Since wide distribution of RFCs is very desirable, translation
-into other languages is also desirable.  The same requirements and
-courtesies should be followed in distributing RFCs in translation as
-would be followed when distributing RFCs in the original language.
-
-
-Newer RFCs are under the following copyright:
-
-
-"Full Copyright Statement
-
-   Copyright (C) The Internet Society (1998).  All Rights Reserved.
-
-   This document and translations of it may be copied and furnished to
-   others, and derivative works that comment on or otherwise explain it
-   or assist in its implementation may be prepared, copied, published
-   and distributed, in whole or in part, without restriction of any
-   kind, provided that the above copyright notice and this paragraph are
-   included on all such copies and derivative works.  However, this
-   document itself may not be modified in any way, such as by removing
-   the copyright notice or references to the Internet Society or other
-   Internet organizations, except as needed for the purpose of
-   developing Internet standards in which case the procedures for
-   copyrights defined in the Internet Standards process must be
-   followed, or as required to translate it into languages other than
-   English.
-
-   The limited permissions granted above are perpetual and will not be
-   revoked by the Internet Society or its successors or assigns.
-
-   This document and the information contained herein is provided on an
-   "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
-   TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
-   BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
-   HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
-   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE."

Copied: rfc/repos/community-any/license (from rev 142806, rfc/trunk/license)
===================================================================
--- license	                        (rev 0)
+++ license	2015-10-02 18:28:10 UTC (rev 142807)
@@ -0,0 +1,64 @@
+The Request For Comments (RFC) documents are intended to have wide
+distribution.
+
+1.  Copying and distributing the whole RFC without any changes:
+
+1a.  The copying and free redistribution are generally encouraged.
+
+1b.  The inclusion of RFCs in other documents and collections that are
+distributed for a fee is also encouraged, though in this case it is a
+courtesy (i) to ask the RFC author and (ii) provide the RFC author
+with a copy of the final document or collection.  Anyone can takes
+some RFCs, put them in a book, copyright the book, and sell it.  This
+in no way inhibits anyone else from doing the same thing, or inhibits
+any other distribution of the RFCs.
+
+2.  Copying and distributing the whole RFC with changes in format,
+font, etcetera:
+
+2a.  The same as case 1 with the addition that a note should be made
+of the reformatting.
+
+3.  Copying and distributing portions of an RFC:
+
+3a.  As with any material excerpted from another source, proper credit
+and citations must be provided.
+
+4.  Translating RFCs into other languages:
+
+4a.  Since wide distribution of RFCs is very desirable, translation
+into other languages is also desirable.  The same requirements and
+courtesies should be followed in distributing RFCs in translation as
+would be followed when distributing RFCs in the original language.
+
+
+Newer RFCs are under the following copyright:
+
+
+"Full Copyright Statement
+
+   Copyright (C) The Internet Society (1998).  All Rights Reserved.
+
+   This document and translations of it may be copied and furnished to
+   others, and derivative works that comment on or otherwise explain it
+   or assist in its implementation may be prepared, copied, published
+   and distributed, in whole or in part, without restriction of any
+   kind, provided that the above copyright notice and this paragraph are
+   included on all such copies and derivative works.  However, this
+   document itself may not be modified in any way, such as by removing
+   the copyright notice or references to the Internet Society or other
+   Internet organizations, except as needed for the purpose of
+   developing Internet standards in which case the procedures for
+   copyrights defined in the Internet Standards process must be
+   followed, or as required to translate it into languages other than
+   English.
+
+   The limited permissions granted above are perpetual and will not be
+   revoked by the Internet Society or its successors or assigns.
+
+   This document and the information contained herein is provided on an
+   "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
+   TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
+   BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
+   HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
+   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE."



More information about the arch-commits mailing list