[arch-commits] Commit in c-ares/repos (8 files)

Dave Reisner dreisner at archlinux.org
Sun Jun 17 22:25:01 UTC 2012


    Date: Sunday, June 17, 2012 @ 18:25:00
  Author: dreisner
Revision: 161977

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

Added:
  c-ares/repos/extra-i686/LICENSE
    (from rev 161976, c-ares/trunk/LICENSE)
  c-ares/repos/extra-i686/PKGBUILD
    (from rev 161976, c-ares/trunk/PKGBUILD)
  c-ares/repos/extra-x86_64/LICENSE
    (from rev 161976, c-ares/trunk/LICENSE)
  c-ares/repos/extra-x86_64/PKGBUILD
    (from rev 161976, c-ares/trunk/PKGBUILD)
Deleted:
  c-ares/repos/extra-i686/LICENSE
  c-ares/repos/extra-i686/PKGBUILD
  c-ares/repos/extra-x86_64/LICENSE
  c-ares/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/LICENSE    |   20 +++++++-------
 extra-i686/PKGBUILD   |   68 ++++++++++++++++++++++++------------------------
 extra-x86_64/LICENSE  |   20 +++++++-------
 extra-x86_64/PKGBUILD |   68 ++++++++++++++++++++++++------------------------
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/LICENSE
===================================================================
--- extra-i686/LICENSE	2012-06-17 22:24:48 UTC (rev 161976)
+++ extra-i686/LICENSE	2012-06-17 22:25:00 UTC (rev 161977)
@@ -1,10 +0,0 @@
-Copyright 1998 by the Massachusetts Institute of Technology.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted, provided that
-the above copyright notice appear in all copies and that both that copyright
-notice and this permission notice appear in supporting documentation, and that
-the name of M.I.T. not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior permission.
-M.I.T. makes no representations about the suitability of this software for any
-purpose.  It is provided "as is" without express or implied warranty.

Copied: c-ares/repos/extra-i686/LICENSE (from rev 161976, c-ares/trunk/LICENSE)
===================================================================
--- extra-i686/LICENSE	                        (rev 0)
+++ extra-i686/LICENSE	2012-06-17 22:25:00 UTC (rev 161977)
@@ -0,0 +1,10 @@
+Copyright 1998 by the Massachusetts Institute of Technology.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and that
+the name of M.I.T. not be used in advertising or publicity pertaining to
+distribution of the software without specific, written prior permission.
+M.I.T. makes no representations about the suitability of this software for any
+purpose.  It is provided "as is" without express or implied warranty.

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-06-17 22:24:48 UTC (rev 161976)
+++ extra-i686/PKGBUILD	2012-06-17 22:25:00 UTC (rev 161977)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=c-ares
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='C library that performs DNS requests and name resolves asynchronously'
-arch=('i686' 'x86_64')
-url='http://c-ares.haxx.se/'
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=("http://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-        'LICENSE')
-md5sums=('2936494add5663ecc57147cc3c9697f9'
-         '85b0cca26bc34005e25016169abbe66d'
-         'c69f2042941b708ce3e7121424d0b7e6')
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	./configure --prefix=/usr --enable-shared
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	make DESTDIR="$pkgdir" install
-	install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: c-ares/repos/extra-i686/PKGBUILD (from rev 161976, c-ares/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-06-17 22:25:00 UTC (rev 161977)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=c-ares
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='C library that performs DNS requests and name resolves asynchronously'
+arch=('i686' 'x86_64')
+url='http://c-ares.haxx.se/'
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=("http://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+        'LICENSE')
+md5sums=('c1a61a5a9db15129ba538f724de50ded'
+         '5cfadabe6c9cb1e0aa879803129bcfe3'
+         'c69f2042941b708ce3e7121424d0b7e6')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	./configure --prefix=/usr --enable-shared
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir" install
+	install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/LICENSE
===================================================================
--- extra-x86_64/LICENSE	2012-06-17 22:24:48 UTC (rev 161976)
+++ extra-x86_64/LICENSE	2012-06-17 22:25:00 UTC (rev 161977)
@@ -1,10 +0,0 @@
-Copyright 1998 by the Massachusetts Institute of Technology.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted, provided that
-the above copyright notice appear in all copies and that both that copyright
-notice and this permission notice appear in supporting documentation, and that
-the name of M.I.T. not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior permission.
-M.I.T. makes no representations about the suitability of this software for any
-purpose.  It is provided "as is" without express or implied warranty.

Copied: c-ares/repos/extra-x86_64/LICENSE (from rev 161976, c-ares/trunk/LICENSE)
===================================================================
--- extra-x86_64/LICENSE	                        (rev 0)
+++ extra-x86_64/LICENSE	2012-06-17 22:25:00 UTC (rev 161977)
@@ -0,0 +1,10 @@
+Copyright 1998 by the Massachusetts Institute of Technology.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and that
+the name of M.I.T. not be used in advertising or publicity pertaining to
+distribution of the software without specific, written prior permission.
+M.I.T. makes no representations about the suitability of this software for any
+purpose.  It is provided "as is" without express or implied warranty.

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-06-17 22:24:48 UTC (rev 161976)
+++ extra-x86_64/PKGBUILD	2012-06-17 22:25:00 UTC (rev 161977)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=c-ares
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='C library that performs DNS requests and name resolves asynchronously'
-arch=('i686' 'x86_64')
-url='http://c-ares.haxx.se/'
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=("http://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-        'LICENSE')
-md5sums=('2936494add5663ecc57147cc3c9697f9'
-         '85b0cca26bc34005e25016169abbe66d'
-         'c69f2042941b708ce3e7121424d0b7e6')
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	./configure --prefix=/usr --enable-shared
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	make DESTDIR="$pkgdir" install
-	install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: c-ares/repos/extra-x86_64/PKGBUILD (from rev 161976, c-ares/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-06-17 22:25:00 UTC (rev 161977)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=c-ares
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='C library that performs DNS requests and name resolves asynchronously'
+arch=('i686' 'x86_64')
+url='http://c-ares.haxx.se/'
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=("http://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+        'LICENSE')
+md5sums=('c1a61a5a9db15129ba538f724de50ded'
+         '5cfadabe6c9cb1e0aa879803129bcfe3'
+         'c69f2042941b708ce3e7121424d0b7e6')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	./configure --prefix=/usr --enable-shared
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir" install
+	install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list