diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:21:00 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:21:00 +0000 |
commit | ea0d393feba0868fcebcf7561f346192861aa260 (patch) | |
tree | d4245c1840887ff42992a80aebbdfb37b244018b /app-editors | |
parent | Cleanup (diff) | |
download | historical-ea0d393feba0868fcebcf7561f346192861aa260.tar.gz historical-ea0d393feba0868fcebcf7561f346192861aa260.tar.bz2 historical-ea0d393feba0868fcebcf7561f346192861aa260.zip |
Cleanup
Diffstat (limited to 'app-editors')
21 files changed, 0 insertions, 666 deletions
diff --git a/app-editors/emacs-motif/emacs-motif-20.7-r1.ebuild b/app-editors/emacs-motif/emacs-motif-20.7-r1.ebuild deleted file mode 100644 index cc468df012da..000000000000 --- a/app-editors/emacs-motif/emacs-motif-20.7-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Peter Gavin <pbg1854@garnet.acns.fsu.edu> - -A=emacs-20.7.tar.gz -S=${WORKDIR}/emacs-20.7 -DESCRIPTION="An incredibly powerful, extensible text editor (X11/Motif version)" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/emacs/emacs-20.7.tar.gz" -HOMEPAGE="http://www.gnu.org/software/emacs" -RDEPEND=">=sys-libs/ncurses-4.0 - >=x11-libs/openmotif-2.1.30 - !app-editors/emacs-nogui - !app-editors/emacs-x11" - -DEPEND=">=sys-libs/ncurses-4.0 - >=x11-libs/openmotif-2.1.30 - >=sys-devel/gettext-0.10.35" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --libexecdir=/usr/lib --host=${CHOST} \ - --with-x-toolkit=motif --with-x - try make -} - -src_install () { - cd ${S} - try make prefix=${D}/usr libexecdir=${D}/usr/lib install - dodoc BUGS ChangeLog README - gzip -9 ${D}/usr/info/* -} - diff --git a/app-editors/emacs-motif/emacs-motif-20.7.ebuild b/app-editors/emacs-motif/emacs-motif-20.7.ebuild deleted file mode 100644 index 76e73b7e82c9..000000000000 --- a/app-editors/emacs-motif/emacs-motif-20.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Peter Gavin <pbg1854@garnet.acns.fsu.edu> - -A=emacs-20.7.tar.gz -S=${WORKDIR}/emacs-20.7 -DESCRIPTION="An incredibly powerful, extensible text editor (X11/Motif version)" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/emacs/emacs-20.7.tar.gz" -HOMEPAGE="http://www.gnu.org/software/emacs" -RDEPEND=">=sys-libs/ncurses-4.0 - >=x11-libs/openmotif-2.1.30 - !app-editors/emacs-nogui - !app-editors/emacs-x11" - -DEPEND=">=sys-libs/ncurses-4.0 - >=x11-libs/openmotif-2.1.30 - >=sys-devel/gettext-0.10.35" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr/X11R6 --libexecdir=/usr/X11R6/lib --host=${CHOST} \ - --with-x-toolkit=motif --with-x - try make -} - -src_install () { - cd ${S} - try make prefix=${D}/usr/X11R6 libexecdir=${D}/usr/X11R6/lib install - dodoc BUGS ChangeLog README - gzip -9 ${D}/usr/X11R6/info/* -} - diff --git a/app-editors/emacs-motif/files/digest-emacs-motif-20.7 b/app-editors/emacs-motif/files/digest-emacs-motif-20.7 deleted file mode 100644 index e8fbd6c96c05..000000000000 --- a/app-editors/emacs-motif/files/digest-emacs-motif-20.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 c732cf5e668d4ac67d9418ecb103ecf5 emacs-20.7.tar.gz diff --git a/app-editors/emacs-motif/files/digest-emacs-motif-20.7-r1 b/app-editors/emacs-motif/files/digest-emacs-motif-20.7-r1 deleted file mode 100644 index e8fbd6c96c05..000000000000 --- a/app-editors/emacs-motif/files/digest-emacs-motif-20.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c732cf5e668d4ac67d9418ecb103ecf5 emacs-20.7.tar.gz diff --git a/app-editors/emacs-nogui/emacs-nogui-20.7.ebuild b/app-editors/emacs-nogui/emacs-nogui-20.7.ebuild deleted file mode 100644 index c39510cd9e8e..000000000000 --- a/app-editors/emacs-nogui/emacs-nogui-20.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Peter Gavin <pbg1854@garnet.acns.fsu.edu> - -A=emacs-20.7.tar.gz -S=${WORKDIR}/emacs-20.7 -DESCRIPTION="An incredibly powerful, extensible text editor (console version)" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/emacs/emacs-20.7.tar.gz" -HOMEPAGE="http://www.gnu.org/software/emacs" - RDEPEND=">=sys-libs/ncurses-4.0 - >=sys-libs/glibc-2.0 - !app-editors/emacs-x11 - !app-editors/emacs-motif" - -DEPEND=">=sys-libs/ncurses-4.0 - >=sys-libs/glibc-2.0 - >=sys-devel/gettext-0.10.35" - - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --libexecdir=/usr/lib --host=${CHOST} --without-x - try make -} - -src_install () { - cd ${S} - try make prefix=${D}/usr libexecdir=${D}/usr/lib install - dodoc BUGS ChangeLog README - gzip -9 ${D}/usr/info/* -} - diff --git a/app-editors/emacs-nogui/files/digest-emacs-nogui-20.7 b/app-editors/emacs-nogui/files/digest-emacs-nogui-20.7 deleted file mode 100644 index e8fbd6c96c05..000000000000 --- a/app-editors/emacs-nogui/files/digest-emacs-nogui-20.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 c732cf5e668d4ac67d9418ecb103ecf5 emacs-20.7.tar.gz diff --git a/app-editors/emacs-x11/emacs-x11-20.7-r1.ebuild b/app-editors/emacs-x11/emacs-x11-20.7-r1.ebuild deleted file mode 100644 index 268fd4188c40..000000000000 --- a/app-editors/emacs-x11/emacs-x11-20.7-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Peter Gavin <pbg1854@garnet.acns.fsu.edu> - -A=emacs-20.7.tar.gz -S=${WORKDIR}/emacs-20.7 -DESCRIPTION="An incredibly powerful, extensible text editor (X11 version)" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/emacs/emacs-20.7.tar.gz" -HOMEPAGE="http://www.gnu.org/software/emacs" -RDEPEND=">=sys-libs/ncurses-4.0 - >=sys-libs/glibc-2.0 - >=x11-base/xfree-4.0 - !app-editors/emacs-nogui - !app-editors/emacs-motif" - -DEPEND=">=sys-libs/ncurses-4.0 - >=sys-libs/glibc-2.0 - >=x11-base/xfree-4.0 - >=sys-devel/gettext-0.10.35" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --libexecdir=/usr/lib --host=${CHOST} --with-x - try make -} - -src_install () { - cd ${S} - try make prefix=${D}/usr libexecdir=${D}/usr/lib install - dodoc BUGS ChangeLog README - gzip -9 ${D}/usr/info/* -} - diff --git a/app-editors/emacs-x11/emacs-x11-20.7.ebuild b/app-editors/emacs-x11/emacs-x11-20.7.ebuild deleted file mode 100644 index 42f618b18124..000000000000 --- a/app-editors/emacs-x11/emacs-x11-20.7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Peter Gavin <pbg1854@garnet.acns.fsu.edu> - -A=emacs-20.7.tar.gz -S=${WORKDIR}/emacs-20.7 -DESCRIPTION="An incredibly powerful, extensible text editor (X11 version)" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/emacs/emacs-20.7.tar.gz" -HOMEPAGE="http://www.gnu.org/software/emacs" -RDEPEND=">=sys-libs/ncurses-4.0 - >=sys-libs/glibc-2.0 - >=x11-base/xfree-4.0 - !app-editors/emacs-nogui - !app-editors/emacs-motif" - -DEPEND=">=sys-libs/ncurses-4.0 - >=sys-libs/glibc-2.0 - >=x11-base/xfree-4.0 - >=sys-devel/gettext-0.10.35" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr/X11R6 --libexecdir=/usr/X11R6/lib --host=${CHOST} --with-x - try make -} - -src_install () { - cd ${S} - try make prefix=${D}/usr/X11R6 libexecdir=${D}/usr/X11R6/lib install - dodoc BUGS ChangeLog README - gzip -9 ${D}/usr/X11R6/info/* -} - diff --git a/app-editors/emacs-x11/files/digest-emacs-x11-20.7 b/app-editors/emacs-x11/files/digest-emacs-x11-20.7 deleted file mode 100644 index e8fbd6c96c05..000000000000 --- a/app-editors/emacs-x11/files/digest-emacs-x11-20.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 c732cf5e668d4ac67d9418ecb103ecf5 emacs-20.7.tar.gz diff --git a/app-editors/emacs-x11/files/digest-emacs-x11-20.7-r1 b/app-editors/emacs-x11/files/digest-emacs-x11-20.7-r1 deleted file mode 100644 index e8fbd6c96c05..000000000000 --- a/app-editors/emacs-x11/files/digest-emacs-x11-20.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c732cf5e668d4ac67d9418ecb103ecf5 emacs-20.7.tar.gz diff --git a/app-editors/joe/files/digest-joe-2.8-r1 b/app-editors/joe/files/digest-joe-2.8-r1 deleted file mode 100644 index 2bdf00cb75ad..000000000000 --- a/app-editors/joe/files/digest-joe-2.8-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bad4221aa63ca432e37dac1a953294b1 joe2.8.tar.Z diff --git a/app-editors/joe/files/joe2.8.dif b/app-editors/joe/files/joe2.8.dif deleted file mode 100644 index 37009d869597..000000000000 --- a/app-editors/joe/files/joe2.8.dif +++ /dev/null @@ -1,286 +0,0 @@ ---- b.c -+++ b.c 2000/03/02 13:15:55 -@@ -15,8 +15,15 @@ - You should have received a copy of the GNU General Public License along with - JOE; see the file COPYING. If not, write to the Free Software Foundation, - 675 Mass Ave, Cambridge, MA 02139, USA. */ -+/* -+DEADJOE tmp race condition security fix by thomas@suse.de -+at 1999-07-23 -+*/ - - #include <stdio.h> -+#include <sys/types.h> -+#include <sys/stat.h> -+#include <fcntl.h> - #ifndef __MSDOS__ - #include <pwd.h> - #endif -@@ -1990,7 +1997,30 @@ - { - long tim=time(0); - B *b; -- FILE *f=fopen("DEADJOE","a"); -+ FILE *f; -+ int tmpfd; -+ struct stat sbuf; -+ -+ if((tmpfd = open("DEADJOE", O_RDWR|O_EXCL|O_CREAT, 0600)) < 0) { -+ if(lstat("DEADJOE", &sbuf) < 0) -+ _exit(-1); -+ if(!S_ISREG(sbuf.st_mode) || sbuf.st_uid != geteuid()) -+ _exit(-1); -+ /* -+ A race condition still exists between the lstat() and the open() -+ systemcall, which leads to a possible denial-of-service attack -+ by setting the file access mode to 600 for every file the -+ user executing joe has permissions to. -+ This can't be fixed w/o breacking the behavior of the orig. joe! -+ */ -+ if((tmpfd = open("DEADJOE", O_RDWR|O_APPEND)) < 0) -+ _exit(-1); -+ if(fchmod(tmpfd, S_IRUSR|S_IWUSR) < 0) -+ _exit(-1); -+ } -+ if((f = fdopen(tmpfd, "a")) == NULL) -+ _exit(-1); -+ - fprintf(f,"\n*** Modified files in JOE when it aborted on %s",ctime(&tim)); - if(sig) fprintf(f,"*** JOE was aborted by signal %d\n",sig); - else fprintf(f,"*** JOE was aborted because the terminal closed\n"); ---- conf.c -+++ conf.c 2000/03/02 13:15:55 -@@ -204,8 +204,10 @@ - fprintf(f,"\n"); - - fprintf(f,"char *getenv();\n"); -+ fprintf(f,"#ifndef __alpha__\n"); - if(sizeof(long)==8) fprintf(f,"int time();\n"); - else fprintf(f,"long time();\n"); -+ fprintf(f,"#endif\n"); - fprintf(f,"void *malloc();\n"); - fprintf(f,"void free();\n"); - fprintf(f,"void *calloc();\n"); ---- jmacsrc -+++ jmacsrc 2000/03/02 13:15:55 -@@ -376,6 +376,8 @@ - bof ^[ < Goto beginning of file - bol .kh Goto beginning of line - bol ^A -+bol ^[ [ H -+bol ^[ [ 1 ~ - bop ^[ p (uemacs) - bufed ^X b - bknd ^[ ' Shell window -@@ -394,6 +396,8 @@ - eof ^[ > Go to end of file - eol .kH Go to end of line - eol ^E -+eol ^[ [ F -+eol ^[ [ 4 ~ - eop ^[ n (uemacs) - execmd ^[ x - insc ^C (uemacs) ---- joerc -+++ joerc 2000/03/02 13:15:55 -@@ -25,7 +25,7 @@ - - -marking Text between ^KB and cursor is highlighted (use with -lightoff) - -- -asis Characters 128 - 255 shown as-is -+-asis Characters 128 - 255 shown as-is - - -force Force final newline when files are saved - -@@ -456,6 +456,8 @@ - bof ^K u - bol .kh Goto beginning of line - bol ^A -+bol ^[ [ H -+bol ^[ [ 1 ~ - center ^K A Center line - center ^K ^A - center ^K a -@@ -478,6 +480,8 @@ - eof ^K v - eol .kH Go to end of line - eol ^E -+eol ^[ [ F -+eol ^[ [ 4 ~ - exsave ^K X Save and exit - exsave ^K ^X - exsave ^K x ---- jpicorc -+++ jpicorc 2000/03/02 13:15:55 -@@ -351,6 +351,8 @@ - bof ^[ y - bol .kh Goto beginning of line - bol ^A -+bol ^[ [ H -+bol ^[ [ 1 ~ - center ^[ ^C Center line - center ^[ c - delch .kD Delete character -@@ -373,6 +375,8 @@ - eof ^[ v - eol .kH Go to end of line - eol ^E -+eol ^[ [ F -+eol ^[ [ 4 ~ - execmd ^[ X Prompt for command to execute - execmd ^[ ^X Prompt for command to execute - execmd ^[ x Prompt for command to execute ---- jstarrc -+++ jstarrc 2000/03/02 13:15:55 -@@ -371,6 +371,8 @@ - bof ^Q ^R - bof ^Q r - bol .kh Goto beginning of line -+bol ^[ [ H -+bol ^[ [ 1 ~ - bol ^Q S - bol ^Q ^S - bol ^Q s -@@ -403,6 +405,8 @@ - eof ^Q ^C - eof ^Q c - eol .kH Go to end of line -+eol ^[ [ F -+eol ^[ [ 4 ~ - eol ^Q D - eol ^Q ^D - eol ^Q d ---- Makefile -+++ Makefile 2000/03/02 13:15:55 -@@ -9,15 +9,15 @@ - # to go and where you want the man page - # to go: - --WHEREJOE = /usr/local/bin --WHERERC = /usr/local/lib --WHEREMAN = /usr/man/man1 -+WHEREJOE = /usr/bin -+WHERERC = /usr/lib -+WHEREMAN = /usr/man/man1 - - # If you want to use TERMINFO, you have to set - # the following variable to 1. Also you have to - # include some additional libraries- see below. - --TERMINFO = 0 -+TERMINFO = 1 - - # You may also have to add some additional - # defines to get the include files to work -@@ -27,11 +27,11 @@ - - # C compiler options: make's built-in rules use this variable - --CFLAGS = -O -+CFLAGS = -O2 -fsigned-char -fomit-frame-pointer -pipe - - # C compiler to use: make's built-in rules use this variable - --CC = cc -+CC = gcc - - # You may have to include some extra libraries - # for some systems -@@ -45,7 +45,7 @@ - # add '-ltinfo', '-lcurses' or '-ltermlib', - # depending on the system. - --EXTRALIBS = -+EXTRALIBS = -lncurses - - # Object files - -@@ -85,44 +85,36 @@ - # Install proceedure - - install: joe termidx -- strip joe -- strip termidx - if [ ! -d $(WHEREJOE) ]; then mkdir $(WHEREJOE); chmod a+rx $(WHEREJOE); fi - rm -f $(WHEREJOE)/joe $(WHEREJOE)/jmacs $(WHEREJOE)/jstar $(WHEREJOE)/jpico $(WHEREJOE)/rjoe $(WHEREJOE)/termidx -- mv joe $(WHEREJOE) -- ln $(WHEREJOE)/joe $(WHEREJOE)/jmacs -- ln $(WHEREJOE)/joe $(WHEREJOE)/jstar -- ln $(WHEREJOE)/joe $(WHEREJOE)/rjoe -- ln $(WHEREJOE)/joe $(WHEREJOE)/jpico -- mv termidx $(WHEREJOE) -+ install -s joe $(WHEREJOE) -+ ln -s $(WHEREJOE)/joe $(WHEREJOE)/jmacs -+ ln -s $(WHEREJOE)/joe $(WHEREJOE)/jstar -+ ln -s $(WHEREJOE)/joe $(WHEREJOE)/rjoe -+ ln -s $(WHEREJOE)/joe $(WHEREJOE)/jpico -+ install -s termidx $(WHEREJOE) - if [ ! -d $(WHERERC) ]; then mkdir $(WHERERC); chmod a+rx $(WHERERC); fi - rm -f $(WHERERC)/joerc $(WHERERC)/jmacsrc $(WHERERC)/jstarrc $(WHERERC)/jpicorc $(WHERERC)/rjoerc $(WHEREMAN)/joe.1 -- cp joerc $(WHERERC) -- cp jmacsrc $(WHERERC) -- cp jstarrc $(WHERERC) -- cp rjoerc $(WHERERC) -- cp jpicorc $(WHERERC) -- cp joe.1 $(WHEREMAN) -- chmod a+x $(WHEREJOE)/joe -- chmod a+x $(WHEREJOE)/jmacs -- chmod a+x $(WHEREJOE)/jstar -- chmod a+x $(WHEREJOE)/rjoe -- chmod a+x $(WHEREJOE)/jpico -- chmod a+r $(WHERERC)/joerc -- chmod a+r $(WHERERC)/jmacsrc -- chmod a+r $(WHERERC)/jstarrc -- chmod a+r $(WHERERC)/rjoerc -- chmod a+r $(WHERERC)/jpicorc -- chmod a+r $(WHEREMAN)/joe.1 -- chmod a+x $(WHEREJOE)/termidx -- rm -f $(WHERERC)/termcap -- cp termcap $(WHERERC)/termcap -- chmod a+r $(WHERERC)/termcap -- rm -f $(WHERERC)/terminfo -- cp terminfo $(WHERERC)/terminfo -- chmod a+r $(WHERERC)/terminfo -+ install -m 644 joerc $(WHERERC) -+ install -m 644 jmacsrc $(WHERERC) -+ install -m 644 jstarrc $(WHERERC) -+ install -m 644 rjoerc $(WHERERC) -+ install -m 644 jpicorc $(WHERERC) -+ install -m 644 joe.1 $(WHEREMAN) -+ #rm -f $(WHERERC)/termcap -+ #cp termcap $(WHERERC)/termcap -+ #chmod a+r $(WHERERC)/termcap -+ #rm -f $(WHERERC)/terminfo -+ #cp terminfo $(WHERERC)/terminfo -+ #chmod a+r $(WHERERC)/terminfo - - # Cleanup proceedure - - clean: - rm -f $(OBJS) termidx.o conf conf.o config.h -+ -+ -+ -+ -+ -+ ---- rjoerc -+++ rjoerc 2000/03/02 13:15:55 -@@ -436,6 +436,8 @@ - bof ^K u - bol .kh Goto beginning of line - bol ^A -+bol ^[ [ H -+bol ^[ [ 1 ~ - center ^K A Center line - center ^K ^A - center ^K a -@@ -458,6 +460,8 @@ - eof ^K v - eol .kH Go to end of line - eol ^E -+eol ^[ [ F -+eol ^[ [ 4 ~ - exsave ^K X Save and exit - exsave ^K ^X - exsave ^K x diff --git a/app-editors/joe/joe-2.8-r1.ebuild b/app-editors/joe/joe-2.8-r1.ebuild deleted file mode 100644 index 01c8b42df655..000000000000 --- a/app-editors/joe/joe-2.8-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.8-r1.ebuild,v 1.10 2001/02/10 11:17:24 achim Exp $ - -P=joe-2.8 -A=joe2.8.tar.Z -S=${WORKDIR}/joe -DESCRIPTION="A free ASCII-Text Screen Editor for UNIX" -SRC_URI="ftp://ftp.std.com/src/editors/${A} - ftp://ftp.visi.com/disk3/unix/editors/${A}" - -DEPEND=">=sys-libs/ncurses-5.2-r2" - - - -src_unpack() { - - unpack ${A} - cd ${S} - patch -p0 < ${O}/files/joe2.8.dif - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile - -} - -src_compile() { - - try make -# try make termidx -} - -src_install() { - into /usr - dobin joe - doman joe.1 - - for i in jmacs jstar jpico rjoe - do - dosym joe /usr/bin/$i - dosym joe.1.gz /usr/share/man/man1/$i.1.gz - done - - dolib joerc - dolib jmacsrc - dolib jstarrc - dolib rjoerc - dolib jpicorc - - dodoc copying INFO LIST README TODO VERSION -} - - - - - diff --git a/app-editors/nedit/files/digest-nedit-5.1.1 b/app-editors/nedit/files/digest-nedit-5.1.1 deleted file mode 100644 index a1f68ad0c88d..000000000000 --- a/app-editors/nedit/files/digest-nedit-5.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 dba0970c60debada237ca852b5f57ec8 nedit-5.1.1-src.tar.gz diff --git a/app-editors/nedit/nedit-5.1.1.ebuild b/app-editors/nedit/nedit-5.1.1.ebuild deleted file mode 100644 index e9c5744cbc90..000000000000 --- a/app-editors/nedit/nedit-5.1.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.1.1.ebuild,v 1.4 2000/12/17 20:09:01 achim Exp $ - -A=${P}-src.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="" -SRC_URI="ftp://ftp.nedit.org/pub/v5_1_1/${A}" -HOMEPAGE="http://nedit.org/" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=dev-util/yacc-1.9.1 - >=x11-base/xfree-4.0.1 - >=x11-libs/openmotif-2.1.30" - -src_unpack() { - unpack ${A} - cd ${S}/makefiles - cp Makefile.linux Makefile.orig - sed -e "s:-O:${CFLAGS}:" Makefile.orig > Makefile.linux -} -src_compile() { - - cd ${S} - try make linux - -} - -src_install () { - - cd ${S} - into /usr/X11R6 - dobin source/nc source/nedit - newman nedit.man nedit.1 - newman nc.man nc.1 - dodoc README ReleaseNotes nedit.doc - -} - diff --git a/app-editors/vile/files/digest-vile-9.2 b/app-editors/vile/files/digest-vile-9.2 deleted file mode 100644 index 1ca7de82bff5..000000000000 --- a/app-editors/vile/files/digest-vile-9.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 92b9c329db3f6a528b3b82296714bf4c vile-9.2.tgz diff --git a/app-editors/vile/vile-9.2.ebuild b/app-editors/vile/vile-9.2.ebuild deleted file mode 100644 index 1bd2ccbaeaf9..000000000000 --- a/app-editors/vile/vile-9.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.2.ebuild,v 1.1 2000/12/22 17:11:44 jerry Exp $ - -A=${P}.tgz -S=${WORKDIR}/${P} -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -SRC_URI="ftp://dickey.his.com/vile/${A}" -HOMEPAGE="http://www.clark.net/pub/dickey/vile/vile.html" - -DEPEND=">=sys-devel/perl-5.6.0 - >=sys-libs/glibc-2.1.3" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} \ - --with-perl - try make -} - -src_install () { - cd ${S} - try make DESTDIR=${D} install - - dodoc CHANGES* MANIFEST README -} diff --git a/app-editors/vim-gtk/files/digest-vim-gtk-5.7-r2 b/app-editors/vim-gtk/files/digest-vim-gtk-5.7-r2 deleted file mode 100644 index bd52e4ba82b9..000000000000 --- a/app-editors/vim-gtk/files/digest-vim-gtk-5.7-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 0b2bca69c7018a8777d8d5390e23d06e vim-5.7-src.tar.gz -MD5 b7d9cbc64479e26f52e2bc58d312bd84 vim-5.7-rt.tar.gz diff --git a/app-editors/vim-gtk/files/digest-vim-gtk-5.7-r3 b/app-editors/vim-gtk/files/digest-vim-gtk-5.7-r3 deleted file mode 100644 index bd52e4ba82b9..000000000000 --- a/app-editors/vim-gtk/files/digest-vim-gtk-5.7-r3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 0b2bca69c7018a8777d8d5390e23d06e vim-5.7-src.tar.gz -MD5 b7d9cbc64479e26f52e2bc58d312bd84 vim-5.7-rt.tar.gz diff --git a/app-editors/vim-gtk/vim-gtk-5.7-r2.ebuild b/app-editors/vim-gtk/vim-gtk-5.7-r2.ebuild deleted file mode 100644 index 3bed9334ac81..000000000000 --- a/app-editors/vim-gtk/vim-gtk-5.7-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-gtk/vim-gtk-5.7-r2.ebuild,v 1.1 2000/12/01 19:46:11 drobbins Exp $ - -P=vim-gtk-5.7 -A="vim-5.7-src.tar.gz vim-5.7-rt.tar.gz" -S=${WORKDIR}/vim-5.7 -DESCRIPTION="Handy vi-compatible editor" -SRC_URI="ftp://ftp.home.vim.org/pub/vim/unix/vim-5.7-src.tar.gz - ftp://ftp.home.vim.org/pub/vim/unix/vim-5.7-rt.tar.gz" -HOMEPAGE="http://www.vim.org" - -DEPEND=">=sys-libs/gdbm-1.8.0 - >=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1 - >=dev-libs/glib-1.2.8 - >=x11-libs/gtk+-1.2.8 - >=x11-base/xfree-4.0.1 - >=virtual/python-1.5.2" -# >=dev-lang/tcl-tk-8.1.1 does not work -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} \ - --enable-gui=gtk --enable-max-features \ - --enable-pythoninterp --enable-tclinterp \ - --enable-xim --enable-fontset --with-x - try make -} - -src_install() { - into /usr - cd ${S}/src - cp vim gvim - dobin gvim - -} - - - diff --git a/app-editors/vim-gtk/vim-gtk-5.7-r3.ebuild b/app-editors/vim-gtk/vim-gtk-5.7-r3.ebuild deleted file mode 100644 index 24edcc903495..000000000000 --- a/app-editors/vim-gtk/vim-gtk-5.7-r3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-gtk/vim-gtk-5.7-r3.ebuild,v 1.1 2001/04/12 07:28:08 achim Exp $ - -P=vim-gtk-5.7 -A="vim-5.7-src.tar.gz vim-5.7-rt.tar.gz" -S=${WORKDIR}/vim-5.7 -DESCRIPTION="Handy vi-compatible editor" -SRC_URI="ftp://ftp.home.vim.org/pub/vim/unix/vim-5.7-src.tar.gz - ftp://ftp.home.vim.org/pub/vim/unix/vim-5.7-rt.tar.gz" -HOMEPAGE="http://www.vim.org" - -DEPEND="virtual/glibc - >=sys-libs/gdbm-1.8.0 - >=sys-libs/ncurses-5.2 - >=x11-libs/gtk+-1.2.8 - virtual/python - >=dev-lang/tcl-tk-8.1.1" - -RDEPEND="virtual/glibc - >=dev-lang/tcl-tk-8.1.1 - >=x11-libs/gtk+-1.2.8 - gpm? ( >=sys-libs/gpm-1.19.3 )" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} \ - --enable-gui=gtk --enable-max-features \ - --enable-pythoninterp --enable-tclinterp \ - --enable-xim --enable-fontset --with-x - try make -} - -src_install() { - into /usr - cd ${S}/src - cp vim gvim - dobin gvim - -} - - - |