summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:05:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:05:08 +0000
commit1d30b4c2e15d5e229523315def8712e1235256d6 (patch)
tree21fc0004a5831faccc62635c089a45df3d4185fc /app-editors/teco
parentheader fix; whitespace cleanup (diff)
downloadhistorical-1d30b4c2e15d5e229523315def8712e1235256d6.tar.gz
historical-1d30b4c2e15d5e229523315def8712e1235256d6.tar.bz2
historical-1d30b4c2e15d5e229523315def8712e1235256d6.zip
whitespace cleanup
Diffstat (limited to 'app-editors/teco')
-rw-r--r--app-editors/teco/Manifest2
-rw-r--r--app-editors/teco/teco-1.00-r1.ebuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/app-editors/teco/Manifest b/app-editors/teco/Manifest
index b7a790da948c..daab0ba6a881 100644
--- a/app-editors/teco/Manifest
+++ b/app-editors/teco/Manifest
@@ -1,4 +1,4 @@
-MD5 fefcf82f2a88adb9f309cff754f8bb5f teco-1.00-r1.ebuild 1527
MD5 4d3e95bca7a72811e26cd6bb14a3034a ChangeLog 789
MD5 7510851e62ed9c830d82a0e6d068052a metadata.xml 1324
+MD5 f9f9c0bcb56d8dd4febbec6878d5cad1 teco-1.00-r1.ebuild 1524
MD5 8b57d774afe4775a6ffa845c0e1712d0 files/digest-teco-1.00-r1 271
diff --git a/app-editors/teco/teco-1.00-r1.ebuild b/app-editors/teco/teco-1.00-r1.ebuild
index a10a1a5fcf12..6377766b41ed 100644
--- a/app-editors/teco/teco-1.00-r1.ebuild
+++ b/app-editors/teco/teco-1.00-r1.ebuild
@@ -1,6 +1,6 @@
# 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-r1.ebuild,v 1.3 2003/07/07 16:33:08 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r1.ebuild,v 1.4 2003/09/05 23:05:05 msterret Exp $
DESCRIPTION="Classic TECO editor, Predecessor to EMACS."
HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/editors/tty/"
@@ -20,7 +20,7 @@ RDEPEND="virtual/glibc
sys-libs/libtermcap-compat"
inherit ccc
-
+
S=${WORKDIR}
src_unpack() {
@@ -28,11 +28,11 @@ src_unpack() {
}
src_compile() {
- sed -i 's/CFLAGS = -O//' Makefile
+ sed -i 's/CFLAGS = -O//' Makefile
is-ccc && replace-cc-hardcode
-
+
emake || die "compilation failed"
-
+
echo
size te
echo
@@ -40,7 +40,7 @@ src_compile() {
src_install() {
dobin te
- dodoc sample.tecorc sample.tecorc2 READ.ME MANIFEST
+ dodoc sample.tecorc sample.tecorc2 READ.ME MANIFEST
use doc && dodoc ${DISTDIR}/{tecolore.txt,tech.txt,teco.doc,tecoprog.doc}
doman te.1
}