summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Clément <caratorn@gmail.com>2008-04-08 08:45:00 +0000
committerCharles Clément <caratorn@gmail.com>2008-04-08 08:45:00 +0000
commit58cc714344c1bc6cc6536a7cf0d9760a2d9ea205 (patch)
treed03f4b6ee74555711b7547dfff165ac3bcab21e9 /sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch
parentmedia-video/subtitleeditor: Version bump, update HOMEPAGE, SRC_URI and LICENS... (diff)
downloadsunrise-58cc714344c1bc6cc6536a7cf0d9760a2d9ea205.tar.gz
sunrise-58cc714344c1bc6cc6536a7cf0d9760a2d9ea205.tar.bz2
sunrise-58cc714344c1bc6cc6536a7cf0d9760a2d9ea205.zip
sys-fs/fusepod: Remove old patch
svn path=/sunrise/; revision=6010
Diffstat (limited to 'sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch')
-rw-r--r--sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch b/sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch
deleted file mode 100644
index 18e83360f..000000000
--- a/sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/fusepod_ipod.cpp 2006-08-08 23:28:23.000000000 +0200
-+++ src/fusepod_ipod.cpp.new 2007-01-17 20:58:17.000000000 +0100
-@@ -417,7 +417,7 @@
-
- stats << "FUSEPod Version: " << PACKAGE_VERSION << endl;
- stats << "ITunesDB Version: " << this->ipod->version << endl;
-- stats << "Real Mountpoint: " << this->ipod->mountpoint << endl;
-+ stats << "Real Mountpoint: " << itdb_get_mountpoint(this->ipod) << endl;
-
- Playlist * mpl = itdb_playlist_mpl (ipod);
- stats << "iPod Name: " << (mpl && mpl->name ? string(mpl->name) : "Unknown") << endl;