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

Dave Reisner dreisner at archlinux.org
Wed Nov 23 02:52:51 UTC 2011


    Date: Tuesday, November 22, 2011 @ 21:52:51
  Author: dreisner
Revision: 143105

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

Added:
  c-ares/repos/extra-i686/LICENSE
    (from rev 143104, c-ares/trunk/LICENSE)
  c-ares/repos/extra-i686/PKGBUILD
    (from rev 143104, c-ares/trunk/PKGBUILD)
  c-ares/repos/extra-x86_64/LICENSE
    (from rev 143104, c-ares/trunk/LICENSE)
  c-ares/repos/extra-x86_64/PKGBUILD
    (from rev 143104, 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   |   67 ++++++++++++++++++++++++------------------------
 extra-x86_64/LICENSE  |   20 +++++++-------
 extra-x86_64/PKGBUILD |   67 ++++++++++++++++++++++++------------------------
 4 files changed, 88 insertions(+), 86 deletions(-)

Deleted: extra-i686/LICENSE
===================================================================
--- extra-i686/LICENSE	2011-11-23 02:52:33 UTC (rev 143104)
+++ extra-i686/LICENSE	2011-11-23 02:52:51 UTC (rev 143105)
@@ -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 143104, c-ares/trunk/LICENSE)
===================================================================
--- extra-i686/LICENSE	                        (rev 0)
+++ extra-i686/LICENSE	2011-11-23 02:52:51 UTC (rev 143105)
@@ -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	2011-11-23 02:52:33 UTC (rev 143104)
+++ extra-i686/PKGBUILD	2011-11-23 02:52:51 UTC (rev 143105)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=c-ares
-pkgver=1.7.4
-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/${pkgname}-${pkgver}.tar.gz
-        LICENSE)
-md5sums=('dd71e8f07d9f3c837e12a5416d1b7f73'
-         'c69f2042941b708ce3e7121424d0b7e6')
-
-build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-
-	./configure --prefix=/usr --enable-shared || return 1
-	make || return 1
-}
-
-package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	make DESTDIR=${pkgdir} install || return 1
-
-	install -Dm644 ${srcdir}/LICENSE \
-		${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
-}

Copied: c-ares/repos/extra-i686/PKGBUILD (from rev 143104, c-ares/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-11-23 02:52:51 UTC (rev 143105)
@@ -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.7.5
+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=('800875fc23cd8e1924d8af9172ed33e7'
+         '593129fa3c0612b78594adbe4ee48ca1'
+         '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	2011-11-23 02:52:33 UTC (rev 143104)
+++ extra-x86_64/LICENSE	2011-11-23 02:52:51 UTC (rev 143105)
@@ -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 143104, c-ares/trunk/LICENSE)
===================================================================
--- extra-x86_64/LICENSE	                        (rev 0)
+++ extra-x86_64/LICENSE	2011-11-23 02:52:51 UTC (rev 143105)
@@ -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	2011-11-23 02:52:33 UTC (rev 143104)
+++ extra-x86_64/PKGBUILD	2011-11-23 02:52:51 UTC (rev 143105)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=c-ares
-pkgver=1.7.4
-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/${pkgname}-${pkgver}.tar.gz
-        LICENSE)
-md5sums=('dd71e8f07d9f3c837e12a5416d1b7f73'
-         'c69f2042941b708ce3e7121424d0b7e6')
-
-build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-
-	./configure --prefix=/usr --enable-shared || return 1
-	make || return 1
-}
-
-package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	make DESTDIR=${pkgdir} install || return 1
-
-	install -Dm644 ${srcdir}/LICENSE \
-		${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
-}

Copied: c-ares/repos/extra-x86_64/PKGBUILD (from rev 143104, c-ares/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-11-23 02:52:51 UTC (rev 143105)
@@ -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.7.5
+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=('800875fc23cd8e1924d8af9172ed33e7'
+         '593129fa3c0612b78594adbe4ee48ca1'
+         '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