[arch-commits] Commit in signify/repos/community-x86_64 (4 files)
Levente Polyak
anthraxx at archlinux.org
Mon Jul 29 20:52:16 UTC 2019
Date: Monday, July 29, 2019 @ 20:52:16
Author: anthraxx
Revision: 494684
archrelease: copy trunk to community-x86_64
Added:
signify/repos/community-x86_64/LICENSE
(from rev 494683, signify/trunk/LICENSE)
signify/repos/community-x86_64/PKGBUILD
(from rev 494683, 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 2019-07-29 20:52:11 UTC (rev 494683)
+++ LICENSE 2019-07-29 20:52:16 UTC (rev 494684)
@@ -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 494683, signify/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2019-07-29 20:52:16 UTC (rev 494684)
@@ -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 2019-07-29 20:52:11 UTC (rev 494683)
+++ PKGBUILD 2019-07-29 20:52:16 UTC (rev 494684)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Adrian Perez de Castro <aperez at igalia.com>
-
-pkgname=signify
-pkgver=25
-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=(${pkgname}-${pkgver}.tar.gz::https://github.com/aperezdc/${pkgname}/archive/v${pkgver}.tar.gz
- LICENSE)
-sha512sums=('8cb68ef7114a0e4ed70c514be880cd152cd0265869d69a66d32c44a7d1cb4cf8d06aa5a4246217b03dda9acf94ce194b6cf4084dd96d0ba2367e715c42dc2970'
- '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 494683, signify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-29 20:52:16 UTC (rev 494684)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Adrian Perez de Castro <aperez at igalia.com>
+
+pkgname=signify
+pkgver=26
+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=(${pkgname}-${pkgver}.tar.gz::https://github.com/aperezdc/${pkgname}/archive/v${pkgver}.tar.gz
+ LICENSE)
+sha512sums=('84edacc480c5551bdc01db6e135539968676f23343beac3b09f4444bee562b1a6cb6653121ad60421920960ce6f75d02201f9741f9b5821f31e8478ab0f65a35'
+ '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