Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libyaml: libyaml-0.0.1.ebuild
Date: Mon, 31 Dec 2007 05:34:16
Message-Id: E1J9DHp-0002Sc-VB@stork.gentoo.org
1 vapier 07/12/31 05:34:05
2
3 Modified: libyaml-0.0.1.ebuild
4 Log:
5 amd64/ppc/ppc64 love
6 (Portage version: 2.1.4_rc12)
7
8 Revision Changes Path
9 1.3 dev-libs/libyaml/libyaml-0.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libyaml/libyaml-0.0.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libyaml/libyaml-0.0.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libyaml/libyaml-0.0.1.ebuild?r1=1.2&r2=1.3
14
15 Index: libyaml-0.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.0.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libyaml-0.0.1.ebuild 16 Oct 2007 00:52:43 -0000 1.2
22 +++ libyaml-0.0.1.ebuild 31 Dec 2007 05:34:05 -0000 1.3
23 @@ -1,6 +1,6 @@
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/libyaml/libyaml-0.0.1.ebuild,v 1.2 2007/10/16 00:52:43 sbriesen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.0.1.ebuild,v 1.3 2007/12/31 05:34:05 vapier Exp $
28
29 inherit eutils
30
31 @@ -12,11 +12,8 @@
32
33 LICENSE="MIT"
34 SLOT="0"
35 -KEYWORDS="~x86"
36 -
37 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
38 IUSE="doc examples"
39 -DEPEND=""
40 -RDEPEND=""
41
42 S="${WORKDIR}/${MY_P}"
43
44 @@ -24,7 +21,7 @@
45 unpack ${A}
46 cd "${S}"
47 # conditionally remove tests
48 - if ! hasq test ${FEATURES}; then
49 + if ! hasq test ${FEATURES} ; then
50 sed -i -e 's: tests::g' Makefile*
51 fi
52 }
53 @@ -33,7 +30,7 @@
54 emake DESTDIR="${D}" install || die "emake install failed"
55 use doc && dohtml -r doc/html/.
56 dodoc README
57 - if use examples; then
58 + if use examples ; then
59 insinto /usr/share/doc/${PF}/examples
60 doins tests/example-*.c
61 fi
62
63
64
65 --
66 gentoo-commits@g.o mailing list