Gentoo Archives: gentoo-commits

From: "Stefan Briesenick (sbriesen)" <sbriesen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libyaml: ChangeLog libyaml-0.1.4.ebuild
Date: Thu, 28 Jun 2012 01:20:00
Message-Id: 20120628011950.304FE2004B@flycatcher.gentoo.org
1 sbriesen 12/06/28 01:19:50
2
3 Modified: ChangeLog libyaml-0.1.4.ebuild
4 Log:
5 fixed static-libs support
6
7 (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.23 dev-libs/libyaml/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libyaml/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libyaml/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libyaml/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 26 Jun 2012 12:03:01 -0000 1.22
23 +++ ChangeLog 28 Jun 2012 01:19:50 -0000 1.23
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/libyaml
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.22 2012/06/26 12:03:01 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.23 2012/06/28 01:19:50 sbriesen Exp $
29 +
30 + 28 Jun 2012; Stefan Briesenick <sbriesen@g.o> libyaml-0.1.4.ebuild:
31 + fixed static-libs support
32
33 26 Jun 2012; Agostino Sarubbo <ago@g.o> libyaml-0.1.4.ebuild:
34 Stable for amd64, wrt bug #421611
35
36
37
38 1.6 dev-libs/libyaml/libyaml-0.1.4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild?r1=1.5&r2=1.6
43
44 Index: libyaml-0.1.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- libyaml-0.1.4.ebuild 26 Jun 2012 12:03:01 -0000 1.5
51 +++ libyaml-0.1.4.ebuild 28 Jun 2012 01:19:50 -0000 1.6
52 @@ -1,10 +1,10 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v 1.5 2012/06/26 12:03:01 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v 1.6 2012/06/28 01:19:50 sbriesen Exp $
57
58 EAPI=4
59
60 -inherit eutils
61 +inherit eutils autotools-utils
62
63 MY_P="${P/lib}"
64
65 @@ -28,12 +28,8 @@
66 fi
67 }
68
69 -src_configure() {
70 - econf $(use_enable static-libs static)
71 -}
72 -
73 src_install() {
74 - default
75 + autotools-utils_src_install
76 use doc && dohtml -r doc/html/.
77 if use examples ; then
78 docompress -x /usr/share/doc/${PF}/examples