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

Massimiliano Torromeo mtorromeo at archlinux.org
Thu May 7 07:50:36 UTC 2015


    Date: Thursday, May 7, 2015 @ 09:50:36
  Author: mtorromeo
Revision: 132846

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-05-07 07:50:16 UTC (rev 132845)
+++ community-i686/PKGBUILD	2015-05-07 07:50:36 UTC (rev 132846)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=libuv
-pkgver=1.4.2
-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.tar.gz"
-        "glibc-2.20.patch::https://github.com/libuv/libuv/commit/fd3cf20a37b95fe8a3cb4be045b5a1bad9e53cde.patch")
-
-prepare() {
-	cd "$srcdir"/$pkgname-$pkgver
-	patch -p1 -i "$srcdir"/glibc-2.20.patch
-}
-
-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=('b9e424f69db0d1c3035c5f871cd9d7a3f4bace0a4db3e974bdbfa0cf95f6b741'
-            '86247621352c906ea0252990ff0fa035dcd05a490e9f553bdac59a81b11f786d')

Copied: libuv/repos/community-i686/PKGBUILD (from rev 132845, libuv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-05-07 07:50:36 UTC (rev 132846)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=libuv
+pkgver=1.5.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=('f9c6ad4b7a2c90d93c8e09d2e739bb46d199639c4d884ba30323359521b09367')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-05-07 07:50:16 UTC (rev 132845)
+++ community-x86_64/PKGBUILD	2015-05-07 07:50:36 UTC (rev 132846)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=libuv
-pkgver=1.4.2
-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.tar.gz"
-        "glibc-2.20.patch::https://github.com/libuv/libuv/commit/fd3cf20a37b95fe8a3cb4be045b5a1bad9e53cde.patch")
-
-prepare() {
-	cd "$srcdir"/$pkgname-$pkgver
-	patch -p1 -i "$srcdir"/glibc-2.20.patch
-}
-
-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=('b9e424f69db0d1c3035c5f871cd9d7a3f4bace0a4db3e974bdbfa0cf95f6b741'
-            '86247621352c906ea0252990ff0fa035dcd05a490e9f553bdac59a81b11f786d')

Copied: libuv/repos/community-x86_64/PKGBUILD (from rev 132845, libuv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-07 07:50:36 UTC (rev 132846)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=libuv
+pkgver=1.5.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=('f9c6ad4b7a2c90d93c8e09d2e739bb46d199639c4d884ba30323359521b09367')



More information about the arch-commits mailing list