[arch-commits] Commit in signify/repos/community-x86_64 (4 files)
Felix Yan
felixonmars at archlinux.org
Mon Mar 9 22:19:25 UTC 2020
Date: Monday, March 9, 2020 @ 22:19:24
Author: felixonmars
Revision: 593328
archrelease: copy trunk to community-x86_64
Added:
signify/repos/community-x86_64/LICENSE
(from rev 593327, signify/trunk/LICENSE)
signify/repos/community-x86_64/PKGBUILD
(from rev 593327, signify/trunk/PKGBUILD)
Deleted:
signify/repos/community-x86_64/LICENSE
signify/repos/community-x86_64/PKGBUILD
----------+
LICENSE | 22 +++++++--------
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
2 files changed, 54 insertions(+), 54 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2020-03-09 22:19:03 UTC (rev 593327)
+++ LICENSE 2020-03-09 22:19:24 UTC (rev 593328)
@@ -1,11 +0,0 @@
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, 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 THIS SOFTWARE.
Copied: signify/repos/community-x86_64/LICENSE (from rev 593327, signify/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2020-03-09 22:19:24 UTC (rev 593328)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, 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 THIS SOFTWARE.
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-09 22:19:03 UTC (rev 593327)
+++ PKGBUILD 2020-03-09 22:19:24 UTC (rev 593328)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Adrian Perez de Castro <aperez at igalia.com>
-
-pkgname=signify
-pkgver=28
-pkgrel=1
-pkgdesc='OpenBSD tool to signs and verify signatures on files'
-url='https://github.com/aperezdc/signify'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc' 'libbsd>=0.8')
-source=(https://github.com/aperezdc/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
- LICENSE)
-sha512sums=('6fb740cc9002a4cfb2ef95147a4aca31c8162d6634a788b346895c1817b89838dd2dafdf41413b4b9ed173663af666bb25e3448d8a6787b51279cf2e03071177'
- 'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dcaffff482ae6e58902b6620bf7b2019a8e15efec')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- # using O_NOFOLLOW doesn't lock anything down here, swapping files
- # without symlinks is still equally open to TOCTOU and it doesn't even
- # matter here. lets prefere supporting symlinked target files.
- sed -E 's/\| ?O_NOFOLLOW//g' -i ./*.c
-}
-
-build () {
- cd ${pkgname}-${pkgver}
- make PREFIX=/usr \
- LTO=1 \
- EXTRA_CFLAGS="${CFLAGS} ${CPPFLAGS}" \
- EXTRA_LDFLAGS="${LDFLAGS}" \
- GIT_TAG=''
-}
-
-package () {
- cd ${pkgname}-${pkgver}
- make PREFIX=/usr \
- DESTDIR="${pkgdir}" \
- GIT_TAG='' install
- install -Dm 644 README.md CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: signify/repos/community-x86_64/PKGBUILD (from rev 593327, signify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-09 22:19:24 UTC (rev 593328)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Adrian Perez de Castro <aperez at igalia.com>
+
+pkgname=signify
+pkgver=29
+pkgrel=1
+pkgdesc='OpenBSD tool to signs and verify signatures on files'
+url='https://github.com/aperezdc/signify'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'libbsd>=0.8')
+source=(https://github.com/aperezdc/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+ LICENSE)
+sha512sums=('a0fc07c176f3e0e6ea32d059fb6cc27849159dcc3975c47b2b0a54f7047cb1f1dc0e032f2c55eaf84096b0a84288193afec0777e669851a7c7f97a880fb0f0ab'
+ 'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dcaffff482ae6e58902b6620bf7b2019a8e15efec')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ # using O_NOFOLLOW doesn't lock anything down here, swapping files
+ # without symlinks is still equally open to TOCTOU and it doesn't even
+ # matter here. lets prefere supporting symlinked target files.
+ sed -E 's/\| ?O_NOFOLLOW//g' -i ./*.c
+}
+
+build () {
+ cd ${pkgname}-${pkgver}
+ make PREFIX=/usr \
+ LTO=1 \
+ EXTRA_CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+ EXTRA_LDFLAGS="${LDFLAGS}" \
+ GIT_TAG=''
+}
+
+package () {
+ cd ${pkgname}-${pkgver}
+ make PREFIX=/usr \
+ DESTDIR="${pkgdir}" \
+ GIT_TAG='' install
+ install -Dm 644 README.md CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list