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.2.ebuild
Date: Sun, 01 Jun 2008 03:55:48
Message-Id: E1K2efX-0000Ts-PD@stork.gentoo.org
1 dragonheart 08/06/01 03:55:43
2
3 Modified: ChangeLog
4 Added: c-ares-1.5.2.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.44 net-dns/c-ares/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/c-ares/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/c-ares/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/c-ares/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 1 Apr 2008 07:23:46 -0000 1.43
23 +++ ChangeLog 1 Jun 2008 03:55:43 -0000 1.44
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.43 2008/04/01 07:23:46 dragonheart Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/ChangeLog,v 1.44 2008/06/01 03:55:43 dragonheart Exp $
29 +
30 +*c-ares-1.5.2 (01 Jun 2008)
31 +
32 + 01 Jun 2008; Daniel Black <dragonheart@g.o> +c-ares-1.5.2.ebuild:
33 + version bump
34
35 *c-ares-1.5.1 (01 Apr 2008)
36
37
38
39
40 1.1 net-dns/c-ares/c-ares-1.5.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/c-ares/c-ares-1.5.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/c-ares/c-ares-1.5.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: c-ares-1.5.2.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.2.ebuild,v 1.1 2008/06/01 03:55:43 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