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

Massimiliano Torromeo mtorromeo at nymeria.archlinux.org
Mon Mar 17 16:32:31 UTC 2014


    Date: Monday, March 17, 2014 @ 17:32:30
  Author: mtorromeo
Revision: 107512

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-17 16:32:22 UTC (rev 107511)
+++ community-i686/PKGBUILD	2014-03-17 16:32:30 UTC (rev 107512)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=libuv
-pkgver=0.11.19
-pkgrel=1
-pkgdesc="A new platform layer for Node.JS"
-arch=('i686' 'x86_64')
-url="https://github.com/joyent/libuv"
-license=('custom')
-depends=('glibc')
-source=("https://github.com/joyent/libuv/archive/v$pkgver.tar.gz")
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-	./autogen.sh
-	./configure --prefix=/usr
-	make
-}
-
-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"
-}
-
-sha256sums=('2d2d17be846d0fe459ad1b56f10eab1e6cdf9693f7d9dbd89bb2b0de3e24ef58')

Copied: libuv/repos/community-i686/PKGBUILD (from rev 107509, libuv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-17 16:32:30 UTC (rev 107512)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=libuv
+pkgver=0.11.22
+pkgrel=1
+pkgdesc="A new platform layer for Node.JS"
+arch=('i686' 'x86_64')
+url="https://github.com/joyent/libuv"
+license=('custom')
+depends=('glibc')
+source=("https://github.com/joyent/libuv/archive/v$pkgver.tar.gz")
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./autogen.sh
+	./configure --prefix=/usr
+	make
+}
+
+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"
+}
+
+sha256sums=('0067beb126db780e297d8c5e580f31903e6465064252d09e6c35ee06aca5cd4a')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-03-17 16:32:22 UTC (rev 107511)
+++ community-x86_64/PKGBUILD	2014-03-17 16:32:30 UTC (rev 107512)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=libuv
-pkgver=0.11.19
-pkgrel=1
-pkgdesc="A new platform layer for Node.JS"
-arch=('i686' 'x86_64')
-url="https://github.com/joyent/libuv"
-license=('custom')
-depends=('glibc')
-source=("https://github.com/joyent/libuv/archive/v$pkgver.tar.gz")
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-	./autogen.sh
-	./configure --prefix=/usr
-	make
-}
-
-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"
-}
-
-sha256sums=('2d2d17be846d0fe459ad1b56f10eab1e6cdf9693f7d9dbd89bb2b0de3e24ef58')

Copied: libuv/repos/community-x86_64/PKGBUILD (from rev 107509, libuv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-17 16:32:30 UTC (rev 107512)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=libuv
+pkgver=0.11.22
+pkgrel=1
+pkgdesc="A new platform layer for Node.JS"
+arch=('i686' 'x86_64')
+url="https://github.com/joyent/libuv"
+license=('custom')
+depends=('glibc')
+source=("https://github.com/joyent/libuv/archive/v$pkgver.tar.gz")
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./autogen.sh
+	./configure --prefix=/usr
+	make
+}
+
+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"
+}
+
+sha256sums=('0067beb126db780e297d8c5e580f31903e6465064252d09e6c35ee06aca5cd4a')




More information about the arch-commits mailing list