summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/textutils/textutils-2.0.10.ebuild')
-rw-r--r--sys-apps/textutils/textutils-2.0.10.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/sys-apps/textutils/textutils-2.0.10.ebuild b/sys-apps/textutils/textutils-2.0.10.ebuild
deleted file mode 100644
index ce9a3b1e1124..000000000000
--- a/sys-apps/textutils/textutils-2.0.10.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/sys-apps/textutils/textutils-2.0.10.ebuild,v 1.4 2001/01/31 20:49:07 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-
-DESCRIPTION="Standard GNU text utilities"
-SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}"
-DEPEND="virtual/glibc"
-
-src_compile() {
- echo $S $WORKDIR `pwd`
- try ./configure --prefix=/usr --host=${CHOST} \
- --without-included-regex
- try make ${MAKEOPTS}
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}/src
-# mv tr.c tr.c.orig
-# sed -e "234d" tr.c.orig > tr.c
-# cp sys2.h sys2.h.orig
-# sed -e "s:^char \*strndup://:" sys2.h.orig > sys2.h
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/usr install
- dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO
- dodir /bin
- dosym /usr/bin/cat /bin/cat
- rmdir ${D}/usr/lib
-}
-
-
-
-