Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/confuse: confuse-2.5.ebuild ChangeLog
Date: Thu, 13 Sep 2007 10:22:43
Message-Id: E1IVljI-0004NA-GR@stork.gentoo.org
1 uberlord 07/09/13 10:15:24
2
3 Modified: confuse-2.5.ebuild ChangeLog
4 Log:
5 Link to libintl correctly and work with -j N on non glibc systems
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.23 dev-libs/confuse/confuse-2.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/confuse/confuse-2.5.ebuild?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/confuse/confuse-2.5.ebuild?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/confuse/confuse-2.5.ebuild?r1=1.22&r2=1.23
14
15 Index: confuse-2.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.5.ebuild,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- confuse-2.5.ebuild 8 May 2007 18:38:44 -0000 1.22
22 +++ confuse-2.5.ebuild 13 Sep 2007 10:15:24 -0000 1.23
23 @@ -1,8 +1,10 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.5.ebuild,v 1.22 2007/05/08 18:38:44 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.5.ebuild,v 1.23 2007/09/13 10:15:24 uberlord Exp $
28
29 -inherit eutils libtool
30 +WANT_AUTOMAKE="1.8"
31 +
32 +inherit eutils libtool autotools
33
34 DESCRIPTION="a configuration file parser library"
35 HOMEPAGE="http://www.nongnu.org/confuse/"
36 @@ -24,6 +26,14 @@
37 unpack ${A}
38 cd "${S}"
39 epatch "${FILESDIR}"/${P}-maketest.patch
40 +
41 + # eautoreconf or elibtoolize will refresh install-sh
42 + # so that -j N works on FreeBSD
43 + rm support/install-sh
44 +
45 + # We should link to libintl correctly
46 + epatch "${FILESDIR}"/${P}-libintl.patch
47 + eautomake
48 elibtoolize
49 }
50
51
52
53
54 1.21 dev-libs/confuse/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/confuse/ChangeLog?rev=1.21&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/confuse/ChangeLog?rev=1.21&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/confuse/ChangeLog?r1=1.20&r2=1.21
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v
63 retrieving revision 1.20
64 retrieving revision 1.21
65 diff -u -r1.20 -r1.21
66 --- ChangeLog 8 May 2007 18:38:44 -0000 1.20
67 +++ ChangeLog 13 Sep 2007 10:15:24 -0000 1.21
68 @@ -1,6 +1,10 @@
69 # ChangeLog for dev-libs/confuse
70 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.20 2007/05/08 18:38:44 grobian Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.21 2007/09/13 10:15:24 uberlord Exp $
73 +
74 + 13 Sep 2007; Roy Marples <uberlord@g.o>
75 + +files/confuse-2.5-libintl.patch, confuse-2.5.ebuild:
76 + Link to libintl correctly and work with -j N on non glibc systems
77
78 08 May 2007; Fabian Groffen <grobian@g.o> confuse-2.5.ebuild:
79 Dropped ppc-macos keyword, see you in prefix
80
81
82
83 --
84 gentoo-commits@g.o mailing list