diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-09-19 03:32:52 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-09-19 03:32:52 +0000 |
commit | 949d296c606657a4493c15be48f3cea7f5b7aeb9 (patch) | |
tree | 13bba5bc93f8b1c40a56109747f44f25b528fcef /media-sound/ripperx/files | |
parent | Removed Stephen Diener (MIA) as maintainer. (diff) | |
download | gentoo-2-949d296c606657a4493c15be48f3cea7f5b7aeb9.tar.gz gentoo-2-949d296c606657a4493c15be48f3cea7f5b7aeb9.tar.bz2 gentoo-2-949d296c606657a4493c15be48f3cea7f5b7aeb9.zip |
2.6.6 version bump for bug 95771
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-sound/ripperx/files')
-rw-r--r-- | media-sound/ripperx/files/digest-ripperx-2.3 | 1 | ||||
-rw-r--r-- | media-sound/ripperx/files/digest-ripperx-2.6.1 | 1 | ||||
-rw-r--r-- | media-sound/ripperx/files/digest-ripperx-2.6.6 | 1 | ||||
-rw-r--r-- | media-sound/ripperx/files/ripperx-2.3-gcc34.patch | 30 |
4 files changed, 1 insertions, 32 deletions
diff --git a/media-sound/ripperx/files/digest-ripperx-2.3 b/media-sound/ripperx/files/digest-ripperx-2.3 deleted file mode 100644 index 607788381399..000000000000 --- a/media-sound/ripperx/files/digest-ripperx-2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 fcc55f96597eefc017b61c15541d90ce ripperX-2.3.tar.gz 155076 diff --git a/media-sound/ripperx/files/digest-ripperx-2.6.1 b/media-sound/ripperx/files/digest-ripperx-2.6.1 deleted file mode 100644 index 96590e98853c..000000000000 --- a/media-sound/ripperx/files/digest-ripperx-2.6.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8af5b6fdb429a171ab8fdbc36211d2fa ripperX-2.6.1.tar.gz 168212 diff --git a/media-sound/ripperx/files/digest-ripperx-2.6.6 b/media-sound/ripperx/files/digest-ripperx-2.6.6 new file mode 100644 index 000000000000..6ed15aebb26c --- /dev/null +++ b/media-sound/ripperx/files/digest-ripperx-2.6.6 @@ -0,0 +1 @@ +MD5 eeb050ac4fd672559e39c854b84b83f7 ripperX-2.6.6.tar.gz 172140 diff --git a/media-sound/ripperx/files/ripperx-2.3-gcc34.patch b/media-sound/ripperx/files/ripperx-2.3-gcc34.patch deleted file mode 100644 index c64e26cf8e2f..000000000000 --- a/media-sound/ripperx/files/ripperx-2.3-gcc34.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -urpN ../ripperX-2.3.orig/src/cddbp.c src/cddbp.c ---- ../ripperX-2.3.orig/src/cddbp.c 2005-03-21 20:44:05.709026752 +0100 -+++ src/cddbp.c 2005-03-21 20:53:55.961294768 +0100 -@@ -62,7 +62,7 @@ int cddbp_handshake( FILE *socket, const - - - int cddbp_query( FILE *socket, const char *disk_id, int tracknum, -- long int offset[ tracknum ], int duration, int *matches, -+ long int offset[ MAX_NUM_TRACK ], int duration, int *matches, - char ***category_buffer, char ***title_buffer, - char ***id_buffer ) - { -@@ -244,7 +244,7 @@ void cddbp_signoff( FILE *socket ) - - - int http_query( const char *server, int port, const char *URL, -- const char *cd_id, int tracknum, long int offset[ tracknum ], -+ const char *cd_id, int tracknum, long int offset[ MAX_NUM_TRACK ], - int duration, int *matches, - char ***category_buffer, char ***title_buffer, - char ***id_buffer, const char *client, const char *version ) -@@ -354,7 +354,7 @@ int http_query( const char *server, int - } - - int http_query_proxy( const char *server, int port, const char *proxy_server, int proxy_port, const char *URL, -- const char *cd_id, int tracknum, long int offset[ tracknum ], -+ const char *cd_id, int tracknum, long int offset[ MAX_NUM_TRACK ], - int duration, int *matches, - char ***category_buffer, char ***title_buffer, - char ***id_buffer, const char *client, const char *version ) |