summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2004-12-09 15:27:26 +0000
committerTavis Ormandy <taviso@gentoo.org>2004-12-09 15:27:26 +0000
commitf20ea5ed343616ca254ff8c91cc1ab25b41883dc (patch)
tree5a7d7081ec7d107b387068a976a9d988036422e0 /app-editors
parentStable on x86. (diff)
downloadhistorical-f20ea5ed343616ca254ff8c91cc1ab25b41883dc.tar.gz
historical-f20ea5ed343616ca254ff8c91cc1ab25b41883dc.tar.bz2
historical-f20ea5ed343616ca254ff8c91cc1ab25b41883dc.zip
removing
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/videoteco/ChangeLog16
-rw-r--r--app-editors/videoteco/Manifest15
-rw-r--r--app-editors/videoteco/files/digest-videoteco-4.692
-rw-r--r--app-editors/videoteco/files/teco_linux_gcc3.patch128
-rw-r--r--app-editors/videoteco/metadata.xml9
-rw-r--r--app-editors/videoteco/videoteco-4.69.ebuild31
6 files changed, 0 insertions, 201 deletions
diff --git a/app-editors/videoteco/ChangeLog b/app-editors/videoteco/ChangeLog
deleted file mode 100644
index 1f2ec70a226d..000000000000
--- a/app-editors/videoteco/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for app-editors/videoteco
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/videoteco/ChangeLog,v 1.4 2004/06/24 22:02:42 agriffis Exp $
-
- 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
- videoteco-4.69.ebuild:
- QA fix - IUSE and SRC_URI nolonger exists
-
- 01 Oct 2003; Tavis Ormandy <taviso@gentoo.org> videoteco-4.69.ebuild:
- Stable on alpha
-
-*videoteco-4.69 (28 Apr 2003)
-
- 28 Apr 2003; Tavis Ormandy <taviso@gentoo.org> videoteco-4.69.ebuild:
- Initial import, marking ~x86 ~alpha
-
diff --git a/app-editors/videoteco/Manifest b/app-editors/videoteco/Manifest
deleted file mode 100644
index 382164177104..000000000000
--- a/app-editors/videoteco/Manifest
+++ /dev/null
@@ -1,15 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 f4c56b65498b34d66c2cb63c8857d658 ChangeLog 588
-MD5 3c447b5a63ce9c843215a74c4360b1a8 videoteco-4.69.ebuild 726
-MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310
-MD5 3c797f5ac0c377b7624fc443a9397519 files/digest-videoteco-4.69 108
-MD5 71df3dc43ecc419ea7172e29d9968b1a files/teco_linux_gcc3.patch 4118
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.8 (GNU/Linux)
-
-iD8DBQFA30ghHTu7gpaalycRArxeAJ9R6iepTajWZJyjEGtN08sTQr7jgQCdE3eV
-6IooI6orAoGIadLUosUK/Og=
-=2J/W
------END PGP SIGNATURE-----
diff --git a/app-editors/videoteco/files/digest-videoteco-4.69 b/app-editors/videoteco/files/digest-videoteco-4.69
deleted file mode 100644
index 5d540e0a04d1..000000000000
--- a/app-editors/videoteco/files/digest-videoteco-4.69
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 91612ee697e3a91ead7d4c2f7d3e582c teco_4_69.tar.gz 11895
-MD5 2a229aefc7e347d1c42b5f4ff18ce1be patch1 745
diff --git a/app-editors/videoteco/files/teco_linux_gcc3.patch b/app-editors/videoteco/files/teco_linux_gcc3.patch
deleted file mode 100644
index 422cea8de930..000000000000
--- a/app-editors/videoteco/files/teco_linux_gcc3.patch
+++ /dev/null
@@ -1,128 +0,0 @@
-diff -u teco_4_69.orig/makefile teco_4_69/makefile
---- teco_4_69.orig/makefile 1994-09-21 07:37:34.000000000 +0100
-+++ teco_4_69/makefile 2003-04-28 15:57:36.000000000 +0100
-@@ -5,20 +5,21 @@
- # $Locker: $
-
- # DEBUG_STUFF = -g -DDEBUG_FORMAT_LINE_STRUCTURES -DDEBUG1 -DDEBUG2
--DEBUG_STUFF = -g
--# DEBUG_STUFF = -O
-+# DEBUG_STUFF = -g
-+DEBUG_STUFF = -g ${CFLAGS}
-+
- # DEBUG_STUFF = -DINSERT_RANDOM_MALLOC_ERRORS
-
- MACHINE_DEF =
--CFLAGS = ${MACHINE_DEF} -DCREATE_OLD_FILES \
-- -UINTERACTIVE_FS ${INCLUDE_STUFF}
-+G_CFLAGS = ${MACHINE_DEF} -DCREATE_OLD_FILES \
-+ -UINTERACTIVE_FS ${INCLUDE_STUFF}
- LINK_MAGIC =
- LIBS = -ltermcap
-
- #Change the -ltermcap to -lxtermcap on the INTEL 386 System V system
- #Change the -ltermcap to -llcurses on the Stardent System V.4 system
- #
--teco.default: teco.posix.aux
-+teco.default: teco.linux
-
- teco.posix.aux:
- make teco MACHINE_DEF="-DAUX -D_POSIX_SOURCE" LIBS=-ltermcap CC=gcc
-@@ -54,7 +55,7 @@
- make teco LIBS=-lcurses MACHINE_DEF="-DSUNV" CC=/usr/5bin/cc
-
- teco.linux:
-- make teco MACHINE_DEF="-DLINUX -D_POSIX_SOURCE" LIBS=-ltermcap
-+ make teco MACHINE_DEF="-DLINUX -D_MISC_SOURCE" LIBS=-ltermcap
-
- teco.solaris2:
- make teco MACHINE_DEF="-DSOLARIS2" LINK_MAGIC= LIBS=-lcurses CC=gcc
-@@ -72,50 +73,50 @@
-
- teco: teco.o tecparse.o tecstate.o tecexec.o tecundo.o tecbuf.o \
- tecdisp.o tecterm.o teccmd.o tecmem.o tecdebug.o
-- ${CC} ${DEBUG_STUFF} ${LINK_MAGIC} -o teco teco.o tecparse.o \
-+ ${CC} ${G_CFLAGS} ${DEBUG_STUFF} ${LINK_MAGIC} -o teco teco.o tecparse.o \
- tecstate.o tecexec.o \
- tecundo.o tecbuf.o tecdisp.o tecterm.o teccmd.o tecmem.o \
- tecdebug.o ${LIBS}
-
- tecdisp.o: tecdisp.c teco.h
-- ${CC} ${CFLAGS} ${DEBUG_STUFF} -c tecdisp.c
-+ ${CC} ${G_CFLAGS} ${DEBUG_STUFF} -c tecdisp.c
-
- tecterm.o: tecterm.c teco.h
-- ${CC} ${CFLAGS} ${DEBUG_STUFF} -c tecterm.c
-+ ${CC} ${G_CFLAGS} ${DEBUG_STUFF} -c tecterm.c
-
- teccmd.o: teccmd.c teco.h
-- ${CC} ${CFLAGS} ${DEBUG_STUFF} -c teccmd.c
-+ ${CC} ${G_CFLAGS} ${DEBUG_STUFF} -c teccmd.c
-
- tecmem.o: tecmem.c teco.h
-- ${CC} ${CFLAGS} ${DEBUG_STUFF} -c tecmem.c
-+ ${CC} ${G_FLAGS} ${DEBUG_STUFF} -c tecmem.c
-
- tecbuf.o: tecbuf.c teco.h
-- ${CC} ${CFLAGS} ${DEBUG_STUFF} -c tecbuf.c
-+ ${CC} ${G_CFLAGS} ${DEBUG_STUFF} -c tecbuf.c
-
- tecparse.o: tecparse.h tecparse.c teco.h
-- ${CC} ${CFLAGS} ${DEBUG_STUFF} -c tecparse.c
-+ ${CC} ${G_CFLAGS} ${DEBUG_STUFF} -c tecparse.c
-
- tecstate.o: tecparse.h teco.h tecstate.c
-- ${CC} ${CFLAGS} ${DEBUG_STUFF} -c tecstate.c
-+ ${CC} ${G_CFLAGS} ${DEBUG_STUFF} -c tecstate.c
-
- tecexec.o: tecparse.h teco.h tecexec.c
-- ${CC} ${CFLAGS} ${DEBUG_STUFF} -c tecexec.c
-+ ${CC} ${G_CFLAGS} ${DEBUG_STUFF} -c tecexec.c
-
- tecundo.o: tecparse.h teco.h tecundo.c
-- ${CC} ${CFLAGS} ${DEBUG_STUFF} -c tecundo.c
-+ ${CC} ${G_CFLAGS} ${DEBUG_STUFF} -c tecundo.c
-
- teco.o: teco.c teco.h
-- ${CC} ${CFLAGS} ${DEBUG_STUFF} -c teco.c
-+ ${CC} ${G_CFLAGS} ${DEBUG_STUFF} -c teco.c
-
- tecdebug.o: tecdebug.c teco.h
-- ${CC} ${CFLAGS} ${DEBUG_STUFF} -c tecdebug.c
-+ ${CC} ${G_CFLAGS} ${DEBUG_STUFF} -c tecdebug.c
-
- teco.lint.locus_i386:
- make teco.lint MACHINE_DEF=-DLOCUS_MACH_i386
-
- teco.lint: tecparse.h teco.h tecparse.c tecstate.c tecexec.c tecundo.c teco.c \
- tecdisp.c tecterm.c tecbuf.c teccmd.c tecmem.c tecdebug.c
-- lint ${CFLAGS} tecparse.c tecstate.c tecexec.c \
-+ lint ${G_CFLAGS} tecparse.c tecstate.c tecexec.c \
- tecundo.c teco.c tecdisp.c \
- tecterm.c tecbuf.c teccmd.c tecmem.c tecdebug.c \
- > teco.lint
-Only in teco_4_69: tecdebug.o
-diff -u teco_4_69.orig/tecdisp.c teco_4_69/tecdisp.c
---- teco_4_69.orig/tecdisp.c 1994-09-21 07:37:02.000000000 +0100
-+++ teco_4_69/tecdisp.c 2003-04-28 15:42:06.000000000 +0100
-@@ -988,7 +988,7 @@
- * position.
- */
- switch(data){
-- case NULL:
-+ case '\0':
-
- /*
- * If we are on a high-speed line, do the reverse-video space trick to
-diff -u teco_4_69.orig/teco.c teco_4_69/teco.c
---- teco_4_69.orig/teco.c 1994-09-21 07:37:16.000000000 +0100
-+++ teco_4_69/teco.c 2003-04-28 15:58:53.000000000 +0100
-@@ -1773,7 +1773,7 @@
- {
-
- #ifdef UNIX
--extern char *sys_errlist[];
-+//extern char *sys_errlist[];
- extern int sys_nerr;
- #endif
-
diff --git a/app-editors/videoteco/metadata.xml b/app-editors/videoteco/metadata.xml
deleted file mode 100644
index d8b96be3c5cd..000000000000
--- a/app-editors/videoteco/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>no-herd</herd>
- <maintainer>
- <email>bug-wranglers@gentoo.org</email>
- <description>This package lacks a primary herd or maintainer.</description>
- </maintainer>
-</pkgmetadata>
diff --git a/app-editors/videoteco/videoteco-4.69.ebuild b/app-editors/videoteco/videoteco-4.69.ebuild
deleted file mode 100644
index a4f037a69321..000000000000
--- a/app-editors/videoteco/videoteco-4.69.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/videoteco/videoteco-4.69.ebuild,v 1.9 2004/06/27 22:20:00 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="Enhanced Visual TECO clone"
-HOMEPAGE="ftp://ftp.mindlink.net/pub/teco/cantrell-teco/"
-SRC_URI="mirror://gentoo/teco_4_69.tar.gz
- mirror://gentoo/patch1"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha x86"
-IUSE=""
-
-DEPEND="virtual/libc
- sys-libs/libtermcap-compat"
-
-S=${WORKDIR}/teco_4_69
-
-src_compile() {
- epatch ${FILESDIR}/teco_linux_gcc3.patch
- epatch ${DISTDIR}/patch1
- emake || die "compilation failed"
-}
-
-src_install() {
- dobin teco || die
- dodoc README RELEASE_NOTES
-}