Gentoo Archives: gentoo-commits

From: "TomAs Touceda (chiiph)" <chiiph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/shiboken/files: shiboken-0.5.1-fix-pkgconfig.patch shiboken-fix-pkgconfig.patch
Date: Thu, 25 Nov 2010 01:18:09
Message-Id: 20101125011806.8665C2003C@flycatcher.gentoo.org
1 chiiph 10/11/25 01:18:06
2
3 Added: shiboken-0.5.1-fix-pkgconfig.patch
4 Removed: shiboken-fix-pkgconfig.patch
5 Log:
6 Version bump, remove old and update patch
7
8 (Portage version: 2.2_rc90/cvs/Linux i686)
9
10 Revision Changes Path
11 1.1 dev-python/shiboken/files/shiboken-0.5.1-fix-pkgconfig.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/files/shiboken-0.5.1-fix-pkgconfig.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/files/shiboken-0.5.1-fix-pkgconfig.patch?rev=1.1&content-type=text/plain
15
16 Index: shiboken-0.5.1-fix-pkgconfig.patch
17 ===================================================================
18 diff -Naur shiboken-0.5.1.orig/data/shiboken.pc.in shiboken-0.5.1/data/shiboken.pc.in
19 --- shiboken-0.5.1.orig/data/shiboken.pc.in 2010-10-11 19:23:01.000000000 -0300
20 +++ shiboken-0.5.1/data/shiboken.pc.in 2010-11-24 22:01:54.000000000 -0300
21 @@ -1,12 +1,13 @@
22 prefix=@CMAKE_INSTALL_PREFIX@
23 exec_prefix=@CMAKE_INSTALL_PREFIX@
24 libdir=@LIB_INSTALL_DIR@
25 -includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken
26 +shiboken_SUFFIX=@shiboken_SUFFIX@
27 +includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken${shiboken_SUFFIX}
28 generator_location=@CMAKE_INSTALL_PREFIX@/bin/shiboken
29
30 Name: shiboken
31 Description: Support library for Python bindings created with Shiboken generator.
32 Version: @shiboken_VERSION@
33 Libs: -L${libdir} -lpython -lshiboken@shiboken_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@
34 -Cflags: -I${includedir}/shiboken@shiboken_SUFFIX@
35 +Cflags: -I${includedir}