Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/yajl: ChangeLog yajl-1.0.11.ebuild yajl-1.0.11-r1.ebuild
Date: Fri, 11 Feb 2011 18:41:24
Message-Id: 20110211184102.0D79D20057@flycatcher.gentoo.org
1 scarabeus 11/02/11 18:41:02
2
3 Modified: ChangeLog yajl-1.0.11.ebuild
4 Added: yajl-1.0.11-r1.ebuild
5 Log:
6 Fix static linking and tests per Diego's request.
7
8 (Portage version: 2.2.0_alpha21/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 dev-libs/yajl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 3 Feb 2011 17:50:46 -0000 1.7
24 +++ ChangeLog 11 Feb 2011 18:41:01 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/yajl
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.7 2011/02/03 17:50:46 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.8 2011/02/11 18:41:01 scarabeus Exp $
30 +
31 +*yajl-1.0.11-r1 (11 Feb 2011)
32 +
33 + 11 Feb 2011; Tomáš Chvátal <scarabeus@g.o> yajl-1.0.11.ebuild,
34 + +yajl-1.0.11-r1.ebuild, +files/yajl-fix_static_linking.patch:
35 + Fix static linking and tests per Diego's request.
36
37 03 Feb 2011; Kacper Kowalik <xarthisius@g.o> yajl-1.0.11.ebuild:
38 Added ~ppc/~ppc64 wrt #341149
39
40
41
42 1.7 dev-libs/yajl/yajl-1.0.11.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-1.0.11.ebuild?rev=1.7&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-1.0.11.ebuild?rev=1.7&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-1.0.11.ebuild?r1=1.6&r2=1.7
47
48 Index: yajl-1.0.11.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-1.0.11.ebuild,v
51 retrieving revision 1.6
52 retrieving revision 1.7
53 diff -u -r1.6 -r1.7
54 --- yajl-1.0.11.ebuild 3 Feb 2011 17:50:46 -0000 1.6
55 +++ yajl-1.0.11.ebuild 11 Feb 2011 18:41:01 -0000 1.7
56 @@ -1,8 +1,8 @@
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-1.0.11.ebuild,v 1.6 2011/02/03 17:50:46 xarthisius Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-1.0.11.ebuild,v 1.7 2011/02/11 18:41:01 scarabeus Exp $
61
62 -EAPI="2"
63 +EAPI=2
64
65 inherit cmake-utils
66
67 @@ -26,5 +26,5 @@
68 }
69
70 src_test() {
71 - emake test || die
72 + emake test
73 }
74
75
76
77 1.1 dev-libs/yajl/yajl-1.0.11-r1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-1.0.11-r1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-1.0.11-r1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: yajl-1.0.11-r1.ebuild
83 ===================================================================
84 # Copyright 1999-2011 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-1.0.11-r1.ebuild,v 1.1 2011/02/11 18:41:01 scarabeus Exp $
87
88 EAPI=3
89
90 inherit cmake-utils
91
92 DESCRIPTION="Small event-driven (SAX-style) JSON parser"
93 HOMEPAGE="http://lloyd.github.com/yajl/"
94 SRC_URI="http://github.com/lloyd/yajl/tarball/${PV} -> ${P}.tar.gz"
95
96 LICENSE="BSD"
97 SLOT="0"
98 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
99
100 IUSE=""
101
102 src_prepare() {
103 cd "${WORKDIR}"/lloyd-${PN}-*
104 S=$(pwd)
105
106 epatch "${FILESDIR}"/${PN}-fix_static_linking.patch
107 }
108
109 src_test() {
110 pushd "${CMAKE_BUILD_DIR}" > /dev/null
111 emake test
112 popd > /dev/null
113 }