public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/sptk: sptk-3.5.7.13.ebuild sptk-3.5.8.ebuild ChangeLog
@ 2008-10-02 18:55 Ilya Volynets (iluxa)
  0 siblings, 0 replies; only message in thread
From: Ilya Volynets (iluxa) @ 2008-10-02 18:55 UTC (permalink / raw
  To: gentoo-commits

iluxa       08/10/02 18:55:36

  Modified:             sptk-3.5.7.13.ebuild sptk-3.5.8.ebuild ChangeLog
  Log:
  Apply multilib fix (thanks gentoofan23)
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  dev-cpp/sptk/sptk-3.5.7.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild?rev=1.3&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild?r1=1.2&r2=1.3

Index: sptk-3.5.7.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sptk-3.5.7.13.ebuild	17 Sep 2008 21:20:38 -0000	1.2
+++ sptk-3.5.7.13.ebuild	2 Oct 2008 18:55:36 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 2006-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
-inherit eutils flag-o-matic autotools
+inherit eutils flag-o-matic autotools multilib
 
 IUSE="fltk odbc doc sqlite3 excel postgres aspell"
 
@@ -45,6 +45,8 @@
 	check_use excel    EXCEL
 
 	sed -r -i -e 's|SET \(LIBRARY_TYPE STATIC\)|SET \(LIBRARY_TYPE SHARED\)|' src/CMakeLists.txt
+	sed -i -e "s:DESTINATION lib:DESTINATION $(get_libdir):g" src/CMakeLists.txt \
+	|| die "Multilib sed failed"
 
 	cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr ${SPTK_OPTIONS} .  || die "Configuration Failed"
 }



1.2                  dev-cpp/sptk/sptk-3.5.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild?r1=1.1&r2=1.2

Index: sptk-3.5.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sptk-3.5.8.ebuild	15 Sep 2008 15:09:14 -0000	1.1
+++ sptk-3.5.8.ebuild	2 Oct 2008 18:55:36 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 2006-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild,v 1.1 2008/09/15 15:09:14 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild,v 1.2 2008/10/02 18:55:36 iluxa Exp $
 
-inherit eutils flag-o-matic autotools
+inherit eutils flag-o-matic autotools multilib
 
 IUSE="fltk odbc doc sqlite3 excel postgres aspell"
 
@@ -45,6 +45,8 @@
 	check_use excel    EXCEL
 
 	sed -r -i -e 's|SET \(LIBRARY_TYPE STATIC\)|SET \(LIBRARY_TYPE SHARED\)|' src/CMakeLists.txt
+	sed -i -e "s:DESTINATION lib:DESTINATION $(get_libdir):g" src/CMakeLists.txt \
+	|| die "Multilib sed failed"
 
 	cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr ${SPTK_OPTIONS} .  || die "Configuration Failed"
 }



1.39                 dev-cpp/sptk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	17 Sep 2008 21:20:38 -0000	1.38
+++ ChangeLog	2 Oct 2008 18:55:36 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/sptk
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.38 2008/09/17 21:20:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.39 2008/10/02 18:55:36 iluxa Exp $
+
+  02 Oct 2008; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org>
+  sptk-3.5.7.13.ebuild, sptk-3.5.8.ebuild:
+  Apply multilib fix (thanks gentoofan23)
 
   17 Sep 2008; Markus Meier <maekke@gentoo.org> sptk-3.5.7.13.ebuild:
   x86 stable, bug #237728






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-02 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02 18:55 [gentoo-commits] gentoo-x86 commit in dev-cpp/sptk: sptk-3.5.7.13.ebuild sptk-3.5.8.ebuild ChangeLog Ilya Volynets (iluxa)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox