summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-03-07 00:14:38 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-03-07 00:14:38 +0000
commitd01d305867c156ba8260775472845df8e2e6fea7 (patch)
treec672b3203da59e236ab04ad0742acaa641779ef0 /dev-python/shiboken/files
parentVersion bump for stable channel release. (diff)
downloadgentoo-2-d01d305867c156ba8260775472845df8e2e6fea7.tar.gz
gentoo-2-d01d305867c156ba8260775472845df8e2e6fea7.tar.bz2
gentoo-2-d01d305867c156ba8260775472845df8e2e6fea7.zip
Remove obsolete versions that are never going to be stabilized.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/shiboken/files')
-rw-r--r--dev-python/shiboken/files/shiboken-1.0.3-fix-pkgconfig.patch20
-rw-r--r--dev-python/shiboken/files/shiboken-1.0.6-fix-pkgconfig.patch20
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/shiboken/files/shiboken-1.0.3-fix-pkgconfig.patch b/dev-python/shiboken/files/shiboken-1.0.3-fix-pkgconfig.patch
deleted file mode 100644
index 208ec2579827..000000000000
--- a/dev-python/shiboken/files/shiboken-1.0.3-fix-pkgconfig.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -Naur shiboken-1.0.0~beta5.orig/data/shiboken.pc.in shiboken-1.0.0~beta5/data/shiboken.pc.in
---- shiboken-1.0.0~beta5.orig/data/shiboken.pc.in 2011-02-02 11:39:04.000000000 -0300
-+++ shiboken-1.0.0~beta5/data/shiboken.pc.in 2011-02-17 11:06:16.843572611 -0300
-@@ -1,7 +1,8 @@
- prefix=@CMAKE_INSTALL_PREFIX@
- exec_prefix=@CMAKE_INSTALL_PREFIX@
- libdir=@LIB_INSTALL_DIR@
--includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken
-+shiboken_SUFFIX=@shiboken_SUFFIX@
-+includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken${shiboken_SUFFIX}
- generator_location=@CMAKE_INSTALL_PREFIX@/bin/@SHIBOKEN_GENERATOR@
- python_interpreter=@PYTHON_EXECUTABLE@
- python_include_dir=@SBK_PYTHON_INCLUDE_DIR@
-@@ -11,5 +12,5 @@
- Description: Support library for Python bindings created with Shiboken generator.
- Version: @shiboken_VERSION@
- Libs: @SBK_PYTHON_LIBRARIES@ -L${libdir} -lshiboken@shiboken_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@
--Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/@shiboken_SUFFIX@@SBK_PKG_CONFIG_PY_DEBUG_DEFINITION@
-+Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/
-
diff --git a/dev-python/shiboken/files/shiboken-1.0.6-fix-pkgconfig.patch b/dev-python/shiboken/files/shiboken-1.0.6-fix-pkgconfig.patch
deleted file mode 100644
index 56fd3d8f71e3..000000000000
--- a/dev-python/shiboken/files/shiboken-1.0.6-fix-pkgconfig.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -urN shiboken-1.0.6.old/data/shiboken.pc.in shiboken-1.0.6/data/shiboken.pc.in
---- shiboken-1.0.6.old/data/shiboken.pc.in 2011-09-06 12:36:36.150737026 +0200
-+++ shiboken-1.0.6/data/shiboken.pc.in 2011-09-06 12:38:30.780735651 +0200
-@@ -1,7 +1,8 @@
- prefix=@CMAKE_INSTALL_PREFIX@
- exec_prefix=@CMAKE_INSTALL_PREFIX@
- libdir=@LIB_INSTALL_DIR@
--includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken
-+shiboken_SUFFIX=@shiboken_SUFFIX@
-+includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken${shiboken_SUFFIX}
- generator_location=@CMAKE_INSTALL_PREFIX@/bin/@SHIBOKEN_GENERATOR@
- python_interpreter=@PYTHON_EXECUTABLE@
- python_include_dir=@SBK_PYTHON_INCLUDE_DIR@
-@@ -10,5 +11,5 @@
- Description: Support library for Python bindings created with Shiboken generator.
- Version: @shiboken_VERSION@
- Libs: @SBK_PYTHON_LIBRARIES@ -L${libdir} -lshiboken@shiboken_SUFFIX@-@PYTHON_BASENAME@@LIBRARY_OUTPUT_SUFFIX@
--Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/@shiboken_SUFFIX@@SBK_PKG_CONFIG_PY_DEBUG_DEFINITION@
-+Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/
-