diff options
Diffstat (limited to 'dev-dotnet/gio-sharp')
-rw-r--r-- | dev-dotnet/gio-sharp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/gio-sharp/files/gio-sharp-0.2-debug-libs.patch | 24 |
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-dotnet/gio-sharp/ChangeLog b/dev-dotnet/gio-sharp/ChangeLog index 6446d928249e..6bd4bef22122 100644 --- a/dev-dotnet/gio-sharp/ChangeLog +++ b/dev-dotnet/gio-sharp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/gio-sharp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gio-sharp/ChangeLog,v 1.9 2012/05/04 03:56:57 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gio-sharp/ChangeLog,v 1.10 2012/10/24 05:25:06 ssuominen Exp $ + + 24 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> + -files/gio-sharp-0.2-debug-libs.patch: + old 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gio-sharp-0.3.ebuild: dev-util/pkgconfig -> virtual/pkgconfig 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 |