summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-08-01 13:40:02 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-08-01 13:40:02 +0000
commite237961e4c278f071e8e2aa911be6c615e34efc9 (patch)
tree65e5e028759491e7e312ccf31dad2161bed81712 /media-sound
parentmask curl[curl_ssl_cyassl] (diff)
downloadgentoo-2-e237961e4c278f071e8e2aa911be6c615e34efc9.tar.gz
gentoo-2-e237961e4c278f071e8e2aa911be6c615e34efc9.tar.bz2
gentoo-2-e237961e4c278f071e8e2aa911be6c615e34efc9.zip
remove old file
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/lastfmplayer/ChangeLog6
-rw-r--r--media-sound/lastfmplayer/files/fix_plugin_path.patch13
2 files changed, 5 insertions, 14 deletions
diff --git a/media-sound/lastfmplayer/ChangeLog b/media-sound/lastfmplayer/ChangeLog
index adeddf0e41fd..7f7afbf28748 100644
--- a/media-sound/lastfmplayer/ChangeLog
+++ b/media-sound/lastfmplayer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/lastfmplayer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.69 2012/07/14 17:10:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.70 2012/08/01 13:40:01 hwoarang Exp $
+
+ 01 Aug 2012; Markos Chandras <hwoarang@gentoo.org>
+ -files/fix_plugin_path.patch:
+ remove old file
*lastfmplayer-1.5.4.27091-r3 (14 Jul 2012)
diff --git a/media-sound/lastfmplayer/files/fix_plugin_path.patch b/media-sound/lastfmplayer/files/fix_plugin_path.patch
deleted file mode 100644
index c4fd5ae522b4..000000000000
--- a/media-sound/lastfmplayer/files/fix_plugin_path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: lastfm-1.5.4.26862+dfsg/src/libMoose/MooseCommon.cpp
-===================================================================
---- lastfm-1.5.4.26862+dfsg.orig/src/libMoose/MooseCommon.cpp
-+++ lastfm-1.5.4.26862+dfsg/src/libMoose/MooseCommon.cpp
-@@ -112,7 +112,7 @@ servicePath( QString name )
- // Hack to get it working with VS2005
- dirPath = qApp->applicationDirPath();
- #else
-- dirPath = qApp->applicationDirPath() + "/services";
-+ dirPath = "/usr/lib/services";
- #endif
-
- #ifndef QT_NO_DEBUG