Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/expat: expat-2.0.1-r5.ebuild ChangeLog
Date: Mon, 01 Aug 2011 10:22:30
Message-Id: 20110801102206.CF8C92004C@flycatcher.gentoo.org
1 ssuominen 11/08/01 10:22:06
2
3 Modified: expat-2.0.1-r5.ebuild ChangeLog
4 Log:
5 Fix ChangeLog, the commit was cut in half. Minor quoting fixes.
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-libs/expat/expat-2.0.1-r5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.0.1-r5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.0.1-r5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.0.1-r5.ebuild?r1=1.1&r2=1.2
15
16 Index: expat-2.0.1-r5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1-r5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- expat-2.0.1-r5.ebuild 1 Aug 2011 10:14:26 -0000 1.1
23 +++ expat-2.0.1-r5.ebuild 1 Aug 2011 10:22:06 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1-r5.ebuild,v 1.1 2011/08/01 10:14:26 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1-r5.ebuild,v 1.2 2011/08/01 10:22:06 ssuominen Exp $
29
30 EAPI=4
31 inherit eutils libtool toolchain-funcs
32 @@ -40,11 +40,11 @@
33 }
34
35 src_compile() {
36 - cd "${S}-build"
37 + cd "${S}"-build
38 emake
39 - cd "${S}-buildu"
40 + cd "${S}"-buildu
41 emake buildlib LIBRARY=libexpatu.la
42 - cd "${S}-buildw"
43 + cd "${S}"-buildw
44 emake buildlib LIBRARY=libexpatw.la
45 }
46
47 @@ -57,11 +57,11 @@
48 doins examples/*.c
49 fi
50
51 - cd "${S}-build"
52 - emake DESTDIR="${D}" install
53 - cd "${S}-buildu"
54 + cd "${S}"-build
55 + emake install DESTDIR="${D}"
56 + cd "${S}"-buildu
57 emake installlib DESTDIR="${D}" LIBRARY=libexpatu.la
58 - cd "${S}-buildw"
59 + cd "${S}"-buildw
60 emake installlib DESTDIR="${D}" LIBRARY=libexpatw.la
61
62 use static-libs || rm -f "${D}"usr/lib*/libexpat{,u,w}.la
63
64
65
66 1.101 dev-libs/expat/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/ChangeLog?rev=1.101&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/ChangeLog?rev=1.101&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/ChangeLog?r1=1.100&r2=1.101
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v
75 retrieving revision 1.100
76 retrieving revision 1.101
77 diff -u -r1.100 -r1.101
78 --- ChangeLog 1 Aug 2011 10:14:26 -0000 1.100
79 +++ ChangeLog 1 Aug 2011 10:22:06 -0000 1.101
80 @@ -1,6 +1,8 @@
81 # ChangeLog for dev-libs/expat
82 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.100 2011/08/01 10:14:26 ssuominen Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.101 2011/08/01 10:22:06 ssuominen Exp $
85 +
86 +*expat-2.0.1-r5 (01 Aug 2011)
87
88 01 Aug 2011; Samuli Suominen <ssuominen@g.o> +expat-2.0.1-r5.ebuild:
89 Build libexpatu (unicode) and libexpatw (unicode wchar_t) libraries wrt