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

Kyle Keen kkeen at archlinux.org
Sat Jun 20 23:20:32 UTC 2020


    Date: Saturday, June 20, 2020 @ 23:20:31
  Author: kkeen
Revision: 648697

archrelease: copy trunk to community-any

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

----------+
 LICENSE  |   20 ++++++++--------
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2020-06-20 23:20:19 UTC (rev 648696)
+++ LICENSE	2020-06-20 23:20:31 UTC (rev 648697)
@@ -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 648696, wtf/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2020-06-20 23:20:31 UTC (rev 648697)
@@ -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	2020-06-20 23:20:19 UTC (rev 648696)
+++ PKGBUILD	2020-06-20 23:20:31 UTC (rev 648697)
@@ -1,37 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Jeff Mickey <j at codemac.net>
-
-pkgname=wtf
-pkgver=20200217
-pkgrel=1
-pkgdesc="Acronym dictionary, with additions from NetBSD and wikipedia"
-arch=('any')
-url="http://www.mu.org/~mux/wtf/"
-license=('BSD')
-makedepends=('git')
-#source=("http://www.mu.org/~mux/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-#source=("git+https://github.com/void-linux/netbsd-wtf#commit=b1e5be48"
-source=("https://sourceforge.net/projects/bsdwtf/files/wtf-$pkgver.tar.gz"
-        "https://raw.github.com/keenerd/wtf/0623381d92b2c5d3e94b00c9eb06fb5d4d85d014/acronyms.computing"
-        'LICENSE')
-md5sums=('faa0c10db24767041217924a024424b5'
-         '3d99862438ec7977ff8d7f4e3e5dd300'
-         'abac213cf24e9d5cab4e8115441eb717')
-
-prepare() {
-  cd "$srcdir/wtf-$pkgver"
-  sed -i 's|/usr/share/misc/|/usr/share/wtf/|' wtf
-}
-
-package() {
-  cd "$srcdir/wtf-$pkgver"
-  install -Dm755 wtf      "$pkgdir/usr/bin/wtf"
-  install -Dm644 wtf.6    "$pkgdir/usr/share/man/man6/wtf.6"
-  install -Dm644 acronyms "$pkgdir/usr/share/wtf/acronyms"
-  install -Dm644 acronyms.comp   "$pkgdir/usr/share/wtf/acronyms.comp"
-  #install -Dm644 acronyms-o.fake "$pkgdir/usr/share/wtf/acronyms-o"
-  install -Dm644 acronyms-o.real "$pkgdir/usr/share/wtf/acronyms-o"
-  
-  install -m644 ../acronyms.computing "$pkgdir/usr/share/wtf/"
-  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wtf/repos/community-any/PKGBUILD (from rev 648696, wtf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-20 23:20:31 UTC (rev 648697)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Jeff Mickey <j at codemac.net>
+
+pkgname=wtf
+pkgver=20200613
+pkgrel=1
+pkgdesc="Acronym dictionary, with additions from NetBSD and wikipedia"
+arch=('any')
+url="http://www.mu.org/~mux/wtf/"
+license=('BSD')
+makedepends=('git')
+#source=("http://www.mu.org/~mux/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+#source=("git+https://github.com/void-linux/netbsd-wtf#commit=b1e5be48"
+source=("https://sourceforge.net/projects/bsdwtf/files/wtf-$pkgver.tar.gz"
+        "https://raw.github.com/keenerd/wtf/0623381d92b2c5d3e94b00c9eb06fb5d4d85d014/acronyms.computing"
+        'LICENSE')
+md5sums=('601e1f022d8bf265c490c0b11850cdfe'
+         '3d99862438ec7977ff8d7f4e3e5dd300'
+         'abac213cf24e9d5cab4e8115441eb717')
+
+prepare() {
+  cd "$srcdir/wtf-$pkgver"
+  sed -i 's|/usr/share/misc/|/usr/share/wtf/|' wtf
+}
+
+package() {
+  cd "$srcdir/wtf-$pkgver"
+  install -Dm755 wtf      "$pkgdir/usr/bin/wtf"
+  install -Dm644 wtf.6    "$pkgdir/usr/share/man/man6/wtf.6"
+  install -Dm644 acronyms "$pkgdir/usr/share/wtf/acronyms"
+  install -Dm644 acronyms.comp   "$pkgdir/usr/share/wtf/acronyms.comp"
+  #install -Dm644 acronyms-o.fake "$pkgdir/usr/share/wtf/acronyms-o"
+  install -Dm644 acronyms-o.real "$pkgdir/usr/share/wtf/acronyms-o"
+  
+  install -m644 ../acronyms.computing "$pkgdir/usr/share/wtf/"
+  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list