diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-25 17:38:35 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-25 17:38:35 +0000 |
commit | 1dc39481d6ddce0ba55c01a1043518fe999c54da (patch) | |
tree | 1a2e0f069ffa4164671ab14c3f0bb6899ea30210 /app-mobilephone/obexftp/files | |
parent | Stable on amd64 wrt bug #364043 (diff) | |
download | gentoo-2-1dc39481d6ddce0ba55c01a1043518fe999c54da.tar.gz gentoo-2-1dc39481d6ddce0ba55c01a1043518fe999c54da.tar.bz2 gentoo-2-1dc39481d6ddce0ba55c01a1043518fe999c54da.zip |
Delete older ebuilds.
Diffstat (limited to 'app-mobilephone/obexftp/files')
-rw-r--r-- | app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch | 12 | ||||
-rw-r--r-- | app-mobilephone/obexftp/files/obexftp-0.22-ruby-libpath.patch | 22 |
2 files changed, 0 insertions, 34 deletions
diff --git a/app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch b/app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch deleted file mode 100644 index cfb7730c5ea7..000000000000 --- a/app-mobilephone/obexftp/files/obexftp-0.22-bluetooth.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- obexftp-0.22.orig/apps/obexftpd.c 2008-06-15 22:18:58.000000000 +0300 -+++ obexftp-0.22/apps/obexftpd.c 2008-12-09 00:01:20.000000000 +0200 -@@ -58,6 +58,9 @@ - #include <netinet/in.h> - #include <arpa/inet.h> - #include <netdb.h> -+#ifdef HAVE_BLUETOOTH -+#include <bluetooth/bluetooth.h> -+#endif - #endif - - /* just until there is a server layer in obexftp */ diff --git a/app-mobilephone/obexftp/files/obexftp-0.22-ruby-libpath.patch b/app-mobilephone/obexftp/files/obexftp-0.22-ruby-libpath.patch deleted file mode 100644 index c992325c7b9f..000000000000 --- a/app-mobilephone/obexftp/files/obexftp-0.22-ruby-libpath.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -ur obexftp-0.22.orig/swig/ruby/extconf.rb obexftp-0.22/swig/ruby/extconf.rb ---- obexftp-0.22.orig/swig/ruby/extconf.rb 2008-06-15 19:18:58.000000000 +0000 -+++ obexftp-0.22/swig/ruby/extconf.rb 2008-11-05 21:38:45.000000000 +0000 -@@ -21,10 +21,6 @@ - end - - dir_config('obexftp') --if have_library('openobex', 'OBEX_Init') and -- find_library('bfb', 'bfb_io_open', '../../bfb/.libs') and -- find_library('multicobex', 'cobex_ctrans', '../../multicobex/.libs') and -- find_library('obexftp', 'obexftp_open', '../../obexftp/.libs') - create_makefile('obexftp') - - # hack 2: strip all rpath references -@@ -33,7 +29,3 @@ - out.puts line.gsub(/-Wl,-R'[^']*'/, '') - end - end --else -- puts 'obex libs not found' --end -- |