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

Felix Yan felixonmars at archlinux.org
Fri Jul 7 05:49:23 UTC 2017


    Date: Friday, July 7, 2017 @ 05:49:23
  Author: felixonmars
Revision: 299793

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

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

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

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-07-07 05:48:37 UTC (rev 299792)
+++ testing-i686/PKGBUILD	2017-07-07 05:49:23 UTC (rev 299793)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=libuv
-pkgver=1.13.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
-}
-
-sha512sums=('34d697d2719030377d83f8c9e8da411a4bd91bb6fe94c2718686bd4404d5f578854698febd6a2ba24fc2d32c24956ca4892b52fc6b0124eb6ab2edf61813c6bc')

Copied: libuv/repos/testing-i686/PKGBUILD (from rev 299792, libuv/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-07-07 05:49:23 UTC (rev 299793)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=libuv
+pkgver=1.13.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
+}
+
+sha512sums=('5d4bbc90f353ea438e8eac3ea0c4e89c09d3f51629c1d06b52072f04d8cccfd7119189ba21ad13eb8df28575e0844fbb1b09ed903bd95f6ea806e6cba353ef1a')

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-07-07 05:48:37 UTC (rev 299792)
+++ testing-x86_64/PKGBUILD	2017-07-07 05:49:23 UTC (rev 299793)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=libuv
-pkgver=1.13.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
-}
-
-sha512sums=('34d697d2719030377d83f8c9e8da411a4bd91bb6fe94c2718686bd4404d5f578854698febd6a2ba24fc2d32c24956ca4892b52fc6b0124eb6ab2edf61813c6bc')

Copied: libuv/repos/testing-x86_64/PKGBUILD (from rev 299792, libuv/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-07-07 05:49:23 UTC (rev 299793)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=libuv
+pkgver=1.13.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
+}
+
+sha512sums=('5d4bbc90f353ea438e8eac3ea0c4e89c09d3f51629c1d06b52072f04d8cccfd7119189ba21ad13eb8df28575e0844fbb1b09ed903bd95f6ea806e6cba353ef1a')



More information about the arch-commits mailing list