public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in net-dns/c-ares: ChangeLog c-ares-1.5.1.ebuild
@ 2008-04-01  7:23 99% Daniel Black (dragonheart)
  0 siblings, 0 replies; 1+ results
From: Daniel Black (dragonheart) @ 2008-04-01  7:23 UTC (permalink / raw
  To: gentoo-commits

dragonheart    08/04/01 07:23:47

  Modified:             ChangeLog
  Added:                c-ares-1.5.1.ebuild
  Log:
  version bump - note ABI change
  (Portage version: 2.1.4.4)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/c-ares/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/c-ares/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/c-ares/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	6 Mar 2008 03:48:15 -0000	1.42
+++ ChangeLog	1 Apr 2008 07:23:46 -0000	1.43
@@ -1,6 +1,11 @@
 # ChangeLog for net-dns/c-ares
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v 1.42 2008/03/06 03:48:15 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v 1.43 2008/04/01 07:23:46 dragonheart Exp $
+
+*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



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

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

Index: c-ares-1.5.1.ebuild
===================================================================
# Copyright 1999-2008 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.5.1.ebuild,v 1.1 2008/04/01 07:23:46 dragonheart Exp $

DESCRIPTION="C library that resolves names asynchronously"
HOMEPAGE="http://daniel.haxx.se/projects/c-ares/"
SRC_URI="http://daniel.haxx.se/projects/c-ares/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND=""

src_compile() {
	econf --enable-shared || die
	emake || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc CHANGES NEWS README*
}

pkg_postinst() {
	ewarn "The soname for libares has changed in c-ares-1.4.0."
	#ewarn "If you have upgraded from that or earlier version, it is recommended to run:"
	ewarn
	ewarn "revdep-rebuild --library libcares.so.1"
	ewarn
	ewarn "This will fix linking errors caused by this change."
	echo
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-04-01  7:23 99% [gentoo-commits] gentoo-x86 commit in net-dns/c-ares: ChangeLog c-ares-1.5.1.ebuild Daniel Black (dragonheart)

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