Gentoo Archives: gentoo-commits

From: "Ilya Volynets (iluxa)" <iluxa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/sptk: sptk-3.5.7.13.ebuild sptk-3.5.8.ebuild ChangeLog
Date: Thu, 02 Oct 2008 18:55:40
Message-Id: E1KlTKq-0003Oc-Nx@stork.gentoo.org
1 iluxa 08/10/02 18:55:36
2
3 Modified: sptk-3.5.7.13.ebuild sptk-3.5.8.ebuild ChangeLog
4 Log:
5 Apply multilib fix (thanks gentoofan23)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 dev-cpp/sptk/sptk-3.5.7.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild?r1=1.2&r2=1.3
14
15 Index: sptk-3.5.7.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- sptk-3.5.7.13.ebuild 17 Sep 2008 21:20:38 -0000 1.2
22 +++ sptk-3.5.7.13.ebuild 2 Oct 2008 18:55:36 -0000 1.3
23 @@ -1,8 +1,8 @@
24 # Copyright 2006-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild,v 1.2 2008/09/17 21:20:38 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild,v 1.3 2008/10/02 18:55:36 iluxa Exp $
28
29 -inherit eutils flag-o-matic autotools
30 +inherit eutils flag-o-matic autotools multilib
31
32 IUSE="fltk odbc doc sqlite3 excel postgres aspell"
33
34 @@ -45,6 +45,8 @@
35 check_use excel EXCEL
36
37 sed -r -i -e 's|SET \(LIBRARY_TYPE STATIC\)|SET \(LIBRARY_TYPE SHARED\)|' src/CMakeLists.txt
38 + sed -i -e "s:DESTINATION lib:DESTINATION $(get_libdir):g" src/CMakeLists.txt \
39 + || die "Multilib sed failed"
40
41 cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr ${SPTK_OPTIONS} . || die "Configuration Failed"
42 }
43
44
45
46 1.2 dev-cpp/sptk/sptk-3.5.8.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild?r1=1.1&r2=1.2
51
52 Index: sptk-3.5.8.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- sptk-3.5.8.ebuild 15 Sep 2008 15:09:14 -0000 1.1
59 +++ sptk-3.5.8.ebuild 2 Oct 2008 18:55:36 -0000 1.2
60 @@ -1,8 +1,8 @@
61 # Copyright 2006-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild,v 1.1 2008/09/15 15:09:14 iluxa Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild,v 1.2 2008/10/02 18:55:36 iluxa Exp $
65
66 -inherit eutils flag-o-matic autotools
67 +inherit eutils flag-o-matic autotools multilib
68
69 IUSE="fltk odbc doc sqlite3 excel postgres aspell"
70
71 @@ -45,6 +45,8 @@
72 check_use excel EXCEL
73
74 sed -r -i -e 's|SET \(LIBRARY_TYPE STATIC\)|SET \(LIBRARY_TYPE SHARED\)|' src/CMakeLists.txt
75 + sed -i -e "s:DESTINATION lib:DESTINATION $(get_libdir):g" src/CMakeLists.txt \
76 + || die "Multilib sed failed"
77
78 cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr ${SPTK_OPTIONS} . || die "Configuration Failed"
79 }
80
81
82
83 1.39 dev-cpp/sptk/ChangeLog
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/ChangeLog?rev=1.39&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/ChangeLog?rev=1.39&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/ChangeLog?r1=1.38&r2=1.39
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v
92 retrieving revision 1.38
93 retrieving revision 1.39
94 diff -u -r1.38 -r1.39
95 --- ChangeLog 17 Sep 2008 21:20:38 -0000 1.38
96 +++ ChangeLog 2 Oct 2008 18:55:36 -0000 1.39
97 @@ -1,6 +1,10 @@
98 # ChangeLog for dev-cpp/sptk
99 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.38 2008/09/17 21:20:38 maekke Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.39 2008/10/02 18:55:36 iluxa Exp $
102 +
103 + 02 Oct 2008; Ilya A. Volynets-Evenbakh <iluxa@g.o>
104 + sptk-3.5.7.13.ebuild, sptk-3.5.8.ebuild:
105 + Apply multilib fix (thanks gentoofan23)
106
107 17 Sep 2008; Markus Meier <maekke@g.o> sptk-3.5.7.13.ebuild:
108 x86 stable, bug #237728