commit:     c4ce62c2fb24c3ddb8af747639ffcf6014432e85
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Aug 19 12:56:51 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 14:46:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ce62c2

app-mobilephone/obexftp: remove unused patches

 .../obexftp/files/obexftp-0.23-fix-ruby19.patch    | 37 ----------------------
 .../obexftp/files/obexftp-0.23-fixruby.patch       | 11 -------
 2 files changed, 48 deletions(-)

diff --git a/app-mobilephone/obexftp/files/obexftp-0.23-fix-ruby19.patch 
b/app-mobilephone/obexftp/files/obexftp-0.23-fix-ruby19.patch
deleted file mode 100644
index a2ed681125c..00000000000
--- a/app-mobilephone/obexftp/files/obexftp-0.23-fix-ruby19.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Replace functions removed with ruby 1.9
-See also http://dev.zuckschwerdt.org/openobex/ticket/49
-
-
-diff --git a/swig/charmap.i b/swig/charmap.i
-index e1f1fc1..b8e17de 100644
---- a/swig/charmap.i
-+++ b/swig/charmap.i
-@@ -89,8 +89,8 @@
-       $2 = PyString_Size($input);
- #elif defined SWIGRUBY
- /* VALUE str = StringValue($input); // perhaps better? */
--      $1 = STR2CSTR($input);
--      $2 = (int) RSTRING($input)->len;
-+      $1 = StringValuePtr($input);
-+      $2 = (int) RSTRING_LEN($input);
- #elif defined SWIGTCL
-       $1 = Tcl_GetStringFromObj($input,&$2);
- #else
-diff --git a/swig/ruby/ruby_wrap.c b/swig/ruby/ruby_wrap.c
-index 57e40bf..31b1a9d 100644
---- a/swig/ruby/ruby_wrap.c
-+++ b/swig/ruby/ruby_wrap.c
-@@ -2579,8 +2579,8 @@ _wrap_Client_put_data(int argc, VALUE *argv, VALUE self) 
{
-     
-     
-     /* VALUE str = StringValue(argv[0]); // perhaps better? */
--    arg2 = STR2CSTR(argv[0]);
--    arg3 = (int) RSTRING(argv[0])->len;
-+    arg2 = StringValuePtr(argv[0]);
-+    arg3 = (int) RSTRING_LEN(argv[0]);
-     
-     
-     
--- 
-1.8.4.2
-

diff --git a/app-mobilephone/obexftp/files/obexftp-0.23-fixruby.patch 
b/app-mobilephone/obexftp/files/obexftp-0.23-fixruby.patch
deleted file mode 100644
index c7f69ffb0d5..00000000000
--- a/app-mobilephone/obexftp/files/obexftp-0.23-fixruby.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/swig/ruby/Makefile.am
-+++ b/swig/ruby/Makefile.am
-@@ -12,7 +12,7 @@ Makefile.ruby: extconf.rb
-       PREFIX=$(prefix) $(RUBY) $< --with-obexftp-include=$(top_srcdir)
- 
- obexftp.so: ruby_wrap.c Makefile.ruby
--      $(MAKE) -fMakefile.ruby
-+      $(MAKE) -fMakefile.ruby LIBPATH="-Wl,-rpath-link,../../bfb/.libs 
-Wl,-rpath-link,../../multicobex/.libs -Wl,-rpath-link,../../obexftp/.libs 
-L../../bfb/.libs -L../../multicobex/.libs -L../../obexftp/.libs"
- 
- install-data-local: Makefile.ruby
-       $(MAKE) -j1 -fMakefile.ruby install

Reply via email to