summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/teco/ChangeLog7
-rw-r--r--app-editors/teco/teco-1.00-r3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/teco/ChangeLog b/app-editors/teco/ChangeLog
index 1af05601ac9b..a415eeb63004 100644
--- a/app-editors/teco/ChangeLog
+++ b/app-editors/teco/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/teco
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.23 2010/09/17 06:33:08 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.24 2012/05/31 22:30:26 zmedico Exp $
+
+ 31 May 2012; Zac Medico <zmedico@gentoo.org> teco-1.00-r3.ebuild:
+ inherit eutils for epatch
17 Sep 2010; Ulrich Mueller <ulm@gentoo.org> teco-1.00-r3.ebuild:
Escape the dollar sign in sed expression.
diff --git a/app-editors/teco/teco-1.00-r3.ebuild b/app-editors/teco/teco-1.00-r3.ebuild
index f9fc9fabb767..f338d4531061 100644
--- a/app-editors/teco/teco-1.00-r3.ebuild
+++ b/app-editors/teco/teco-1.00-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.11 2010/09/17 06:33:08 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.12 2012/05/31 22:30:26 zmedico Exp $
EAPI=3
-inherit toolchain-funcs flag-o-matic
+inherit eutils toolchain-funcs flag-o-matic
DESCRIPTION="Classic TECO editor, Predecessor to EMACS"
HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/editors/tty/ http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco"