Date: Friday, June 24, 2016 @ 17:15:45 Author: heftig Revision: 270599
archrelease: copy trunk to extra-any Added: unicode-character-database/repos/extra-any/LICENSE (from rev 270598, unicode-character-database/trunk/LICENSE) unicode-character-database/repos/extra-any/PKGBUILD (from rev 270598, unicode-character-database/trunk/PKGBUILD) Deleted: unicode-character-database/repos/extra-any/LICENSE unicode-character-database/repos/extra-any/PKGBUILD ----------+ LICENSE | 74 ++++++++++++++++++++++++++++++------------------------------- PKGBUILD | 58 +++++++++++++++++++++++------------------------ 2 files changed, 66 insertions(+), 66 deletions(-) Deleted: LICENSE =================================================================== --- LICENSE 2016-06-24 17:10:17 UTC (rev 270598) +++ LICENSE 2016-06-24 17:15:45 UTC (rev 270599) @@ -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 270598, unicode-character-database/trunk/LICENSE) =================================================================== --- LICENSE (rev 0) +++ LICENSE 2016-06-24 17:15:45 UTC (rev 270599) @@ -0,0 +1,37 @@ +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. Deleted: PKGBUILD =================================================================== --- PKGBUILD 2016-06-24 17:10:17 UTC (rev 270598) +++ PKGBUILD 2016-06-24 17:15:45 UTC (rev 270599) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> - -pkgname=unicode-character-database -pkgver=8.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=('e3959c0b96c5ea7ff118254b55e1a752c2a28170b3404ba6bb5ab2c58536ce2e' - 'e02affdd082ca9365f595e5dfa3295dc9e0bf7f6aed54455d99c0a9924b88115' - '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 270598, unicode-character-database/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2016-06-24 17:15:45 UTC (rev 270599) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> + +pkgname=unicode-character-database +pkgver=9.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=('df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec' + '6afdd48fb3c5d79a527ed27ce2582b2f684c09e16f5d0837fe7e5b0204f46362' + '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" +}