[arch-commits] Commit in xmlsec/repos (4 files)

Andreas Radke andyrtr at archlinux.org
Thu Oct 5 17:38:10 UTC 2017


    Date: Thursday, October 5, 2017 @ 17:38:09
  Author: andyrtr
Revision: 306848

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

Added:
  xmlsec/repos/extra-i686/PKGBUILD
    (from rev 306847, xmlsec/trunk/PKGBUILD)
  xmlsec/repos/extra-x86_64/PKGBUILD
    (from rev 306847, xmlsec/trunk/PKGBUILD)
Deleted:
  xmlsec/repos/extra-i686/PKGBUILD
  xmlsec/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   68 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   33 -----------------------
 extra-x86_64/PKGBUILD |   33 -----------------------
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-10-05 17:37:46 UTC (rev 306847)
+++ extra-i686/PKGBUILD	2017-10-05 17:38:09 UTC (rev 306848)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
-
-pkgname=xmlsec
-pkgver=1.2.24
-pkgrel=1
-pkgdesc="XML Security Library is a C library based on LibXML2"
-license=('custom')
-arch=('i686' 'x86_64')
-url="https://www.aleksey.com/xmlsec/index.html"
-depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
-source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz)
-sha256sums=('99a8643f118bb1261a72162f83e2deba0f4f690893b4b90e1be4f708e8d481cc')
-
-build() {
-  cd ${pkgname}1-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${pkgname}1-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${pkgname}1-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xmlsec/repos/extra-i686/PKGBUILD (from rev 306847, xmlsec/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-10-05 17:38:09 UTC (rev 306848)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
+
+pkgname=xmlsec
+pkgver=1.2.25
+pkgrel=1
+pkgdesc="XML Security Library is a C library based on LibXML2"
+license=('custom')
+arch=('i686' 'x86_64')
+url="https://www.aleksey.com/xmlsec/index.html"
+depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
+source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz) # signature file not compatible
+sha256sums=('967ca83edf25ccb5b48a3c4a09ad3405a63365576503bf34290a42de1b92fcd2')
+#validpgpkeys=('') #
+
+build() {
+  cd ${pkgname}1-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}1-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}1-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-10-05 17:37:46 UTC (rev 306847)
+++ extra-x86_64/PKGBUILD	2017-10-05 17:38:09 UTC (rev 306848)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
-
-pkgname=xmlsec
-pkgver=1.2.24
-pkgrel=1
-pkgdesc="XML Security Library is a C library based on LibXML2"
-license=('custom')
-arch=('i686' 'x86_64')
-url="https://www.aleksey.com/xmlsec/index.html"
-depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
-source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz)
-sha256sums=('99a8643f118bb1261a72162f83e2deba0f4f690893b4b90e1be4f708e8d481cc')
-
-build() {
-  cd ${pkgname}1-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${pkgname}1-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${pkgname}1-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xmlsec/repos/extra-x86_64/PKGBUILD (from rev 306847, xmlsec/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-10-05 17:38:09 UTC (rev 306848)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
+
+pkgname=xmlsec
+pkgver=1.2.25
+pkgrel=1
+pkgdesc="XML Security Library is a C library based on LibXML2"
+license=('custom')
+arch=('i686' 'x86_64')
+url="https://www.aleksey.com/xmlsec/index.html"
+depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
+source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz) # signature file not compatible
+sha256sums=('967ca83edf25ccb5b48a3c4a09ad3405a63365576503bf34290a42de1b92fcd2')
+#validpgpkeys=('') #
+
+build() {
+  cd ${pkgname}1-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}1-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}1-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list