diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-08-29 13:32:30 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-08-29 13:32:30 +0000 |
commit | 828992fcdf7fe505667066c1e9c8d5c9f6db50be (patch) | |
tree | 03f345976cf9de9c24aabf2a99d8a46dffe13966 /x11-misc | |
parent | added 'provide watchdog' in init-script (diff) | |
download | gentoo-2-828992fcdf7fe505667066c1e9c8d5c9f6db50be.tar.gz gentoo-2-828992fcdf7fe505667066c1e9c8d5c9f6db50be.tar.bz2 gentoo-2-828992fcdf7fe505667066c1e9c8d5c9f6db50be.zip |
Remove old.
(Portage version: 2.1.11.12/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
6 files changed, 8 insertions, 408 deletions
diff --git a/x11-misc/xfractint/ChangeLog b/x11-misc/xfractint/ChangeLog index 5947bf0d8e51..bd0e5ea00493 100644 --- a/x11-misc/xfractint/ChangeLog +++ b/x11-misc/xfractint/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/xfractint # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/ChangeLog,v 1.62 2012/08/27 18:01:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/ChangeLog,v 1.63 2012/08/29 13:32:29 kensington Exp $ + + 29 Aug 2012; Michael Palimaka <kensington@gentoo.org> + -files/xfractint-20.04_p07-Makefile.patch, + -files/xfractint-20.04p07-filename-buffer-overflow-fix.patch, + -files/xfractint-20.04p07-xioerror.patch, + -files/xfractint-20.04p08-Makefile.patch, -xfractint-20.04_p07.ebuild: + Remove old. 27 Aug 2012; Raúl Porcel <armin76@gentoo.org> xfractint-20.04_p07.ebuild, xfractint-20.04_p12.ebuild: diff --git a/x11-misc/xfractint/files/xfractint-20.04_p07-Makefile.patch b/x11-misc/xfractint/files/xfractint-20.04_p07-Makefile.patch deleted file mode 100644 index 0b51a976ef30..000000000000 --- a/x11-misc/xfractint/files/xfractint-20.04_p07-Makefile.patch +++ /dev/null @@ -1,118 +0,0 @@ -diff -ur xfractint-20.04p07.orig/Makefile xfractint-20.04p07/Makefile ---- xfractint-20.04p07.orig/Makefile 2007-11-18 20:44:40.000000000 +0200 -+++ xfractint-20.04p07/Makefile 2007-12-27 22:14:58.000000000 +0200 -@@ -4,7 +4,7 @@ - # SRCDIR should also hold the .par, .frm, etc. files - SRCDIR = /usr/share/xfractint - # BINDIR is where you put your X11 binaries --BINDIR = /usr/X11R6/bin -+BINDIR = /usr/bin - # MANDIR is where you put your chapter 1 man pages - MANDIR = /usr/share/man/man1 - -@@ -90,15 +90,13 @@ - ifeq ($(AS),/usr/bin/nasm) - - #CFLAGS = -I. -D_CONST $(DEFINES) --CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX -O2 \ -- -march=pentium -DNASM -fno-builtin -+CFLAGS += -I$(HFD) $(DEFINES) -DBIG_ANSI_C -DLINUX -DNASM -fno-builtin - # -march=athlon64 -DNASM -fno-builtin - #CFLAGS = -I. $(DEFINES) -g -DBIG_ANSI_C -DLINUX -Os -DNASM -fno-builtin - - else - --CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX -O2 \ -- -march=pentium -fno-builtin -+CFLAGS += -I$(HFD) $(DEFINES) -DBIG_ANSI_C -DLINUX -fno-builtin - # -march=athlon64 -fno-builtin - #CFLAGS = -I. $(DEFINES) -g -DBIG_ANSI_C -DLINUX -Os -fno-builtin - -@@ -121,7 +119,7 @@ - # if you get undefined symbols like "w32addch". - # For Linux, use - #LIBS = -L/usr/X11R6/lib -lX11 -lm -lncurses --LIBS = -L/usr/X11R6/lib -lX11 -lm -lncurses -+LIBS = -L/usr/lib -lX11 -lm -lncurses - #LIBS = -L/usr/X11R6/lib64 -lX11 -lm -lncurses - #LIBS = -lX11 -lm -lcurses - -@@ -261,38 +259,38 @@ - cd $(UDIR) ; ${MAKE} clean - - install: xfractint fractint.hlp -- strip xfractint --# only next 6 lines might need su -- sudo cp xfractint $(BINDIR)/xfractint; -- sudo chmod a+x $(BINDIR)/xfractint; -- sudo cp $(UDIR)/xfractint.man $(MANDIR)/xfractint.1; -- sudo chmod a+r $(MANDIR)/xfractint.1 -- if [ ! -d $(SRCDIR) ] ; then sudo mkdir $(SRCDIR) ; fi -- cd $(SRCDIR); cd ..; sudo chmod -R a+rw $(SRCDIR) - # create directories if they don't exist -- if [ ! -d $(SRCDIR)/$(PDIR) ] ; then mkdir $(SRCDIR)/$(PDIR) ; fi -- if [ ! -d $(SRCDIR)/$(FDIR) ] ; then mkdir $(SRCDIR)/$(FDIR) ; fi -- if [ ! -d $(SRCDIR)/$(IDIR) ] ; then mkdir $(SRCDIR)/$(IDIR) ; fi -- if [ ! -d $(SRCDIR)/$(LDIR) ] ; then mkdir $(SRCDIR)/$(LDIR) ; fi -- if [ ! -d $(SRCDIR)/$(MDIR) ] ; then mkdir $(SRCDIR)/$(MDIR) ; fi -- if [ ! -d $(SRCDIR)/$(XDIR) ] ; then mkdir $(SRCDIR)/$(XDIR) ; fi -+ if [ ! -d $(DESTDIR)$(SRCDIR)/$(PDIR) ] ; then mkdir -p $(DESTDIR)$(BINDIR) ; fi -+ if [ ! -d $(DESTDIR)$(SRCDIR)/$(PDIR) ] ; then mkdir -p $(DESTDIR)$(MANDIR) ; fi -+ if [ ! -d $(DESTDIR)$(SRCDIR)/$(PDIR) ] ; then mkdir -p $(DESTDIR)$(SRCDIR) ; fi -+ if [ ! -d $(DESTDIR)$(SRCDIR)/$(PDIR) ] ; then mkdir -p $(DESTDIR)$(SRCDIR)/$(PDIR) ; fi -+ if [ ! -d $(DESTDIR)$(SRCDIR)/$(FDIR) ] ; then mkdir -p $(DESTDIR)$(SRCDIR)/$(FDIR) ; fi -+ if [ ! -d $(DESTDIR)$(SRCDIR)/$(IDIR) ] ; then mkdir -p $(DESTDIR)$(SRCDIR)/$(IDIR) ; fi -+ if [ ! -d $(DESTDIR)$(SRCDIR)/$(LDIR) ] ; then mkdir -p $(DESTDIR)$(SRCDIR)/$(LDIR) ; fi -+ if [ ! -d $(DESTDIR)$(SRCDIR)/$(MDIR) ] ; then mkdir -p $(DESTDIR)$(SRCDIR)/$(MDIR) ; fi -+ if [ ! -d $(DESTDIR)$(SRCDIR)/$(XDIR) ] ; then mkdir -p $(DESTDIR)$(SRCDIR)/$(XDIR) ; fi - # copy all the files to the appropriate directories -- cp fractint.hlp sstools.ini $(DOCS) $(SRCDIR) -- cd ./$(PDIR); cp $(PARFILES) $(SRCDIR)/$(PDIR) -- cd ./$(FDIR); cp $(FRMFILES) $(SRCDIR)/$(FDIR) -- cd ./$(IDIR); cp $(IFSFILES) $(SRCDIR)/$(IDIR) -- cd ./$(LDIR); cp $(LFILES) $(SRCDIR)/$(LDIR) -- cd ./$(MDIR); cp $(MAPFILES) $(SRCDIR)/$(MDIR) -- cd ./$(XDIR); cp $(XTRAFILES) $(SRCDIR)/$(XDIR) -+ cp xfractint $(DESTDIR)$(BINDIR)/xfractint; -+ cp $(UDIR)/xfractint.man $(DESTDIR)$(MANDIR)/xfractint.1; -+ cp fractint.hlp sstools.ini $(DOCS) $(DESTDIR)$(SRCDIR) -+ cd ./$(PDIR); cp $(PARFILES) $(DESTDIR)$(SRCDIR)/$(PDIR) -+ cd ./$(FDIR); cp $(FRMFILES) $(DESTDIR)$(SRCDIR)/$(FDIR) -+ cd ./$(IDIR); cp $(IFSFILES) $(DESTDIR)$(SRCDIR)/$(IDIR) -+ cd ./$(LDIR); cp $(LFILES) $(DESTDIR)$(SRCDIR)/$(LDIR) -+ cd ./$(MDIR); cp $(MAPFILES) $(DESTDIR)$(SRCDIR)/$(MDIR) -+ cd ./$(XDIR); cp $(XTRAFILES) $(DESTDIR)$(SRCDIR)/$(XDIR) - # set permissions -- cd $(SRCDIR); chmod a+r fractint.hlp -- cd $(SRCDIR); chmod a+rw sstools.ini -- cd $(SRCDIR)/$(PDIR); chmod a+rw $(PARFILES) -- cd $(SRCDIR)/$(FDIR); chmod a+rw $(FRMFILES) -- cd $(SRCDIR)/$(IDIR); chmod a+rw $(IFSFILES) -- cd $(SRCDIR)/$(LDIR); chmod a+rw $(LFILES) -- cd $(SRCDIR)/$(MDIR); chmod a+rw $(MAPFILES) -- cd $(SRCDIR)/$(XDIR); chmod a+rw $(XTRAFILES) -+ cd $(DESTDIR)$(SRCDIR); chmod -R 755 $(DESTDIR)$(SRCDIR) -+ chmod 755 $(DESTDIR)$(BINDIR)/xfractint -+ chmod 644 $(DESTDIR)$(MANDIR)/xfractint.1 -+ cd $(DESTDIR)$(SRCDIR); chmod 644 fractint.hlp -+ cd $(DESTDIR)$(SRCDIR); chmod 644 sstools.ini -+ cd $(DESTDIR)$(SRCDIR)/$(PDIR); chmod 644 $(PARFILES) -+ cd $(DESTDIR)$(SRCDIR)/$(FDIR); chmod 644 $(FRMFILES) -+ cd $(DESTDIR)$(SRCDIR)/$(IDIR); chmod 644 $(IFSFILES) -+ cd $(DESTDIR)$(SRCDIR)/$(LDIR); chmod 644 $(LFILES) -+ cd $(DESTDIR)$(SRCDIR)/$(MDIR); chmod 644 $(MAPFILES) -+ cd $(DESTDIR)$(SRCDIR)/$(XDIR); chmod 644 $(XTRAFILES) - - uninstall: - cd $(SRCDIR)/$(PDIR); rm -f $(PARFILES) -@@ -304,8 +302,8 @@ - cd $(SRCDIR); rm -f fractint.hlp sstools.ini $(DOCS) - cd $(SRCDIR); rmdir $(PDIR) $(FDIR) $(IDIR) $(LDIR) $(MDIR) $(XDIR) - # only next 2 lines might need su -- cd $(SRCDIR); cd ..; sudo rmdir $(SRCDIR) -- sudo rm -f $(BINDIR)/xfractint $(MANDIR)/xfractint.1 -+ cd $(SRCDIR); cd ..; rmdir $(SRCDIR) -+ rm -f $(BINDIR)/xfractint $(MANDIR)/xfractint.1 - - fractint.hlp: hc $(DOSHELPDIR)/$(HELP) - cd $(DOSHELPDIR); ../hc /c; mv fractint.hlp .. diff --git a/x11-misc/xfractint/files/xfractint-20.04p07-filename-buffer-overflow-fix.patch b/x11-misc/xfractint/files/xfractint-20.04p07-filename-buffer-overflow-fix.patch deleted file mode 100644 index 7f9a2ecbc503..000000000000 --- a/x11-misc/xfractint/files/xfractint-20.04p07-filename-buffer-overflow-fix.patch +++ /dev/null @@ -1,117 +0,0 @@ -diff -urN ../xfractint-20.04p07-orig/dos_help/hc.c ../xfractint-20.04p07/dos_help/hc.c ---- ../xfractint-20.04p07-orig/dos_help/hc.c 2006-03-15 10:30:47 +0900 -+++ ../xfractint-20.04p07/dos_help/hc.c 2007-12-28 16:05:53 +0900 -@@ -72,8 +72,8 @@ - # include <dir.h> - # define FNSPLIT fnsplit - #else --# define MAXFILE _MAX_FNAME --# define MAXEXT _MAX_EXT -+# define MAXFILE FILE_MAX_FNAME -+# define MAXEXT FILE_MAX_EXT - # define FNSPLIT _splitpath - #endif - -diff -urN ../xfractint-20.04p07-orig/headers/fractint.h ../xfractint-20.04p07/headers/fractint.h ---- ../xfractint-20.04p07-orig/headers/fractint.h 2006-11-26 04:43:07 +0900 -+++ ../xfractint-20.04p07/headers/fractint.h 2007-12-28 16:07:02 +0900 -@@ -47,31 +47,6 @@ - #define RESTORESTART 3 - #define CONTINUE 4 - --/* these are used to declare arrays for file names */ --#ifdef XFRACT --#define FILE_MAX_PATH 256 /* max length of path+filename */ --#define FILE_MAX_DIR 256 /* max length of directory name */ --#else --#define FILE_MAX_PATH 80 /* max length of path+filename */ --#define FILE_MAX_DIR 80 /* max length of directory name */ --#endif --#define FILE_MAX_DRIVE 3 /* max length of drive letter */ -- --#if 1 --#define FILE_MAX_FNAME 9 /* max length of filename */ --#define FILE_MAX_EXT 5 /* max length of extension */ --#else --/* --The filename limits were increased in Xfract 3.02. But alas, --in this poor program that was originally developed on the --nearly-brain-dead DOS operating system, quite a few things --in the UI would break if file names were bigger than DOS 8-3 --names. So for now humor us and let's keep the names short. --*/ --#define FILE_MAX_FNAME 64 /* max length of filename */ --#define FILE_MAX_EXT 64 /* max length of extension */ --#endif -- - #define MAXMAXLINELENGTH 128 /* upper limit for maxlinelength for PARs */ - #define MINMAXLINELENGTH 40 /* lower limit for maxlinelength for PARs */ - -diff -urN ../xfractint-20.04p07-orig/headers/port.h ../xfractint-20.04p07/headers/port.h ---- ../xfractint-20.04p07-orig/headers/port.h 2006-11-26 04:43:07 +0900 -+++ ../xfractint-20.04p07/headers/port.h 2007-12-28 16:11:15 +0900 -@@ -260,6 +260,36 @@ - #endif - #endif - -+ -+/* The following FILE_* #defines were moved here from fractint.h to -+ * avoid inconsistent declarations in dos_help/hc.c and unix/unix.c. */ -+ -+/* these are used to declare arrays for file names */ -+#ifdef XFRACT -+#define FILE_MAX_PATH 256 /* max length of path+filename */ -+#define FILE_MAX_DIR 256 /* max length of directory name */ -+#else -+#define FILE_MAX_PATH 80 /* max length of path+filename */ -+#define FILE_MAX_DIR 80 /* max length of directory name */ -+#endif -+#define FILE_MAX_DRIVE 3 /* max length of drive letter */ -+ -+#if 1 -+#define FILE_MAX_FNAME 9 /* max length of filename */ -+#define FILE_MAX_EXT 5 /* max length of extension */ -+#else -+/* -+The filename limits were increased in Xfract 3.02. But alas, -+in this poor program that was originally developed on the -+nearly-brain-dead DOS operating system, quite a few things -+in the UI would break if file names were bigger than DOS 8-3 -+names. So for now humor us and let's keep the names short. -+*/ -+#define FILE_MAX_FNAME 64 /* max length of filename */ -+#define FILE_MAX_EXT 64 /* max length of extension */ -+#endif -+ -+ - /* Uses big_access32(), big_set32(),... functions instead of macros. */ - /* Some little endian machines may require this as well. */ - #if BYTE_ORDER == BIG_ENDIAN -diff -urN ../xfractint-20.04p07-orig/headers/unix.h ../xfractint-20.04p07/headers/unix.h ---- ../xfractint-20.04p07-orig/headers/unix.h 2006-11-26 04:43:07 +0900 -+++ ../xfractint-20.04p07/headers/unix.h 2007-12-28 15:52:47 +0900 -@@ -28,8 +28,6 @@ - #define max(a,b) ((a)>(b)?(a):(b)) - #define min(a,b) ((a)<(b)?(a):(b)) - #define remove(x) unlink(x) --#define _MAX_FNAME 20 --#define _MAX_EXT 4 - #define chsize(fd,len) ftruncate(fd,len) - - #define inp(x) 0 -diff -urN ../xfractint-20.04p07-orig/unix/unix.c ../xfractint-20.04p07/unix/unix.c ---- ../xfractint-20.04p07-orig/unix/unix.c 2005-07-28 09:55:02 +0900 -+++ ../xfractint-20.04p07/unix/unix.c 2007-12-28 16:05:56 +0900 -@@ -15,12 +15,6 @@ - #include <ctype.h> - #include "port.h" - --#define FILE_MAX_PATH 256 /* max length of path+filename */ --#define FILE_MAX_DIR 256 /* max length of directory name */ --#define FILE_MAX_DRIVE 3 /* max length of drive letter */ --#define FILE_MAX_FNAME 9 /* max length of filename */ --#define FILE_MAX_EXT 5 /* max length of extension */ -- - int iocount; - - /* diff --git a/x11-misc/xfractint/files/xfractint-20.04p07-xioerror.patch b/x11-misc/xfractint/files/xfractint-20.04p07-xioerror.patch deleted file mode 100644 index ac458e1f4f06..000000000000 --- a/x11-misc/xfractint/files/xfractint-20.04p07-xioerror.patch +++ /dev/null @@ -1,50 +0,0 @@ -diff -Naurp xfractint-20.04p07/unix/unixscr.c xfractint-20.04p07-fixed/unix/unixscr.c ---- xfractint-20.04p07/unix/unixscr.c 2005-11-22 23:51:24.000000000 +0100 -+++ xfractint-20.04p07-fixed/unix/unixscr.c 2007-12-28 13:40:50.000000000 +0100 -@@ -137,6 +137,7 @@ static int doredraw = 0; /* 1 if we have - static Window FindRootWindow(void); - static Window pr_dwmroot(Display *dpy, Window pwin); - static int errhand(Display *dp, XErrorEvent *xe); -+static int ioerrhand(Display *dp); - static int getachar(void); - static int handleesc(void); - static int translatekey(int ch); -@@ -345,6 +346,30 @@ XErrorEvent *xe; - return(0); - } - -+/* -+ *---------------------------------------------------------------------- -+ * -+ * ioerrhand -- -+ * -+ * Called on an X IO server error. -+ * -+ * Results: -+ * None. -+ * -+ * Side effects: -+ * Prints the error message. -+ * -+ *---------------------------------------------------------------------- -+ */ -+static int ioerrhand(dp) -+Display *dp; -+{ -+ UnixDone(); -+ fflush(stdout); -+ printf("Fatal X IO error on display %s\n", DisplayString(dp)); -+ return(0); -+} -+ - #ifdef FPUERR - /* - *---------------------------------------------------------------------- -@@ -552,6 +577,7 @@ initUnixWindow() - XSynchronize(Xdp, True); - } - XSetErrorHandler(errhand); -+ XSetIOErrorHandler(ioerrhand); - Xsc = ScreenOfDisplay(Xdp, Xdscreen); - select_visual(); - if (fixcolors > 0) { diff --git a/x11-misc/xfractint/files/xfractint-20.04p08-Makefile.patch b/x11-misc/xfractint/files/xfractint-20.04p08-Makefile.patch deleted file mode 100644 index 46fbeaa4b218..000000000000 --- a/x11-misc/xfractint/files/xfractint-20.04p08-Makefile.patch +++ /dev/null @@ -1,75 +0,0 @@ -diff -Naurp xfractint-20.04p08-orig/Makefile xfractint-20.04p08/Makefile ---- xfractint-20.04p08-orig/Makefile 2008-09-13 23:53:43.000000000 +0200 -+++ xfractint-20.04p08/Makefile 2008-09-14 00:13:18.000000000 +0200 -@@ -1,4 +1,6 @@ --SHELL=/bin/sh -+SHELL = /bin/sh -+STRIP = strip -+INSTALL = /usr/bin/install - - # Architecture - # automatic detection -@@ -330,40 +332,18 @@ clean: - cd $(UDIR) ; ${MAKE} clean - - install: xfractint fractint.hlp -- strip xfractint --# only next 6 lines might need su -- sudo cp xfractint $(BINDIR)/xfractint; --# install fractint if built -- if [ -x fractint ] ; then sudo install -c -s fractint $(BINDIR) ; fi -- sudo chmod a+x $(BINDIR)/xfractint; -- sudo cp $(UDIR)/xfractint.man $(MANDIR)/xfractint.1; -- sudo chmod a+r $(MANDIR)/xfractint.1 -- if [ ! -d $(SRCDIR) ] ; then sudo mkdir $(SRCDIR) ; fi -- cd $(SRCDIR); cd ..; sudo chmod -R a+rw $(SRCDIR) --# create directories if they don't exist -- if [ ! -d $(SRCDIR)/$(PDIR) ] ; then mkdir $(SRCDIR)/$(PDIR) ; fi -- if [ ! -d $(SRCDIR)/$(FDIR) ] ; then mkdir $(SRCDIR)/$(FDIR) ; fi -- if [ ! -d $(SRCDIR)/$(IDIR) ] ; then mkdir $(SRCDIR)/$(IDIR) ; fi -- if [ ! -d $(SRCDIR)/$(LDIR) ] ; then mkdir $(SRCDIR)/$(LDIR) ; fi -- if [ ! -d $(SRCDIR)/$(MDIR) ] ; then mkdir $(SRCDIR)/$(MDIR) ; fi -- if [ ! -d $(SRCDIR)/$(XDIR) ] ; then mkdir $(SRCDIR)/$(XDIR) ; fi --# copy all the files to the appropriate directories -- cp fractint.hlp sstools.ini $(DOCS) $(SRCDIR) -- cp $(PARFILES) $(SRCDIR)/$(PDIR) -- cp $(FRMFILES) $(SRCDIR)/$(FDIR) -- cp $(IFSFILES) $(SRCDIR)/$(IDIR) -- cp $(LFILES) $(SRCDIR)/$(LDIR) -- cp $(MAPFILES) $(SRCDIR)/$(MDIR) -- cp $(XTRAFILES) $(SRCDIR)/$(XDIR) --# set permissions -- cd $(SRCDIR); chmod a+r fractint.hlp -- cd $(SRCDIR); chmod a+rw sstools.ini -- cd $(SRCDIR); chmod a+rw $(PARFILES) -- cd $(SRCDIR); chmod a+rw $(FRMFILES) -- cd $(SRCDIR); chmod a+rw $(IFSFILES) -- cd $(SRCDIR); chmod a+rw $(LFILES) -- cd $(SRCDIR); chmod a+rw $(MAPFILES) -- cd $(SRCDIR); chmod a+rw $(XTRAFILES) -+ $(STRIP) xfractint -+ $(INSTALL) -d $(BINDIR) $(MANDIR) $(SRCDIR)/$(PDIR) $(SRCDIR)/$(FDIR) \ -+ $(SRCDIR)/$(IDIR) $(SRCDIR)/$(LDIR) $(SRCDIR)/$(MDIR) $(SRCDIR)/$(XDIR) -+ $(INSTALL) xfractint -T $(BINDIR)/xfractint; -+ $(INSTALL) -m 644 -T $(UDIR)/xfractint.man $(MANDIR)/xfractint.1; -+ $(INSTALL) -m 644 -t $(SRCDIR) fractint.hlp sstools.ini $(DOCS) -+ $(INSTALL) -m 644 -t $(SRCDIR)/$(PDIR) $(PARFILES) -+ $(INSTALL) -m 644 -t $(SRCDIR)/$(FDIR) $(FRMFILES) -+ $(INSTALL) -m 644 -t $(SRCDIR)/$(IDIR) $(IFSFILES) -+ $(INSTALL) -m 644 -t $(SRCDIR)/$(LDIR) $(LFILES) -+ $(INSTALL) -m 644 -t $(SRCDIR)/$(MDIR) $(MAPFILES) -+ $(INSTALL) -m 644 -t $(SRCDIR)/$(XDIR) $(XTRAFILES) - - uninstall: - cd $(SRCDIR); rm -f $(PARFILES) -@@ -375,8 +355,8 @@ uninstall: - cd $(SRCDIR); rm -f fractint.hlp sstools.ini $(DOCS) - cd $(SRCDIR); rmdir $(PDIR) $(FDIR) $(IDIR) $(LDIR) $(MDIR) $(XDIR) - # only next 2 lines might need su -- cd $(SRCDIR); cd ..; sudo rmdir $(SRCDIR) -- sudo rm -f $(BINDIR)/xfractint $(MANDIR)/xfractint.1 -+ cd $(SRCDIR); cd ..; rmdir $(SRCDIR) -+ rm -f $(BINDIR)/xfractint $(MANDIR)/xfractint.1 - - fractint.hlp: hc $(DOSHELPDIR)/$(HELP) - cd $(DOSHELPDIR); ../hc /c; mv fractint.hlp .. diff --git a/x11-misc/xfractint/xfractint-20.04_p07.ebuild b/x11-misc/xfractint/xfractint-20.04_p07.ebuild deleted file mode 100644 index 2cfdf2d26ed6..000000000000 --- a/x11-misc/xfractint/xfractint-20.04_p07.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/xfractint-20.04_p07.ebuild,v 1.8 2012/08/27 18:01:08 armin76 Exp $ - -inherit eutils toolchain-funcs - -MY_P=${P/_} - -DESCRIPTION="a fractal generator" -HOMEPAGE="http://www.fractint.org" -SRC_URI="http://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}" -# x86? ( dev-lang/nasm )" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-Makefile.patch - epatch "${FILESDIR}"/xfractint-20.04p07-filename-buffer-overflow-fix.patch - epatch "${FILESDIR}"/xfractint-20.04p07-xioerror.patch -} - -src_compile() { - # Untested, any x86 archteam dev. is allowed to uncomment this. - local myasm="foo" -# use x86 && myasm="/usr/bin/nasm" - emake CC="$(tc-getCC)" AS="${myasm}" || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - newenvd "${FILESDIR}"/xfractint.envd 60xfractint -} - -pkg_postinst() { - elog "XFractInt requires the FRACTDIR variable to be set in order to start." - elog "Please re-login or \`source /etc/profile\` to have this variable set." -} |