Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/stfl: stfl-0.22.ebuild ChangeLog
Date: Wed, 11 Jan 2012 12:43:48
Message-Id: 20120111124335.C48972004B@flycatcher.gentoo.org
1 radhermit 12/01/11 12:43:35
2
3 Modified: stfl-0.22.ebuild ChangeLog
4 Log:
5 Fix building ruby support (bug #395569) and update to EAPI 4.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-libs/stfl/stfl-0.22.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/stfl-0.22.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/stfl-0.22.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/stfl-0.22.ebuild?r1=1.1&r2=1.2
15
16 Index: stfl-0.22.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.22.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- stfl-0.22.ebuild 1 Nov 2011 07:37:02 -0000 1.1
23 +++ stfl-0.22.ebuild 11 Jan 2012 12:43:35 -0000 1.2
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.22.ebuild,v 1.1 2011/11/01 07:37:02 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.22.ebuild,v 1.2 2012/01/11 12:43:35 radhermit Exp $
30
31 -EAPI="3"
32 +EAPI="4"
33 SUPPORT_PYTHON_ABIS="1"
34
35 inherit eutils multilib perl-module python toolchain-funcs
36 @@ -63,9 +63,7 @@
37 }
38
39 src_compile() {
40 - local targets="libstfl.so.${PV}"
41 - use static-libs && targets+=" libstfl.a"
42 - emake CC="$(tc-getCC)" ${targets} || die "emake failed"
43 + emake CC="$(tc-getCC)"
44
45 if use python ; then
46 python_copy_sources python
47 @@ -82,7 +80,7 @@
48 }
49
50 src_install() {
51 - emake prefix="/usr" DESTDIR="${D}" libdir="$(get_libdir)" install || die "emake install failed"
52 + emake prefix="/usr" DESTDIR="${D}" libdir="$(get_libdir)" install
53
54 if use python ; then
55 installation() {
56
57
58
59 1.34 dev-libs/stfl/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/ChangeLog?rev=1.34&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/ChangeLog?rev=1.34&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/ChangeLog?r1=1.33&r2=1.34
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v
68 retrieving revision 1.33
69 retrieving revision 1.34
70 diff -u -r1.33 -r1.34
71 --- ChangeLog 1 Nov 2011 07:37:02 -0000 1.33
72 +++ ChangeLog 11 Jan 2012 12:43:35 -0000 1.34
73 @@ -1,6 +1,9 @@
74 # ChangeLog for dev-libs/stfl
75 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.33 2011/11/01 07:37:02 radhermit Exp $
77 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.34 2012/01/11 12:43:35 radhermit Exp $
79 +
80 + 11 Jan 2012; Tim Harder <radhermit@g.o> stfl-0.22.ebuild:
81 + Fix building ruby support (bug #395569) and update to EAPI 4.
82
83 *stfl-0.22 (01 Nov 2011)