Date: Thursday, August 20, 2015 @ 22:13:51
  Author: mtorromeo
Revision: 138568

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-08-20 20:13:23 UTC (rev 138567)
+++ community-i686/PKGBUILD     2015-08-20 20:13:51 UTC (rev 138568)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=libuv
-pkgver=1.7.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
-}
-
-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=('27a66f944c8cf1baf0fb53f5cfe11f01035cc80622d8ecc8e18bd1b2ae35ef5f')

Copied: libuv/repos/community-i686/PKGBUILD (from rev 138567, 
libuv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-08-20 20:13:51 UTC (rev 138568)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=libuv
+pkgver=1.7.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=('a515145a34672d26527c7555e73315c66a9213ab445ba591864efc11f91fc340')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-08-20 20:13:23 UTC (rev 138567)
+++ community-x86_64/PKGBUILD   2015-08-20 20:13:51 UTC (rev 138568)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=libuv
-pkgver=1.7.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
-}
-
-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=('27a66f944c8cf1baf0fb53f5cfe11f01035cc80622d8ecc8e18bd1b2ae35ef5f')

Copied: libuv/repos/community-x86_64/PKGBUILD (from rev 138567, 
libuv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-20 20:13:51 UTC (rev 138568)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=libuv
+pkgver=1.7.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=('a515145a34672d26527c7555e73315c66a9213ab445ba591864efc11f91fc340')

Reply via email to