summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-06-24 20:04:43 +0000
committerAlin Năstac <mrness@gentoo.org>2008-06-24 20:04:43 +0000
commitfe6b631e3aae156a62ea8c35d4df150528633296 (patch)
treedbee0b1d551652e481413b5945e388b33798e831 /app-mobilephone/bitpim/files
parentFix AT_M4DIR wrt #229081. (diff)
downloadhistorical-fe6b631e3aae156a62ea8c35d4df150528633296.tar.gz
historical-fe6b631e3aae156a62ea8c35d4df150528633296.tar.bz2
historical-fe6b631e3aae156a62ea8c35d4df150528633296.zip
Remove obsolete versions.
Remove swig runtime dependency (#221455). Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-mobilephone/bitpim/files')
-rw-r--r--app-mobilephone/bitpim/files/bitpim-0.9.10-gentoo.patch63
-rw-r--r--app-mobilephone/bitpim/files/bitpim-0.9.13-gentoo.patch90
2 files changed, 0 insertions, 153 deletions
diff --git a/app-mobilephone/bitpim/files/bitpim-0.9.10-gentoo.patch b/app-mobilephone/bitpim/files/bitpim-0.9.10-gentoo.patch
deleted file mode 100644
index 4427eccb5198..000000000000
--- a/app-mobilephone/bitpim/files/bitpim-0.9.10-gentoo.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-diff -Nru bitpim-0.9.10.orig/src/common.py bitpim-0.9.10/src/common.py
---- bitpim-0.9.10.orig/src/common.py 2006-12-23 12:43:23.000000000 +0200
-+++ bitpim-0.9.10/src/common.py 2007-01-16 19:36:41.000000000 +0200
-@@ -850,4 +850,4 @@
- # windows running from exe, return as is
- return os.path.abspath(os.path.dirname(sys.executable))
- # running from src, up one
-- return os.path.split(os.path.abspath(os.path.dirname(sys.argv[0])))[0]
-+ return os.path.abspath(os.path.dirname(sys.argv[0]))
-diff -Nru bitpim-0.9.10.orig/src/conversions.py bitpim-0.9.10/src/conversions.py
---- bitpim-0.9.10.orig/src/conversions.py 2006-05-28 06:10:52.000000000 +0300
-+++ bitpim-0.9.10/src/conversions.py 2007-01-16 19:36:41.000000000 +0200
-@@ -20,11 +20,11 @@
-
- class ConversionFailed(Exception): pass
-
--helperdir=os.path.join(common.get_main_dir(), "helpers")
-+helperdir="/usr/bin"
-
- osext={'win32': '.exe',
- 'darwin': '.mbin',
-- 'linux2': '.lbin'} \
-+ 'linux2': ''} \
- [sys.platform]
-
- # This shortname crap is needed because Windows programs (including ffmpeg)
-@@ -125,14 +125,14 @@
- p=sys.path[0]
- if os.path.isfile(p):
- p=os.path.dirname(p)
-- helpersdirectory=os.path.abspath(os.path.join(p, 'helpers'))
-+ helpersdirectory="/usr/bin"
- print "Helper Directory: "+helpersdirectory
- if sys.platform=='win32':
- osext=".exe"
- if sys.platform=='darwin':
- osext=".mbin"
- if sys.platform=='linux2':
-- osext=".lbin"
-+ osext=""
-
- pngtopnmbin=gethelperbinary('pngtopnm')
- ppmquantbin=gethelperbinary('ppmquant')
-diff -Nru bitpim-0.9.10.orig/src/native/av/bmp2avi/Makefile bitpim-0.9.10/src/native/av/bmp2avi/Makefile
---- bitpim-0.9.10.orig/src/native/av/bmp2avi/Makefile 2006-05-05 10:10:08.000000000 +0300
-+++ bitpim-0.9.10/src/native/av/bmp2avi/Makefile 2007-01-16 19:36:41.000000000 +0200
-@@ -13,6 +13,6 @@
-
- SRC=avi_file.cxx bmp_file.cxx b2a.cxx
-
--bmp2avi.lbin bmp2avi.mbin bmp2avi.exe: $(SRC)
-+bmp2avi bmp2avi.mbin bmp2avi.exe: $(SRC)
- $(CXX) $(EXTRADEFINES) -O2 -o $@ $(SRC)
-
-diff -Nru bitpim-0.9.10.orig/src/native/usb/build.sh bitpim-0.9.10/src/native/usb/build.sh
---- bitpim-0.9.10.orig/src/native/usb/build.sh 2006-03-04 06:57:24.000000000 +0200
-+++ bitpim-0.9.10/src/native/usb/build.sh 2007-01-16 19:36:41.000000000 +0200
-@@ -4,4 +4,4 @@
- swig -python -I/usr/include libusb.i
-
- gcc -fPIC -Wall -fno-strict-aliasing -O2 -g -shared -I $INCLUDEDIR -o _libusb.so libusb_wrap.c -lusb
--strip _libusb.so
-+#strip _libusb.so
diff --git a/app-mobilephone/bitpim/files/bitpim-0.9.13-gentoo.patch b/app-mobilephone/bitpim/files/bitpim-0.9.13-gentoo.patch
deleted file mode 100644
index 4b5805701bdc..000000000000
--- a/app-mobilephone/bitpim/files/bitpim-0.9.13-gentoo.patch
+++ /dev/null
@@ -1,90 +0,0 @@
-diff -Nru bitpim-0.9.13.orig/src/common.py bitpim-0.9.13/src/common.py
---- bitpim-0.9.13.orig/src/common.py 2007-03-08 05:20:16.000000000 +0200
-+++ bitpim-0.9.13/src/common.py 2007-03-26 11:52:31.000000000 +0300
-@@ -859,7 +859,7 @@
- # windows running from exe, return as is
- return os.path.abspath(os.path.dirname(sys.executable))
- # running from src, up one
-- return os.path.split(os.path.abspath(os.path.dirname(sys.argv[0])))[0]
-+ return os.path.abspath(os.path.dirname(sys.argv[0]))
-
- if sys.platform=='win32':
- # From Tim Golden's Win32 How Do I ...?
-diff -Nru bitpim-0.9.13.orig/src/conversions.py bitpim-0.9.13/src/conversions.py
---- bitpim-0.9.13.orig/src/conversions.py 2006-05-28 06:10:52.000000000 +0300
-+++ bitpim-0.9.13/src/conversions.py 2007-03-26 11:52:31.000000000 +0300
-@@ -20,11 +20,11 @@
-
- class ConversionFailed(Exception): pass
-
--helperdir=os.path.join(common.get_main_dir(), "helpers")
-+helperdir="/usr/bin"
-
- osext={'win32': '.exe',
- 'darwin': '.mbin',
-- 'linux2': '.lbin'} \
-+ 'linux2': ''} \
- [sys.platform]
-
- # This shortname crap is needed because Windows programs (including ffmpeg)
-@@ -125,14 +125,14 @@
- p=sys.path[0]
- if os.path.isfile(p):
- p=os.path.dirname(p)
-- helpersdirectory=os.path.abspath(os.path.join(p, 'helpers'))
-+ helpersdirectory="/usr/bin"
- print "Helper Directory: "+helpersdirectory
- if sys.platform=='win32':
- osext=".exe"
- if sys.platform=='darwin':
- osext=".mbin"
- if sys.platform=='linux2':
-- osext=".lbin"
-+ osext=""
-
- pngtopnmbin=gethelperbinary('pngtopnm')
- ppmquantbin=gethelperbinary('ppmquant')
-diff -Nru bitpim-0.9.13.orig/src/importexport.py bitpim-0.9.13/src/importexport.py
---- bitpim-0.9.13.orig/src/importexport.py 2007-01-10 00:28:37.000000000 +0200
-+++ bitpim-0.9.13/src/importexport.py 2007-03-26 11:52:41.000000000 +0300
-@@ -21,7 +21,7 @@
- import wx.html
-
- # Others
--from thirdparty import DSV
-+import DSV
-
- # My modules
- import common
-diff -Nru bitpim-0.9.13.orig/src/native/av/bmp2avi/Makefile bitpim-0.9.13/src/native/av/bmp2avi/Makefile
---- bitpim-0.9.13.orig/src/native/av/bmp2avi/Makefile 2006-05-05 10:10:08.000000000 +0300
-+++ bitpim-0.9.13/src/native/av/bmp2avi/Makefile 2007-03-26 11:52:31.000000000 +0300
-@@ -13,6 +13,6 @@
-
- SRC=avi_file.cxx bmp_file.cxx b2a.cxx
-
--bmp2avi.lbin bmp2avi.mbin bmp2avi.exe: $(SRC)
-+bmp2avi bmp2avi.mbin bmp2avi.exe: $(SRC)
- $(CXX) $(EXTRADEFINES) -O2 -o $@ $(SRC)
-
-diff -Nru bitpim-0.9.13.orig/src/native/usb/build.sh bitpim-0.9.13/src/native/usb/build.sh
---- bitpim-0.9.13.orig/src/native/usb/build.sh 2006-03-04 06:57:24.000000000 +0200
-+++ bitpim-0.9.13/src/native/usb/build.sh 2007-03-26 11:52:31.000000000 +0300
-@@ -4,4 +4,4 @@
- swig -python -I/usr/include libusb.i
-
- gcc -fPIC -Wall -fno-strict-aliasing -O2 -g -shared -I $INCLUDEDIR -o _libusb.so libusb_wrap.c -lusb
--strip _libusb.so
-+#strip _libusb.so
-diff -Nru bitpim-0.9.13.orig/src/phones/com_samsung.py bitpim-0.9.13/src/phones/com_samsung.py
---- bitpim-0.9.13.orig/src/phones/com_samsung.py 2007-01-10 00:28:37.000000000 +0200
-+++ bitpim-0.9.13/src/phones/com_samsung.py 2007-03-26 11:52:47.000000000 +0300
-@@ -16,7 +16,7 @@
- import time
-
- # site-packages
--from thirdparty import DSV
-+import DSV
-
- # BitPim modules
- import bpcalendar