public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/c-ares: ChangeLog c-ares-1.9.0.ebuild
@ 2012-06-18 10:45 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2012-06-18 10:45 UTC (permalink / raw
  To: gentoo-commits

blueness    12/06/18 10:45:09

  Modified:             ChangeLog
  Added:                c-ares-1.9.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.72                 net-dns/c-ares/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/c-ares/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/c-ares/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/c-ares/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	28 Apr 2012 10:21:14 -0000	1.71
+++ ChangeLog	18 Jun 2012 10:45:09 -0000	1.72
@@ -1,6 +1,11 @@
 # ChangeLog for net-dns/c-ares
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v 1.71 2012/04/28 10:21:14 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v 1.72 2012/06/18 10:45:09 blueness Exp $
+
+*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)
 



1.1                  net-dns/c-ares/c-ares-1.9.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/c-ares/c-ares-1.9.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/c-ares/c-ares-1.9.0.ebuild?rev=1.1&content-type=text/plain

Index: c-ares-1.9.0.ebuild
===================================================================
# Copyright 1999-2012 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.9.0.ebuild,v 1.1 2012/06/18 10:45:09 blueness Exp $

EAPI=4

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 )

src_configure() {
	econf \
		--enable-nonblocking \
		--enable-symbol-hiding \
		$(use_enable static-libs static)
}

src_install() {
	default
	find "${ED}" -name "*.la" -exec rm {} + || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-18 10:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-18 10:45 [gentoo-commits] gentoo-x86 commit in net-dns/c-ares: ChangeLog c-ares-1.9.0.ebuild Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox