mgorny 14/06/13 08:07:50 Modified: ChangeLog Added: c-ares-1.10.0-r1.ebuild Log: Enable multilib support, required for net-misc/curl. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.86 net-dns/c-ares/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/c-ares/ChangeLog?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/c-ares/ChangeLog?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/c-ares/ChangeLog?r1=1.85&r2=1.86 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 5 Jun 2013 00:30:57 -0000 1.85 +++ ChangeLog 13 Jun 2014 08:07:50 -0000 1.86 @@ -1,6 +1,11 @@ # ChangeLog for net-dns/c-ares -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v 1.85 2013/06/05 00:30:57 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v 1.86 2014/06/13 08:07:50 mgorny Exp $ + +*c-ares-1.10.0-r1 (13 Jun 2014) + + 13 Jun 2014; Michał Górny <[email protected]> +c-ares-1.10.0-r1.ebuild: + Enable multilib support, required for net-misc/curl. 05 Jun 2013; Mike Frysinger <[email protected]> metadata.xml: Add upstream CPE tag (security info) from ChromiumOS. 1.1 net-dns/c-ares/c-ares-1.10.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/c-ares/c-ares-1.10.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/c-ares/c-ares-1.10.0-r1.ebuild?rev=1.1&content-type=text/plain Index: c-ares-1.10.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/c-ares-1.10.0-r1.ebuild,v 1.1 2014/06/13 08:07:50 mgorny Exp $ 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 ~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 }
