bump(net-dns/c-ares): sync with upstream

This commit is contained in:
David Michael 2017-01-11 15:32:29 -08:00
parent 32b312cba1
commit e245cbd9d2
9 changed files with 27 additions and 517 deletions

View File

@ -1,11 +0,0 @@
DEFINED_PHASES=compile configure install test
DESCRIPTION=C library that resolves names asynchronously
EAPI=5
HOMEPAGE=http://c-ares.haxx.se/
IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris
LICENSE=MIT
SLOT=0
SRC_URI=http://c-ares.haxx.se/download/c-ares-1.10.0.tar.gz
_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=c35645b8597576976353472272bcb3d4

View File

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=!<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=C library that resolves names asynchronously
EAPI=5
EAPI=6
HOMEPAGE=http://c-ares.haxx.se/
IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris
KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris
LICENSE=MIT
SLOT=0/2
SRC_URI=http://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz
SRC_URI=http://c-ares.haxx.se/download/c-ares-1.12.0.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=c84ebf843b5ae7e145101cec06f2bc84
_md5_=0c8cd57c5165436fdbdf7b0bd39e984e

View File

@ -1,85 +0,0 @@
# ChangeLog for net-dns/c-ares
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
# (auto-generated from git log)
*c-ares-1.10.0-r1 (09 Aug 2015)
*c-ares-1.10.0 (09 Aug 2015)
*c-ares-1.9.1 (09 Aug 2015)
*c-ares-1.8.0 (09 Aug 2015)
*c-ares-1.7.5 (09 Aug 2015)
*c-ares-1.7.4 (09 Aug 2015)
09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> +c-ares-1.7.4.ebuild,
+c-ares-1.7.5.ebuild, +c-ares-1.8.0.ebuild, +c-ares-1.9.1.ebuild,
+c-ares-1.10.0.ebuild, +c-ares-1.10.0-r1.ebuild, +metadata.xml:
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
the bikeshed
24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Use https by default
Convert all URLs for sites supporting encrypted connections from http to
https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
Set appropriate maintainer types in metadata.xml (GLEP 67)
*c-ares-1.11.0 (23 Feb 2016)
23 Feb 2016; Anthony G. Basile <blueness@gentoo.org> +c-ares-1.11.0.ebuild:
version bump to 1.11.0, add subslot
Package-Manager: portage-2.2.26
23 Feb 2016; Anthony G. Basile <blueness@gentoo.org> -c-ares-1.7.4.ebuild,
-c-ares-1.7.5.ebuild, -c-ares-1.8.0.ebuild, -c-ares-1.9.1.ebuild,
-c-ares-1.10.0.ebuild:
remove older versions
Package-Manager: portage-2.2.26
25 Feb 2016; Anthony G. Basile <blueness@gentoo.org> c-ares-1.11.0.ebuild,
+files/remove-tests.patch:
disable test, bug #575470
Package-Manager: portage-2.2.26

View File

@ -1,358 +0,0 @@
# ChangeLog for net-dns/c-ares
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v 1.97 2015/02/20 13:22:40 armin76 Exp $
20 Feb 2015; Raúl Porcel <armin76@gentoo.org> c-ares-1.10.0-r1.ebuild:
arm64/s390/sh stable wrt #522820
01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> c-ares-1.10.0-r1.ebuild:
Stable for sparc, wrt bug #528840
11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> c-ares-1.10.0-r1.ebuild:
Stable for ia64, wrt bug #522820
11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> c-ares-1.10.0-r1.ebuild:
Stable for alpha, wrt bug #522820
15 Oct 2014; Pacho Ramos <pacho@gentoo.org> c-ares-1.10.0-r1.ebuild:
x86 stable, bug #522820
08 Oct 2014; Manuel Rüger <mrueg@gentoo.org> c-ares-1.10.0-r1.ebuild:
Mark stable on amd64. See bug #522820.
24 Sep 2014; Anthony G. Basile <blueness@gentoo.org> c-ares-1.10.0-r1.ebuild:
Stable on arm, bug #522820
22 Sep 2014; Anthony G. Basile <blueness@gentoo.org> c-ares-1.10.0-r1.ebuild:
Stable on ppc/ppc64, bug #522820
14 Sep 2014; Jeroen Roovers <jer@gentoo.org> c-ares-1.10.0-r1.ebuild:
Stable for HPPA (bug #522820).
15 Aug 2014; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Remove empty <longdescription>.
03 Aug 2014; <tgall@gentoo.org> c-ares-1.10.0-r1.ebuild, c-ares-1.9.1.ebuild:
arm64, initial support
*c-ares-1.10.0-r1 (13 Jun 2014)
13 Jun 2014; Michał Górny <mgorny@gentoo.org> +c-ares-1.10.0-r1.ebuild:
Enable multilib support, required for net-misc/curl.
05 Jun 2013; Mike Frysinger <vapier@gentoo.org> metadata.xml:
Add upstream CPE tag (security info) from ChromiumOS.
02 Jun 2013; Agostino Sarubbo <ago@gentoo.org> c-ares-1.9.1.ebuild:
Stable for sh, wrt bug #469590
20 May 2013; Agostino Sarubbo <ago@gentoo.org> c-ares-1.9.1.ebuild:
Stable for s390, wrt bug #469590
18 May 2013; Agostino Sarubbo <ago@gentoo.org> c-ares-1.9.1.ebuild:
Stable for alpha, wrt bug #469590
18 May 2013; Agostino Sarubbo <ago@gentoo.org> c-ares-1.9.1.ebuild:
Stable for ia64, wrt bug #469590
16 May 2013; Agostino Sarubbo <ago@gentoo.org> c-ares-1.9.1.ebuild:
Stable for ppc64, wrt bug #469590
16 May 2013; Agostino Sarubbo <ago@gentoo.org> c-ares-1.9.1.ebuild:
Stable for ppc, wrt bug #469590
14 May 2013; Jeroen Roovers <jer@gentoo.org> c-ares-1.9.1.ebuild:
Stable for HPPA (bug #469590).
14 May 2013; Agostino Sarubbo <ago@gentoo.org> c-ares-1.9.1.ebuild:
Stable for arm, wrt bug #469590
14 May 2013; Agostino Sarubbo <ago@gentoo.org> c-ares-1.9.1.ebuild:
Stable for x86, wrt bug #469590
*c-ares-1.10.0 (12 May 2013)
12 May 2013; Anthony G. Basile <blueness@gentoo.org> +c-ares-1.10.0.ebuild:
Version bump
12 May 2013; Agostino Sarubbo <ago@gentoo.org> c-ares-1.9.1.ebuild:
Stable for amd64, wrt bug #469590
*c-ares-1.9.1 (19 Jun 2012)
19 Jun 2012; Anthony G. Basile <blueness@gentoo.org> -c-ares-1.9.0.ebuild,
+c-ares-1.9.1.ebuild:
Version bump fixes bug in 1.9.0, removed.
http://c-ares.haxx.se/mail/c-ares-archive-2012-06/0012.shtml
*c-ares-1.9.0 (18 Jun 2012)
18 Jun 2012; Anthony G. Basile <blueness@gentoo.org> +c-ares-1.9.0.ebuild:
Version bump
*c-ares-1.8.0 (28 Apr 2012)
28 Apr 2012; Anthony G. Basile <blueness@gentoo.org> +c-ares-1.8.0.ebuild:
Version bump
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> c-ares-1.7.5.ebuild:
keyword ~amd64-fbsd
23 Mar 2012; Anthony G. Basile <blueness@gentoo.org> metadata.xml:
Add myself as maintainer
09 Nov 2011; Mike Frysinger <vapier@gentoo.org> c-ares-1.7.4.ebuild:
Update HOMEPAGE/SRC_URI in stable ebuild too.
*c-ares-1.7.5 (21 Aug 2011)
21 Aug 2011; Christoph Mende <angelos@gentoo.org> -c-ares-1.5.3.ebuild,
+c-ares-1.7.5.ebuild:
Version bump, remove old
24 Jul 2011; Raúl Porcel <armin76@gentoo.org> c-ares-1.7.4.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #369501
21 Jul 2011; Christoph Mende <angelos@gentoo.org> metadata.xml:
Take over maintainership
21 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> c-ares-1.7.4.ebuild:
ppc/ppc64 stable wrt #369501
20 Jul 2011; Pacho Ramos <pacho@gentoo.org> -c-ares-1.4.0.ebuild,
-c-ares-1.7.0.ebuild, -c-ares-1.7.1.ebuild, -c-ares-1.7.3.ebuild,
metadata.xml:
Drop maintainer due retirement, bug #34534, remove old
29 Jun 2011; Markus Meier <maekke@gentoo.org> c-ares-1.7.4.ebuild:
x86 stable, bug #369501
21 Jun 2011; Markos Chandras <hwoarang@gentoo.org> c-ares-1.7.4.ebuild:
Stable on amd64 wrt bug #369501
14 Jun 2011; Jeroen Roovers <jer@gentoo.org> c-ares-1.7.4.ebuild:
Stable for HPPA (bug #369501).
06 Feb 2011; Mart Raudsepp <leio@gentoo.org> c-ares-1.4.0.ebuild:
Drop to ~mips
*c-ares-1.7.4 (11 Dec 2010)
11 Dec 2010; Daniel Black <dragonheart@gentoo.org> c-ares-1.4.0.ebuild,
c-ares-1.5.3.ebuild, +c-ares-1.7.4.ebuild:
verion bump. fix QA on older versions (explict RDEPEND)
*c-ares-1.7.3 (15 Jun 2010)
15 Jun 2010; Daniel Black <dragonheart@gentoo.org> +c-ares-1.7.3.ebuild:
version bump
*c-ares-1.7.1 (25 Mar 2010)
25 Mar 2010; Daniel Black <dragonheart@gentoo.org> -c-ares-1.6.0.ebuild,
+c-ares-1.7.1.ebuild:
version bump - predominately bug fix release
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> c-ares-1.7.0.ebuild:
Transfer Prefix keywords
*c-ares-1.7.0 (12 Dec 2009)
12 Dec 2009; Daniel Black <dragonheart@gentoo.org> +c-ares-1.7.0.ebuild:
version bump
04 Feb 2009; Raúl Porcel <armin76@gentoo.org> c-ares-1.5.3.ebuild:
arm/ia64/s390/sh/sparc stable wrt #255408
27 Jan 2009; Daniel Black <dragonheart@gentoo.org> -c-ares-1.5.1.ebuild,
-c-ares-1.5.2.ebuild:
cleanout
26 Jan 2009; Jeroen Roovers <jer@gentoo.org> c-ares-1.5.3.ebuild:
Stable for HPPA (bug #255408 ).
25 Jan 2009; Tobias Klausmann <klausman@gentoo.org> c-ares-1.5.3.ebuild:
Stable on alpha, bug #255408
24 Jan 2009; Tobias Scherbaum <dertobi123@gentoo.org> c-ares-1.5.3.ebuild:
ppc stable, bug #255408
23 Jan 2009; Markus Meier <maekke@gentoo.org> c-ares-1.5.3.ebuild:
amd64/x86 stable, bug #255408
23 Jan 2009; Brent Baude <ranger@gentoo.org> c-ares-1.5.3.ebuild:
Marking c-ares-1.5.3 ppc64 for bug 255408
*c-ares-1.6.0 (18 Jan 2009)
18 Jan 2009; Peter Volkov <pva@gentoo.org> +c-ares-1.6.0.ebuild:
Version bump.
*c-ares-1.5.3 (18 Sep 2008)
18 Sep 2008; Peter Volkov <pva@gentoo.org> +c-ares-1.5.3.ebuild:
Version bump.
*c-ares-1.5.2 (01 Jun 2008)
01 Jun 2008; Daniel Black <dragonheart@gentoo.org> +c-ares-1.5.2.ebuild:
version bump
*c-ares-1.5.1 (01 Apr 2008)
01 Apr 2008; Daniel Black <dragonheart@gentoo.org> +c-ares-1.5.1.ebuild:
version bump
06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> c-ares-1.4.0.ebuild:
Adding back ~x86-fbsd for games-action/bzflag. Someone dropped the KEYWORD
without a ChangeLog, so I am assuming that it was by accident.
25 Jan 2008; Fabian Groffen <grobian@gentoo.org> c-ares-1.4.0.ebuild:
Dropped ppc-macos keyword, see you in prefix
06 Aug 2007; Daniel Black <dragonheart@gentoo.org> -c-ares-1.3.0.ebuild,
-c-ares-1.3.1.ebuild, -c-ares-1.3.2.ebuild:
cleanout
11 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> c-ares-1.4.0.ebuild:
Stable on sparc wrt security #181373
10 Jun 2007; Joshua Kinard <kumba@gentoo.org> c-ares-1.4.0.ebuild:
Stable on mips, per #140068.
09 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> c-ares-1.4.0.ebuild:
ppc stable, bug #181373
09 Jun 2007; Jeroen Roovers <jer@gentoo.org> c-ares-1.4.0.ebuild:
Stable for HPPA (bug #140068).
09 Jun 2007; Raúl Porcel <armin76@gentoo.org> c-ares-1.4.0.ebuild:
alpha/ia64/x86 stable wrt security #181373
09 Jun 2007; Christoph Mende <angelos@gentoo.org> c-ares-1.4.0.ebuild:
Stable on amd64 wrt security bug 181373
09 Jun 2007; Markus Rothe <corsair@gentoo.org> c-ares-1.4.0.ebuild:
Stable on ppc64; bug #181373
*c-ares-1.4.0 (09 Jun 2007)
09 Jun 2007; Daniel Black <dragonheart@gentoo.org> -c-ares-1.2.0.ebuild,
-c-ares-1.2.1-r1.ebuild, +c-ares-1.4.0.ebuild:
version bump and cleanout
18 Mar 2007; Steve Dibb <beandog@gentoo.org> c-ares-1.3.1.ebuild:
amd64 stable, bug 140068
11 Mar 2007; Raúl Porcel <armin76@gentoo.org> c-ares-1.3.1.ebuild:
x86 stable wrt bug 140068
*c-ares-1.3.2 (06 Nov 2006)
06 Nov 2006; Daniel Black <dragonheart@gentoo.org> +c-ares-1.3.2.ebuild:
version bump
30 Oct 2006; Javier Villavicencio <the_paya@gentoo.org>
c-ares-1.3.1.ebuild:
Keyworded ~x86-fbsd.
05 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> c-ares-1.3.1.ebuild:
ppc stable, bug #140068
20 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> c-ares-1.3.1.ebuild:
Stable on sparc wrt #140068
20 Jul 2006; Markus Rothe <corsair@gentoo.org> c-ares-1.3.1.ebuild:
Stable on ppc64; bug #140068
18 Jul 2006; Jeroen Roovers <jer@gentoo.org> c-ares-1.3.1.ebuild:
Stable on HPPA (bug #140068).
12 Jul 2006; Daniel Black <dragonheart@gentoo.org> c-ares-1.2.0.ebuild,
c-ares-1.2.1-r1.ebuild, c-ares-1.3.0.ebuild, +c-ares-1.3.1.ebuild:
version bump. Fix license to MIT.
*c-ares-1.3.1 (12 Jul 2006)
12 Jul 2006; Daniel Black <dragonheart@gentoo.org> c-ares-1.2.0.ebuild,
c-ares-1.2.1-r1.ebuild, c-ares-1.3.0.ebuild, +c-ares-1.3.1.ebuild:
version bump
07 Feb 2006; Simon Stelling <blubb@gentoo.org> c-ares-1.3.0.ebuild:
stable on amd64
06 Feb 2006; Aron Griffis <agriffis@gentoo.org> c-ares-1.3.0.ebuild:
Mark 1.3.0 stable on alpha
30 Dec 2005; Markus Rothe <corsair@gentoo.org> c-ares-1.3.0.ebuild:
Stable on ppc64
29 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org> c-ares-1.3.0.ebuild:
Stable on sparc wrt #117036
29 Dec 2005; Mark Loeser <halcy0n@gentoo.org> c-ares-1.3.0.ebuild:
Stable on x86; bug #117036
28 Dec 2005; Daniel Black <dragonheart@gentoo.org> -c-ares-1.2.1.ebuild,
c-ares-1.3.0.ebuild:
added dropped ~alpha and ~ppc64 keywords
22 Oct 2005; Fabian Groffen <grobian@gentoo.org> c-ares-1.3.0.ebuild:
Marked ~ppc-macos (bug #109097)
21 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> c-ares-1.3.0.ebuild:
~ia64 keyword.
20 Oct 2005; Aaron Walker <ka0ttic@gentoo.org> c-ares-1.2.1-r1.ebuild,
c-ares-1.3.0.ebuild:
Added ~mips.
20 Oct 2005; Luis Medinas <metalgod@gentoo.org> c-ares-1.2.1-r1.ebuild:
Marked Stable on amd64. Bug #109097.
19 Oct 2005; Jose Luis Rivero <yoswink@gentoo.org> c-ares-1.2.0.ebuild:
Stable on alpha wrt security bug #109097
19 Oct 2005; Brent Baude <ranger@gentoo.org> c-ares-1.2.1-r1.ebuild:
Marking ppc64 stable to resolve deps
19 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> c-ares-1.3.0.ebuild:
Stable on ppc.
19 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> c-ares-1.2.1.ebuild,
c-ares-1.2.1-r1.ebuild, c-ares-1.3.0.ebuild:
Gimme ~sparc for the rest
19 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> c-ares-1.2.0.ebuild:
Stable on sparc directly wrt #109097
19 Oct 2005; Brent Baude <ranger@gentoo.org> c-ares-1.2.1-r1.ebuild:
Marking c-ares-1.2.1-r1 ~ppc64
19 Oct 2005; Rene Nussbaumer <killerfox@gentoo.org> c-ares-1.3.0.ebuild:
Stable on hppa. See bug #109097.
*c-ares-1.3.0 (31 Aug 2005)
31 Aug 2005; Daniel Black <dragonheart@gentoo.org> +c-ares-1.3.0.ebuild:
version bump as per bug #104260. thanks to Tupone Alfredo
*c-ares-1.2.1-r1 (16 Jul 2005)
16 Jul 2005; Daniel Black <dragonheart@gentoo.org>
+c-ares-1.2.1-r1.ebuild:
revision bump to enable shared libraries. Bug #99160 thanks to Tupone Alfredo
*c-ares-1.2.1 (21 Apr 2005)
21 Apr 2005; Daniel Black <dragonheart@gentoo.org> +c-ares-1.2.1.ebuild:
Version bump as per bug #89690. Thanks to Tupone Alfredo <alfredo@tupone.it>
28 Aug 2004; David Holm <dholm@gentoo.org> c-ares-1.2.0.ebuild:
Added to ~ppc.
*c-ares-1.2.0 (15 Aug 2004)
15 Aug 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
+c-ares-1.2.0.ebuild:
Initial ebuild. Thanks to Stefan Briesenick <sbriesen@gmx.de> in bug #52288

View File

@ -1,8 +1,6 @@
AUX remove-tests.patch 413 SHA256 4ad95b92d7c499a717b90782eded90c82d3f0c1f85c978312d9c2954354bd3c5 SHA512 ecc52c72298281c0d27a993bc11dcdfb58bd99ffad7f94404e88c6ccfcc7e025859f962a17124f5ce569a4c66e5cdc67cbf4edd0f5873806b8aebd5fdd9e0935 WHIRLPOOL 5f10f8affb622ce5a826725659086233089fe3b9ba143ed2cbead69a6c543fd0186457b675ba168739c3fe45e23750a7d0948370922111267395e22e901cdcd9
DIST c-ares-1.10.0.tar.gz 809073 SHA256 3d701674615d1158e56a59aaede7891f2dde3da0f46a6d3c684e0ae70f52d3db SHA512 fef6945549034390ddaa03acf5509d0095e97c151e5f4047ffc32c51945a7261759228b20fdd77b9e4bf4a95f3a61bfb79bee0c66a860219debfd2916b390693 WHIRLPOOL 660d04b20371a75b4a9dea45449407b10c782ae8367356e2f6b0b73cb2d62485068a543b4a2303673f688c6c784afd9925faa18be943aa771d8467077f8ea407
DIST c-ares-1.11.0.tar.gz 1102531 SHA256 b3612e6617d9682928a1d50c1040de4db6519f977f0b25d40cf1b632900b3efd SHA512 0a3bbe95dbc80201a7024db564c057a788f252b09c4bcc1539d2db8b12f3497db66710e24b1c18132579ddbe3015f1d916b378b83f9c32deb5fba206ffaf9f27 WHIRLPOOL f70a4aff5e50eb46e356d09b3466021f0cd2eb93959bc4d752d7ff26415f1de387a123f0607f97d87d42f75f643094f7382205ff9ea84c00205a9291d0faa700
EBUILD c-ares-1.10.0-r1.ebuild 840 SHA256 b242c0222c5212ba3425b6378ec7600f5aa0094af3c19a2d80dd678c29ebae7c SHA512 52f531694163500e3ca56561169d37547c9876f32023805f41c1192bcaf2addd5a7f04b379517099c2e46f2127c01f58f38f912bd26543eaf15337d392c1ac1d WHIRLPOOL 3f9fc6bb02c7e4bbce54b49b876db1eac6ac323c6327b069bc2789ff418e0b1237c1ebfdccd02e92264d59b17b61d3ae3a19a905944d335613c2fb948b3e0e22
EBUILD c-ares-1.11.0.ebuild 977 SHA256 7b3231f0551f8f6e5a11e63a2d79f2209a9d0f559467b309956c2422983d2e84 SHA512 9dd2ba1a04997a024fe032efc780397341d4ae90d83353472c7208e65a94e8301c231cf99bdb04a979bc00f5808f5e9454cbed6719658201a9eb12551a5816dc WHIRLPOOL 777e147c9d136db5ef459b092d33ad75525f2539dcfcd1ebef1743d7f158ce2bb4f44f5e28f2d5ab472962d2eab55ac06dc9f5dded99d69d907b2facbd25b97e
MISC ChangeLog 3016 SHA256 a1254c8f0d48208791801035d425fadb1b57fa265b010de1a01cc148eeff2091 SHA512 c95fad259a84e0c5f45144f61c8855f0735455f347bb9ac6a020cb9d56ebc079c6651f12b1acf323c245a3ad0f0c07caa390a37460b420bb45b32cf07c195a3b WHIRLPOOL a1a37a67cb441f91ea189cee7830ee175badd4950e74a02b5d600beb210d13fa347afbae99f45b9f04ac365c09a78f1ac0803f7cd161fe5f63d9fb7500dc627a
AUX c-ares-1.12.0-remove-tests.patch 422 SHA256 ab4077eb5178836852376a9e252fb8a7ec04cd87d3f33e2c5eed98ec4c53f46f SHA512 53a9c126183c811b1f68c12014e4123d250447925ded472ff1fb6b57d254730206becd4182692ad5958b14ba0b929a2713df6988c0306872b046aa49bd70e743 WHIRLPOOL a57c3593ce256020c1645f4c08540494dc02041d4fd2a44245f8b991dcaa6979a027f23067435bf97ff0dd2790ca85ccdbd5c55c2afb8177a3e75328d837e043
DIST c-ares-1.12.0.tar.gz 1769879 SHA256 8692f9403cdcdf936130e045c84021665118ee9bfea905d1a76f04d4e6f365fb SHA512 3da0fadb04eccab49b4e6eff3f087a392dd76238d47e74e2ede723883468da688e41f679ee8ca38613fc4f80d3bd7c29e69d3d6c711f988a02fd5d21a3ee1dc6 WHIRLPOOL 69d297213c6ca0988d3b7697d40443dabb3a9b4ceb65c357a3ec99ab2af7c0a7c669f2dc7f75833e0c8a661525ae4003be8109d2d5c1e90887b8349cd63a8d5c
EBUILD c-ares-1.12.0.ebuild 986 SHA256 2725d4ec42c996022c271e754227f25670c32f2a624f70816ebf0acf7e0f6d2a SHA512 fdfe7dd083436b6cf15c2f917b68ad59305b64ff3ddd31e15971464bc7d3765834e737547190d6fa346e338d4ec7c7c074ddf8bc60bc30ad85fceeb7000c85ff WHIRLPOOL e9429a6902224190e4625daae4a8219a131b6c7852d6abb709a96d6eb57d069603cd02ba5f902328403e703f912aa4d589fc7f0d35e0e71b0dcc9d5b509d06be
MISC ChangeLog 3989 SHA256 31e9cad0d76094a8814d9e5f61b309b400e87b5de2a8e0247817693ec34de483 SHA512 2b83637abea52a8430782237c94ea4511d40f86a2504b2566523428cd04af62c8b86a9b27074fea284a43e452ab5930ff3fb545c5802b47d3f2c202c84a00f11 WHIRLPOOL 3f0ba4398e524a18d5caf0b26ae9a47891d371217589b98ee0bf7d3f186fd6ee19789414accffdf26a7c01674819024bc9655d1cfd78cf30e699fb8f57c681b2
MISC ChangeLog-2015 11969 SHA256 77a8f577b7ca209f0d0429a43160dfb7988945f6ceecee890b2a429b8dab4cf5 SHA512 6a85f9ae18a01ed89798c9dce6f9987ddd6454c7db494dc03887b38bff4674f947758db2e8398de66524fc57e22c15ba334eb746dc75f30f2672d3740ab1f68e WHIRLPOOL e0ef12f777960e9ff4e90422d85817e30f2aae96e887efe48ca24fcf216c14bbc018051de8d24490b29b63d5129057f045a4dfc8088c21b1e60a3e685717541f
MISC metadata.xml 339 SHA256 a3a4b7b1a0723a569944e0f764d4edd189a583120b823eb45229eb1e12585de8 SHA512 fb726c9af8f3b9b104f13f5d7f8c1d38659848afdd619fe8c9242e8d2dea24c21a2654baca4bac96a94cadf68a0f649c87346f296e6b5d2aa5d88a4276c41755 WHIRLPOOL 7e4a278b85ab4add27eea80d409cb4f3a66de654bb5a4dbbd0a4e5f9e520ba5aa6261a435086f703b19d25e37bda0849f81e0d2f29baba327cff08be5494aa4d

View File

@ -1,35 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils multilib-minimal
DESCRIPTION="C library that resolves names asynchronously"
HOMEPAGE="http://c-ares.haxx.se/"
SRC_URI="http://${PN}.haxx.se/download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
IUSE="static-libs"
DOCS=( AUTHORS CHANGES NEWS README RELEASE-NOTES TODO )
MULTILIB_WRAPPED_HEADERS=(
/usr/include/ares_build.h
)
multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \
--enable-nonblocking \
--enable-symbol-hiding \
$(use_enable static-libs static)
}
multilib_src_install_all() {
einstalldocs
prune_libtool_files --all
}

View File

@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
inherit autotools eutils multilib-minimal
@ -11,7 +11,7 @@ HOMEPAGE="http://c-ares.haxx.se/"
SRC_URI="http://${PN}.haxx.se/download/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
IUSE="static-libs"
# Subslot = SONAME of libcares.so.2
@ -24,7 +24,8 @@ MULTILIB_WRAPPED_HEADERS=(
)
src_prepare() {
epatch "${FILESDIR}"/remove-tests.patch
eapply "${FILESDIR}"/${P}-remove-tests.patch
eapply_user
eautoreconf
}

View File

@ -0,0 +1,14 @@
diff -Naur c-ares-1.12.0.orig/configure.ac c-ares-1.12.0/configure.ac
--- c-ares-1.12.0.orig/configure.ac 2016-09-29 07:43:01.000000000 -0400
+++ c-ares-1.12.0/configure.ac 2016-10-14 03:10:36.253342032 -0400
@@ -837,10 +837,6 @@
fi
AC_MSG_RESULT([$build_tests])
-if test "x$build_tests" = "xyes" ; then
- AC_CONFIG_SUBDIRS([test])
-fi
-
AC_CONFIG_FILES([Makefile libcares.pc])
AC_OUTPUT
XC_AMEND_DISTCLEAN(['.'])

View File

@ -1,14 +0,0 @@
diff -Naur c-ares-1.11.0.orig/configure.ac c-ares-1.11.0/configure.ac
--- c-ares-1.11.0.orig/configure.ac 2016-02-19 09:09:13.000000000 +0000
+++ c-ares-1.11.0/configure.ac 2016-02-25 01:26:53.092956316 +0000
@@ -877,10 +877,6 @@
XC_CHECK_BUILD_FLAGS
-if test "x$cross_compiling" = "xno"; then
- AC_CONFIG_SUBDIRS([test])
-fi
-
AC_CONFIG_FILES([Makefile libcares.pc])
AC_OUTPUT
XC_AMEND_DISTCLEAN(['.'])