Date: Tuesday, May 17, 2016 @ 13:37:21
  Author: mtorromeo
Revision: 175525

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

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

---------------------------+
 /PKGBUILD                 |   90 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   48 -----------------------
 community-x86_64/PKGBUILD |   48 -----------------------
 3 files changed, 90 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-05-17 11:36:45 UTC (rev 175524)
+++ community-i686/PKGBUILD     2016-05-17 11:37:21 UTC (rev 175525)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-
-pkgname=libuv
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('i686' 'x86_64')
-url="https://github.com/libuv/libuv";
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-
-build() {
-       cd "$srcdir"/$pkgname-$pkgver
-       ./autogen.sh
-       ./configure --prefix=/usr
-       make
-       make man -C docs
-
-       # skip failing get_passwd test
-       sed '/pwd\.homedir/d' -i test/test-get-passwd.c
-}
-
-check() {
-       cd "$srcdir"/$pkgname-$pkgver
-       make check
-}
-
-package() {
-       cd "$srcdir"/$pkgname-$pkgver
-
-       make DESTDIR="$pkgdir" install
-
-       install -Dm644 LICENSE \
-               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-       install -Dm644 AUTHORS \
-               "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-       install -Dm644 README.md \
-               "$pkgdir"/usr/share/doc/$pkgname/README.md
-       install -Dm644 ChangeLog \
-               "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
-       install -Dm644 docs/build/man/libuv.1 \
-               "$pkgdir"/usr/share/man/man1/libuv.1
-}
-
-sha256sums=('f8b8272a0d80138b709d38fad2baf771899eed61e7f9578d17898b07a1a2a5eb')

Copied: libuv/repos/community-i686/PKGBUILD (from rev 175524, 
libuv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-05-17 11:37:21 UTC (rev 175525)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=libuv
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('i686' 'x86_64')
+url="https://github.com/libuv/libuv";
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+
+build() {
+       cd "$srcdir"/$pkgname-$pkgver
+       ./autogen.sh
+       ./configure --prefix=/usr
+       make
+       make man -C docs
+}
+
+check() {
+       cd "$srcdir"/$pkgname-$pkgver
+       make check
+}
+
+package() {
+       cd "$srcdir"/$pkgname-$pkgver
+
+       make DESTDIR="$pkgdir" install
+
+       install -Dm644 LICENSE \
+               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+       install -Dm644 AUTHORS \
+               "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+       install -Dm644 README.md \
+               "$pkgdir"/usr/share/doc/$pkgname/README.md
+       install -Dm644 ChangeLog \
+               "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+       install -Dm644 docs/build/man/libuv.1 \
+               "$pkgdir"/usr/share/man/man1/libuv.1
+}
+
+sha256sums=('a6ca9f0648973d1463f46b495ce546ddcbe7cce2f04b32e802a15539e46c57ad')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-05-17 11:36:45 UTC (rev 175524)
+++ community-x86_64/PKGBUILD   2016-05-17 11:37:21 UTC (rev 175525)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-
-pkgname=libuv
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('i686' 'x86_64')
-url="https://github.com/libuv/libuv";
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-
-build() {
-       cd "$srcdir"/$pkgname-$pkgver
-       ./autogen.sh
-       ./configure --prefix=/usr
-       make
-       make man -C docs
-
-       # skip failing get_passwd test
-       sed '/pwd\.homedir/d' -i test/test-get-passwd.c
-}
-
-check() {
-       cd "$srcdir"/$pkgname-$pkgver
-       make check
-}
-
-package() {
-       cd "$srcdir"/$pkgname-$pkgver
-
-       make DESTDIR="$pkgdir" install
-
-       install -Dm644 LICENSE \
-               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-       install -Dm644 AUTHORS \
-               "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-       install -Dm644 README.md \
-               "$pkgdir"/usr/share/doc/$pkgname/README.md
-       install -Dm644 ChangeLog \
-               "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
-       install -Dm644 docs/build/man/libuv.1 \
-               "$pkgdir"/usr/share/man/man1/libuv.1
-}
-
-sha256sums=('f8b8272a0d80138b709d38fad2baf771899eed61e7f9578d17898b07a1a2a5eb')

Copied: libuv/repos/community-x86_64/PKGBUILD (from rev 175524, 
libuv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-17 11:37:21 UTC (rev 175525)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=libuv
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('i686' 'x86_64')
+url="https://github.com/libuv/libuv";
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+
+build() {
+       cd "$srcdir"/$pkgname-$pkgver
+       ./autogen.sh
+       ./configure --prefix=/usr
+       make
+       make man -C docs
+}
+
+check() {
+       cd "$srcdir"/$pkgname-$pkgver
+       make check
+}
+
+package() {
+       cd "$srcdir"/$pkgname-$pkgver
+
+       make DESTDIR="$pkgdir" install
+
+       install -Dm644 LICENSE \
+               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+       install -Dm644 AUTHORS \
+               "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+       install -Dm644 README.md \
+               "$pkgdir"/usr/share/doc/$pkgname/README.md
+       install -Dm644 ChangeLog \
+               "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+       install -Dm644 docs/build/man/libuv.1 \
+               "$pkgdir"/usr/share/man/man1/libuv.1
+}
+
+sha256sums=('a6ca9f0648973d1463f46b495ce546ddcbe7cce2f04b32e802a15539e46c57ad')

Reply via email to