[arch-commits] Commit in c-ares/repos/extra-x86_64 (LICENSE LICENSE PKGBUILD PKGBUILD)

2020-05-11 Thread Dave Reisner via arch-commits
Date: Monday, May 11, 2020 @ 18:26:48
  Author: dreisner
Revision: 383212

archrelease: copy trunk to extra-x86_64

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

--+
 LICENSE  |   20 -
 PKGBUILD |   68 ++---
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-05-11 18:26:30 UTC (rev 383211)
+++ LICENSE 2020-05-11 18:26:48 UTC (rev 383212)
@@ -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 383211, 
c-ares/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-05-11 18:26:48 UTC (rev 383212)
@@ -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: PKGBUILD
===
--- PKGBUILD2020-05-11 18:26:30 UTC (rev 383211)
+++ PKGBUILD2020-05-11 18:26:48 UTC (rev 383212)
@@ -1,34 +0,0 @@
-# Maintainer: Dave Reisner 
-# Contributor: Daniel J Griffiths 
-# Contributor: Jeff Mickey 
-# Contributor: Alexander Fehr 
-
-pkgname=c-ares
-pkgver=1.16.0
-pkgrel=1
-pkgdesc='C library that performs DNS requests and name resolves asynchronously'
-arch=('x86_64')
-url='https://c-ares.haxx.se/'
-license=('custom')
-depends=('glibc')
-source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-'LICENSE')
-sha512sums=('9f5def3206d61682e66c2173b18a8dd76138e6eb53bfe06a5830408cce9a70895d2148be23064ff18e0fd25b4f4b2c3cfe77e040744cc80dcce6ffec3ea534a9'
-'SKIP'
-
'55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
-  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "$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 383211, 
c-ares/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-11 18:26:48 UTC (rev 383212)
@@ -0,0 +1,34 @@
+# Maintainer: Dave Reisner 
+# Contributor: Daniel J Griffiths 
+# Contributor: Jeff Mickey 
+# Contributor: Alexander Fehr 
+
+pkgname=c-ares
+pkgver=1.16.1
+pkgrel=1
+pkgdesc='C library that performs DNS requests and name resolves asynchronously'
+arch=('x86_64')
+url='https://c-ares.haxx.se/'
+license=('custom')
+depends=('glibc')
+source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+'LICENSE')
+sha512sums=('4ac2a5d5c6da74eb1d6155c4eadc7127ab1b53a8d13caec41bd6172db5417a79f3ab022e77ba37d8b13da6893d7ced5fd8baf5cc3950a4154b4de8743ad31471'
+'SKIP'
+
'55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --enable-shared
+  

[arch-commits] Commit in c-ares/repos/extra-x86_64 (LICENSE LICENSE PKGBUILD PKGBUILD)

2020-03-29 Thread Dave Reisner via arch-commits
Date: Sunday, March 29, 2020 @ 19:26:00
  Author: dreisner
Revision: 378679

archrelease: copy trunk to extra-x86_64

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

--+
 LICENSE  |   20 -
 PKGBUILD |   68 ++---
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-03-29 19:25:43 UTC (rev 378678)
+++ LICENSE 2020-03-29 19:26:00 UTC (rev 378679)
@@ -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 378678, 
c-ares/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-03-29 19:26:00 UTC (rev 378679)
@@ -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: PKGBUILD
===
--- PKGBUILD2020-03-29 19:25:43 UTC (rev 378678)
+++ PKGBUILD2020-03-29 19:26:00 UTC (rev 378679)
@@ -1,34 +0,0 @@
-# Maintainer: Dave Reisner 
-# Contributor: Daniel J Griffiths 
-# Contributor: Jeff Mickey 
-# Contributor: Alexander Fehr 
-
-pkgname=c-ares
-pkgver=1.15.0
-pkgrel=1
-pkgdesc='C library that performs DNS requests and name resolves asynchronously'
-arch=('x86_64')
-url='https://c-ares.haxx.se/'
-license=('custom')
-depends=('glibc')
-source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-'LICENSE')
-sha512sums=('a1de6c5e7e1a6a13c926aae690e83d5caa51e7313d63da1cf2af6bc757c41d585aad5466bc3ba7b7f7793cb1748fa589f40972b196728851c8b059cfc8c3be50'
-'SKIP'
-
'55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
-  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "$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 378678, 
c-ares/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-29 19:26:00 UTC (rev 378679)
@@ -0,0 +1,34 @@
+# Maintainer: Dave Reisner 
+# Contributor: Daniel J Griffiths 
+# Contributor: Jeff Mickey 
+# Contributor: Alexander Fehr 
+
+pkgname=c-ares
+pkgver=1.16.0
+pkgrel=1
+pkgdesc='C library that performs DNS requests and name resolves asynchronously'
+arch=('x86_64')
+url='https://c-ares.haxx.se/'
+license=('custom')
+depends=('glibc')
+source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+'LICENSE')
+sha512sums=('9f5def3206d61682e66c2173b18a8dd76138e6eb53bfe06a5830408cce9a70895d2148be23064ff18e0fd25b4f4b2c3cfe77e040744cc80dcce6ffec3ea534a9'
+'SKIP'
+
'55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --enable-shared
+  

[arch-commits] Commit in c-ares/repos/extra-x86_64 (LICENSE LICENSE PKGBUILD PKGBUILD)

2018-10-23 Thread Dave Reisner via arch-commits
Date: Tuesday, October 23, 2018 @ 22:07:40
  Author: dreisner
Revision: 337201

archrelease: copy trunk to extra-x86_64

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

--+
 LICENSE  |   20 -
 PKGBUILD |   69 ++---
 2 files changed, 44 insertions(+), 45 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-10-23 22:07:21 UTC (rev 337200)
+++ LICENSE 2018-10-23 22:07:40 UTC (rev 337201)
@@ -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 337200, 
c-ares/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-10-23 22:07:40 UTC (rev 337201)
@@ -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: PKGBUILD
===
--- PKGBUILD2018-10-23 22:07:21 UTC (rev 337200)
+++ PKGBUILD2018-10-23 22:07:40 UTC (rev 337201)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Daniel J Griffiths 
-# Contributor: Jeff Mickey 
-# Contributor: Alexander Fehr 
-
-pkgname=c-ares
-pkgver=1.14.0
-pkgrel=1
-pkgdesc='C library that performs DNS requests and name resolves asynchronously'
-arch=('x86_64')
-url='https://c-ares.haxx.se/'
-license=('custom')
-depends=('glibc')
-source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-'LICENSE')
-sha512sums=('30cd3f8c4eea15f994b2ceb44d84e506858f69f624e651e39bb4db523fea9ad5e8906b75abf07131ae364be19172274ed4053059669091f21ce4463cdbb857bf'
-'SKIP'
-
'55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
-  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "$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 337200, 
c-ares/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-23 22:07:40 UTC (rev 337201)
@@ -0,0 +1,34 @@
+# Maintainer: Dave Reisner 
+# Contributor: Daniel J Griffiths 
+# Contributor: Jeff Mickey 
+# Contributor: Alexander Fehr 
+
+pkgname=c-ares
+pkgver=1.15.0
+pkgrel=1
+pkgdesc='C library that performs DNS requests and name resolves asynchronously'
+arch=('x86_64')
+url='https://c-ares.haxx.se/'
+license=('custom')
+depends=('glibc')
+source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+'LICENSE')
+sha512sums=('a1de6c5e7e1a6a13c926aae690e83d5caa51e7313d63da1cf2af6bc757c41d585aad5466bc3ba7b7f7793cb1748fa589f40972b196728851c8b059cfc8c3be50'
+'SKIP'
+
'55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr 

[arch-commits] Commit in c-ares/repos/extra-x86_64 (LICENSE LICENSE PKGBUILD PKGBUILD)

2018-05-20 Thread Dave Reisner via arch-commits
Date: Sunday, May 20, 2018 @ 11:27:48
  Author: dreisner
Revision: 324625

archrelease: copy trunk to extra-x86_64

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

--+
 LICENSE  |   20 -
 PKGBUILD |   70 ++---
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-05-20 11:27:30 UTC (rev 324624)
+++ LICENSE 2018-05-20 11:27:48 UTC (rev 324625)
@@ -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 324624, 
c-ares/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-05-20 11:27:48 UTC (rev 324625)
@@ -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: PKGBUILD
===
--- PKGBUILD2018-05-20 11:27:30 UTC (rev 324624)
+++ PKGBUILD2018-05-20 11:27:48 UTC (rev 324625)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Daniel J Griffiths 
-# Contributor: Jeff Mickey 
-# Contributor: Alexander Fehr 
-
-pkgname=c-ares
-pkgver=1.13.0
-pkgrel=1
-pkgdesc='C library that performs DNS requests and name resolves asynchronously'
-arch=('i686' 'x86_64')
-url='https://c-ares.haxx.se/'
-license=('custom')
-depends=('glibc')
-source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-'LICENSE')
-sha512sums=('4a7942e754673f5b8d55a7471e31b0f390e8324b14c12077580c956147fad4d165c7fe8a3190199b1add95c710ceeb1a7957706d4f0d6299d39c5dddc719bd9d'
-'SKIP'
-
'55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
-  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "$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 324624, 
c-ares/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-20 11:27:48 UTC (rev 324625)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Daniel J Griffiths 
+# Contributor: Jeff Mickey 
+# Contributor: Alexander Fehr 
+
+pkgname=c-ares
+pkgver=1.14.0
+pkgrel=1
+pkgdesc='C library that performs DNS requests and name resolves asynchronously'
+arch=('x86_64')
+url='https://c-ares.haxx.se/'
+license=('custom')
+depends=('glibc')
+source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+'LICENSE')
+sha512sums=('30cd3f8c4eea15f994b2ceb44d84e506858f69f624e651e39bb4db523fea9ad5e8906b75abf07131ae364be19172274ed4053059669091f21ce4463cdbb857bf'
+'SKIP'
+
'55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+