summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-06-18 07:50:15 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-06-18 07:50:15 +0000
commit320459a6c6f06c24de32a26bb2a35fdad2c84f7f (patch)
tree6e8a1717b5910fafaf1ddd32fa04ebeef2241fae /app-editors/teco
parentadded a doc use flag and marked stable. (diff)
downloadgentoo-2-320459a6c6f06c24de32a26bb2a35fdad2c84f7f.tar.gz
gentoo-2-320459a6c6f06c24de32a26bb2a35fdad2c84f7f.tar.bz2
gentoo-2-320459a6c6f06c24de32a26bb2a35fdad2c84f7f.zip
removing old version.
Diffstat (limited to 'app-editors/teco')
-rw-r--r--app-editors/teco/teco-1.00.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-editors/teco/teco-1.00.ebuild b/app-editors/teco/teco-1.00.ebuild
deleted file mode 100644
index 1619dd810d9f..000000000000
--- a/app-editors/teco/teco-1.00.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00.ebuild,v 1.2 2003/05/16 16:21:29 taviso Exp $
-
-# "Real mans editor" quote from package's lsm ;)
-DESCRIPTION="Classic TECO editor, Predecessor to EMACS. Real mans editor."
-HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/editors/tty/"
-SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz"
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~alpha ~x86"
-IUSE=""
-DEPEND="virtual/glibc
- sys-libs/libtermcap-compat
- >=sys-apps/sed-4"
-RDEPEND="virtual/glibc
- sys-libs/libtermcap-compat"
-S=${WORKDIR}
-
-src_compile() {
- sed -i 's/CFLAGS = -O//' Makefile
- emake || die "compilation failed"
-}
-
-src_install() {
- insinto /usr/bin
- dobin te
- dodoc sample.tecorc sample.tecorc2 READ.ME MANIFEST
- doman te.1
-}
-
-pkg_postinst() {
- einfo "The TECO binary is called te."
- einfo "Sample configurations are available in /usr/share/doc/"
-}