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

Sergej Pupykin spupykin at archlinux.org
Mon Feb 6 12:24:55 UTC 2017


    Date: Monday, February 6, 2017 @ 12:24:54
  Author: spupykin
Revision: 210394

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

Added:
  liburcu/repos/community-i686/PKGBUILD
    (from rev 210393, liburcu/trunk/PKGBUILD)
  liburcu/repos/community-x86_64/PKGBUILD
    (from rev 210393, liburcu/trunk/PKGBUILD)
Deleted:
  liburcu/repos/community-i686/PKGBUILD
  liburcu/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-06 12:24:37 UTC (rev 210393)
+++ community-i686/PKGBUILD	2017-02-06 12:24:54 UTC (rev 210394)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Christian Babeux <christian.babeux at 0x80.ca>
-# Contributor: Yggdrasil <tetzank at web dot de>
-
-pkgname=liburcu
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
-arch=('i686' 'x86_64')
-url="http://lttng.org/urcu"
-license=('LGPL2.1')
-source=(http://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2)
-depends=('glibc')
-options=('!libtool')
-sha1sums=('f10e9bf812557cd0c2a35a277e04010ec278d25d')
-sha1sums=('5306999b8a3296f3dea91246d92e0a993d732898')
-sha1sums=('61d1d0d1b955c7a67a7253317647304d04b400a0')
-
-build() {
-    cd ${srcdir}/userspace-rcu-${pkgver}
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd ${srcdir}/userspace-rcu-${pkgver}
-    make install DESTDIR=${pkgdir}
-}

Copied: liburcu/repos/community-i686/PKGBUILD (from rev 210393, liburcu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-06 12:24:54 UTC (rev 210394)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Christian Babeux <christian.babeux at 0x80.ca>
+# Contributor: Yggdrasil <tetzank at web dot de>
+
+pkgname=liburcu
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
+arch=('i686' 'x86_64')
+url="http://lttng.org/urcu"
+license=('LGPL2.1')
+validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
+source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
+depends=()
+options=('!libtool')
+sha1sums=('8bcba6af4414b69907a0ee9c8fdd11e969d1fd11'
+          'SKIP')
+
+build() {
+    cd "$srcdir"/userspace-rcu-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "$srcdir"/userspace-rcu-${pkgver}
+    make install DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-06 12:24:37 UTC (rev 210393)
+++ community-x86_64/PKGBUILD	2017-02-06 12:24:54 UTC (rev 210394)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Christian Babeux <christian.babeux at 0x80.ca>
-# Contributor: Yggdrasil <tetzank at web dot de>
-
-pkgname=liburcu
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
-arch=('i686' 'x86_64')
-url="http://lttng.org/urcu"
-license=('LGPL2.1')
-source=(http://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2)
-depends=('glibc')
-options=('!libtool')
-sha1sums=('f10e9bf812557cd0c2a35a277e04010ec278d25d')
-sha1sums=('5306999b8a3296f3dea91246d92e0a993d732898')
-sha1sums=('61d1d0d1b955c7a67a7253317647304d04b400a0')
-
-build() {
-    cd ${srcdir}/userspace-rcu-${pkgver}
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd ${srcdir}/userspace-rcu-${pkgver}
-    make install DESTDIR=${pkgdir}
-}

Copied: liburcu/repos/community-x86_64/PKGBUILD (from rev 210393, liburcu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-06 12:24:54 UTC (rev 210394)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Christian Babeux <christian.babeux at 0x80.ca>
+# Contributor: Yggdrasil <tetzank at web dot de>
+
+pkgname=liburcu
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
+arch=('i686' 'x86_64')
+url="http://lttng.org/urcu"
+license=('LGPL2.1')
+validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
+source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
+depends=()
+options=('!libtool')
+sha1sums=('8bcba6af4414b69907a0ee9c8fdd11e969d1fd11'
+          'SKIP')
+
+build() {
+    cd "$srcdir"/userspace-rcu-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "$srcdir"/userspace-rcu-${pkgver}
+    make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list