diff options
author | 2007-08-11 12:34:58 +0000 | |
---|---|---|
committer | 2007-08-11 12:34:58 +0000 | |
commit | cf18f9ee2f5455e12f6ce12cdc527d8f24966512 (patch) | |
tree | 602f7ceeff209e66fb07b6a9aa13389c13efdcad /media-sound/exaile/files | |
parent | Added an upstream patch to allow pwc-driven webcams to work again in Kopete. ... (diff) | |
download | gentoo-2-cf18f9ee2f5455e12f6ce12cdc527d8f24966512.tar.gz gentoo-2-cf18f9ee2f5455e12f6ce12cdc527d8f24966512.tar.bz2 gentoo-2-cf18f9ee2f5455e12f6ce12cdc527d8f24966512.zip |
Check for xulrunner, firefox or seamonkey USE flag in gnome-python-extras for extra features as per bug 184038.
(Portage version: 2.1.3.4)
Diffstat (limited to 'media-sound/exaile/files')
-rw-r--r-- | media-sound/exaile/files/digest-exaile-0.2.9-r3 | 3 | ||||
-rw-r--r-- | media-sound/exaile/files/exaile-0.2.9-amazon.patch | 14 | ||||
-rw-r--r-- | media-sound/exaile/files/exaile-0.2.x-strip.patch | 11 |
3 files changed, 0 insertions, 28 deletions
diff --git a/media-sound/exaile/files/digest-exaile-0.2.9-r3 b/media-sound/exaile/files/digest-exaile-0.2.9-r3 deleted file mode 100644 index 7fa98eb6bbe1..000000000000 --- a/media-sound/exaile/files/digest-exaile-0.2.9-r3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d52241d30a66286d9483e30e1259d8d4 exaile_0.2.9.tar.gz 421296 -RMD160 333362939e80f2feb5bd81d51e134cb4d29f74f2 exaile_0.2.9.tar.gz 421296 -SHA256 b8377fd0559a1ca7b98b47348a436b9dc90658b1dde17115b429e907f045ca98 exaile_0.2.9.tar.gz 421296 diff --git a/media-sound/exaile/files/exaile-0.2.9-amazon.patch b/media-sound/exaile/files/exaile-0.2.9-amazon.patch deleted file mode 100644 index 1d6e13eb028f..000000000000 --- a/media-sound/exaile/files/exaile-0.2.9-amazon.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: xl/covers.py -=================================================================== ---- xl/covers.py (revision 2372) -+++ xl/covers.py (working copy) -@@ -42,7 +42,8 @@ - QUERY = "/onca/xml3?t=webservices-20&dev-t=%s&mode=music&type=lite&" % (KEY) + \ - "locale={locale}&page=1&f=xml&KeywordSearch=" - IMAGE_PATTERN = re.compile( -- r"http://(images(?:-\w\w)?\.amazon\.com)(/images/.*?LZ+\.jpg)") -+ r"<ImageUrlMedium>http://(\w+\.images-amazon\.com)" -+ "(/images/.*?\.jpg)</ImageUrlMedium>", re.DOTALL) - - """ - Fetches album covers from Amazon.com diff --git a/media-sound/exaile/files/exaile-0.2.x-strip.patch b/media-sound/exaile/files/exaile-0.2.x-strip.patch deleted file mode 100644 index 677da34cf2ad..000000000000 --- a/media-sound/exaile/files/exaile-0.2.x-strip.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur exaile_0.2.8.orig/mmkeys/Makefile exaile_0.2.8/mmkeys/Makefile ---- exaile_0.2.8.orig/mmkeys/Makefile 2006-11-01 02:11:34.000000000 +0200 -+++ exaile_0.2.8/mmkeys/Makefile 2007-02-04 13:40:43.000000000 +0200 -@@ -7,7 +7,6 @@ - - mmkeys.so: mmkeyspy.o mmkeys.o mmkeysmodule.o - $(CC) $(LDFLAGS) -shared $^ -o $@ -- strip mmkeys.so - - DEFS=`pkg-config --variable=defsdir pygtk-2.0` - |