Date: Tuesday, July 1, 2014 @ 13:50:57
  Author: kkeen
Revision: 113987

archrelease: copy trunk to community-any

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

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

Deleted: LICENSE
===================================================================
--- LICENSE     2014-07-01 11:50:44 UTC (rev 113986)
+++ LICENSE     2014-07-01 11:50:57 UTC (rev 113987)
@@ -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 113986, wtf/trunk/LICENSE)
===================================================================
--- LICENSE                             (rev 0)
+++ LICENSE     2014-07-01 11:50:57 UTC (rev 113987)
@@ -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    2014-07-01 11:50:44 UTC (rev 113986)
+++ PKGBUILD    2014-07-01 11:50:57 UTC (rev 113987)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <[email protected]>
-# Contributor: Jeff Mickey <[email protected]>
-
-pkgname=wtf
-pkgver=20071004
-pkgrel=4
-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 -D -m644 $pkgname.6 "${pkgdir}/usr/share/man/man6/$pkgname.6"
-  install -D -m755 $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 113986, wtf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2014-07-01 11:50:57 UTC (rev 113987)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen <[email protected]>
+# Contributor: Jeff Mickey <[email protected]>
+
+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"
+}

Reply via email to