Date: Wednesday, September 14, 2016 @ 08:27:19 Author: arcanis Revision: 189289
upgpkg: zsh-completions 0.20.0-1 Added: zsh-completions/trunk/LICENSE Modified: zsh-completions/trunk/ChangeLog zsh-completions/trunk/PKGBUILD Deleted: zsh-completions/trunk/LICENSE-BSD zsh-completions/trunk/LICENSE-MIT -------------+ ChangeLog | 3 +++ LICENSE | 24 ++++++++++++++++++++++++ LICENSE-BSD | 24 ------------------------ LICENSE-MIT | 19 ------------------- PKGBUILD | 20 ++++++-------------- 5 files changed, 33 insertions(+), 57 deletions(-) Modified: ChangeLog =================================================================== --- ChangeLog 2016-09-14 07:23:37 UTC (rev 189288) +++ ChangeLog 2016-09-14 08:27:19 UTC (rev 189289) @@ -1,3 +1,6 @@ +0.20.0-1: +upstream update + 0.19.0-2: fix FS#50243 Added: LICENSE =================================================================== --- LICENSE (rev 0) +++ LICENSE 2016-09-14 08:27:19 UTC (rev 189289) @@ -0,0 +1,24 @@ +Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users +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 zsh-users 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 ZSH-USERS 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: LICENSE-BSD =================================================================== --- LICENSE-BSD 2016-09-14 07:23:37 UTC (rev 189288) +++ LICENSE-BSD 2016-09-14 08:27:19 UTC (rev 189289) @@ -1,24 +0,0 @@ -Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users -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 zsh-users 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 ZSH-USERS 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: LICENSE-MIT =================================================================== --- LICENSE-MIT 2016-09-14 07:23:37 UTC (rev 189288) +++ LICENSE-MIT 2016-09-14 08:27:19 UTC (rev 189289) @@ -1,19 +0,0 @@ -Copyright (c) Igor M. Timoshenko <[email protected]> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS 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. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-14 07:23:37 UTC (rev 189288) +++ PKGBUILD 2016-09-14 08:27:19 UTC (rev 189289) @@ -3,8 +3,8 @@ # Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com> pkgname=zsh-completions -pkgver=0.19.0 -pkgrel=2 +pkgver=0.20.0 +pkgrel=1 pkgdesc="Additional completion definitions for Zsh" arch=(any) url="https://github.com/zsh-users/zsh-completions" @@ -11,23 +11,15 @@ license=('BSD' 'MIT' 'unknown') depends=('zsh') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}" - "LICENSE-BSD" - "LICENSE-MIT") -md5sums=('d6249861accea00c6fb03d3a708eaf45' - '4f686c32a301905655f945fbbdd56880' - '159dd6fa77daca30268c2438111becae') + "LICENSE") +md5sums=('3a58b330798ce275116dcba53e525e9a' + '4f686c32a301905655f945fbbdd56880') changelog=ChangeLog package() { install -dm755 "${pkgdir}/usr/share/zsh/site-functions" install -Dm644 "${srcdir}"/zsh-users-${pkgname}-*/src/* "${pkgdir}/usr/share/zsh/site-functions" - - # remove dubs - rm "${pkgdir}/usr/share/zsh/site-functions/_docker-machine" - - # license - install -Dm644 "${srcdir}/LICENSE-BSD" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD" - install -Dm644 "${srcdir}/LICENSE-MIT" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT" + install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } # vim:set ts=2 sw=2 et:
