diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-11-01 18:15:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-11-01 18:15:11 +0000 |
commit | 5a890206e05184d493273bf8973257760cf44e5b (patch) | |
tree | c31a49448faefe34d8c81dfd6fa4b715c2dc8236 /media-libs/sdl-mixer/files | |
parent | remove older ebuilds (diff) | |
download | historical-5a890206e05184d493273bf8973257760cf44e5b.tar.gz historical-5a890206e05184d493273bf8973257760cf44e5b.tar.bz2 historical-5a890206e05184d493273bf8973257760cf44e5b.zip |
remove older ebuilds
Package-Manager: portage-2.1.2_pre3-r9
Diffstat (limited to 'media-libs/sdl-mixer/files')
4 files changed, 0 insertions, 53 deletions
diff --git a/media-libs/sdl-mixer/files/1.2.5-gcc3.patch b/media-libs/sdl-mixer/files/1.2.5-gcc3.patch deleted file mode 100644 index 0af05761164c..000000000000 --- a/media-libs/sdl-mixer/files/1.2.5-gcc3.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- acinclude.m4.orig 2003-09-04 13:34:12.116502248 -0400 -+++ acinclude.m4 2003-09-04 13:35:04.337563440 -0400 -@@ -285,16 +285,11 @@ - } - else - { -- printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the --minimum version\n", $smpeg_major_version, $smpeg_minor_version, --$smpeg_micro_version); -- printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is --correct, then it is\n", major, minor, micro); -+ printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the minimum version\n", $smpeg_major_version, $smpeg_minor_version, $smpeg_micro_version); -+ printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is correct, then it is\n", major, minor, micro); - printf("*** best to upgrade to the required version.\n"); -- printf("*** If smpeg-config was wrong, set the environment variable --SMPEG_CONFIG\n"); -- printf("*** to point to the correct copy of smpeg-config, and remove --the file\n"); -+ printf("*** If smpeg-config was wrong, set the environment variable SMPEG_CONFIG\n"); -+ printf("*** to point to the correct copy of smpeg-config, and remove the file\n"); - printf("*** config.cache before re-running configure\n"); - return 1; - } diff --git a/media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.5-r1 b/media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.5-r1 deleted file mode 100644 index 3e7d4d38ba40..000000000000 --- a/media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.5-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f26d4e4625f00517203e32bd06fbc5d8 SDL_mixer-1.2.5.tar.gz 936765 -RMD160 e47e216fae13ce93179971de2937076acaa7f3a9 SDL_mixer-1.2.5.tar.gz 936765 -SHA256 9a0462535df85f8fd90d726427129e0999605908cba8d1478465d35caea43b9b SDL_mixer-1.2.5.tar.gz 936765 diff --git a/media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.6 b/media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.6 deleted file mode 100644 index bc018a8e2c0e..000000000000 --- a/media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2b8beffad9179d80e598c22c80efb135 SDL_mixer-1.2.6.tar.gz 1147838 -RMD160 f20e3b7db266d9a0da75f2319dcc403d869907e6 SDL_mixer-1.2.6.tar.gz 1147838 -SHA256 89f94840b1b42ddfe53a8aee415331516f1bbdd942b42d25e74906a332cdf22a SDL_mixer-1.2.6.tar.gz 1147838 diff --git a/media-libs/sdl-mixer/files/sdl-mixer-1.2.5-amd64-mikmod.patch b/media-libs/sdl-mixer/files/sdl-mixer-1.2.5-amd64-mikmod.patch deleted file mode 100644 index a8c61db43a91..000000000000 --- a/media-libs/sdl-mixer/files/sdl-mixer-1.2.5-amd64-mikmod.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur SDL_mixer-1.2.5-old/mikmod/mikmod.h SDL_mixer-1.2.5/mikmod/mikmod.h ---- SDL_mixer-1.2.5-old/mikmod/mikmod.h 2004-05-27 11:16:29.571640904 -0500 -+++ SDL_mixer-1.2.5/mikmod/mikmod.h 2004-05-27 11:17:07.233915368 -0500 -@@ -85,7 +85,7 @@ - - /*@DOES_NOT_HAVE_SIGNED@*/ - --#if defined(__alpha) -+#if defined(__alpha) || defined(__x86_64) - /* 64 bit architectures */ - - typedef signed char SBYTE; /* 1 byte, signed */ -diff -ur SDL_mixer-1.2.5-old/mikmod/mikmod_internals.h SDL_mixer-1.2.5/mikmod/mikmod_internals.h ---- SDL_mixer-1.2.5-old/mikmod/mikmod_internals.h 2004-05-27 11:16:29.571640904 -0500 -+++ SDL_mixer-1.2.5/mikmod/mikmod_internals.h 2004-05-27 11:17:31.622207784 -0500 -@@ -69,7 +69,7 @@ - /*========== More type definitions */ - - /* SLONGLONG: 64bit, signed */ --#if defined(__alpha) -+#if defined(__alpha) || defined(__x86_64) - typedef long SLONGLONG; - #define NATIVE_64BIT_INT - #elif defined(__WATCOMC__) |