diff options
author | 2005-04-19 09:09:57 +0000 | |
---|---|---|
committer | 2005-04-19 09:09:57 +0000 | |
commit | 5fd0806782445c1e59813aeeb324cd48ea4146aa (patch) | |
tree | a4435de368783e15e9d05e0b9fde730d015837cd /media-gfx/tuxpaint/files | |
parent | Remove retired developer from metadata.xml. (diff) | |
download | gentoo-2-5fd0806782445c1e59813aeeb324cd48ea4146aa.tar.gz gentoo-2-5fd0806782445c1e59813aeeb324cd48ea4146aa.tar.bz2 gentoo-2-5fd0806782445c1e59813aeeb324cd48ea4146aa.zip |
Marking 0.9.14 stable (x86). Removing old ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-gfx/tuxpaint/files')
-rw-r--r-- | media-gfx/tuxpaint/files/digest-tuxpaint-0.9.13-r1 | 2 | ||||
-rw-r--r-- | media-gfx/tuxpaint/files/tuxpaint-0.9.13-fix_error_directives.patch | 36 |
2 files changed, 0 insertions, 38 deletions
diff --git a/media-gfx/tuxpaint/files/digest-tuxpaint-0.9.13-r1 b/media-gfx/tuxpaint/files/digest-tuxpaint-0.9.13-r1 deleted file mode 100644 index 62bd829aea23..000000000000 --- a/media-gfx/tuxpaint/files/digest-tuxpaint-0.9.13-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 580ed290af35c34a33f2206f7f36e489 tuxpaint-0.9.13.tar.gz 2495193 -MD5 b61f93abe4add6a75145bddecf5e5239 tuxpaint-0.9.13-makefile.patch 21771 diff --git a/media-gfx/tuxpaint/files/tuxpaint-0.9.13-fix_error_directives.patch b/media-gfx/tuxpaint/files/tuxpaint-0.9.13-fix_error_directives.patch deleted file mode 100644 index f63f4d42e27d..000000000000 --- a/media-gfx/tuxpaint/files/tuxpaint-0.9.13-fix_error_directives.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -NurdB tuxpaint-0.9.13-orig/src/tuxpaint.c tuxpaint-0.9.13/src/tuxpaint.c ---- tuxpaint-0.9.13-orig/src/tuxpaint.c 2005-03-20 20:19:44.000000000 -0500 -+++ tuxpaint-0.9.13/src/tuxpaint.c 2005-03-20 20:20:17.000000000 -0500 -@@ -165,32 +165,11 @@ - #endif - - #include "SDL_image.h" --#ifndef _IMG_h --#error "---------------------------------------------------" --#error "If you installed SDL_image from a package, be sure" --#error "to get the development package, as well!" --#error "(e.g., 'libsdl-image1.2-devel.rpm')" --#error "---------------------------------------------------" --#endif - - #include "SDL_ttf.h" --#ifndef _SDLttf_h --#error "---------------------------------------------------" --#error "If you installed SDL_ttf from a package, be sure" --#error "to get the development package, as well!" --#error "(e.g., 'libsdl-ttf1.2-devel.rpm')" --#error "---------------------------------------------------" --#endif - - #ifndef NOSOUND - #include "SDL_mixer.h" --#ifndef _MIXER_H_ --#error "---------------------------------------------------" --#error "If you installed SDL_mixer from a package, be sure" --#error "to get the development package, as well!" --#error "(e.g., 'libsdl-mixer1.2-devel.rpm')" --#error "---------------------------------------------------" --#endif - #endif - - #ifndef SAVE_AS_BMP |