[arch-commits] Commit in yubico-c-client/repos (4 files)

Christian Hesse eworm at archlinux.org
Thu Aug 10 13:44:16 UTC 2017


    Date: Thursday, August 10, 2017 @ 13:44:15
  Author: eworm
Revision: 249722

archrelease: copy trunk to community-i686, community-x86_64

Added:
  yubico-c-client/repos/community-i686/PKGBUILD
    (from rev 249721, yubico-c-client/trunk/PKGBUILD)
  yubico-c-client/repos/community-x86_64/PKGBUILD
    (from rev 249721, yubico-c-client/trunk/PKGBUILD)
Deleted:
  yubico-c-client/repos/community-i686/PKGBUILD
  yubico-c-client/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   84 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   42 ----------------------
 community-x86_64/PKGBUILD |   42 ----------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-10 13:44:11 UTC (rev 249721)
+++ community-i686/PKGBUILD	2017-08-10 13:44:15 UTC (rev 249722)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-
-pkgname=yubico-c-client
-_shortname=ykclient
-pkgver=2.15
-pkgrel=2
-pkgdesc='Yubico YubiKey client C library'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubico-c-client'
-license=('BSD')
-depends=('curl' 'yubico-c')
-makedepends=('git' 'help2man')
-provides=("${_shortname}")
-conflicts=("${_shortname}")
-validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
-source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('f461cdefe7955d58bbd09d0eb7a15b36cb3576b88adbd68008f40ea978ea5016'
-            'SKIP')
-
-build() {
-	cd "${_shortname}-${pkgver}"
-
-	./configure \
-		--prefix=/usr
-	make
-}
-
-check() {
-	cd "${_shortname}-${pkgver}"
-
-	make check
-}
-
-package() {
-	cd "${_shortname}-${pkgver}"
-
-	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubico-c-client/COPYING"
-	install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-c-client/README"
-	make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubico-c-client/repos/community-i686/PKGBUILD (from rev 249721, yubico-c-client/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-10 13:44:15 UTC (rev 249722)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=yubico-c-client
+_shortname=ykclient
+pkgver=2.15
+pkgrel=3
+pkgdesc='Yubico YubiKey client C library'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-c-client'
+license=('BSD')
+depends=('curl' 'yubico-c')
+makedepends=('help2man')
+provides=("${_shortname}")
+conflicts=("${_shortname}")
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('f461cdefe7955d58bbd09d0eb7a15b36cb3576b88adbd68008f40ea978ea5016'
+            'SKIP')
+
+build() {
+	cd "${_shortname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr
+	make
+}
+
+check() {
+	cd "${_shortname}-${pkgver}"
+
+	make check
+}
+
+package() {
+	cd "${_shortname}-${pkgver}"
+
+	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubico-c-client/COPYING"
+	install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-c-client/README"
+	make DESTDIR="${pkgdir}/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-10 13:44:11 UTC (rev 249721)
+++ community-x86_64/PKGBUILD	2017-08-10 13:44:15 UTC (rev 249722)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-
-pkgname=yubico-c-client
-_shortname=ykclient
-pkgver=2.15
-pkgrel=2
-pkgdesc='Yubico YubiKey client C library'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubico-c-client'
-license=('BSD')
-depends=('curl' 'yubico-c')
-makedepends=('git' 'help2man')
-provides=("${_shortname}")
-conflicts=("${_shortname}")
-validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
-source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('f461cdefe7955d58bbd09d0eb7a15b36cb3576b88adbd68008f40ea978ea5016'
-            'SKIP')
-
-build() {
-	cd "${_shortname}-${pkgver}"
-
-	./configure \
-		--prefix=/usr
-	make
-}
-
-check() {
-	cd "${_shortname}-${pkgver}"
-
-	make check
-}
-
-package() {
-	cd "${_shortname}-${pkgver}"
-
-	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubico-c-client/COPYING"
-	install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-c-client/README"
-	make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubico-c-client/repos/community-x86_64/PKGBUILD (from rev 249721, yubico-c-client/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-10 13:44:15 UTC (rev 249722)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=yubico-c-client
+_shortname=ykclient
+pkgver=2.15
+pkgrel=3
+pkgdesc='Yubico YubiKey client C library'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-c-client'
+license=('BSD')
+depends=('curl' 'yubico-c')
+makedepends=('help2man')
+provides=("${_shortname}")
+conflicts=("${_shortname}")
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('f461cdefe7955d58bbd09d0eb7a15b36cb3576b88adbd68008f40ea978ea5016'
+            'SKIP')
+
+build() {
+	cd "${_shortname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr
+	make
+}
+
+check() {
+	cd "${_shortname}-${pkgver}"
+
+	make check
+}
+
+package() {
+	cd "${_shortname}-${pkgver}"
+
+	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubico-c-client/COPYING"
+	install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-c-client/README"
+	make DESTDIR="${pkgdir}/" install
+}
+



More information about the arch-commits mailing list