Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/c-ares: ChangeLog c-ares-1.5.1.ebuild
Date: Tue, 01 Apr 2008 07:23:52
Message-Id: E1JgaqR-0006PE-E5@stork.gentoo.org
1 dragonheart 08/04/01 07:23:47
2
3 Modified: ChangeLog
4 Added: c-ares-1.5.1.ebuild
5 Log:
6 version bump - note ABI change
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.43 net-dns/c-ares/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/c-ares/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/c-ares/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/c-ares/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 6 Mar 2008 03:48:15 -0000 1.42
23 +++ ChangeLog 1 Apr 2008 07:23:46 -0000 1.43
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-dns/c-ares
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v 1.42 2008/03/06 03:48:15 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v 1.43 2008/04/01 07:23:46 dragonheart Exp $
29 +
30 +*c-ares-1.5.1 (01 Apr 2008)
31 +
32 + 01 Apr 2008; Daniel Black <dragonheart@g.o> +c-ares-1.5.1.ebuild:
33 + version bump
34
35 06 Mar 2008; Chris Gianelloni <wolf31o2@g.o> c-ares-1.4.0.ebuild:
36 Adding back ~x86-fbsd for games-action/bzflag. Someone dropped the KEYWORD
37
38
39
40 1.1 net-dns/c-ares/c-ares-1.5.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/c-ares/c-ares-1.5.1.ebuild?rev=1.1&view=markup
43 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
44
45 Index: c-ares-1.5.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $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 $
50
51 DESCRIPTION="C library that resolves names asynchronously"
52 HOMEPAGE="http://daniel.haxx.se/projects/c-ares/"
53 SRC_URI="http://daniel.haxx.se/projects/c-ares/${P}.tar.gz"
54
55 LICENSE="MIT"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
58 IUSE=""
59
60 DEPEND=""
61
62 src_compile() {
63 econf --enable-shared || die
64 emake || die
65 }
66
67 src_install() {
68 emake DESTDIR="${D}" install || die
69 dodoc CHANGES NEWS README*
70 }
71
72 pkg_postinst() {
73 ewarn "The soname for libares has changed in c-ares-1.4.0."
74 #ewarn "If you have upgraded from that or earlier version, it is recommended to run:"
75 ewarn
76 ewarn "revdep-rebuild --library libcares.so.1"
77 ewarn
78 ewarn "This will fix linking errors caused by this change."
79 echo
80 }
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list