Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libyaml: ChangeLog libyaml-0.0.1.ebuild libyaml-0.1.2.ebuild
Date: Sun, 01 Mar 2009 16:35:16
Message-Id: E1LdodF-0003To-UE@stork.gentoo.org
1 patrick 09/03/01 16:35:13
2
3 Modified: ChangeLog libyaml-0.0.1.ebuild
4 Added: libyaml-0.1.2.ebuild
5 Log:
6 Bump to 0.1.2, fixes #259821, invalid test for FEATURES changed into USE=test check
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-libs/libyaml/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libyaml/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libyaml/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libyaml/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 16 Oct 2007 00:52:43 -0000 1.2
23 +++ ChangeLog 1 Mar 2009 16:35:13 -0000 1.3
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-libs/libyaml
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.2 2007/10/16 00:52:43 sbriesen Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.3 2009/03/01 16:35:13 patrick Exp $
30 +
31 +*libyaml-0.1.2 (01 Mar 2009)
32 +
33 + 01 Mar 2009; Patrick Lauer <patrick@g.o> libyaml-0.0.1.ebuild,
34 + +libyaml-0.1.2.ebuild:
35 + Bump to 0.1.2, fixes #259821, invalid test for FEATURES changed into
36 + USE=test check
37
38 16 Oct 2007; Stefan Briesenick <sbriesen@g.o> libyaml-0.0.1.ebuild:
39 some cleanups
40
41
42
43 1.4 dev-libs/libyaml/libyaml-0.0.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libyaml/libyaml-0.0.1.ebuild?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libyaml/libyaml-0.0.1.ebuild?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libyaml/libyaml-0.0.1.ebuild?r1=1.3&r2=1.4
48
49 Index: libyaml-0.0.1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.0.1.ebuild,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- libyaml-0.0.1.ebuild 31 Dec 2007 05:34:05 -0000 1.3
56 +++ libyaml-0.0.1.ebuild 1 Mar 2009 16:35:13 -0000 1.4
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2007 Gentoo Foundation
59 +# Copyright 1999-2009 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.0.1.ebuild,v 1.3 2007/12/31 05:34:05 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.0.1.ebuild,v 1.4 2009/03/01 16:35:13 patrick Exp $
63
64 inherit eutils
65
66 @@ -21,7 +21,7 @@
67 unpack ${A}
68 cd "${S}"
69 # conditionally remove tests
70 - if ! hasq test ${FEATURES} ; then
71 + if use test ; then
72 sed -i -e 's: tests::g' Makefile*
73 fi
74 }
75
76
77
78 1.1 dev-libs/libyaml/libyaml-0.1.2.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libyaml/libyaml-0.1.2.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libyaml/libyaml-0.1.2.ebuild?rev=1.1&content-type=text/plain
82
83 Index: libyaml-0.1.2.ebuild
84 ===================================================================
85 # Copyright 1999-2009 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.2.ebuild,v 1.1 2009/03/01 16:35:13 patrick Exp $
88
89 inherit eutils
90
91 MY_P="${P/lib}"
92
93 DESCRIPTION="YAML 1.1 parser and emitter written in C"
94 HOMEPAGE="http://pyyaml.org/wiki/LibYAML"
95 SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz"
96
97 LICENSE="MIT"
98 SLOT="0"
99 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
100 IUSE="doc examples"
101
102 S="${WORKDIR}/${MY_P}"
103
104 src_unpack() {
105 unpack ${A}
106 cd "${S}"
107 # conditionally remove tests
108 if use test ; then
109 sed -i -e 's: tests::g' Makefile*
110 fi
111 }
112
113 src_install() {
114 emake DESTDIR="${D}" install || die "emake install failed"
115 use doc && dohtml -r doc/html/.
116 dodoc README
117 if use examples ; then
118 insinto /usr/share/doc/${PF}/examples
119 doins tests/example-*.c
120 fi
121 }