[arch-commits] Commit in libuv/repos (4 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Mon Jun 8 12:17:58 UTC 2015
Date: Monday, June 8, 2015 @ 14:17:58
Author: mtorromeo
Revision: 134963
archrelease: copy trunk to community-i686, community-x86_64
Added:
libuv/repos/community-i686/PKGBUILD
(from rev 134962, libuv/trunk/PKGBUILD)
libuv/repos/community-x86_64/PKGBUILD
(from rev 134962, 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-06-08 12:17:32 UTC (rev 134962)
+++ community-i686/PKGBUILD 2015-06-08 12:17:58 UTC (rev 134963)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=libuv
-pkgver=1.6.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=('1d60d79b942f5a4e53b7eddd96faccf77257ee5d3ae9865cbe9e719f6e164fea')
Copied: libuv/repos/community-i686/PKGBUILD (from rev 134962, libuv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-08 12:17:58 UTC (rev 134963)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=libuv
+pkgver=1.6.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=('f558ede285878d6a69f6a6d43b5df0241f3c35d62ac989477bdbd418badd83d7')
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-06-08 12:17:32 UTC (rev 134962)
+++ community-x86_64/PKGBUILD 2015-06-08 12:17:58 UTC (rev 134963)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=libuv
-pkgver=1.6.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=('1d60d79b942f5a4e53b7eddd96faccf77257ee5d3ae9865cbe9e719f6e164fea')
Copied: libuv/repos/community-x86_64/PKGBUILD (from rev 134962, libuv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-06-08 12:17:58 UTC (rev 134963)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=libuv
+pkgver=1.6.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=('f558ede285878d6a69f6a6d43b5df0241f3c35d62ac989477bdbd418badd83d7')
More information about the arch-commits
mailing list