diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2010-03-20 17:51:55 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2010-03-20 17:51:55 +0000 |
commit | bba37193ac3d65db64e4dbf5fe39dc2679c268c1 (patch) | |
tree | 8a8176e8d5f35a2a0a158d6116f64f48acd16135 /x11-wm/aewm++-goodies/files | |
parent | Version bump dev-vcs/hgsubversion to 1.1. (diff) | |
download | gentoo-2-bba37193ac3d65db64e4dbf5fe39dc2679c268c1.tar.gz gentoo-2-bba37193ac3d65db64e4dbf5fe39dc2679c268c1.tar.bz2 gentoo-2-bba37193ac3d65db64e4dbf5fe39dc2679c268c1.zip |
x11-wm/aewm++-goodies removal (pending 2010-03-09) see bug #248678 for reference
Diffstat (limited to 'x11-wm/aewm++-goodies/files')
-rw-r--r-- | x11-wm/aewm++-goodies/files/aewm++-goodies-gcc3-gentoo.patch | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/x11-wm/aewm++-goodies/files/aewm++-goodies-gcc3-gentoo.patch b/x11-wm/aewm++-goodies/files/aewm++-goodies-gcc3-gentoo.patch deleted file mode 100644 index 487b3b60d524..000000000000 --- a/x11-wm/aewm++-goodies/files/aewm++-goodies-gcc3-gentoo.patch +++ /dev/null @@ -1,82 +0,0 @@ -diff -ur aewm++_goodies/ae_fspanel-1.0/Makefile aewm++_goodies~/ae_fspanel-1.0/Makefile ---- aewm++_goodies/ae_fspanel-1.0/Makefile 2002-11-11 18:30:27.000000000 -0600 -+++ aewm++_goodies~/ae_fspanel-1.0/Makefile 2002-11-20 14:00:07.000000000 -0600 -@@ -1,7 +1,7 @@ - CC = gcc - prefix=/usr --C_FLAGS = -DNOSTDLIB -DHAVE_XPM -Wall -I/usr/X11R6/include -m386 -malign-loops=2 -malign-jumps=2 -malign-functions=2 --L_FLAGS = -O1 -Xlinker -s -L/usr/X11R6/lib -lX11 -lXpm -+C_FLAGS = -DNOSTDLIB -DHAVE_XPM -Wall -I/usr/X11R6/include -falign-loops=2 -falign-jumps=2 -falign-functions=2 $(CFLAGS) -+L_FLAGS = -Xlinker -s -L/usr/X11R6/lib -lX11 -lXpm - PROGNAME = ae_fspanel - - $(PROGNAME): Makefile ae_fspanel.c ae_fspanel.h icon.xpm -diff -ur aewm++_goodies/appbar-1.0/Makefile aewm++_goodies~/appbar-1.0/Makefile ---- aewm++_goodies/appbar-1.0/Makefile 2002-11-11 18:36:35.000000000 -0600 -+++ aewm++_goodies~/appbar-1.0/Makefile 2002-11-20 14:01:49.000000000 -0600 -@@ -1,7 +1,7 @@ - CC = g++ - CFLAGS = -g -O2 -Wall - prefix = /usr --INCLUDES = -I$(prefix)/include -+INCLUDES = - LIBS = -lX11 -lXext -lXpm - LDPATH = -L/usr/X11R6/lib - -diff -ur aewm++_goodies/appbar-1.0/icon.cc aewm++_goodies~/appbar-1.0/icon.cc ---- aewm++_goodies/appbar-1.0/icon.cc 2002-01-26 18:10:17.000000000 -0600 -+++ aewm++_goodies~/appbar-1.0/icon.cc 2002-11-20 14:00:55.000000000 -0600 -@@ -35,6 +35,8 @@ - - #include "icon.hh" - -+using namespace std; -+ - char * default_icon_xpm[] = { - "16 16 16 1", - " c None", -diff -ur aewm++_goodies/appbar-1.0/scanner.hh aewm++_goodies~/appbar-1.0/scanner.hh ---- aewm++_goodies/appbar-1.0/scanner.hh 2002-11-09 12:48:07.000000000 -0600 -+++ aewm++_goodies~/appbar-1.0/scanner.hh 2002-11-20 14:06:21.000000000 -0600 -@@ -25,13 +25,15 @@ - #ifndef _SCANNER_HH_ - #define _SCANNER_HH_ - --#include <iostream.h> --#include <fstream.h> -+#include <iostream> -+#include <fstream> - #include <cstdlib> - #include <string> - - #define MAX_TOKEN_BUFFER 256 - -+using namespace std; -+ - class Scanner { - private: - -diff -ur aewm++_goodies/setrootimage-1.0/Makefile aewm++_goodies~/setrootimage-1.0/Makefile ---- aewm++_goodies/setrootimage-1.0/Makefile 2002-11-11 18:29:35.000000000 -0600 -+++ aewm++_goodies~/setrootimage-1.0/Makefile 2002-11-20 14:07:16.000000000 -0600 -@@ -1,7 +1,7 @@ - CC = g++ - CFLAGS = -g -O2 -Wall - prefix = /usr --INCLUDES = -I$(prefix)/include -+INCLUDES = - LIBS = -lX11 -lXext - LDPATH = -L/usr/X11R6/lib - -diff -ur aewm++_goodies/setrootimage-1.0/setrootimage.cc aewm++_goodies~/setrootimage-1.0/setrootimage.cc ---- aewm++_goodies/setrootimage-1.0/setrootimage.cc 2002-02-02 08:14:22.000000000 -0600 -+++ aewm++_goodies~/setrootimage-1.0/setrootimage.cc 2002-11-20 14:07:32.000000000 -0600 -@@ -38,6 +38,8 @@ - #include <iostream> - #include "image.hh" - -+using namespace std; -+ - BColor parseCommandlineColor(char* the_color) - { - BColor color; |