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

Sergej Pupykin spupykin at archlinux.org
Mon Nov 24 18:03:09 UTC 2014


    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
===================================================================
--- PKGBUILD	2014-11-24 18:03:00 UTC (rev 123078)
+++ PKGBUILD	2014-11-24 18:03:09 UTC (rev 123079)
@@ -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=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'
-         'fa629f8edddd31f9a00b67d98319b25e'
-         '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)
+++ PKGBUILD	2014-11-24 18:03:09 UTC (rev 123079)
@@ -0,0 +1,72 @@
+# $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
+}

Deleted: license
===================================================================
--- license	2014-11-24 18:03:00 UTC (rev 123078)
+++ license	2014-11-24 18:03:09 UTC (rev 123079)
@@ -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 123078, rfc/trunk/license)
===================================================================
--- license	                        (rev 0)
+++ license	2014-11-24 18:03:09 UTC (rev 123079)
@@ -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