[arch-commits] Commit in unicode-character-database/repos/extra-any (4 files)

Jan Steffens heftig at archlinux.org
Wed Jun 21 19:53:04 UTC 2017


    Date: Wednesday, June 21, 2017 @ 19:53:03
  Author: heftig
Revision: 299129

archrelease: copy trunk to extra-any

Added:
  unicode-character-database/repos/extra-any/LICENSE
    (from rev 299128, unicode-character-database/trunk/LICENSE)
  unicode-character-database/repos/extra-any/PKGBUILD
    (from rev 299128, unicode-character-database/trunk/PKGBUILD)
Deleted:
  unicode-character-database/repos/extra-any/LICENSE
  unicode-character-database/repos/extra-any/PKGBUILD

----------+
 LICENSE  |   70 ++++++++++++++++++++++++++++---------------------------------
 PKGBUILD |   57 ++++++++++++++++++++++++-------------------------
 2 files changed, 61 insertions(+), 66 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2017-06-21 19:49:49 UTC (rev 299128)
+++ LICENSE	2017-06-21 19:53:03 UTC (rev 299129)
@@ -1,37 +0,0 @@
-COPYRIGHT AND PERMISSION NOTICE
-
-Copyright © 1991-2016 Unicode, Inc. All rights reserved.
-Distributed under the Terms of Use in 
-http://www.unicode.org/copyright.html.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Unicode data files and any associated documentation
-(the "Data Files") or Unicode software and any associated documentation
-(the "Software") to deal in the Data Files or Software
-without restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, and/or sell copies of
-the Data Files or Software, and to permit persons to whom the Data Files
-or Software are furnished to do so, provided that
-(a) this copyright and permission notice appear with all copies 
-of the Data Files or Software,
-(b) this copyright and permission notice appear in associated 
-documentation, and
-(c) there is clear notice in each modified Data File or in the Software
-as well as in the documentation associated with the Data File(s) or
-Software that the data or software has been modified.
-
-THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
-ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT OF THIRD PARTY RIGHTS.
-IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
-NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
-DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
-DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
-TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-PERFORMANCE OF THE DATA FILES OR SOFTWARE.
-
-Except as contained in this notice, the name of a copyright holder
-shall not be used in advertising or otherwise to promote the sale,
-use or other dealings in these Data Files or Software without prior
-written authorization of the copyright holder.

Copied: unicode-character-database/repos/extra-any/LICENSE (from rev 299128, unicode-character-database/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2017-06-21 19:53:03 UTC (rev 299129)
@@ -0,0 +1,33 @@
+COPYRIGHT AND PERMISSION NOTICE
+
+Copyright © 1991-2017 Unicode, Inc. All rights reserved.
+Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Unicode data files and any associated documentation
+(the "Data Files") or Unicode software and any associated documentation
+(the "Software") to deal in the Data Files or Software
+without restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, and/or sell copies of
+the Data Files or Software, and to permit persons to whom the Data Files
+or Software are furnished to do so, provided that either
+(a) this copyright and permission notice appear with all copies
+of the Data Files or Software, or
+(b) this copyright and permission notice appear in associated
+Documentation.
+
+THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder
+shall not be used in advertising or otherwise to promote the sale,
+use or other dealings in these Data Files or Software without prior
+written authorization of the copyright holder.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 19:49:49 UTC (rev 299128)
+++ PKGBUILD	2017-06-21 19:53:03 UTC (rev 299129)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=unicode-character-database
-pkgver=10.0.0
-pkgrel=1
-pkgdesc="Unicode Character Database"
-arch=(any)
-license=(BSD)
-url="http://www.unicode.org/"
-source=("UCD-$pkgver.zip::http://www.unicode.org/Public/zipped/$pkgver/UCD.zip"
-        "Unihan-$pkgver.zip::http://www.unicode.org/Public/zipped/$pkgver/Unihan.zip"
-        LICENSE)
-noextract=({UCD,Unihan}-$pkgver.zip)
-sha256sums=('cb26d649f8bac8b12f69e2fbcd77d1759ecdcd7c8e8f1c4385a9c5a36cf14891'
-            '01232063a8529636cf155ba7a1dbad329cb2e63acde83a3d607b5eafa8f933a5'
-            'dfc6b3430adc9e474443645fe5c55b29ecfe166434c2d5232909f4865d81ca16')
-
-package() {
-  install -d "$pkgdir/usr/share/$pkgname"
-  cd "$pkgdir/usr/share/$pkgname"
-
-  for _f in UCD Unihan; do
-    cp "$srcdir/$_f-$pkgver.zip" $_f.zip
-    bsdtar -x --no-same-owner --no-same-permissions -f $_f.zip
-  done
-
-  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: unicode-character-database/repos/extra-any/PKGBUILD (from rev 299128, unicode-character-database/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-21 19:53:03 UTC (rev 299129)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=unicode-character-database
+pkgver=10.0.0
+pkgrel=2
+pkgdesc="Unicode Character Database"
+arch=(any)
+license=(BSD)
+url="http://www.unicode.org/"
+source=("UCD-$pkgver.zip::http://www.unicode.org/Public/zipped/$pkgver/UCD.zip"
+        "Unihan-$pkgver.zip::http://www.unicode.org/Public/zipped/$pkgver/Unihan.zip"
+        LICENSE)
+noextract=({UCD,Unihan}-$pkgver.zip)
+sha256sums=('cb26d649f8bac8b12f69e2fbcd77d1759ecdcd7c8e8f1c4385a9c5a36cf14891'
+            '01232063a8529636cf155ba7a1dbad329cb2e63acde83a3d607b5eafa8f933a5'
+            '22afb7cd85b74a197cb96af709e2da5a814235331c52d866b3208dbdda6807df')
+
+package() {
+  for _f in UCD Unihan; do
+    install -Dm644 $_f-$pkgver.zip "$pkgdir/usr/share/unicode/$_f.zip"
+    bsdtar -C "$pkgdir/usr/share/unicode" -x --no-same-owner --no-same-permissions -f $_f-$pkgver.zip
+  done
+
+  ln -s unicode "$pkgdir/usr/share/$pkgname"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list