summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-10-24 05:25:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-10-24 05:25:07 +0000
commitb01cafbd1eb9744c5edab22e8ab4d30164d50412 (patch)
treec50cb99b0f2e07f7750b1f67c0b531ad84a7d22c /dev-dotnet/gio-sharp/files
parentVersion bump. Add doc use flag to build sphinx docs. (diff)
downloadhistorical-b01cafbd1eb9744c5edab22e8ab4d30164d50412.tar.gz
historical-b01cafbd1eb9744c5edab22e8ab4d30164d50412.tar.bz2
historical-b01cafbd1eb9744c5edab22e8ab4d30164d50412.zip
nothing to see here, just dropping one unused file
Package-Manager: portage-2.2.0_alpha135/cvs/Linux x86_64
Diffstat (limited to 'dev-dotnet/gio-sharp/files')
-rw-r--r--dev-dotnet/gio-sharp/files/gio-sharp-0.2-debug-libs.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-dotnet/gio-sharp/files/gio-sharp-0.2-debug-libs.patch b/dev-dotnet/gio-sharp/files/gio-sharp-0.2-debug-libs.patch
deleted file mode 100644
index 8601e148a0c6..000000000000
--- a/dev-dotnet/gio-sharp/files/gio-sharp-0.2-debug-libs.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-commit 99cdb9c4bad171b6f987a3969112dbcd986bd0bd
-Author: Iain Lane <laney@ubuntu.com>
-Date: Sat Sep 4 22:34:39 2010 +0100
-
- Remove the .mdb file from Libraries in the .pc file
-
- Debugging libraries need not be built. We should not assume they are
- present.
-
- Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
-
-diff --git a/gio/gio-sharp-2.0.pc.in b/gio/gio-sharp-2.0.pc.in
-index 35b1696..e1099eb 100644
---- a/gio/gio-sharp-2.0.pc.in
-+++ b/gio/gio-sharp-2.0.pc.in
-@@ -3,7 +3,7 @@ exec_prefix=${prefix}
- libdir=${exec_prefix}/lib
- assemblies_dir=${libdir}/gio-sharp
- gapidir=${prefix}/share/gapi-2.0
--Libraries=${assemblies_dir}/gio-sharp.dll ${assemblies_dir}/gio-sharp.dll.mdb
-+Libraries=${assemblies_dir}/gio-sharp.dll
-
- Name: GIO#
- Description: GIO# - GIO .NET Binding