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

Kyle Keen kkeen at archlinux.org
Thu May 31 18:19:54 UTC 2018


    Date: Thursday, May 31, 2018 @ 18:19:53
  Author: kkeen
Revision: 335162

archrelease: copy trunk to community-any

Added:
  wtf/repos/community-any/LICENSE
    (from rev 335161, wtf/trunk/LICENSE)
  wtf/repos/community-any/PKGBUILD
    (from rev 335161, wtf/trunk/PKGBUILD)
Deleted:
  wtf/repos/community-any/LICENSE
  wtf/repos/community-any/PKGBUILD

----------+
 LICENSE  |   20 ++++++++++----------
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2018-05-31 18:19:42 UTC (rev 335161)
+++ LICENSE	2018-05-31 18:19:53 UTC (rev 335162)
@@ -1,10 +0,0 @@
-Copyright (c) 2005, peter
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
-    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-    * Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: wtf/repos/community-any/LICENSE (from rev 335161, wtf/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2018-05-31 18:19:53 UTC (rev 335162)
@@ -0,0 +1,10 @@
+Copyright (c) 2005, peter
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+    * Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 18:19:42 UTC (rev 335161)
+++ PKGBUILD	2018-05-31 18:19:53 UTC (rev 335162)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Jeff Mickey <j at codemac.net>
-
-pkgname=wtf
-pkgver=20071004
-pkgrel=5
-pkgdesc="Acronym dictionary"
-arch=('any')
-url="http://www.mu.org/~mux/wtf/"
-license=('BSD')
-source=("http://www.mu.org/~mux/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        "https://raw.github.com/keenerd/wtf/ae2635e96bc47b8df673e2073659825a26a001e2/acronyms.computing"
-        'LICENSE')
-md5sums=('25944e275cc858e30cacea341509d19b'
-         '00e89423eec6b3ccfc72ee32f1875298'
-         'abac213cf24e9d5cab4e8115441eb717')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm644 $pkgname.6 "$pkgdir/usr/share/man/man6/$pkgname.6"
-  install -Dm755 $pkgname   "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/misc/"
-  install -m644 acronyms acronyms.comp ../acronyms.computing "$pkgdir/usr/share/misc/"
-  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wtf/repos/community-any/PKGBUILD (from rev 335161, wtf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 18:19:53 UTC (rev 335162)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Jeff Mickey <j at codemac.net>
+
+pkgname=wtf
+pkgver=20071004
+pkgrel=6
+pkgdesc="Acronym dictionary"
+arch=('any')
+url="http://www.mu.org/~mux/wtf/"
+license=('BSD')
+source=("http://www.mu.org/~mux/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        "https://raw.github.com/keenerd/wtf/0623381d92b2c5d3e94b00c9eb06fb5d4d85d014/acronyms.computing"
+        'LICENSE')
+md5sums=('25944e275cc858e30cacea341509d19b'
+         '3d99862438ec7977ff8d7f4e3e5dd300'
+         'abac213cf24e9d5cab4e8115441eb717')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm644 $pkgname.6 "$pkgdir/usr/share/man/man6/$pkgname.6"
+  install -Dm755 $pkgname   "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/misc/"
+  install -m644 acronyms acronyms.comp ../acronyms.computing "$pkgdir/usr/share/misc/"
+  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list